diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 11:02:00 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 11:02:00 +0000 |
commit | 098ad389e6c2cce3783fe50290056b94acdbfe46 (patch) | |
tree | 8574d3e9f29e9b2d830e0489da8cd465f36dc7c3 /uui | |
parent | eeddcff3651c85a5554bfc9191ff264d7103577e (diff) |
INTEGRATION: CWS mergede01 (1.10.88); FILE MERGED
2007/03/20 14:36:33 ihi 1.10.88.1: #i72301# Remove German
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/masterpasscrtdlg.src | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/uui/source/masterpasscrtdlg.src b/uui/source/masterpasscrtdlg.src index fec34efaf477..bce055aeb41d 100644 --- a/uui/source/masterpasscrtdlg.src +++ b/uui/source/masterpasscrtdlg.src @@ -4,9 +4,9 @@ * * $RCSfile: masterpasscrtdlg.src,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2005-09-23 12:13:28 $ + * last change: $Author: ihi $ $Date: 2007-04-19 12:02:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,12 +50,10 @@ ModalDialog DLG_UUI_MASTERPASSWORD_CRT OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 265 , 64 ) ; - Text [ de ] = "Hauptkennwort festlegen"; FixedText FT_MASTERPASSWORD_CRT { Pos = MAP_APPFONT ( 12 , 17 ) ; Size = MAP_APPFONT ( 71 , 10 ) ; - Text [ de ] = "Hauptkennwort" ; Text [ en-US ] = "Master password"; }; Edit ED_MASTERPASSWORD_CRT @@ -69,7 +67,6 @@ ModalDialog DLG_UUI_MASTERPASSWORD_CRT { Pos = MAP_APPFONT ( 12 , 37 ) ; Size = MAP_APPFONT ( 71 , 10 ) ; - Text [ de ] = "Hauptkennwort ~bestätigen" ; Text [ en-US ] = "~Confirm master password"; }; Edit ED_MASTERPASSWORD_REPEAT |