diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-06 15:38:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-06 15:38:59 +0000 |
commit | 5352aa11818b59bf49d450b9c66d938c705ada06 (patch) | |
tree | 82724e7e769b6668356ee5601d3e0500e6e6c916 /svx/source/dialog/selector.src | |
parent | bf12ed1ac17e056a78c89e987ff167ba7da80fce (diff) |
INTEGRATION: CWS docking1 (1.2.6); FILE MERGED
2004/06/29 17:35:44 toconnor 1.2.6.1: #i20055# - implementation of customize toolbar tab
Diffstat (limited to 'svx/source/dialog/selector.src')
-rw-r--r-- | svx/source/dialog/selector.src | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/svx/source/dialog/selector.src b/svx/source/dialog/selector.src index 189e81f0b49f..eb8f4fd1d0d2 100644 --- a/svx/source/dialog/selector.src +++ b/svx/source/dialog/selector.src @@ -2,9 +2,9 @@ * * $RCSfile: selector.src,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hjs $ $Date: 2004-06-25 12:02:58 $ + * last change: $Author: obo $ $Date: 2004-07-06 16:38:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,13 +63,13 @@ #include "selector.hrc" #define FIXEDTEXT_DIALOG_DESCRIPTION \ -Text [ de ] = "Wählen Sie zuerst die Bibliothek, die das gewünschte Makro enthält. Dann wählen Sie das Makro unter 'Name des Makros'." ; \ +Text [ de ] = "Whlen Sie zuerst die Bibliothek, die das gewnschte Makro enthlt. Dann whlen Sie das Makro unter 'Name des Makros'." ; \ Text [ en-US ] = "Select the library that contains the macro you want. Then select the macro under 'Macro name'." ; String STR_SELECTOR_ADD_COMMANDS { - Text [ de ] = "Befehle hinzufügen" ; - Text [ en-US ] = "Add Commands" ; + TEXT [ de ] = "Befehle hinzufgen" ; + TEXT [ en-US ] = "Add Commands" ; }; String STR_SELECTOR_MACROS @@ -92,21 +92,28 @@ String STR_SELECTOR_COMMANDS String STR_SELECTOR_ADD { - Text [ de ] = "Hinzufügen" ; - Text [ en-US ] = "Add" ; + TEXT [ de ] = "Hinzufgen" ; + TEXT [ en-US ] = "Add" ; }; String STR_SELECTOR_RUN { - Text [ de ] = "Ausführen" ; - Text [ en-US ] = "Run" ; + TEXT [ de ] = "Ausfhren" ; + TEXT [ en-US ] = "Run" ; + +}; + +String STR_SELECTOR_CLOSE +{ + TEXT [ de ] = "Schlieen" ; + TEXT [ en-US ] = "Close" ; }; String STR_SELECTOR_ADD_COMMANDS_DESCRIPTION { - Text [ de ] = "Um Befehle einer Symbolleiste hinzuzufügen, wählen Sie zuerst eine Kategorie und dann den Befehl. Ziehen Sie den Befehl direkt auf die gewünschte Symbolleiste. Alternativ ziehen Sie den Befehl in die Befehlsliste auf der Registerseite 'Symbolleisten' im Dialog 'Anpassen'."; - Text [ en-US ] = "To add a command to a toolbar, select the category and then the command. Then drag the command to where you want it on the desired toolbar. Alternatively, you can drag the command to the Commands list of the Toolbars tab page in the Customize dialog."; + TEXT[ de ] = "Um Befehle einer Symbolleiste hinzuzufgen, whlen Sie zuerst eine Kategorie und dann den Befehl. Ziehen Sie den Befehl direkt auf die gewnschte Symbolleiste. Alternativ ziehen Sie den Befehl in die Befehlsliste auf der Registerseite 'Symbolleisten' im Dialog 'Anpassen'."; + TEXT [ en-US ] = "To add a command to a toolbar, select the category and then the command. Then drag the command to where you want it on the desired toolbar. Alternatively, you can drag the command to the Commands list of the Toolbars tab page in the Customize dialog."; }; String STR_BASICMACROS @@ -121,6 +128,7 @@ ModelessDialog RID_DLG_SCRIPTSELECTOR Size = MAP_APPFONT ( 256 , 233 ) ; Text [ de ] = "Makro-Selektor" ; Text [ en-US ] = "Macro Selector" ; + HelpId = HID_SELECTOR_DIALOG; SvLook = TRUE ; Moveable = TRUE ; Hide = TRUE; |