X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage%2Ftimezone_de.php;h=45c34b6826893106c88641815ecbd3ee65f56148;hb=ffc3392d8c9891afd31055b24dfe8ddb06bae96b;hp=94c0d47eec6b5ef1f1b85d9fa41de8bc2742a913;hpb=19b197c32c96ce8eea26561fb7b40e87c57716ae;p=mailer.git diff --git a/inc/language/timezone_de.php b/inc/language/timezone_de.php index 94c0d47eec..45c34b6826 100644 --- a/inc/language/timezone_de.php +++ b/inc/language/timezone_de.php @@ -14,11 +14,9 @@ * $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 * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -44,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]