Kaydet (Commit) 319b7fca authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS os44 (1.45.110); FILE MERGED

2004/12/03 08:03:33 os 1.45.110.1: #i38305# broken German umlauts fixed
üst 0814422d
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: dialog.src,v $ * $RCSfile: dialog.src,v $
* *
* $Revision: 1.45 $ * $Revision: 1.46 $
* *
* last change: $Author: rt $ $Date: 2004-09-20 10:14:44 $ * last change: $Author: rt $ $Date: 2005-01-05 16:14:56 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -91,7 +91,7 @@ ImageList LOGO_IMAGELIST ...@@ -91,7 +91,7 @@ ImageList LOGO_IMAGELIST
}; };
String STR_RESET String STR_RESET
{ {
Text [ de ] = "~Zurck" ; Text [ de ] = "~Zurck" ;
Text [ en-US ] = "~Reset" ; Text [ en-US ] = "~Reset" ;
Text [ x-comment ] = " "; Text [ x-comment ] = " ";
}; };
...@@ -176,7 +176,7 @@ InfoBox MSG_ERROR_PASSWD ...@@ -176,7 +176,7 @@ InfoBox MSG_ERROR_PASSWD
}; };
String STR_FILEDLG_INSERT String STR_FILEDLG_INSERT
{ {
Text [ de ] = "Datei einfgen" ; Text [ de ] = "Datei einfgen" ;
Text [ en-US ] = "Insert File" ; Text [ en-US ] = "Insert File" ;
Text [ x-comment ] = " "; Text [ x-comment ] = " ";
}; };
...@@ -190,7 +190,7 @@ InfoBox MSG_TABPAGE_INVALIDNAME ...@@ -190,7 +190,7 @@ InfoBox MSG_TABPAGE_INVALIDNAME
{ {
BUTTONS = WB_OK ; BUTTONS = WB_OK ;
DEFBUTTON = WB_DEF_OK ; DEFBUTTON = WB_DEF_OK ;
Message [ de ] = "Der Name wird bereits fr eine Vorlage verwendet." ; Message [ de ] = "Der Name wird bereits fr eine Vorlage verwendet." ;
Message [ en-US ] = "This name is already in use." ; Message [ en-US ] = "This name is already in use." ;
Message [ x-comment ] = " "; Message [ x-comment ] = " ";
}; };
...@@ -206,7 +206,7 @@ InfoBox MSG_TABPAGE_INVALIDPARENT ...@@ -206,7 +206,7 @@ InfoBox MSG_TABPAGE_INVALIDPARENT
{ {
BUTTONS = WB_OK ; BUTTONS = WB_OK ;
DEFBUTTON = WB_DEF_OK ; DEFBUTTON = WB_DEF_OK ;
Message [ de ] = "Diese Vorlage kann nicht als Basisvorlage verwendet werden,\nda eine Rekursion entstehen wrde." ; Message [ de ] = "Diese Vorlage kann nicht als Basisvorlage verwendet werden,\nda eine Rekursion entstehen wrde." ;
Message [ en-US ] = "This Style cannot be used as a base Style,\nbecause it would result in a recursive reference." ; Message [ en-US ] = "This Style cannot be used as a base Style,\nbecause it would result in a recursive reference." ;
Message [ x-comment ] = " "; Message [ x-comment ] = " ";
}; };
...@@ -220,19 +220,19 @@ QueryBox MSG_OVERWRITE_STYLE ...@@ -220,19 +220,19 @@ QueryBox MSG_OVERWRITE_STYLE
{ {
Buttons = WB_YES_NO ; Buttons = WB_YES_NO ;
DefButton = WB_DEF_NO ; DefButton = WB_DEF_NO ;
Message [ de ] = "Vorlage existiert bereits. berschreiben?" ; Message [ de ] = "Vorlage existiert bereits. berschreiben?" ;
Message [ en-US ] = "Style already exists. Overwrite?" ; Message [ en-US ] = "Style already exists. Overwrite?" ;
Message [ x-comment ] = " "; Message [ x-comment ] = " ";
}; };
String STR_DELETE_STYLE String STR_DELETE_STYLE
{ {
Text [ de ] = "Wollen Sie die Vorlage $1 wirklich lschen?" ; Text [ de ] = "Wollen Sie die Vorlage $1 wirklich lschen?" ;
Text [ en-US ] = "Do you really want to delete Style $1?" ; Text [ en-US ] = "Do you really want to delete Style $1?" ;
Text [ x-comment ] = "; All \"Vorlagen\" /Styles are written with a capital S.10.5.00EM"; Text [ x-comment ] = "; All \"Vorlagen\" /Styles are written with a capital S.10.5.00EM";
}; };
String STR_DELETE_STYLE_USED String STR_DELETE_STYLE_USED
{ {
Text [ de ] = "Sie lschen eine benutzte Vorlage!\n" ; Text [ de ] = "Sie lschen eine benutzte Vorlage!\n" ;
Text [ en-US ] = "You are deleting an applied Style!\n" ; Text [ en-US ] = "You are deleting an applied Style!\n" ;
Text [ x-comment ] = "; All \"Vorlagen\" /Styles are written with a capital S.10.5.00EM"; Text [ x-comment ] = "; All \"Vorlagen\" /Styles are written with a capital S.10.5.00EM";
}; };
...@@ -281,7 +281,7 @@ Menu MN_CONTEXT_TEMPLDLG ...@@ -281,7 +281,7 @@ Menu MN_CONTEXT_TEMPLDLG
MenuItem MenuItem
{ {
Identifier = ID_EDIT ; Identifier = ID_EDIT ;
Text [ de ] = "ndern..." ; Text [ de ] = "ndern..." ;
Text [ en-US ] = "Modify..." ; Text [ en-US ] = "Modify..." ;
HelpId = HID_STYLIST_EDIT ; HelpId = HID_STYLIST_EDIT ;
Text [ x-comment ] = " "; Text [ x-comment ] = " ";
...@@ -289,7 +289,7 @@ Menu MN_CONTEXT_TEMPLDLG ...@@ -289,7 +289,7 @@ Menu MN_CONTEXT_TEMPLDLG
MenuItem MenuItem
{ {
Identifier = ID_DELETE ; Identifier = ID_DELETE ;
Text [ de ] = "Lschen..." ; Text [ de ] = "Lschen..." ;
Text [ en-US ] = "Delete..." ; Text [ en-US ] = "Delete..." ;
HelpId = HID_STYLIST_DELETE ; HelpId = HID_STYLIST_DELETE ;
Text [ x-comment ] = " "; Text [ x-comment ] = " ";
...@@ -412,7 +412,7 @@ ErrorBox MSG_ERROR_WRONG_CONFIRM ...@@ -412,7 +412,7 @@ ErrorBox MSG_ERROR_WRONG_CONFIRM
{ {
BUTTONS = WB_OK ; BUTTONS = WB_OK ;
DEFBUTTON = WB_DEF_OK ; DEFBUTTON = WB_DEF_OK ;
Message [ de ] = "Fehlerhafte Besttigung des Passwortes" ; Message [ de ] = "Fehlerhafte Besttigung des Passwortes" ;
Message [ en-US ] = "Faulty password confirmation"; Message [ en-US ] = "Faulty password confirmation";
Message [ x-comment ] = " "; Message [ x-comment ] = " ";
}; };
......
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