summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/lboxctrl.src
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 08:50:50 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 08:50:50 +0000
commit72dff02190bc55f93058d104f0e23ecf0160322a (patch)
tree1977945e70e60910ef73bcecdaef171da311f925 /svx/source/tbxctrls/lboxctrl.src
parenta3d8b51cedaa1b06da36f9432b92361d3be90d7c (diff)
INTEGRATION: CWS fwk38 (1.26.332); FILE MERGED
2006/04/07 05:25:15 as 1.26.332.1: #i45551# new UINames for counting undo redo steps
Diffstat (limited to 'svx/source/tbxctrls/lboxctrl.src')
-rw-r--r--svx/source/tbxctrls/lboxctrl.src20
1 files changed, 10 insertions, 10 deletions
diff --git a/svx/source/tbxctrls/lboxctrl.src b/svx/source/tbxctrls/lboxctrl.src
index 0336db721ef5..6930ea158122 100644
--- a/svx/source/tbxctrls/lboxctrl.src
+++ b/svx/source/tbxctrls/lboxctrl.src
@@ -4,9 +4,9 @@
*
* $RCSfile: lboxctrl.src,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 14:03:24 $
+ * last change: $Author: vg $ $Date: 2006-04-07 09:50:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -65,24 +65,24 @@ FloatingWindow RID_SVXTBX_UNDO_REDO_CTRL
String RID_SVXSTR_NUM_UNDO_ACTIONS
{
- Text[ de ] = "Rückgängig $(ARG1) Aktionen" ;
- Text[ en-US ] = "Undo $(ARG1) actions";
+ Text[ de ] = "Aktionen rückgängig machen: $(ARG1)" ;
+ Text[ en-US ] = "Actions to undo: $(ARG1)";
};
String RID_SVXSTR_NUM_UNDO_ACTION
{
- Text[ de ] = "Rückgängig $(ARG1) Aktion" ;
- Text[ en-US ] = "Undo $(ARG1) action" ;
+ Text[ de ] = "Aktionen rückgängig machen: $(ARG1)" ;
+ Text[ en-US ] = "Actions to undo: $(ARG1)" ;
};
String RID_SVXSTR_NUM_REDO_ACTIONS
{
- Text[ de ] = "Wiederherstellen $(ARG1) Aktionen" ;
- Text[ en-US ] = "Redo $(ARG1) actions";
+ Text[ de ] = "Aktionen wiederherstellen: $(ARG1)" ;
+ Text[ en-US ] = "Actions to redo: $(ARG1)";
};
String RID_SVXSTR_NUM_REDO_ACTION
{
- Text[ de ] = "Wiederherstellen $(ARG1) Aktion" ;
- Text[ en-US ] = "Redo $(ARG1) action";
+ Text[ de ] = "Aktionen wiederherstellen: $(ARG1)" ;
+ Text[ en-US ] = "Actions to redo: $(ARG1)";
};