diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 13:42:59 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 13:42:59 +0000 |
commit | 2dfa75dbed1d28e1cd5a38bcdfed5940837785b2 (patch) | |
tree | 8741db48de90fef3292a8703862330d0017dbaec /svx/source/tbxctrls | |
parent | 577e9aa1eb9cdab45ce2c299875825a2d2701231 (diff) |
INTEGRATION: CWS mergede01 (1.27.408); FILE MERGED
2007/03/20 14:44:24 ihi 1.27.408.1: #i72301# Remove German
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r-- | svx/source/tbxctrls/lboxctrl.src | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/svx/source/tbxctrls/lboxctrl.src b/svx/source/tbxctrls/lboxctrl.src index 6930ea158122..0aa518456b63 100644 --- a/svx/source/tbxctrls/lboxctrl.src +++ b/svx/source/tbxctrls/lboxctrl.src @@ -4,9 +4,9 @@ * * $RCSfile: lboxctrl.src,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: vg $ $Date: 2006-04-07 09:50:50 $ + * last change: $Author: ihi $ $Date: 2007-04-19 14:42:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -65,24 +65,20 @@ FloatingWindow RID_SVXTBX_UNDO_REDO_CTRL String RID_SVXSTR_NUM_UNDO_ACTIONS { - Text[ de ] = "Aktionen rückgängig machen: $(ARG1)" ; Text[ en-US ] = "Actions to undo: $(ARG1)"; }; String RID_SVXSTR_NUM_UNDO_ACTION { - Text[ de ] = "Aktionen rückgängig machen: $(ARG1)" ; Text[ en-US ] = "Actions to undo: $(ARG1)" ; }; String RID_SVXSTR_NUM_REDO_ACTIONS { - Text[ de ] = "Aktionen wiederherstellen: $(ARG1)" ; Text[ en-US ] = "Actions to redo: $(ARG1)"; }; String RID_SVXSTR_NUM_REDO_ACTION { - Text[ de ] = "Aktionen wiederherstellen: $(ARG1)" ; Text[ en-US ] = "Actions to redo: $(ARG1)"; }; |