diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 16:11:59 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 16:11:59 +0000 |
commit | 3e6edcb6ce2ea1bf26cf8bec67f4be92d3c7cf91 (patch) | |
tree | b4174c87d747c129063e8ff7b1e5b656a129da9e /sfx2/source/dialog/newstyle.src | |
parent | e965d0b5580153211dd404a38629a51f62820e42 (diff) |
INTEGRATION: CWS mergede01 (1.22.424); FILE MERGED
2007/03/20 14:51:25 ihi 1.22.424.1: #i72301# Remove German
Diffstat (limited to 'sfx2/source/dialog/newstyle.src')
-rw-r--r-- | sfx2/source/dialog/newstyle.src | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sfx2/source/dialog/newstyle.src b/sfx2/source/dialog/newstyle.src index b97d59c42817..0a30640d655b 100644 --- a/sfx2/source/dialog/newstyle.src +++ b/sfx2/source/dialog/newstyle.src @@ -4,9 +4,9 @@ * * $RCSfile: newstyle.src,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: hr $ $Date: 2005-09-23 15:25:42 $ + * last change: $Author: ihi $ $Date: 2007-04-19 17:11:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,17 +43,13 @@ ModalDialog DLG_NEW_STYLE_BY_EXAMPLE OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 177 , 112 ) ; - Text [ de ] = "Vorlage erzeugen" ; Text [ en-US ] = "Create Style" ; - Text [ x-comment ] = " "; Moveable = TRUE ; FixedLine FL_COL { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 109 , 8 ) ; - Text [ de ] = "Vorlagenname" ; Text [ en-US ] = "Style name" ; - Text [ x-comment ] = " "; }; ComboBox LB_COL { @@ -79,9 +75,7 @@ ModalDialog DLG_NEW_STYLE_BY_EXAMPLE { Buttons = WB_YES_NO ; DefButton = WB_DEF_NO ; - Message [ de ] = "Vorlage existiert bereits. Überschreiben?" ; Message [ en-US ] = "Style already exists. Overwrite?" ; - Message [ x-comment ] = " "; }; }; |