Skip to content

Commit

Permalink
Fixed #3579: in the german language file strings_german.txt $s_reset_…
Browse files Browse the repository at this point in the history
…request_msg has a little problem.

lang/strings_german.txt
- The line that defines $s_reset_request_msg was terminated by a '.' rather than ';'


git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2368 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Feb 19, 2004
1 parent fef9293 commit 2105979
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions doc/ChangeLog
Expand Up @@ -15,6 +15,7 @@ Mantis ChangeLog
* Fix #3539: Simple view page shows advanced custom fields.
* Fix #3541: link to documentation wrong.
* Fix #3572: The summary_graph_imp_* pages have shortcut PHP tags.
* Fix #3579: in the german language file strings_german.txt $s_reset_request_msg has a little problem.
* Languages: Updated Norwegian localisation.
* Mantis website moved to http://www.mantisbt.org

Expand Down
10 changes: 5 additions & 5 deletions lang/strings_german.txt
Expand Up @@ -11,11 +11,11 @@
# German: Matthias Bauer, mantis-de@moeffju.de
# German: Andre Eisenbach, andre@eisenbach.com
# -------------------------------------------------
# $Revision: 1.83 $
# $Author: jlatour $
# $Date: 2004-02-08 15:56:35 $
# $Revision: 1.84 $
# $Author: vboctor $
# $Date: 2004-02-19 12:50:46 $
#
# $Id: strings_german.txt,v 1.83 2004-02-08 15:56:35 jlatour Exp $
# $Id: strings_german.txt,v 1.84 2004-02-19 12:50:46 vboctor Exp $
###########################################################################
?>
<?php
Expand Down Expand Up @@ -242,7 +242,7 @@ $s_new_account_password = 'Passwort: ';
$s_new_account_message = '�ndern Sie bitte Ihr Passwort nach der Anmeldung. Ihr Passwort wird verschl�sselt gespeichert. Es kann nicht dechiffriert werden. Wenn Sie Ihr Passwort vergessen, muss es zur�ckgesetzt werden.' . "\n\n";
$s_new_account_do_not_reply = 'Bitte antworten Sie nicht auf diese Nachricht.' . "\n";

$s_reset_request_msg = 'Es gab eine Anfrage, Ihr Passwort zur�ckzusetzen'.
$s_reset_request_msg = 'Es gab eine Anfrage, Ihr Passwort zur�ckzusetzen';
$s_account_name_msg = 'Ihr Benutzername ist';
$s_news_password_msg = 'Hier ist Ihr neues Passwort';

Expand Down

0 comments on commit 2105979

Please sign in to comment.