diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 11:02:40 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 11:02:40 +0000 |
commit | bcbc062624a056901a42a6db890d5f719a30c6c3 (patch) | |
tree | e812a8cc8a8f92b69c7f899d857853fedd028737 /uui/source | |
parent | c3b1cb70bafa477f26ea223f5823c771b9741c6c (diff) |
INTEGRATION: CWS mergede01 (1.20.88); FILE MERGED
2007/03/20 14:36:34 ihi 1.20.88.1: #i72301# Remove German
Diffstat (limited to 'uui/source')
-rw-r--r-- | uui/source/passcrtdlg.src | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/uui/source/passcrtdlg.src b/uui/source/passcrtdlg.src index a0a0f17fc0fc..d4ad1555b505 100644 --- a/uui/source/passcrtdlg.src +++ b/uui/source/passcrtdlg.src @@ -4,9 +4,9 @@ * * $RCSfile: passcrtdlg.src,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: hr $ $Date: 2005-09-23 12:13:44 $ + * last change: $Author: ihi $ $Date: 2007-04-19 12:02:40 $ * * 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_PASSWORD_CRT OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 165 , 67 ) ; - Text [ de ] = "Kennwort"; FixedText FT_PASSWORD_CRT { Pos = MAP_APPFONT ( 6 , 5 ) ; Size = MAP_APPFONT ( 94 , 10 ) ; - Text [ de ] = "Kennwort ~festlegen"; Text [ en-US ] = "~Enter password"; }; Edit ED_PASSWORD_CRT @@ -69,7 +67,6 @@ ModalDialog DLG_UUI_PASSWORD_CRT { Pos = MAP_APPFONT ( 6 , 34 ) ; Size = MAP_APPFONT ( 94 , 10 ) ; - Text [ de ] = "Kennwort ~bestätigen" ; Text [ en-US ] = "~Confirm password"; }; Edit ED_PASSWORD_REPEAT |