User: ihi Date: 2007/04/19 08:01:17 Modified: dba/dbaccess/source/ui/dlg/dlgsave.src
Log: INTEGRATION: CWS mergede01 (1.44.110); FILE MERGED 2007/03/20 14:45:25 ihi 1.44.110.1: #i72301# Remove German File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: dlgsave.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dlgsave.src?r1=1.44&r2=1.45 Delta lines: +0 -11 -------------------- --- dlgsave.src 10 Jul 2006 15:26:57 -0000 1.44 +++ dlgsave.src 19 Apr 2007 15:01:14 -0000 1.45 @@ -51,7 +51,6 @@ Size = MAP_APPFONT ( 174 , 75 ) ; Moveable = TRUE ; Closeable = TRUE ; - Text [ de ] = "Speichern unter" ; Text [ en-US ] = "Save As" ; FixedText FT_DESCRIPTION @@ -59,7 +58,6 @@ Pos = MAP_APPFONT ( 6 , 6 ) ; Size = MAP_APPFONT ( 174 - 12 , 16 ) ; WordBreak=TRUE; - Text [ de ] = "Bitte geben Sie einen Namen für das anzulegende Object an:"; Text [ en-US ] = "Please enter a name for the object to be created:"; }; @@ -67,7 +65,6 @@ { Pos = MAP_APPFONT ( 6 , 26 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; - Text [ de ] = "~Catalog" ; Text [ en-US ] = "~Catalog"; }; ComboBox ET_CATALOG @@ -84,7 +81,6 @@ { Pos = MAP_APPFONT ( 6 , 43 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; - Text [ de ] = "~Schema" ; Text [ en-US ] = "~Schema"; }; ComboBox ET_SCHEMA @@ -101,14 +97,12 @@ { Pos = MAP_APPFONT ( 6 , 60 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; - Text [ de ] = "" ; }; Edit ET_TITLE { Border = TRUE ; Pos = MAP_APPFONT ( 77 , 59 ) ; Size = MAP_APPFONT ( 89 , 12 ) ; - Text [ de ] = "" ; TabStop = TRUE ; }; OKButton PB_OK @@ -133,27 +127,22 @@ // String Resourcen ------------------------------------------------------------------ String STR_TBL_LABEL { - Text [ de ] = "~Name der Tabelle" ; Text [ en-US ] = "~Table Name" ; }; String STR_VW_LABEL { - Text [ de ] = "~Name der Tabellensicht" ; Text [ en-US ] = "~Name of table view" ; }; String STR_QRY_LABEL { - Text [ de ] = "~Name der Abfrage" ; Text [ en-US ] = "~Query name" ; }; String STR_TITLE_RENAME { - Text [ de ] = "Umbenennen nach"; Text [ en-US ] = "Rename to"; }; String STR_TITLE_PASTE_AS { - Text [ de ] = "Einfügen als"; Text [ en-US ] = "Insert as"; }; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
