From cbb2774869979e9308bd4f1534f39ddd29fc22fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 14 Jul 2011 13:07:41 +0000 Subject: [PATCH] Missing templates added --- .gitattributes | 2 ++ inc/language/de.php | 3 +++ .../de/html/admin/admin_links_deleted_pool_mail.tpl | 8 ++++++++ templates/de/html/admin/admin_links_send_pool_mail.tpl | 10 ++++++++++ 4 files changed, 23 insertions(+) create mode 100644 templates/de/html/admin/admin_links_deleted_pool_mail.tpl create mode 100644 templates/de/html/admin/admin_links_send_pool_mail.tpl diff --git a/.gitattributes b/.gitattributes index f815fc800a..850311d11a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1221,6 +1221,8 @@ templates/de/html/admin/admin_import_theme_form.tpl svneol=native#text/plain templates/de/html/admin/admin_import_theme_none.tpl svneol=native#text/plain templates/de/html/admin/admin_import_theme_row.tpl svneol=native#text/plain templates/de/html/admin/admin_links_bonus_mail.tpl svneol=native#text/plain +templates/de/html/admin/admin_links_deleted_pool_mail.tpl svneol=native#text/plain +templates/de/html/admin/admin_links_send_pool_mail.tpl svneol=native#text/plain templates/de/html/admin/admin_list_admins.tpl svneol=native#text/plain templates/de/html/admin/admin_list_admins_acls.tpl svneol=native#text/plain templates/de/html/admin/admin_list_admins_acls_row.tpl svneol=native#text/plain diff --git a/inc/language/de.php b/inc/language/de.php index f1bd5228b9..57b479d7f1 100644 --- a/inc/language/de.php +++ b/inc/language/de.php @@ -568,6 +568,9 @@ addMessages(array( 'ADMIN_TOTAL_LINKS_LEFT' => "Es müssen noch %s Mails von diesem Mitglied bestätigt werden.", 'ADMIN_DELETE_UNCONFIRMED_LINKS' => "Alle unbestätigten Mails löschen", 'ADMIN_LINKS_DELETED' => "Links für unbestätigte Mails wurden gelöscht.", + 'ADMIN_LINKS_POOL_MAIL_TITLE' => "Klick-Mail %s:", + 'ADMIN_LINKS_DELETED_POOL_MAIL_TITLE' => "Gelöschte Klick-Mail %s:", + 'ADMIN_LINKS_DELETED_POOL_MAIL_NOTE' => "An gelöschten Klick-Mails können keine Aktionen mehr ausgeführt werden.", 'ADMIN_DELETE_LINK_SUBJECT' => "Ihr unbestätigen Mails wurden gelöscht.", 'TODAY' => "Heute", 'MEMBER_PROFILE_LOCKED' => "Sie können Ihren Account erst am %s wieder ändern.", diff --git a/templates/de/html/admin/admin_links_deleted_pool_mail.tpl b/templates/de/html/admin/admin_links_deleted_pool_mail.tpl new file mode 100644 index 0000000000..ebc180d7f3 --- /dev/null +++ b/templates/de/html/admin/admin_links_deleted_pool_mail.tpl @@ -0,0 +1,8 @@ +
+
+ {%message,ADMIN_LINKS_DELETED_POOL_MAIL_TITLE=$content[id]%} +
+
+ {--ADMIN_LINKS_DELETED_POOL_MAIL_NOTE--} +
+
diff --git a/templates/de/html/admin/admin_links_send_pool_mail.tpl b/templates/de/html/admin/admin_links_send_pool_mail.tpl new file mode 100644 index 0000000000..05d4f4b5f8 --- /dev/null +++ b/templates/de/html/admin/admin_links_send_pool_mail.tpl @@ -0,0 +1,10 @@ +
+
+ {%message,ADMIN_LINKS_POOL_MAIL_TITLE=$content[id]%} +
+
+ [{--ADMIN_EDIT_POOL_MAIL_LINK--}|{--ADMIN_DELETE_POOL_MAIL_LINK--}] +
+
-- 2.39.5