summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-19 15:52:21 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-19 15:52:21 +0000
commita3f618d325aada34711c64aabdc91d2c741bc283 (patch)
tree542af1e14c0ab999bb8b169a9790969ad79f408c /goodies
parent0262ab9a83dc452a0dd120af66ee6666dd4cd06f (diff)
INTEGRATION: CWS mergede01 (1.19.166); FILE MERGED
2007/03/20 14:50:12 ihi 1.19.166.1: #i72301# Remove German
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/epbm/dlgepbm.src12
1 files changed, 2 insertions, 10 deletions
diff --git a/goodies/source/filter.vcl/epbm/dlgepbm.src b/goodies/source/filter.vcl/epbm/dlgepbm.src
index f01633db12ac..d0073ecd68c1 100644
--- a/goodies/source/filter.vcl/epbm/dlgepbm.src
+++ b/goodies/source/filter.vcl/epbm/dlgepbm.src
@@ -4,9 +4,9 @@
*
* $RCSfile: dlgepbm.src,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 15:13:17 $
+ * last change: $Author: ihi $ $Date: 2007-04-19 16:52:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,6 @@ ModalDialog DLG_EXPORT_EPBM
Size = MAP_APPFONT ( 133 , 63 ) ;
Moveable = TRUE ;
Closeable = TRUE ;
- Text [ de ] = "PBM Optionen" ;
Text [ en-US ] = "PBM Options" ;
OKButton BTN_OK
{
@@ -66,29 +65,22 @@ ModalDialog DLG_EXPORT_EPBM
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 60 , 8 ) ;
- Text [ de ] = "Datei Format" ;
Text [ en-US ] = "File format";
- Text [ x-comment ] = " ";
};
RadioButton RB_RAW
{
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 45 , 10 ) ;
- Text [ de ] = "~Binär" ;
TabStop = TRUE ;
Text [ en-US ] = "~Binary";
- Text [ x-comment ] = " ";
};
RadioButton RB_ASCII
{
Pos = MAP_APPFONT ( 12 , 28 ) ;
Size = MAP_APPFONT ( 45 , 10 ) ;
- Text [ de ] = "~Text" ;
TabStop = TRUE ;
Text [ en-US ] = "~Text";
- Text [ x-comment ] = " ";
};
- Text [ x-comment ] = " ";
};