summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/lboxctrl.src
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-18 13:16:32 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-18 13:16:32 +0000
commit84e13ab073648dc825bd503f40c0062d34835713 (patch)
tree33b629c5c5c2f58ee0c84c07f94dca4b079aea12 /svx/source/tbxctrls/lboxctrl.src
parent92ea3d92606cf67204a48409709efb47ada09d13 (diff)
INTEGRATION: CWS swundo01 (1.22.20); FILE MERGED
2004/01/08 14:21:48 hbrinkm 1.22.20.1: #111827#
Diffstat (limited to 'svx/source/tbxctrls/lboxctrl.src')
-rw-r--r--svx/source/tbxctrls/lboxctrl.src54
1 files changed, 17 insertions, 37 deletions
diff --git a/svx/source/tbxctrls/lboxctrl.src b/svx/source/tbxctrls/lboxctrl.src
index 892438e51701..71c8f274bc4f 100644
--- a/svx/source/tbxctrls/lboxctrl.src
+++ b/svx/source/tbxctrls/lboxctrl.src
@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
@@ -91,9 +91,8 @@ FloatingWindow RID_SVXTBX_UNDO_REDO_CTRL
String RID_SVXSTR_NUM_UNDO_ACTIONS
{
- Text = "Rückgängig $(ARG1) Aktion(en)" ;
- Text [ENGLISH] = "Undo $(ARG1) action(s)" ;
- Text[ english_us ] = "Undo $(ARG1) action(s)";
+ Text = "Rückgängig $(ARG1) Aktionen" ;
+ Text[ english_us ] = "Undo $(ARG1) actions";
Text[ portuguese ] = "Anular operação $(ARG1)";
Text[ russian ] = "Îòìåíèòü $(ARG1)";
Text[ greek ] = "Áíáßñåóç ôçò(ùí) åíÝñãåéáò(þí) $(ARG1)";
@@ -122,11 +121,16 @@ String RID_SVXSTR_NUM_UNDO_ACTIONS
Text[ slovenian ] = "Razveljavi $(ARG1) dejanje/a";
};
+String RID_SVXSTR_NUM_UNDO_ACTION
+{
+ Text = "Rückgängig $(ARG1) Aktion" ;
+ Text[ english_us ] = "Undo $(ARG1) action" ;
+};
+
String RID_SVXSTR_NUM_REDO_ACTIONS
{
- Text = "Wiederherstellen $(ARG1) Aktion(en)" ;
- Text [ENGLISH] = "Redo $(ARG1) action(s)" ;
- Text[ english_us ] = "Redo $(ARG1) action(s)";
+ Text = "Wiederherstellen $(ARG1) Aktionen" ;
+ Text[ english_us ] = "Redo $(ARG1) actions";
Text[ portuguese ] = "Restaurar operação $(ARG1)";
Text[ russian ] = "Âåðíóòü $(ARG1)";
Text[ greek ] = "ÅðáíåêôÝëåóç $(ARG1) åíÝñãåéáò(þí)";
@@ -155,32 +159,8 @@ String RID_SVXSTR_NUM_REDO_ACTIONS
Text[ slovenian ] = "Uveljavi $(ARG1) dejanje/a";
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+String RID_SVXSTR_NUM_REDO_ACTION
+{
+ Text = "Wiederherstellen $(ARG1) Aktion" ;
+ Text[ english_us ] = "Redo $(ARG1) action";
+};