INTEGRATION: CWS mergede01 (1.9.258); FILE MERGED

2007/03/20 14:45:53 ihi 1.9.258.1: #i72301# Remove German
This commit is contained in:
Ivo Hinkelmann 2007-04-19 14:13:17 +00:00
parent fa0772f82c
commit 4b0d99362e
2 changed files with 4 additions and 9 deletions

View file

@ -4,9 +4,9 @@
*
* $RCSfile: xmlfileview.src,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: rt $ $Date: 2005-09-08 22:16:53 $
* last change: $Author: ihi $ $Date: 2007-04-19 15:12:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -50,7 +50,6 @@ WorkWindow DLG_XML_SOURCE_FILE_DIALOG
Maxable = TRUE ;
Moveable = TRUE ;
Closeable = TRUE ;
Text [ de ] = "XML-Filter Ausgabe" ;
Text [ en-US ] = "XML Filter output" ;
PushButton PB_VALIDATE
@ -59,7 +58,6 @@ WorkWindow DLG_XML_SOURCE_FILE_DIALOG
Size = MAP_APPFONT ( 60 , 14 ) ;
TabStop = TRUE ;
HelpId = HID_XML_SOURCE_FILE_VALIDATE;
Text [ de ] = "~Validieren";
Text [ en-US ] = "~Validate";
};
};

View file

@ -4,9 +4,9 @@
*
* $RCSfile: xmlfiltertabdialog.src,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: rt $ $Date: 2005-09-08 22:20:59 $
* last change: $Author: ihi $ $Date: 2007-04-19 15:13:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -44,7 +44,6 @@ TabDialog DLG_XML_FILTER_TABDIALOG
OutputSize = TRUE ;
SvLook = TRUE ;
Moveable = TRUE ;
Text [ de ] = "XML-Filter: %s" ;
Text [ en-US ] = "XML Filter: %s" ;
TabControl 1
{
@ -54,13 +53,11 @@ TabDialog DLG_XML_FILTER_TABDIALOG
PageItem RID_XML_FILTER_TABPAGE_BASIC
{
Identifier = RID_XML_FILTER_TABPAGE_BASIC ;
Text [ de ] = "Allgemein" ;
Text [ en-US ] = "General" ;
};
PageItem RID_XML_FILTER_TABPAGE_XSLT
{
Identifier = RID_XML_FILTER_TABPAGE_XSLT ;
Text [ de ] = "Transformation" ;
Text [ en-US ] = "Transformation" ;
};
};