X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage%2Ftimezone_de.php;h=9a972b4435d5356170fc7093dee4b4b62dd3e8b7;hb=5942a52ee1b26fdf495dc9c0946d616afc649607;hp=7a2fcaa55ba80495cba8a406139792896e226cb1;hpb=c8d76610eb94093d4eed4fcd8a6cb72e74c8f6d8;p=mailer.git diff --git a/inc/language/timezone_de.php b/inc/language/timezone_de.php index 7a2fcaa55b..9a972b4435 100644 --- a/inc/language/timezone_de.php +++ b/inc/language/timezone_de.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * 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 * @@ -42,8 +42,8 @@ if (!defined('__SECURITY')) { // Language definitions addMessages(array( - 'ADMIN_EDIT_TIMEZONE_SETTINGS' => "Konfiguration der Zeitzone", - 'ADMIN_CONFIG_TIMEZONE' => "Zeitzone einstellen (z.B. Europe/Berlin):", + 'ADMIN_CONFIG_TIMEZONE_TITLE' => "Konfiguration der Zeitzone", + 'ADMIN_CONFIG_ENTER_TIMEZONE' => "Zeitzone einstellen (z.B. Europe/Berlin):", )); // [EOF]