diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 16:13:37 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 16:13:37 +0000 |
commit | e4210d5e1635aefa5d109972a0517273879f38ba (patch) | |
tree | ff35ea7ccdeb2fbf3486e45ef2503f1dbfb61c88 | |
parent | 5cdb37acd3a73ed55a854671ebd5206f2a2cc640 (diff) |
INTEGRATION: CWS mergede01 (1.36.424); FILE MERGED
2007/03/20 14:51:26 ihi 1.36.424.1: #i72301# Remove German
-rw-r--r-- | sfx2/source/dialog/templdlg.src | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/sfx2/source/dialog/templdlg.src b/sfx2/source/dialog/templdlg.src index 6201d4b05bb0..d25d9a14d618 100644 --- a/sfx2/source/dialog/templdlg.src +++ b/sfx2/source/dialog/templdlg.src @@ -4,9 +4,9 @@ * * $RCSfile: templdlg.src,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: hr $ $Date: 2005-09-23 15:52:15 $ + * last change: $Author: ihi $ $Date: 2007-04-19 17:13:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -69,7 +69,6 @@ ModalDialog RID_STYLECATALOG OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 181 , 134 ) ; - Text [ de ] = "Vorlagenkatalog" ; Text [ en-US ] = "Style Catalog" ; Moveable = TRUE ; OKButton BT_OK @@ -89,7 +88,6 @@ ModalDialog RID_STYLECATALOG { Pos = MAP_APPFONT ( 123 , 97 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; - Text [ de ] = "~Verwalten..." ; Text [ en-US ] = "~Organizer..." ; TabStop = TRUE ; }; @@ -97,7 +95,6 @@ ModalDialog RID_STYLECATALOG { Pos = MAP_APPFONT ( 123 , 78 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; - Text [ de ] = "~Löschen..." ; Text [ en-US ] = "~Delete..." ; TabStop = TRUE ; }; @@ -105,7 +102,6 @@ ModalDialog RID_STYLECATALOG { Pos = MAP_APPFONT ( 123 , 60 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; - Text [ de ] = "Än~dern..." ; Text [ en-US ] = "~Modify..." ; TabStop = TRUE ; }; @@ -113,7 +109,6 @@ ModalDialog RID_STYLECATALOG { Pos = MAP_APPFONT ( 123 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; - Text [ de ] = "~Neu..." ; Text [ en-US ] = "~New..." ; TabStop = TRUE ; }; @@ -152,13 +147,11 @@ ModalDialog RID_STYLECATALOG // Strings --------------------------------------------------------------- String STR_STYLE_FILTER_HIERARCHICAL { - Text [ de ] = "Hierarchisch" ; Text [ en-US ] = "Hierarchical" ; }; // DLG_STYLE_DESIGNER ---------------------------------------------------- DockingWindow DLG_STYLE_DESIGNER { - Text [ de ] = "Formatvorlagen" ; Text [ en-US ] = "Styles and Formatting" ; HelpId = SID_STYLE_DESIGNER ; @@ -188,21 +181,18 @@ DockingWindow DLG_STYLE_DESIGNER { HelpId = HID_TEMPLDLG_WATERCAN ; Identifier = SID_STYLE_WATERCAN ; - Text [ de ] = "Gießkannenmodus" ; Text [ en-US ] = "Fill Format Mode" ; }; ToolBoxItem { HelpId = HID_TEMPLDLG_NEWBYEXAMPLE ; Identifier = SID_STYLE_NEW_BY_EXAMPLE ; - Text [ de ] = "Neue Vorlage aus Selektion" ; Text [ en-US ] = "New Style from Selection" ; }; ToolBoxItem { HelpId = HID_TEMPLDLG_UPDATEBYEXAMPLE ; Identifier = SID_STYLE_UPDATE_BY_EXAMPLE ; - Text [ de ] = "Vorlage aktualisieren" ; Text [ en-US ] = "Update Style" ; }; }; |