User: ihi Date: 2007/04/19 08:00:46 Modified: dba/dbaccess/source/ui/dlg/directsql.src
Log: INTEGRATION: CWS mergede01 (1.24.242); FILE MERGED 2007/03/20 14:45:25 ihi 1.24.242.1: #i72301# Remove German File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: directsql.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/directsql.src?r1=1.24&r2=1.25 Delta lines: +0 -10 -------------------- --- directsql.src 26 Sep 2005 10:27:18 -0000 1.24 +++ directsql.src 19 Apr 2007 15:00:44 -0000 1.25 @@ -58,14 +58,12 @@ { Pos = MAP_APPFONT( 4, 3 ); Size = MAP_APPFONT( WINDOW_SIZE_X - 8, 8 ); - Text [ de ] = "SQL Kommando"; Text [ en-US ] = "SQL command"; }; FixedText FT_SQL { Pos = MAP_APPFONT( 7, 15 ); Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 8 ); - Text [ de ] = "auszuführendes Kommando"; Text [ en-US ] = "Command to execute"; }; MultiLineEdit ME_SQL @@ -81,7 +79,6 @@ { Pos = MAP_APPFONT( WINDOW_SIZE_X - BUTTON_SIZE_X - 7, 109 ); Size = MAP_APPFONT( BUTTON_SIZE_X, BUTTON_SIZE_Y ); - Text [ de ] = "Ausführen"; Text [ en-US ] = "Execute"; DefButton = TRUE; }; @@ -89,7 +86,6 @@ { Pos = MAP_APPFONT( 7, 110 + BUTTON_SIZE_Y + 3 ); Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 8 ); - Text [ de ] = "Vorherige Kommandos"; Text [ en-US ] = "Previous commands"; }; ListBox LB_HISTORY @@ -104,7 +100,6 @@ { Pos = MAP_APPFONT( 4, 138 + BUTTON_SIZE_Y + 4 ); Size = MAP_APPFONT( WINDOW_SIZE_X - 8, 8 ); - Text [ de ] = "Status"; Text [ en-US ] = "Status"; }; MultiLineEdit ME_STATUS @@ -129,24 +124,19 @@ { Pos = MAP_APPFONT( WINDOW_SIZE_X - 7 - BUTTON_SIZE_X, 207 + BUTTON_SIZE_Y ); Size = MAP_APPFONT( BUTTON_SIZE_X, BUTTON_SIZE_Y ); - Text [ de ] = "SchlieÃen"; Text [ en-US ] = "Close"; }; - Text [ de ] = "SQL Statement ausführen" ; Text [ en-US ] = "Execute SQL Statement" ; - Text [ x-comment ] = "; zl: statement means SQL commandos which are directly executed."; }; String STR_COMMAND_EXECUTED_SUCCESSFULLY { - Text [ de ] = "Befehl erfolgreich ausgeführt." ; Text [ en-US ] = "Command successfully executed." ; }; String STR_DIRECTSQL_CONNECTIONLOST { - Text [ de ] = "Die Verbindung zur Datenbank wurde gelöscht. Dieser Dialog wird geschlossen."; Text [ en-US ] = "The connection to the database has been lost. This dialog will be closed."; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
