Kaydet (Commit) df7bfdba authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS mergede01 (1.40.90); FILE MERGED

2007/03/20 14:36:34 ihi 1.40.90.1: #i72301# Remove German
üst bcbc0626
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: passworddlg.src,v $ * $RCSfile: passworddlg.src,v $
* *
* $Revision: 1.40 $ * $Revision: 1.41 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 10:27:16 $ * last change: $Author: ihi $ $Date: 2007-04-19 12:02:52 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -50,13 +50,11 @@ ModalDialog DLG_UUI_PASSWORD ...@@ -50,13 +50,11 @@ ModalDialog DLG_UUI_PASSWORD
OutputSize = TRUE ; OutputSize = TRUE ;
SVLook = TRUE ; SVLook = TRUE ;
Size = MAP_APPFONT ( 165 , 64 ) ; Size = MAP_APPFONT ( 165 , 64 ) ;
Text [ de ] = "Kennwort";
Text [ en-US ] = "Password"; Text [ en-US ] = "Password";
FixedText FT_PASSWORD FixedText FT_PASSWORD
{ {
Pos = MAP_APPFONT ( 6 , 5 ) ; Pos = MAP_APPFONT ( 6 , 5 ) ;
Size = MAP_APPFONT ( 94 , 10 ) ; Size = MAP_APPFONT ( 94 , 10 ) ;
Text [ de ] = "Kennwort eingeben" ;
Text [ en-US ] = "Enter password"; Text [ en-US ] = "Enter password";
}; };
Edit ED_PASSWORD Edit ED_PASSWORD
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment