1*cdf0e10cSrcweir/************************************************************************* 2*cdf0e10cSrcweir * 3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4*cdf0e10cSrcweir * 5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates. 6*cdf0e10cSrcweir * 7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite 8*cdf0e10cSrcweir * 9*cdf0e10cSrcweir * This file is part of OpenOffice.org. 10*cdf0e10cSrcweir * 11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify 12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3 13*cdf0e10cSrcweir * only, as published by the Free Software Foundation. 14*cdf0e10cSrcweir * 15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful, 16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of 17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details 19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code). 20*cdf0e10cSrcweir * 21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License 22*cdf0e10cSrcweir * version 3 along with OpenOffice.org. If not, see 23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html> 24*cdf0e10cSrcweir * for a copy of the LGPLv3 License. 25*cdf0e10cSrcweir * 26*cdf0e10cSrcweir ************************************************************************/ 27*cdf0e10cSrcweir 28*cdf0e10cSrcweir#ifndef _DBU_TBL_HRC_ 29*cdf0e10cSrcweir#include "dbu_tbl.hrc" 30*cdf0e10cSrcweir#endif 31*cdf0e10cSrcweir#ifndef _DBA_DBACCESS_HELPID_HRC_ 32*cdf0e10cSrcweir#include "dbaccess_helpid.hrc" 33*cdf0e10cSrcweir#endif 34*cdf0e10cSrcweir#ifndef _DBACCESS_SLOTID_HRC_ 35*cdf0e10cSrcweir#include "dbaccess_slotid.hrc" 36*cdf0e10cSrcweir#endif 37*cdf0e10cSrcweir#ifndef DBACCESS_UI_BROWSER_ID_HXX 38*cdf0e10cSrcweir#include "browserids.hxx" 39*cdf0e10cSrcweir#endif 40*cdf0e10cSrcweir#ifndef _GLOBLMN_HRC 41*cdf0e10cSrcweir#include <svx/globlmn.hrc> 42*cdf0e10cSrcweir#endif 43*cdf0e10cSrcweir#ifndef DBAUI_TOOLBOX_HXX 44*cdf0e10cSrcweir#include "toolbox.hrc" 45*cdf0e10cSrcweir#endif 46*cdf0e10cSrcweir 47*cdf0e10cSrcweir#define MN_EDIT 20 48*cdf0e10cSrcweir#define MN_VIEW 21 49*cdf0e10cSrcweir#define MN_EXTRA 22 50*cdf0e10cSrcweir#define MN_INDEX 23 51*cdf0e10cSrcweir#define MN_WIN 30 52*cdf0e10cSrcweir#define MN_HELP 31 53*cdf0e10cSrcweir 54*cdf0e10cSrcweirString STR_TABLEDESIGN_DBFIELDTYPES 55*cdf0e10cSrcweir{ 56*cdf0e10cSrcweir Text [ en-US ] = "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"; 57*cdf0e10cSrcweir}; 58*cdf0e10cSrcweir 59*cdf0e10cSrcweirString STR_TABLEDESIGN_UNDO_PRIMKEY 60*cdf0e10cSrcweir{ 61*cdf0e10cSrcweir Text [ en-US ] = "Insert/remove primary key" ; 62*cdf0e10cSrcweir}; 63*cdf0e10cSrcweir 64*cdf0e10cSrcweirString STR_VALUE_YES 65*cdf0e10cSrcweir{ 66*cdf0e10cSrcweir Text [ en-US ] = "Yes" ; 67*cdf0e10cSrcweir}; 68*cdf0e10cSrcweirString STR_VALUE_NO 69*cdf0e10cSrcweir{ 70*cdf0e10cSrcweir Text [ en-US ] = "No" ; 71*cdf0e10cSrcweir}; 72*cdf0e10cSrcweirString STR_VALUE_ASC 73*cdf0e10cSrcweir{ 74*cdf0e10cSrcweir Text [ en-US ] = "Ascending" ; 75*cdf0e10cSrcweir}; 76*cdf0e10cSrcweirString STR_VALUE_DESC 77*cdf0e10cSrcweir{ 78*cdf0e10cSrcweir Text [ en-US ] = "Descending" ; 79*cdf0e10cSrcweir}; 80*cdf0e10cSrcweirString STR_VALUE_NONE 81*cdf0e10cSrcweir{ 82*cdf0e10cSrcweir // Bemerkung : sollte auch in anderen Sprachen irgendwie zum Wort 'Wert' passen : Wert - keiner .... 83*cdf0e10cSrcweir Text [ en-US ] = "<none>"; 84*cdf0e10cSrcweir}; 85*cdf0e10cSrcweir 86*cdf0e10cSrcweirString STR_TAB_FIELD_NAME 87*cdf0e10cSrcweir{ 88*cdf0e10cSrcweir Text [ en-US ] = "Field name" ; 89*cdf0e10cSrcweir}; 90*cdf0e10cSrcweirString STR_TAB_FIELD_COLUMN_NAME 91*cdf0e10cSrcweir{ 92*cdf0e10cSrcweir Text [ en-US ] = "Field Name" ; 93*cdf0e10cSrcweir}; 94*cdf0e10cSrcweirString STR_TAB_FIELD_DATATYPE 95*cdf0e10cSrcweir{ 96*cdf0e10cSrcweir Text [ en-US ] = "Field ~type" ; 97*cdf0e10cSrcweir}; 98*cdf0e10cSrcweirString STR_TAB_FIELD_COLUMN_DATATYPE 99*cdf0e10cSrcweir{ 100*cdf0e10cSrcweir Text [ en-US ] = "Field Type" ; 101*cdf0e10cSrcweir}; 102*cdf0e10cSrcweirString STR_TAB_FIELD_LENGTH 103*cdf0e10cSrcweir{ 104*cdf0e10cSrcweir Text [ en-US ] = "Field length" ; 105*cdf0e10cSrcweir}; 106*cdf0e10cSrcweirString STR_TAB_HELP_TEXT 107*cdf0e10cSrcweir{ 108*cdf0e10cSrcweir Text [ en-US ] = "Description" ; 109*cdf0e10cSrcweir}; 110*cdf0e10cSrcweirString STR_COLUMN_DESCRIPTION 111*cdf0e10cSrcweir{ 112*cdf0e10cSrcweir Text [ en-US ] = "Column Description" ; 113*cdf0e10cSrcweir}; 114*cdf0e10cSrcweirString STR_TAB_FIELD_NULLABLE 115*cdf0e10cSrcweir{ 116*cdf0e10cSrcweir Text [ en-US ] = "Input required" ; 117*cdf0e10cSrcweir}; 118*cdf0e10cSrcweirString STR_FIELD_AUTOINCREMENT 119*cdf0e10cSrcweir{ 120*cdf0e10cSrcweir Text [ en-US ] = "~AutoValue"; 121*cdf0e10cSrcweir}; 122*cdf0e10cSrcweirString STR_TAB_PROPERTIES 123*cdf0e10cSrcweir{ 124*cdf0e10cSrcweir Text [ en-US ] = "Field Properties" ; 125*cdf0e10cSrcweir}; 126*cdf0e10cSrcweirString STR_TABPAGE_GENERAL 127*cdf0e10cSrcweir{ 128*cdf0e10cSrcweir Text [ en-US ] = "General" ; 129*cdf0e10cSrcweir}; 130*cdf0e10cSrcweirString STR_TAB_TABLE_DESCRIPTION 131*cdf0e10cSrcweir{ 132*cdf0e10cSrcweir Text [ en-US ] = "Description:"; 133*cdf0e10cSrcweir}; 134*cdf0e10cSrcweir 135*cdf0e10cSrcweirString STR_TAB_TABLE_PROPERTIES 136*cdf0e10cSrcweir{ 137*cdf0e10cSrcweir Text [ en-US ] = "Table properties"; 138*cdf0e10cSrcweir}; 139*cdf0e10cSrcweir 140*cdf0e10cSrcweirControl RID_DB_TAB_EDITOR 141*cdf0e10cSrcweir{ 142*cdf0e10cSrcweir Pos = MAP_APPFONT ( 0 , 0 ) ; 143*cdf0e10cSrcweir Size = MAP_APPFONT ( 40 , 12 ) ; 144*cdf0e10cSrcweir TabStop = TRUE ; 145*cdf0e10cSrcweir SvLook = TRUE ; 146*cdf0e10cSrcweir Hide = TRUE ; 147*cdf0e10cSrcweir HelpId = HID_TABDESIGN_BACKGROUND ; 148*cdf0e10cSrcweir}; 149*cdf0e10cSrcweir 150*cdf0e10cSrcweirErrorBox ERR_INVALID_LISTBOX_ENTRY 151*cdf0e10cSrcweir{ 152*cdf0e10cSrcweir Message [ en-US ] = "The text you entered is not a list element. " ; 153*cdf0e10cSrcweir}; 154*cdf0e10cSrcweir 155*cdf0e10cSrcweirMenu RID_TABLEDESIGNROWPOPUPMENU 156*cdf0e10cSrcweir{ 157*cdf0e10cSrcweir ItemList = 158*cdf0e10cSrcweir { 159*cdf0e10cSrcweir MenuItem 160*cdf0e10cSrcweir { 161*cdf0e10cSrcweir ITEM_EDIT_CUT 162*cdf0e10cSrcweir }; 163*cdf0e10cSrcweir MenuItem 164*cdf0e10cSrcweir { 165*cdf0e10cSrcweir ITEM_EDIT_COPY 166*cdf0e10cSrcweir }; 167*cdf0e10cSrcweir MenuItem 168*cdf0e10cSrcweir { 169*cdf0e10cSrcweir ITEM_EDIT_PASTE 170*cdf0e10cSrcweir }; 171*cdf0e10cSrcweir MenuItem 172*cdf0e10cSrcweir { 173*cdf0e10cSrcweir ITEM_EDIT_DELETE 174*cdf0e10cSrcweir }; 175*cdf0e10cSrcweir MenuItem 176*cdf0e10cSrcweir { 177*cdf0e10cSrcweir Identifier = SID_TABLEDESIGN_INSERTROWS ; 178*cdf0e10cSrcweir HelpID = HID_TABLEDESIGN_INSERTROWS ; 179*cdf0e10cSrcweir Text [ en-US ] = "Insert Rows" ; 180*cdf0e10cSrcweir }; 181*cdf0e10cSrcweir MenuItem 182*cdf0e10cSrcweir { 183*cdf0e10cSrcweir Separator = TRUE ; 184*cdf0e10cSrcweir }; 185*cdf0e10cSrcweir MenuItem 186*cdf0e10cSrcweir { 187*cdf0e10cSrcweir Identifier = SID_TABLEDESIGN_TABED_PRIMARYKEY ; 188*cdf0e10cSrcweir HelpID = HID_TABLEDESIGN_TABED_PRIMARYKEY ; 189*cdf0e10cSrcweir Checkable = TRUE ; 190*cdf0e10cSrcweir Text [ en-US ] = "Primary Key" ; 191*cdf0e10cSrcweir }; 192*cdf0e10cSrcweir }; 193*cdf0e10cSrcweir}; 194*cdf0e10cSrcweirString STR_TABED_UNDO_CELLMODIFIED 195*cdf0e10cSrcweir{ 196*cdf0e10cSrcweir Text [ en-US ] = "Modify cell" ; 197*cdf0e10cSrcweir}; 198*cdf0e10cSrcweirString STR_TABED_UNDO_ROWDELETED 199*cdf0e10cSrcweir{ 200*cdf0e10cSrcweir Text [ en-US ] = "Delete row" ; 201*cdf0e10cSrcweir}; 202*cdf0e10cSrcweirString STR_TABED_UNDO_TYPE_CHANGED 203*cdf0e10cSrcweir{ 204*cdf0e10cSrcweir Text [ en-US ] = "Modify field type"; 205*cdf0e10cSrcweir}; 206*cdf0e10cSrcweirString STR_TABED_UNDO_ROWINSERTED 207*cdf0e10cSrcweir{ 208*cdf0e10cSrcweir Text [ en-US ] = "Insert row" ; 209*cdf0e10cSrcweir}; 210*cdf0e10cSrcweirString STR_TABED_UNDO_NEWROWINSERTED 211*cdf0e10cSrcweir{ 212*cdf0e10cSrcweir Text [ en-US ] = "Insert new row" ; 213*cdf0e10cSrcweir}; 214*cdf0e10cSrcweirString STR_TABED_UNDO_PRIMKEY 215*cdf0e10cSrcweir{ 216*cdf0e10cSrcweir Text [ en-US ] = "Insert/remove primary key" ; 217*cdf0e10cSrcweir}; 218*cdf0e10cSrcweir 219*cdf0e10cSrcweirString STR_DEFAULT_VALUE 220*cdf0e10cSrcweir{ 221*cdf0e10cSrcweir Text [ en-US ] = "~Default value" ; 222*cdf0e10cSrcweir}; 223*cdf0e10cSrcweirString STR_FIELD_REQUIRED 224*cdf0e10cSrcweir{ 225*cdf0e10cSrcweir Text [ en-US ] = "~Entry required" ; 226*cdf0e10cSrcweir}; 227*cdf0e10cSrcweirString STR_TEXT_LENGTH 228*cdf0e10cSrcweir{ 229*cdf0e10cSrcweir Text [ en-US ] = "~Length" ; 230*cdf0e10cSrcweir}; 231*cdf0e10cSrcweirString STR_NUMERIC_TYPE 232*cdf0e10cSrcweir{ 233*cdf0e10cSrcweir Text [ en-US ] = "~Type" ; 234*cdf0e10cSrcweir}; 235*cdf0e10cSrcweirString STR_LENGTH 236*cdf0e10cSrcweir{ 237*cdf0e10cSrcweir Text [ en-US ] = "~Length" ; 238*cdf0e10cSrcweir}; 239*cdf0e10cSrcweirString STR_SCALE 240*cdf0e10cSrcweir{ 241*cdf0e10cSrcweir Text [ en-US ] = "Decimal ~places" ; 242*cdf0e10cSrcweir}; 243*cdf0e10cSrcweirString STR_FORMAT 244*cdf0e10cSrcweir{ 245*cdf0e10cSrcweir Text [ en-US ] = "Format example"; 246*cdf0e10cSrcweir}; 247*cdf0e10cSrcweirString STR_HELP_BOOL_DEFAULT 248*cdf0e10cSrcweir{ 249*cdf0e10cSrcweir Text [ en-US ] = "Select a value that is to appear in all new records as default.\nIf the field is not to have a default value, select the empty string."; 250*cdf0e10cSrcweir}; 251*cdf0e10cSrcweirString STR_HELP_DEFAULT_VALUE 252*cdf0e10cSrcweir{ 253*cdf0e10cSrcweir Text [ en-US ] = "Enter a default value for this field.\n\nWhen you later enter data in the table, this string will be used in each new record for the field selected. It should, therefore, correspond to the cell format that needs to be entered below." ; 254*cdf0e10cSrcweir}; 255*cdf0e10cSrcweirString STR_HELP_FIELD_REQUIRED 256*cdf0e10cSrcweir{ 257*cdf0e10cSrcweir Text [ en-US ] = "Activate this option if this field cannot contain NULL values, i.e. the user must always enter data." ; 258*cdf0e10cSrcweir}; 259*cdf0e10cSrcweirString STR_HELP_TEXT_LENGTH 260*cdf0e10cSrcweir{ 261*cdf0e10cSrcweir Text [ en-US ] = "Enter the maximum text length permitted." ; 262*cdf0e10cSrcweir}; 263*cdf0e10cSrcweirString STR_HELP_NUMERIC_TYPE 264*cdf0e10cSrcweir{ 265*cdf0e10cSrcweir Text [ en-US ] = "Enter the number format." ; 266*cdf0e10cSrcweir}; 267*cdf0e10cSrcweirString STR_HELP_LENGTH 268*cdf0e10cSrcweir{ 269*cdf0e10cSrcweir Text [ en-US ] = "Determine the length data can have in this field.\n\nIf decimal fields, then the maximum length of the number to be entered, if binary fields, then the length of the data block.\nThe value will be corrected accordingly when it exceeds the maximum for this database." ; 270*cdf0e10cSrcweir}; 271*cdf0e10cSrcweirString STR_HELP_SCALE 272*cdf0e10cSrcweir{ 273*cdf0e10cSrcweir Text [ en-US ] = "Specify the number of decimal places permitted in this field." ; 274*cdf0e10cSrcweir}; 275*cdf0e10cSrcweirString STR_HELP_FORMAT_CODE 276*cdf0e10cSrcweir{ 277*cdf0e10cSrcweir Text [ en-US ] = "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."; 278*cdf0e10cSrcweir}; 279*cdf0e10cSrcweirString STR_HELP_FORMAT_BUTTON 280*cdf0e10cSrcweir{ 281*cdf0e10cSrcweir Text [ en-US ] = "This is where you determine the output format of the data."; 282*cdf0e10cSrcweir}; 283*cdf0e10cSrcweirString STR_HELP_AUTOINCREMENT 284*cdf0e10cSrcweir{ 285*cdf0e10cSrcweir Text [ en-US ] = "Choose if this field should contain AutoIncrement values.\n\nYou can not enter data in fields of this type. An intrinsic value will be assigned to each new record automatically (resulting from the increment of the previous record)." ; 286*cdf0e10cSrcweir}; 287*cdf0e10cSrcweirPushButton PB_FORMAT 288*cdf0e10cSrcweir{ 289*cdf0e10cSrcweir TabStop = TRUE ; 290*cdf0e10cSrcweir Text [ en-US ] = "~..."; 291*cdf0e10cSrcweir}; 292*cdf0e10cSrcweirString STR_TABLEDESIGN_DUPLICATE_NAME 293*cdf0e10cSrcweir{ 294*cdf0e10cSrcweir Text [ en-US ] = "The table cannot be saved because column name \"$column$\" was assigned twice."; 295*cdf0e10cSrcweir}; 296*cdf0e10cSrcweirString STR_TBL_COLUMN_IS_KEYCOLUMN 297*cdf0e10cSrcweir{ 298*cdf0e10cSrcweir Text [ en-US ] = "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"; 299*cdf0e10cSrcweir}; 300*cdf0e10cSrcweirString STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE 301*cdf0e10cSrcweir{ 302*cdf0e10cSrcweir Text [ en-US ] = "Primary Key Affected"; 303*cdf0e10cSrcweir}; 304*cdf0e10cSrcweirString STR_COLUMN_NAME 305*cdf0e10cSrcweir{ 306*cdf0e10cSrcweir Text [ en-US ] = "Column"; 307*cdf0e10cSrcweir}; 308*cdf0e10cSrcweirString STR_QRY_CONTINUE 309*cdf0e10cSrcweir{ 310*cdf0e10cSrcweir Text [ en-US ] = "Continue anyway?" ; 311*cdf0e10cSrcweir}; 312*cdf0e10cSrcweirString STR_STAT_WARNING 313*cdf0e10cSrcweir{ 314*cdf0e10cSrcweir Text [ en-US ] = "Warning!" ; 315*cdf0e10cSrcweir}; 316*cdf0e10cSrcweirQueryBox TABLE_DESIGN_SAVEMODIFIED 317*cdf0e10cSrcweir{ 318*cdf0e10cSrcweir Buttons = WB_YES_NO_CANCEL ; 319*cdf0e10cSrcweir DefButton = WB_DEF_YES ; 320*cdf0e10cSrcweir Message [ en-US ] = "The table has been changed.\nDo you want to save the changes?" ; 321*cdf0e10cSrcweir}; 322*cdf0e10cSrcweirQueryBox TABLE_QUERY_CONNECTION_LOST 323*cdf0e10cSrcweir{ 324*cdf0e10cSrcweir Buttons = WB_YES_NO ; 325*cdf0e10cSrcweir Message [ en-US ] = "The connection to the database was lost! The table design can only be used with limited functionality without a connection.\nReconnect?" ; 326*cdf0e10cSrcweir}; 327*cdf0e10cSrcweirString STR_TABLEDESIGN_CONNECTION_MISSING 328*cdf0e10cSrcweir{ 329*cdf0e10cSrcweir Text [ en-US ] = "The table could not be saved due to problems connecting to the database."; 330*cdf0e10cSrcweir}; 331*cdf0e10cSrcweirString STR_TABLEDESIGN_DATASOURCE_DELETED 332*cdf0e10cSrcweir{ 333*cdf0e10cSrcweir Text [ en-US ] = "The table filter could not be adjusted because the data source has been deleted."; 334*cdf0e10cSrcweir}; 335*cdf0e10cSrcweir 336*cdf0e10cSrcweirQueryBox QUERY_SAVE_TABLE_EDIT_INDEXES 337*cdf0e10cSrcweir{ 338*cdf0e10cSrcweir Message [ en-US ] = "Before you can edit the indexes of a table, you have to save it.\nDo you want to save the changes now?"; 339*cdf0e10cSrcweir 340*cdf0e10cSrcweir Buttons = WB_YES_NO ; 341*cdf0e10cSrcweir}; 342*cdf0e10cSrcweirString STR_TABLEDESIGN_NO_PRIM_KEY_HEAD 343*cdf0e10cSrcweir{ 344*cdf0e10cSrcweir Text [ en-US ] = "No primary key" ; 345*cdf0e10cSrcweir}; 346*cdf0e10cSrcweirString STR_TABLEDESIGN_NO_PRIM_KEY 347*cdf0e10cSrcweir{ 348*cdf0e10cSrcweir Text [ en-US ] = "A unique index or primary key is required for data record identification in this database.\nYou can only enter data into this table when one of these two structural conditions has been met.\n\nShould a primary key be created now?" ; 349*cdf0e10cSrcweir}; 350*cdf0e10cSrcweirString STR_TABLEDESIGN_TITLE 351*cdf0e10cSrcweir{ 352*cdf0e10cSrcweir Text [ en-US ] = " - %PRODUCTNAME Base: Table Design"; 353*cdf0e10cSrcweir}; 354*cdf0e10cSrcweir 355*cdf0e10cSrcweir/* 356*cdf0e10cSrcweir The menubar resource has become obsolete - you can now find the menubar definition at: <project>/uiconfig/dbtable/menubar/menubar.xml 357*cdf0e10cSrcweir*/ 358*cdf0e10cSrcweir 359*cdf0e10cSrcweirString STR_TABLEDESIGN_ALTER_ERROR 360*cdf0e10cSrcweir{ 361*cdf0e10cSrcweir Text [ en-US ] = "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?" ; 362*cdf0e10cSrcweir}; 363*cdf0e10cSrcweir 364*cdf0e10cSrcweirString STR_TABLEDESIGN_SAVE_ERROR 365*cdf0e10cSrcweir{ 366*cdf0e10cSrcweir Text [ en-US ] = "Error while saving the table design"; 367*cdf0e10cSrcweir}; 368*cdf0e10cSrcweir 369*cdf0e10cSrcweirString STR_TABLEDESIGN_COULD_NOT_DROP_COL 370*cdf0e10cSrcweir{ 371*cdf0e10cSrcweir Text [ en-US ] = "The column $column$ could not be deleted."; 372*cdf0e10cSrcweir}; 373*cdf0e10cSrcweir 374*cdf0e10cSrcweirQueryBox TABLE_DESIGN_ALL_ROWS_DELETED 375*cdf0e10cSrcweir{ 376*cdf0e10cSrcweir Buttons = WB_YES_NO_CANCEL ; 377*cdf0e10cSrcweir DefButton = WB_DEF_YES ; 378*cdf0e10cSrcweir Message [ en-US ] = "You are trying to delete all the columns in the table. A table cannot exist without columns. Should the table be deleted from the database? If not, the table will remain unchanged."; 379*cdf0e10cSrcweir}; 380*cdf0e10cSrcweir 381*cdf0e10cSrcweirString STR_AUTOINCREMENT_VALUE 382*cdf0e10cSrcweir{ 383*cdf0e10cSrcweir Text [ en-US ] = "A~uto-increment statement"; 384*cdf0e10cSrcweir}; 385*cdf0e10cSrcweirString STR_HELP_AUTOINCREMENT_VALUE 386*cdf0e10cSrcweir{ 387*cdf0e10cSrcweir Text [ en-US ] = "Enter an SQL statement for the auto-increment field.\n\nThis statement will be directly transferred to the database when the table is created."; 388*cdf0e10cSrcweir}; 389*cdf0e10cSrcweir 390*cdf0e10cSrcweirString STR_NO_TYPE_INFO_AVAILABLE 391*cdf0e10cSrcweir{ 392*cdf0e10cSrcweir Text [ en-US ] = "No type information could be retrieved from the database.\nThe table design mode is not available for this data source."; 393*cdf0e10cSrcweir}; 394*cdf0e10cSrcweir 395*cdf0e10cSrcweirString STR_CHANGE_COLUMN_NAME 396*cdf0e10cSrcweir{ 397*cdf0e10cSrcweir Text [ en-US ] = "change field name"; 398*cdf0e10cSrcweir}; 399*cdf0e10cSrcweir 400*cdf0e10cSrcweirString STR_CHANGE_COLUMN_TYPE 401*cdf0e10cSrcweir{ 402*cdf0e10cSrcweir Text [ en-US ] = "change field type"; 403*cdf0e10cSrcweir}; 404*cdf0e10cSrcweir 405*cdf0e10cSrcweirString STR_CHANGE_COLUMN_DESCRIPTION 406*cdf0e10cSrcweir{ 407*cdf0e10cSrcweir Text [ en-US ] = "change field description"; 408*cdf0e10cSrcweir}; 409*cdf0e10cSrcweir 410*cdf0e10cSrcweirString STR_CHANGE_COLUMN_ATTRIBUTE 411*cdf0e10cSrcweir{ 412*cdf0e10cSrcweir Text [ en-US ] = "change field attribute"; 413*cdf0e10cSrcweir}; 414