User: hr Date: 2006/08/15 03:57:41 Modified: dba/dbaccess/source/ui/tabledesign/table.src
Log: INTEGRATION: CWS dba30 (1.91.16); FILE MERGED 2006/07/19 13:17:37 fs 1.91.16.3: RESYNC: (1.92-1.93); FILE MERGED 2006/03/21 18:43:04 fs 1.91.16.2: RESYNC: (1.91-1.92); FILE MERGED 2005/12/22 09:19:29 fs 1.91.16.1: tweaking some table-design related error messages File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: table.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/table.src?r1=1.93&r2=1.94 Delta lines: +12 -1 -------------------- --- table.src 13 Jul 2006 15:24:20 -0000 1.93 +++ table.src 15 Aug 2006 10:57:39 -0000 1.94 @@ -419,6 +419,18 @@ Text [ en-US ] = "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?" ; }; +String STR_TABLEDESIGN_SAVE_ERROR +{ + Text [ de ] = "Fehler beim Speichern des Tabellenentwurfes"; + Text [ en-US ] = "Error while saving the table design"; +}; + +String STR_TABLEDESIGN_COULD_NOT_DROP_COL +{ + Text [ de ] = "Die Spalte $column$ konnte nicht gelöscht werden."; + Text [ en-US ] = "The column $column$ could not be deleted."; +}; + QueryBox TABLE_DESIGN_ALL_ROWS_DELETED { Buttons = WB_YES_NO_CANCEL ; @@ -467,4 +479,3 @@ Text [ de ] = "Feldattribut ändern"; Text [ en-US ] = "change field attribute"; }; - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
