diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 15:53:31 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 15:53:31 +0000 |
commit | d72d8842676190e566d03cba954d26863bc32eb6 (patch) | |
tree | 43f25dea974aedaa1dae4343bccb4f77e662e89f /goodies | |
parent | 1b5be63b974a09427bfef25baf2a53da389d7653 (diff) |
INTEGRATION: CWS mergede01 (1.18.166); FILE MERGED
2007/03/20 14:50:13 ihi 1.18.166.1: #i72301# Remove German
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/epict/dlgepct.src | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/goodies/source/filter.vcl/epict/dlgepct.src b/goodies/source/filter.vcl/epict/dlgepct.src index 29c8e2afdb88..9645d31e7912 100644 --- a/goodies/source/filter.vcl/epict/dlgepct.src +++ b/goodies/source/filter.vcl/epict/dlgepct.src @@ -4,9 +4,9 @@ * * $RCSfile: dlgepct.src,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: hr $ $Date: 2005-09-23 15:13:57 $ + * last change: $Author: ihi $ $Date: 2007-04-19 16:53:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,6 @@ ModalDialog DLG_EXPORT_EPCT OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 178 , 89 ) ; - Text [ de ] = "PICT Optionen" ; Text [ en-US ] = "PICT Options" ; Moveable = TRUE ; Closeable = TRUE ; @@ -82,25 +81,19 @@ ModalDialog DLG_EXPORT_EPCT { Pos = MAP_APPFONT ( 6 , 44 ) ; Size = MAP_APPFONT ( 110 , 8 ) ; - Text [ de ] = "Größe" ; Text [ en-US ] = "Size" ; - Text [ x-comment ] = " "; }; FixedText FT_SIZEX { Pos = MAP_APPFONT ( 12 , 57 ) ; Size = MAP_APPFONT ( 45 , 8 ) ; - Text [ de ] = "Breite" ; Text [ en-US ] = "Width" ; - Text [ x-comment ] = " "; }; FixedText FT_SIZEY { Pos = MAP_APPFONT ( 12 , 73 ) ; Size = MAP_APPFONT ( 45 , 8 ) ; - Text [ de ] = "Höhe" ; Text [ en-US ] = "Height" ; - Text [ x-comment ] = " "; }; OKButton BTN_OK { @@ -126,28 +119,21 @@ ModalDialog DLG_EXPORT_EPCT Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 98 , 10 ) ; TabStop = TRUE ; - Text [ de ] = "~Original" ; Text [ en-US ] = "~Original" ; - Text [ x-comment ] = " "; }; RadioButton RB_SIZE { Pos = MAP_APPFONT ( 12 , 28 ) ; Size = MAP_APPFONT ( 98 , 10 ) ; TabStop = TRUE ; - Text [ de ] = "~Größe" ; Text [ en-US ] = "~Size" ; - Text [ x-comment ] = " "; }; FixedLine GRP_MODE { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 110 , 8 ) ; - Text [ de ] = "Modus" ; Text [ en-US ] = "Mode" ; - Text [ x-comment ] = " "; }; - Text [ x-comment ] = " "; }; |