X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage%2Ftimezone_de.php;h=ee8c32eb015ff8b691c6a17c78fb523adff40e90;hb=a1490a0ec90b9c0d1a24a8536736da258768cc1e;hp=ab36787f7331747c52e8897182f4fced5015714e;hpb=c3b4eaf29946349ff058691db2dcb615a5379bb2;p=mailer.git diff --git a/inc/language/timezone_de.php b/inc/language/timezone_de.php index ab36787f73..ee8c32eb01 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 - 2011 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 * @@ -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]