From d46f8f07ccb4ffcf55113884336b1fe9a0ff8e85 Mon Sep 17 00:00:00 2001 From: Victor Boctor Date: Fri, 19 Oct 2007 07:07:18 +0000 Subject: [PATCH] Fixed #8468: $s_select_option is missing in german language. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_1_0@4651 f5dc347c-c33d-0410-90a0-b07cc1902cb9 --- lang/strings_german.txt | 9 +++++---- lang/strings_german_8859-1.txt | 9 +++++---- lang/strings_german_eintrag.txt | 9 +++++---- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/lang/strings_german.txt b/lang/strings_german.txt index 6c580e4243..f6335a10bf 100644 --- a/lang/strings_german.txt +++ b/lang/strings_german.txt @@ -28,11 +28,11 @@ # German strings for Mantis # Based on strings_english.txt rev. 1.316 # ------------------------------------------------- - # $Revision: 1.154.2.1 $ - # $Author: giallu $ - # $Date: 2007-10-13 22:36:16 $ + # $Revision: 1.154.2.2 $ + # $Author: vboctor $ + # $Date: 2007-10-19 07:07:17 $ # - # $Id: strings_german.txt,v 1.154.2.1 2007-10-13 22:36:16 giallu Exp $ + # $Id: strings_german.txt,v 1.154.2.2 2007-10-19 07:07:17 vboctor Exp $ ########################################################################### ?> @@ -128,6 +128,7 @@ $s_make_public = 'Öffentlich machen'; $s_create_new_project_link = 'Neues Projekt erstellen'; $s_login_link = 'Anmelden'; +$s_select_option = '(auswählen)'; # comboboxes default to this to instruct user to explicitly select an entry. # bug_actiongroup_page.php : mass treatment $s_bug_actiongroup_failed = 'Sie haben nicht die notwendigen Berechtigungen, um die gewählte Aktion mit den folgenden Problemen auszuführen: '; diff --git a/lang/strings_german_8859-1.txt b/lang/strings_german_8859-1.txt index c83ea704a9..8b0780abc1 100644 --- a/lang/strings_german_8859-1.txt +++ b/lang/strings_german_8859-1.txt @@ -28,11 +28,11 @@ # German strings for Mantis # Based on strings_english.txt rev. 1.316 # ------------------------------------------------- - # $Revision: 1.5.2.1 $ - # $Author: giallu $ - # $Date: 2007-10-13 22:36:17 $ + # $Revision: 1.5.2.2 $ + # $Author: vboctor $ + # $Date: 2007-10-19 07:07:17 $ # - # $Id: strings_german_8859-1.txt,v 1.5.2.1 2007-10-13 22:36:17 giallu Exp $ + # $Id: strings_german_8859-1.txt,v 1.5.2.2 2007-10-19 07:07:17 vboctor Exp $ ########################################################################### ?> @@ -128,6 +128,7 @@ $s_make_public = ' $s_create_new_project_link = 'Neues Projekt erstellen'; $s_login_link = 'Anmelden'; +$s_select_option = '(auswählen)'; # comboboxes default to this to instruct user to explicitly select an entry. # bug_actiongroup_page.php : mass treatment $s_bug_actiongroup_failed = 'Sie haben nicht die notwendigen Berechtigungen, um die gewählte Aktion mit den folgenden Problemen auszuführen: '; diff --git a/lang/strings_german_eintrag.txt b/lang/strings_german_eintrag.txt index f282fec579..cbe9cc12a1 100644 --- a/lang/strings_german_eintrag.txt +++ b/lang/strings_german_eintrag.txt @@ -29,11 +29,11 @@ # German strings for Mantis # Based on strings_english.txt rev. 1.316 # ------------------------------------------------- - # $Revision: 1.2.2.1 $ - # $Author: giallu $ - # $Date: 2007-10-13 22:36:18 $ + # $Revision: 1.2.2.2 $ + # $Author: vboctor $ + # $Date: 2007-10-19 07:07:18 $ # - # $Id: strings_german_eintrag.txt,v 1.2.2.1 2007-10-13 22:36:18 giallu Exp $ + # $Id: strings_german_eintrag.txt,v 1.2.2.2 2007-10-19 07:07:18 vboctor Exp $ ########################################################################### ?> @@ -129,6 +129,7 @@ $s_make_public = 'Öffentlich machen'; $s_create_new_project_link = 'Neues Projekt erstellen'; $s_login_link = 'Anmelden'; +$s_select_option = '(auswählen)'; # comboboxes default to this to instruct user to explicitly select an entry. # bug_actiongroup_page.php : mass treatment $s_bug_actiongroup_failed = 'Sie haben nicht die notwendigen Berechtigungen, um die gewählte Aktion mit den folgenden Einträgen auszuführen: ';