X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage%2Fupdate_de.php;h=623a400eb4688caa21505e29a55465b8fa43d77a;hb=72f7e9ed8975d7fb4f2ebeb48dd43c896289a57b;hp=2912792f07c081bc2ba3d6bc2e969edf637d3afc;hpb=78d3ca2c21277839c7902c84767bd769c4dfca31;p=mailer.git diff --git a/inc/language/update_de.php b/inc/language/update_de.php index 2912792f07..623a400eb4 100644 --- a/inc/language/update_de.php +++ b/inc/language/update_de.php @@ -14,12 +14,10 @@ * $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 - 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 * @@ -45,11 +43,13 @@ if (!defined('__SECURITY')) { // Installation/setup addMessages(array( 'ADMIN_NEW_VERSION_AVAILABLE' => "Neue Version verfügbar.", + 'ADMIN_NO_UPDATES_AVAILABLE' => "Derzeit ist keine neuere Version als {?FULL_VERSION?} r{?CURRENT_REPOSITORY_REVISION?} verfügbar.", 'ADMIN_YOUR_VERSION_IS' => "Installierte Version", 'ADMIN_ONLINE_VERSION_IS' => "Verfügbare Version", 'ADMIN_UPDATE_CREATE_TIME' => "Update wurde erstellt", 'ADMIN_DOWNLOAD_NEW_VERSION' => "Jetzt neue Version herunterladen.", 'ADMIN_CANNOT_CHECK_VERSION' => "Konnte Versionsnummer nicht abgleichen! (Fehlende Internet-Verbindung? Server ist down?)", + 'ADMIN_LOCAL_REVISION_IS_NEWER_THAN_UPDATE' => "Die auf Ihrem installierte Revision {?CURRENT_REPOSITORY_REVISION?} ist neuer als die auf dem Server. Dies sollte nicht vorkommen, bitte melden Sie dies im Forum oder Bug-Tracker.", )); // [EOF]