]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/country_de.php
mailer project continued:
[mailer.git] / inc / language / country_de.php
index 62f0abef3e514070145b082af007c5d3aedb067b..0cd90d1fd604e7cd324d8a13f67586e452855933 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 04/30/2005 *
- * ===============                              Last change: 04/30/2005 *
+ * Mailer v0.2.1-FINAL                                Start: 04/30/2005 *
+ * ===================                          Last change: 04/30/2005 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : country_de.php                                   *
  * $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                           *
- * 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 *
@@ -43,13 +42,13 @@ if (!defined('__SECURITY')) {
 
 // Language definitions
 addMessages(array(
-       'ADMIN_ADD_COUNTRY_CODE' => "L&auml;ndercode hinzuf&uuml;gen",
+       'ADMIN_ADD_COUNTRY_CODE_TITLE' => "L&auml;ndercode hinzuf&uuml;gen",
        'ADMIN_ENTER_COUNTRY_CODE' => "Zweistelligen L&auml;dercode eingeben (z.B. PL)",
        'ADMIN_ENTER_COUNTRY_NAME' => "L&auml;ndernamen eingeben (z.B. Polen)",
        'ADMIN_COUNTRY_CODE_ACTIVE' => "Soll der L&auml;ndercode angezeigt werden?",
-       'ADD_COUNTRY' => "Land hinzuf&uuml;gen",
+       'ADMIN_ADD_COUNTRY' => "Land hinzuf&uuml;gen",
        'ADMIN_COUNTRY_NO_CODES_SETUP' => "Noch keine L&auml;ndercodes eingerichtet.",
-       'ADMIN_LIST_COUNTRIES' => "L&auml;ndercodes auflisten",
+       'ADMIN_LIST_COUNTRIES_TITLE' => "L&auml;ndercodes auflisten",
        'ADMIN_COUNTRY_CODE' => "Code",
        'ADMIN_COUNTRY_NAME' => "Name",
        'ADMIN_COUNTRY_STATUS' => "Anzeigen?",
@@ -62,7 +61,7 @@ addMessages(array(
        'ADMIN_COUNTRIES_MODIFIED' => "L&auml;ndercode(s) ge&auml;ndert.",
        'ADMIN_COUNTRIES_REMOVED' => "L&auml;ndercode(s) gel&ouml;scht.",
        'ADMIN_COUNTRY_ACTIVATION_NEXT_LINK' => "Weiter zur L&auml;nderauflistung...",
-       'COUNTRY_404' => "Land nicht gefunden.",
+       'COUNTRY_CODE_404' => "Land nicht gefunden.",
 ));
 
 // [EOF]