Kaydet (Commit) 1545262f authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS mergede01 (1.42.242); FILE MERGED

2007/03/20 14:45:26 ihi 1.42.242.1: #i72301# Remove German
üst a10ae6de
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dsselect.src,v $ * $RCSfile: dsselect.src,v $
* *
* $Revision: 1.42 $ * $Revision: 1.43 $
* *
* last change: $Author: hr $ $Date: 2005-09-23 14:14:59 $ * last change: $Author: ihi $ $Date: 2007-04-19 15:01:56 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -48,15 +48,12 @@ ModalDialog DLG_DATASOURCE_SELECTION ...@@ -48,15 +48,12 @@ ModalDialog DLG_DATASOURCE_SELECTION
Closeable = TRUE ; Closeable = TRUE ;
SVLook = TRUE ; SVLook = TRUE ;
Size = MAP_APPFONT ( 218 , 118 ) ; Size = MAP_APPFONT ( 218 , 118 ) ;
Text [ de ] = "Datenquelle" ;
Text [ en-US ] = "Data Source" ; Text [ en-US ] = "Data Source" ;
Text [ x-comment ] = " ";
FixedText FT_DESCRIPTION FixedText FT_DESCRIPTION
{ {
Pos = MAP_APPFONT ( 6 , 6 ) ; Pos = MAP_APPFONT ( 6 , 6 ) ;
Size = MAP_APPFONT ( 154 , 10 ) ; Size = MAP_APPFONT ( 154 , 10 ) ;
Text [ de ] = "Wählen Sie eine Datenquelle:";
Text [ en-US ] = "Choose a data source:"; Text [ en-US ] = "Choose a data source:";
}; };
ListBox LB_DATASOURCE ListBox LB_DATASOURCE
...@@ -95,9 +92,7 @@ ModalDialog DLG_DATASOURCE_SELECTION ...@@ -95,9 +92,7 @@ ModalDialog DLG_DATASOURCE_SELECTION
TabStop = TRUE ; TabStop = TRUE ;
Disable = TRUE ; Disable = TRUE ;
Hide = TRUE ; Hide = TRUE ;
Text [ de ] = "Verwalten..." ;
Text [ en-US ] = "Organize..." ; Text [ en-US ] = "Organize..." ;
Text [ x-comment ] = " ";
}; };
PushButton PB_CREATE PushButton PB_CREATE
{ {
...@@ -105,22 +100,18 @@ ModalDialog DLG_DATASOURCE_SELECTION ...@@ -105,22 +100,18 @@ ModalDialog DLG_DATASOURCE_SELECTION
Size = MAP_APPFONT ( 50 , 14 ) ; Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Hide = TRUE ; Hide = TRUE ;
Text [ de ] ="Erzeugen..." ;
Text [ en-US ] = "Create..." ; Text [ en-US ] = "Create..." ;
}; };
String STR_LOCAL_DATASOURCES String STR_LOCAL_DATASOURCES
{ {
Text [ de ] = "Lokale Datenbanken" ;
Text [ en-US ] = "Local Databases" ; Text [ en-US ] = "Local Databases" ;
}; };
String STR_DESCRIPTION2 String STR_DESCRIPTION2
{ {
Text [ de ]= "Wählen Sie eine Datenbank";
Text [ en-US ] = "Choose a database"; Text [ en-US ] = "Choose a database";
}; };
String STR_COULDNOTLOAD_CONFIGLIB String STR_COULDNOTLOAD_CONFIGLIB
{ {
Text [ de ] = "Die Programmbibliothek #lib# konnte nicht geladen werden oder ist defekt. Die ODBC-Datenquellen-Konfiguration ist nicht verfügbar.";
Text [ en-US ] = "Could not load the program library #lib# or it is corrupted. The ODBC data source configuration is not available."; Text [ en-US ] = "Could not load the program library #lib# or it is corrupted. The ODBC data source configuration is not available.";
}; };
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment