]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/country_de.php
mailer project continued:
[mailer.git] / inc / language / country_de.php
index e8c44ff6a92fa5306e6410197bfb78035766213b..0cd90d1fd604e7cd324d8a13f67586e452855933 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 - 2012 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,13 +42,13 @@ if (!defined('__SECURITY')) {
 
 // Language definitions
 addMessages(array(
-       'ADMIN_ADD_COUNTRY_CODE' => "Ländercode hinzufügen",
+       'ADMIN_ADD_COUNTRY_CODE_TITLE' => "Ländercode hinzufügen",
        'ADMIN_ENTER_COUNTRY_CODE' => "Zweistelligen Lädercode eingeben (z.B. PL)",
        'ADMIN_ENTER_COUNTRY_NAME' => "Ländernamen eingeben (z.B. Polen)",
        'ADMIN_COUNTRY_CODE_ACTIVE' => "Soll der Ländercode angezeigt werden?",
-       'ADD_COUNTRY' => "Land hinzufügen",
+       'ADMIN_ADD_COUNTRY' => "Land hinzufügen",
        'ADMIN_COUNTRY_NO_CODES_SETUP' => "Noch keine Ländercodes eingerichtet.",
-       'ADMIN_LIST_COUNTRIES' => "Ländercodes auflisten",
+       'ADMIN_LIST_COUNTRIES_TITLE' => "Ländercodes auflisten",
        'ADMIN_COUNTRY_CODE' => "Code",
        'ADMIN_COUNTRY_NAME' => "Name",
        'ADMIN_COUNTRY_STATUS' => "Anzeigen?",
@@ -63,7 +61,7 @@ addMessages(array(
        'ADMIN_COUNTRIES_MODIFIED' => "Ländercode(s) geändert.",
        'ADMIN_COUNTRIES_REMOVED' => "Ländercode(s) gelöscht.",
        'ADMIN_COUNTRY_ACTIVATION_NEXT_LINK' => "Weiter zur Länderauflistung...",
-       'COUNTRY_404' => "Land nicht gefunden.",
+       'COUNTRY_CODE_404' => "Land nicht gefunden.",
 ));
 
 // [EOF]