diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 11:01:47 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 11:01:47 +0000 |
commit | eeddcff3651c85a5554bfc9191ff264d7103577e (patch) | |
tree | 738f92b61b25e97fd7e35f5941cbd39d5ece736c /uui/source | |
parent | 9c4fe5a6ade74bec1db4ad1ac1bd7244930454f8 (diff) |
INTEGRATION: CWS mergede01 (1.40.88); FILE MERGED
2007/03/20 14:36:33 ihi 1.40.88.1: #i72301# Remove German
Diffstat (limited to 'uui/source')
-rw-r--r-- | uui/source/logindlg.src | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/uui/source/logindlg.src b/uui/source/logindlg.src index e5429ac7aaff..afeb08352357 100644 --- a/uui/source/logindlg.src +++ b/uui/source/logindlg.src @@ -4,9 +4,9 @@ * * $RCSfile: logindlg.src,v $ * - * $Revision: 1.40 $ + * $Revision: 1.41 $ * - * last change: $Author: hr $ $Date: 2005-09-23 12:13:10 $ + * last change: $Author: ihi $ $Date: 2007-04-19 12:01:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,7 +51,6 @@ ModalDialog DLG_UUI_LOGIN OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 265 , 158 ) ; - Text [ de ] = "Benutzername und Kennwort erforderlich" ; FixedText INFO_LOGIN_ERROR { Pos = MAP_APPFONT ( 12 , 14 ) ; @@ -62,7 +61,6 @@ ModalDialog DLG_UUI_LOGIN { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 197 , 8 ) ; - Text [ de ] = "Meldung vom Server" ; Text [ en-US ] = "Message from server" ; }; FixedText INFO_LOGIN_REQUEST @@ -70,14 +68,12 @@ ModalDialog DLG_UUI_LOGIN Pos = MAP_APPFONT ( 12 , 55 ) ; Size = MAP_APPFONT ( 185 , 18 ) ; WordBreak = TRUE ; - Text [ de ] = "Bitte geben Sie hier Benutzernamen und Kennwort für %1 ein." ; Text [ en-US ] = "Enter the user name and password for %1 here." ; }; FixedText FT_LOGIN_PATH { Pos = MAP_APPFONT ( 12 , 77 ) ; Size = MAP_APPFONT ( 57 , 10 ) ; - Text [ de ] = "~Pfad" ; Text [ en-US ] = "~Path" ; }; Edit ED_LOGIN_PATH @@ -102,7 +98,6 @@ ModalDialog DLG_UUI_LOGIN { Pos = MAP_APPFONT ( 12 , 92 ) ; Size = MAP_APPFONT ( 57 , 10 ) ; - Text [ de ] = "~Benutzername" ; Text [ en-US ] = "~User name" ; }; Edit ED_LOGIN_USERNAME @@ -121,7 +116,6 @@ ModalDialog DLG_UUI_LOGIN { Pos = MAP_APPFONT ( 12 , 107 ) ; Size = MAP_APPFONT ( 57 , 10 ) ; - Text [ de ] = "P~asswort" ; Text [ en-US ] = "Pass~word" ; }; Edit ED_LOGIN_PASSWORD @@ -135,7 +129,6 @@ ModalDialog DLG_UUI_LOGIN { Pos = MAP_APPFONT ( 12 , 122 ) ; Size = MAP_APPFONT ( 57 , 10 ) ; - Text [ de ] = "A~ccount" ; Text [ en-US ] = "A~ccount"; }; Edit ED_LOGIN_ACCOUNT @@ -149,14 +142,12 @@ ModalDialog DLG_UUI_LOGIN { Pos = MAP_APPFONT ( 12 , 136 ) ; Size = MAP_APPFONT ( 185 , 10 ) ; - Text [ de ] = "Kennwort ~speichern" ; Text [ en-US ] = "~Save password" ; }; FixedLine GB_LOGIN_LOGIN { Pos = MAP_APPFONT ( 7 , 44 ) ; Size = MAP_APPFONT ( 197 , 8 ) ; - Text [ de ] = "Anmelden" ; Text [ en-US ] = "Log in" ; }; OKButton BTN_LOGIN_OK @@ -177,7 +168,6 @@ ModalDialog DLG_UUI_LOGIN }; String STR_LOGIN_REALM { - Text [ de ] = "Bitte geben Sie hier Benutzernamen und Kennwort für \"%2\" auf %1 ein." ; Text [ en-US ] = "Please enter user name and password for \"%2\" on %1 here." ; }; Text [ en-US ] = "User Name and Password Required" ; |