Fixed bug 'sprintf() too few arguments':
[mailer.git] / inc / language / html_mail_de.php
index ca633e555dff37076b1113981d7566025874fd07..8dd4ea61c0eb69e4888505f1387e4637833f952b 100644 (file)
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -44,14 +42,14 @@ if (!defined('__SECURITY')) {
 
 // Language definitions
 addMessages(array(
-       'ADMIN_HTML_DOWNLOAD_CLASS' => "Bitte laden Sie sich die Klasse <a href=\"".generateDerefererUrl("https://sourceforge.net/projects/phpmailer/")."\" target=\"_blank\">PHPMailer</a> herunter, um diese Funktion nutzen zu k&ouml;nnen.",
-       'MEMBER_HTML_INTRO' => "HTML-Emfpang - Einstellung",
+       'ADMIN_HTML_DOWNLOAD_CLASS' => "Bitte laden Sie sich die Klasse <a href=\"{OPEN_TEMPLATE}pipe,generateDereferrerUrl=https://sourceforge.net/projects/phpmailer/{CLOSE_TEMPLATE}\" target=\"_blank\">PHPMailer</a> herunter, um diese Funktion nutzen zu k&ouml;nnen.",
+       'MEMBER_HTML_TITLE' => "HTML-Emfpang - Einstellung",
        'MEMBER_HTML_TEXT' => "In unserem {?mt_word?} ist das Empfangen von HTML-Mails nun m&ouml;glich. Gleichzeitig k&ouml;nnen Sie auch selber HTML-Mails versenden. M&ouml;chten Sie dies beides nutzen?",
-       'MEMBER_HTML_ORDER_INTRO' => "HTML- oder normale Text-Mails versenden?",
-       'MEMBER_HTML_MSG' => "HTML-Mail",
-       'MEMBER_NORMAL_MSG' => "Normale Text-Mail",
-       'MEMBER_HTML_VALID_TAGS' => "G&uuml;tige HTML-Codes sind",
-       'MEMBER_HTML_INVALID_TAGS' => "Ung&uuml;tige HTML-Tags im HTML-Code gefunden.",
+       'MEMBER_HTML_ORDER_TITLE' => "HTML- oder normale Text-Mails versenden?",
+       'MEMBER_HTML_MESSAGE' => "HTML-Mail:",
+       'MEMBER_NORMAL_MESSAGE' => "Normale Text-Mail:",
+       'MEMBER_HTML_VALID_TAGS' => "G&uuml;ltige HTML-Codes sind",
+       'MEMBER_HTML_INVALID_TAGS' => "Ung&uuml;ltige HTML-Tags im HTML-Code gefunden.",
 ));
 
 // [EOF]