summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/lboxctrl.src
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2001-04-25 08:35:39 +0000
committerThomas Lange <tl@openoffice.org>2001-04-25 08:35:39 +0000
commitd251889266c005da4c4654ee310c95113a715482 (patch)
tree20d1b610385c2f5396f68040be84d9b5eec57712 /svx/source/tbxctrls/lboxctrl.src
parent2b31d9ac8a5e39f2b15e94d53784b48f264d8081 (diff)
strings for undo and redo action added
Diffstat (limited to 'svx/source/tbxctrls/lboxctrl.src')
-rw-r--r--svx/source/tbxctrls/lboxctrl.src16
1 files changed, 14 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/lboxctrl.src b/svx/source/tbxctrls/lboxctrl.src
index 5568d3912d59..20f467a0ce14 100644
--- a/svx/source/tbxctrls/lboxctrl.src
+++ b/svx/source/tbxctrls/lboxctrl.src
@@ -2,9 +2,9 @@
*
* $RCSfile: lboxctrl.src,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tl $ $Date: 2001-04-09 07:39:14 $
+ * last change: $Author: tl $ $Date: 2001-04-25 09:35:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,3 +89,15 @@ FloatingWindow RID_SVXTBX_UNDO_REDO_CTRL
};
};
+String RID_SVXSTR_NUM_UNDO_ACTIONS
+{
+ Text = "Rückgängig $(ARG1) Aktion(en)" ;
+ Text [ENGLISH] = "Undo $(ARG1) action" ;
+};
+
+String RID_SVXSTR_NUM_REDO_ACTIONS
+{
+ Text = "Wiederherstellen $(ARG1) Aktion(en)" ;
+ Text [ENGLISH] = "Redo $(ARG1) action" ;
+};
+