Kaydet (Commit) 84e13ab0 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS swundo01 (1.22.20); FILE MERGED

2004/01/08 14:21:48 hbrinkm 1.22.20.1: #111827#
üst 92ea3d92
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: lboxctrl.src,v $ * $RCSfile: lboxctrl.src,v $
* *
* $Revision: 1.22 $ * $Revision: 1.23 $
* *
* last change: $Author: vg $ $Date: 2003-12-17 14:35:49 $ * last change: $Author: kz $ $Date: 2004-05-18 14:16:32 $
* *
* 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,9 +91,8 @@ FloatingWindow RID_SVXTBX_UNDO_REDO_CTRL ...@@ -91,9 +91,8 @@ FloatingWindow RID_SVXTBX_UNDO_REDO_CTRL
String RID_SVXSTR_NUM_UNDO_ACTIONS String RID_SVXSTR_NUM_UNDO_ACTIONS
{ {
Text = "Rckgngig $(ARG1) Aktion(en)" ; Text = "Rckgngig $(ARG1) Aktionen" ;
Text [ENGLISH] = "Undo $(ARG1) action(s)" ; Text[ english_us ] = "Undo $(ARG1) actions";
Text[ english_us ] = "Undo $(ARG1) action(s)";
Text[ portuguese ] = "Anular operao $(ARG1)"; Text[ portuguese ] = "Anular operao $(ARG1)";
Text[ russian ] = " $(ARG1)"; Text[ russian ] = " $(ARG1)";
Text[ greek ] = " () () $(ARG1)"; Text[ greek ] = " () () $(ARG1)";
...@@ -122,11 +121,16 @@ String RID_SVXSTR_NUM_UNDO_ACTIONS ...@@ -122,11 +121,16 @@ String RID_SVXSTR_NUM_UNDO_ACTIONS
Text[ slovenian ] = "Razveljavi $(ARG1) dejanje/a"; Text[ slovenian ] = "Razveljavi $(ARG1) dejanje/a";
}; };
String RID_SVXSTR_NUM_UNDO_ACTION
{
Text = "Rckgngig $(ARG1) Aktion" ;
Text[ english_us ] = "Undo $(ARG1) action" ;
};
String RID_SVXSTR_NUM_REDO_ACTIONS String RID_SVXSTR_NUM_REDO_ACTIONS
{ {
Text = "Wiederherstellen $(ARG1) Aktion(en)" ; Text = "Wiederherstellen $(ARG1) Aktionen" ;
Text [ENGLISH] = "Redo $(ARG1) action(s)" ; Text[ english_us ] = "Redo $(ARG1) actions";
Text[ english_us ] = "Redo $(ARG1) action(s)";
Text[ portuguese ] = "Restaurar operao $(ARG1)"; Text[ portuguese ] = "Restaurar operao $(ARG1)";
Text[ russian ] = " $(ARG1)"; Text[ russian ] = " $(ARG1)";
Text[ greek ] = " $(ARG1) ()"; Text[ greek ] = " $(ARG1) ()";
...@@ -155,32 +159,8 @@ String RID_SVXSTR_NUM_REDO_ACTIONS ...@@ -155,32 +159,8 @@ String RID_SVXSTR_NUM_REDO_ACTIONS
Text[ slovenian ] = "Uveljavi $(ARG1) dejanje/a"; Text[ slovenian ] = "Uveljavi $(ARG1) dejanje/a";
}; };
String RID_SVXSTR_NUM_REDO_ACTION
{
Text = "Wiederherstellen $(ARG1) Aktion" ;
Text[ english_us ] = "Redo $(ARG1) action";
};
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