Kaydet (Commit) e2684ebf authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS encup (1.2.4); FILE MERGED

2005/04/29 15:53:52 ihi 1.2.4.1: #i40603# German strings now UTF8 encoded
üst 5aceeba6
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: iodlg.src,v $ * $RCSfile: iodlg.src,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 23:32:44 $ * last change: $Author: hr $ $Date: 2005-09-23 12:19:01 $
* *
* 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.
...@@ -217,7 +217,7 @@ ModalDialog DLG_SVT_EXPLORERFILE ...@@ -217,7 +217,7 @@ ModalDialog DLG_SVT_EXPLORERFILE
Pos = MAP_APPFONT ( 224 , 117 ) ; Pos = MAP_APPFONT ( 224 , 117 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ; Size = MAP_APPFONT ( 50 , 14 ) ;
DefButton = TRUE ; DefButton = TRUE ;
Text [ de ] = "~ffnen" ; Text [ de ] = "Ö~ffnen" ;
Text [ en-US ] = "~Open" ; Text [ en-US ] = "~Open" ;
}; };
CancelButton BTN_EXPLORERFILE_CANCEL CancelButton BTN_EXPLORERFILE_CANCEL
...@@ -232,7 +232,7 @@ ModalDialog DLG_SVT_EXPLORERFILE ...@@ -232,7 +232,7 @@ ModalDialog DLG_SVT_EXPLORERFILE
}; };
String STR_EXPLORERFILE_OPEN String STR_EXPLORERFILE_OPEN
{ {
Text [ de ] = "ffnen" ; Text [ de ] = "Öffnen" ;
Text [ en-US ] = "Open" ; Text [ en-US ] = "Open" ;
}; };
String STR_EXPLORERFILE_SAVE String STR_EXPLORERFILE_SAVE
...@@ -252,12 +252,12 @@ ModalDialog DLG_SVT_EXPLORERFILE ...@@ -252,12 +252,12 @@ ModalDialog DLG_SVT_EXPLORERFILE
}; };
String STR_PATHSELECT String STR_PATHSELECT
{ {
Text [ de ] = "Pfad auswhlen" ; Text [ de ] = "Pfad auswählen" ;
Text [ en-US ] = "Select path" ; Text [ en-US ] = "Select path" ;
}; };
String STR_BUTTONSELECT String STR_BUTTONSELECT
{ {
Text [ de ] = "Au~swhlen" ; Text [ de ] = "Au~swählen" ;
Text [ en-US ] = "~Select"; Text [ en-US ] = "~Select";
}; };
String STR_ACTUALVERSION String STR_ACTUALVERSION
...@@ -323,7 +323,7 @@ String RID_FILEOPEN_INVALIDFOLDER ...@@ -323,7 +323,7 @@ String RID_FILEOPEN_INVALIDFOLDER
String RID_FILEOPEN_NOTEXISTENTFILE String RID_FILEOPEN_NOTEXISTENTFILE
{ {
Text [ de ] = "Die Datei $name$ existiert nicht.\nBitte berprfen Sie, ob Sie den korrekten Namen angegeben haben."; Text [ de ] = "Die Datei $name$ existiert nicht.\nBitte überprüfen Sie, ob Sie den korrekten Namen angegeben haben.";
Text [ en-US ] = "The file $name$ does not exist.\nMake sure you have entered the correct file name."; Text [ en-US ] = "The file $name$ does not exist.\nMake sure you have entered the correct file name.";
}; };
...@@ -335,7 +335,7 @@ String STR_FILTERNAME_ALL ...@@ -335,7 +335,7 @@ String STR_FILTERNAME_ALL
String STR_SVT_ALREADYEXISTOVERWRITE String STR_SVT_ALREADYEXISTOVERWRITE
{ {
Text [ de ] = "Die Datei existiert bereits. Soll sie berschrieben werden?" ; Text [ de ] = "Die Datei existiert bereits. Soll sie überschrieben werden?" ;
Text [ en-US ] = "The file already exists. Overwrite?" ; Text [ en-US ] = "The file already exists. Overwrite?" ;
}; };
......
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