summaryrefslogtreecommitdiff
path: root/framework/source/classes/resource.src
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 09:18:35 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 09:18:35 +0000
commit23a269294dd776f1ba61664e6c9ef6fc68577439 (patch)
treeee14a86b6f63e89e6c782b66941318513ffb1511 /framework/source/classes/resource.src
parent949d6ebe483a100122b024db60a3a9df4f91ae1f (diff)
INTEGRATION: CWS toolbarbehavior (1.30.56); FILE MERGED
2006/03/28 15:41:20 cd 1.30.56.3: #i50428# Change label to 'Reset' and enable/disable menu item according to spec 2006/03/28 09:35:54 cd 1.30.56.2: #i50428# New menu item 'Close Toolbar' on toolbar context menu 2006/03/27 15:19:45 cd 1.30.56.1: #i50428# Support restore context toolbar visibility
Diffstat (limited to 'framework/source/classes/resource.src')
-rw-r--r--framework/source/classes/resource.src22
1 files changed, 17 insertions, 5 deletions
diff --git a/framework/source/classes/resource.src b/framework/source/classes/resource.src
index 7a27a726d0a6..d4c258b36e98 100644
--- a/framework/source/classes/resource.src
+++ b/framework/source/classes/resource.src
@@ -4,9 +4,9 @@
*
* $RCSfile: resource.src,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: obo $ $Date: 2005-12-21 16:08:26 $
+ * last change: $Author: vg $ $Date: 2006-04-07 10:18:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -67,9 +67,9 @@ String STR_UPDATEDOC
String STR_CLOSEDOC_ANDRETURN
{
- /* ### ACHTUNG: Neuer Text in Resource? S~chlieen & zurck zu : S~chlieen & zurck zu */
- /* ### ACHTUNG: Neuer Text in Resource? S~chlieen & zurck zu : S~chlieen & zurck zu */
- Text [ de ] = "S~chließen & zurück zu " ;
+ /* ### ACHTUNG: Neuer Text in Resource? S~chlieen & zur�ck zu : S~chlieen & zurck zu */
+ /* ### ACHTUNG: Neuer Text in Resource? S~chlie�en & zur�ck zu : S~chlieen & zurck zu */
+ Text [ de ] = "S~chlie�ßen & zurück zu " ;
Text [ en-US ] = "~Close & Return to " ;
Text [ x-comment ] = " ";
};
@@ -120,6 +120,12 @@ Menu POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION
Text[ de ] = "Symbolleisten~position sperren" ;
Text[ en-US ] = "~Lock Toolbar Position" ;
};
+ MenuItem
+ {
+ Identifier = MENUITEM_TOOLBAR_CLOSE;
+ Text[ de ] = "Symbolleiste s~chliessen" ;
+ Text[ en-US ] = "Close ~Toolbar" ;
+ };
};
};
@@ -322,3 +328,9 @@ String STR_FULL_DISC_MSG
Text [ en-US ] = "%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n%PATH\n\nYou will not be able to continue working with %PRODUCTNAME without allocating more free disk space at that location.\n\nPress the 'Retry' button after you have allocated more free disk space to retry saving the data.\n\n" ;
Text [ x-comment ] = " ";
};
+
+String STR_RESTORE_TOOLBARS
+{
+ Text [ de ] = "~Wiederherstellen" ;
+ Text [ en-US ] = "~Reset" ;
+};