181d089aeSAndrew Rist/************************************************************** 2*4ca6e4aeSmseidel * 381d089aeSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 481d089aeSAndrew Rist * or more contributor license agreements. See the NOTICE file 581d089aeSAndrew Rist * distributed with this work for additional information 681d089aeSAndrew Rist * regarding copyright ownership. The ASF licenses this file 781d089aeSAndrew Rist * to you under the Apache License, Version 2.0 (the 881d089aeSAndrew Rist * "License"); you may not use this file except in compliance 981d089aeSAndrew Rist * with the License. You may obtain a copy of the License at 10*4ca6e4aeSmseidel * 1181d089aeSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*4ca6e4aeSmseidel * 1381d089aeSAndrew Rist * Unless required by applicable law or agreed to in writing, 1481d089aeSAndrew Rist * software distributed under the License is distributed on an 1581d089aeSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1681d089aeSAndrew Rist * KIND, either express or implied. See the License for the 1781d089aeSAndrew Rist * specific language governing permissions and limitations 1881d089aeSAndrew Rist * under the License. 19*4ca6e4aeSmseidel * 2081d089aeSAndrew Rist *************************************************************/ 2181d089aeSAndrew Rist 22cdf0e10cSrcweir#ifndef _DBU_TBL_HRC_ 23cdf0e10cSrcweir#include "dbu_tbl.hrc" 24cdf0e10cSrcweir#endif 25cdf0e10cSrcweir#ifndef _DBA_DBACCESS_HELPID_HRC_ 26cdf0e10cSrcweir#include "dbaccess_helpid.hrc" 27cdf0e10cSrcweir#endif 28cdf0e10cSrcweir#ifndef _DBACCESS_SLOTID_HRC_ 29cdf0e10cSrcweir#include "dbaccess_slotid.hrc" 30cdf0e10cSrcweir#endif 31cdf0e10cSrcweir#ifndef DBACCESS_UI_BROWSER_ID_HXX 32cdf0e10cSrcweir#include "browserids.hxx" 33cdf0e10cSrcweir#endif 34cdf0e10cSrcweir#ifndef _GLOBLMN_HRC 35cdf0e10cSrcweir#include <svx/globlmn.hrc> 36cdf0e10cSrcweir#endif 37cdf0e10cSrcweir#ifndef DBAUI_TOOLBOX_HXX 38cdf0e10cSrcweir#include "toolbox.hrc" 39cdf0e10cSrcweir#endif 40cdf0e10cSrcweir 41cdf0e10cSrcweir#define MN_EDIT 20 42cdf0e10cSrcweir#define MN_VIEW 21 43cdf0e10cSrcweir#define MN_EXTRA 22 44cdf0e10cSrcweir#define MN_INDEX 23 45cdf0e10cSrcweir#define MN_WIN 30 46cdf0e10cSrcweir#define MN_HELP 31 47cdf0e10cSrcweir 48cdf0e10cSrcweirString STR_TABLEDESIGN_DBFIELDTYPES 49cdf0e10cSrcweir{ 50*4ca6e4aeSmseidel 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)" ; 51cdf0e10cSrcweir}; 52cdf0e10cSrcweir 53cdf0e10cSrcweirString STR_TABLEDESIGN_UNDO_PRIMKEY 54cdf0e10cSrcweir{ 55cdf0e10cSrcweir Text [ en-US ] = "Insert/remove primary key" ; 56cdf0e10cSrcweir}; 57cdf0e10cSrcweir 58cdf0e10cSrcweirString STR_VALUE_YES 59cdf0e10cSrcweir{ 60cdf0e10cSrcweir Text [ en-US ] = "Yes" ; 61cdf0e10cSrcweir}; 62cdf0e10cSrcweirString STR_VALUE_NO 63cdf0e10cSrcweir{ 64cdf0e10cSrcweir Text [ en-US ] = "No" ; 65cdf0e10cSrcweir}; 66cdf0e10cSrcweirString STR_VALUE_ASC 67cdf0e10cSrcweir{ 68cdf0e10cSrcweir Text [ en-US ] = "Ascending" ; 69cdf0e10cSrcweir}; 70cdf0e10cSrcweirString STR_VALUE_DESC 71cdf0e10cSrcweir{ 72cdf0e10cSrcweir Text [ en-US ] = "Descending" ; 73cdf0e10cSrcweir}; 74cdf0e10cSrcweirString STR_VALUE_NONE 75cdf0e10cSrcweir{ 76cdf0e10cSrcweir // Bemerkung : sollte auch in anderen Sprachen irgendwie zum Wort 'Wert' passen : Wert - keiner .... 77*4ca6e4aeSmseidel Text [ en-US ] = "<none>" ; 78cdf0e10cSrcweir}; 79cdf0e10cSrcweir 80cdf0e10cSrcweirString STR_TAB_FIELD_NAME 81cdf0e10cSrcweir{ 82cdf0e10cSrcweir Text [ en-US ] = "Field name" ; 83cdf0e10cSrcweir}; 84cdf0e10cSrcweirString STR_TAB_FIELD_COLUMN_NAME 85cdf0e10cSrcweir{ 86cdf0e10cSrcweir Text [ en-US ] = "Field Name" ; 87cdf0e10cSrcweir}; 88cdf0e10cSrcweirString STR_TAB_FIELD_DATATYPE 89cdf0e10cSrcweir{ 90cdf0e10cSrcweir Text [ en-US ] = "Field ~type" ; 91cdf0e10cSrcweir}; 92cdf0e10cSrcweirString STR_TAB_FIELD_COLUMN_DATATYPE 93cdf0e10cSrcweir{ 94cdf0e10cSrcweir Text [ en-US ] = "Field Type" ; 95cdf0e10cSrcweir}; 96cdf0e10cSrcweirString STR_TAB_FIELD_LENGTH 97cdf0e10cSrcweir{ 98cdf0e10cSrcweir Text [ en-US ] = "Field length" ; 99cdf0e10cSrcweir}; 100cdf0e10cSrcweirString STR_TAB_HELP_TEXT 101cdf0e10cSrcweir{ 102cdf0e10cSrcweir Text [ en-US ] = "Description" ; 103cdf0e10cSrcweir}; 104cdf0e10cSrcweirString STR_COLUMN_DESCRIPTION 105cdf0e10cSrcweir{ 106cdf0e10cSrcweir Text [ en-US ] = "Column Description" ; 107cdf0e10cSrcweir}; 108cdf0e10cSrcweirString STR_TAB_FIELD_NULLABLE 109cdf0e10cSrcweir{ 110cdf0e10cSrcweir Text [ en-US ] = "Input required" ; 111cdf0e10cSrcweir}; 112cdf0e10cSrcweirString STR_FIELD_AUTOINCREMENT 113cdf0e10cSrcweir{ 114*4ca6e4aeSmseidel Text [ en-US ] = "~AutoValue" ; 115cdf0e10cSrcweir}; 116cdf0e10cSrcweirString STR_TAB_PROPERTIES 117cdf0e10cSrcweir{ 118cdf0e10cSrcweir Text [ en-US ] = "Field Properties" ; 119cdf0e10cSrcweir}; 120cdf0e10cSrcweirString STR_TABPAGE_GENERAL 121cdf0e10cSrcweir{ 122cdf0e10cSrcweir Text [ en-US ] = "General" ; 123cdf0e10cSrcweir}; 124cdf0e10cSrcweirString STR_TAB_TABLE_DESCRIPTION 125cdf0e10cSrcweir{ 126*4ca6e4aeSmseidel Text [ en-US ] = "Description:" ; 127cdf0e10cSrcweir}; 128cdf0e10cSrcweir 129cdf0e10cSrcweirString STR_TAB_TABLE_PROPERTIES 130cdf0e10cSrcweir{ 131*4ca6e4aeSmseidel Text [ en-US ] = "Table properties" ; 132cdf0e10cSrcweir}; 133cdf0e10cSrcweir 134cdf0e10cSrcweirControl RID_DB_TAB_EDITOR 135cdf0e10cSrcweir{ 136cdf0e10cSrcweir Pos = MAP_APPFONT ( 0 , 0 ) ; 137cdf0e10cSrcweir Size = MAP_APPFONT ( 40 , 12 ) ; 138cdf0e10cSrcweir TabStop = TRUE ; 139cdf0e10cSrcweir SvLook = TRUE ; 140cdf0e10cSrcweir Hide = TRUE ; 141cdf0e10cSrcweir HelpId = HID_TABDESIGN_BACKGROUND ; 142cdf0e10cSrcweir}; 143cdf0e10cSrcweir 144cdf0e10cSrcweirErrorBox ERR_INVALID_LISTBOX_ENTRY 145cdf0e10cSrcweir{ 146cdf0e10cSrcweir Message [ en-US ] = "The text you entered is not a list element. " ; 147cdf0e10cSrcweir}; 148cdf0e10cSrcweir 149cdf0e10cSrcweirMenu RID_TABLEDESIGNROWPOPUPMENU 150cdf0e10cSrcweir{ 151cdf0e10cSrcweir ItemList = 152cdf0e10cSrcweir { 153cdf0e10cSrcweir MenuItem 154cdf0e10cSrcweir { 155cdf0e10cSrcweir ITEM_EDIT_CUT 156cdf0e10cSrcweir }; 157cdf0e10cSrcweir MenuItem 158cdf0e10cSrcweir { 159cdf0e10cSrcweir ITEM_EDIT_COPY 160cdf0e10cSrcweir }; 161cdf0e10cSrcweir MenuItem 162cdf0e10cSrcweir { 163cdf0e10cSrcweir ITEM_EDIT_PASTE 164cdf0e10cSrcweir }; 165cdf0e10cSrcweir MenuItem 166cdf0e10cSrcweir { 167cdf0e10cSrcweir ITEM_EDIT_DELETE 168cdf0e10cSrcweir }; 169cdf0e10cSrcweir MenuItem 170cdf0e10cSrcweir { 171cdf0e10cSrcweir Identifier = SID_TABLEDESIGN_INSERTROWS ; 172cdf0e10cSrcweir HelpID = HID_TABLEDESIGN_INSERTROWS ; 173cdf0e10cSrcweir Text [ en-US ] = "Insert Rows" ; 174cdf0e10cSrcweir }; 175cdf0e10cSrcweir MenuItem 176cdf0e10cSrcweir { 177cdf0e10cSrcweir Separator = TRUE ; 178cdf0e10cSrcweir }; 179cdf0e10cSrcweir MenuItem 180cdf0e10cSrcweir { 181cdf0e10cSrcweir Identifier = SID_TABLEDESIGN_TABED_PRIMARYKEY ; 182cdf0e10cSrcweir HelpID = HID_TABLEDESIGN_TABED_PRIMARYKEY ; 183cdf0e10cSrcweir Checkable = TRUE ; 184cdf0e10cSrcweir Text [ en-US ] = "Primary Key" ; 185cdf0e10cSrcweir }; 186cdf0e10cSrcweir }; 187cdf0e10cSrcweir}; 188cdf0e10cSrcweirString STR_TABED_UNDO_CELLMODIFIED 189cdf0e10cSrcweir{ 190cdf0e10cSrcweir Text [ en-US ] = "Modify cell" ; 191cdf0e10cSrcweir}; 192cdf0e10cSrcweirString STR_TABED_UNDO_ROWDELETED 193cdf0e10cSrcweir{ 194cdf0e10cSrcweir Text [ en-US ] = "Delete row" ; 195cdf0e10cSrcweir}; 196cdf0e10cSrcweirString STR_TABED_UNDO_TYPE_CHANGED 197cdf0e10cSrcweir{ 198*4ca6e4aeSmseidel Text [ en-US ] = "Modify field type" ; 199cdf0e10cSrcweir}; 200cdf0e10cSrcweirString STR_TABED_UNDO_ROWINSERTED 201cdf0e10cSrcweir{ 202cdf0e10cSrcweir Text [ en-US ] = "Insert row" ; 203cdf0e10cSrcweir}; 204cdf0e10cSrcweirString STR_TABED_UNDO_NEWROWINSERTED 205cdf0e10cSrcweir{ 206cdf0e10cSrcweir Text [ en-US ] = "Insert new row" ; 207cdf0e10cSrcweir}; 208cdf0e10cSrcweirString STR_TABED_UNDO_PRIMKEY 209cdf0e10cSrcweir{ 210cdf0e10cSrcweir Text [ en-US ] = "Insert/remove primary key" ; 211cdf0e10cSrcweir}; 212cdf0e10cSrcweir 213cdf0e10cSrcweirString STR_DEFAULT_VALUE 214cdf0e10cSrcweir{ 215cdf0e10cSrcweir Text [ en-US ] = "~Default value" ; 216cdf0e10cSrcweir}; 217cdf0e10cSrcweirString STR_FIELD_REQUIRED 218cdf0e10cSrcweir{ 219cdf0e10cSrcweir Text [ en-US ] = "~Entry required" ; 220cdf0e10cSrcweir}; 221cdf0e10cSrcweirString STR_TEXT_LENGTH 222cdf0e10cSrcweir{ 223cdf0e10cSrcweir Text [ en-US ] = "~Length" ; 224cdf0e10cSrcweir}; 225cdf0e10cSrcweirString STR_NUMERIC_TYPE 226cdf0e10cSrcweir{ 227cdf0e10cSrcweir Text [ en-US ] = "~Type" ; 228cdf0e10cSrcweir}; 229cdf0e10cSrcweirString STR_LENGTH 230cdf0e10cSrcweir{ 231cdf0e10cSrcweir Text [ en-US ] = "~Length" ; 232cdf0e10cSrcweir}; 233cdf0e10cSrcweirString STR_SCALE 234cdf0e10cSrcweir{ 235cdf0e10cSrcweir Text [ en-US ] = "Decimal ~places" ; 236cdf0e10cSrcweir}; 237cdf0e10cSrcweirString STR_FORMAT 238cdf0e10cSrcweir{ 239*4ca6e4aeSmseidel Text [ en-US ] = "Format example" ; 240cdf0e10cSrcweir}; 241cdf0e10cSrcweirString STR_HELP_BOOL_DEFAULT 242cdf0e10cSrcweir{ 243*4ca6e4aeSmseidel 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." ; 244cdf0e10cSrcweir}; 245cdf0e10cSrcweirString STR_HELP_DEFAULT_VALUE 246cdf0e10cSrcweir{ 247cdf0e10cSrcweir 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." ; 248cdf0e10cSrcweir}; 249cdf0e10cSrcweirString STR_HELP_FIELD_REQUIRED 250cdf0e10cSrcweir{ 251cdf0e10cSrcweir Text [ en-US ] = "Activate this option if this field cannot contain NULL values, i.e. the user must always enter data." ; 252cdf0e10cSrcweir}; 253cdf0e10cSrcweirString STR_HELP_TEXT_LENGTH 254cdf0e10cSrcweir{ 255cdf0e10cSrcweir Text [ en-US ] = "Enter the maximum text length permitted." ; 256cdf0e10cSrcweir}; 257cdf0e10cSrcweirString STR_HELP_NUMERIC_TYPE 258cdf0e10cSrcweir{ 259cdf0e10cSrcweir Text [ en-US ] = "Enter the number format." ; 260cdf0e10cSrcweir}; 261cdf0e10cSrcweirString STR_HELP_LENGTH 262cdf0e10cSrcweir{ 263cdf0e10cSrcweir 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." ; 264cdf0e10cSrcweir}; 265cdf0e10cSrcweirString STR_HELP_SCALE 266cdf0e10cSrcweir{ 267cdf0e10cSrcweir Text [ en-US ] = "Specify the number of decimal places permitted in this field." ; 268cdf0e10cSrcweir}; 269cdf0e10cSrcweirString STR_HELP_FORMAT_CODE 270cdf0e10cSrcweir{ 271*4ca6e4aeSmseidel 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)." ; 272cdf0e10cSrcweir}; 273cdf0e10cSrcweirString STR_HELP_FORMAT_BUTTON 274cdf0e10cSrcweir{ 275*4ca6e4aeSmseidel Text [ en-US ] = "This is where you determine the output format of the data." ; 276cdf0e10cSrcweir}; 277cdf0e10cSrcweirString STR_HELP_AUTOINCREMENT 278cdf0e10cSrcweir{ 279cdf0e10cSrcweir 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)." ; 280cdf0e10cSrcweir}; 281cdf0e10cSrcweirPushButton PB_FORMAT 282cdf0e10cSrcweir{ 283cdf0e10cSrcweir TabStop = TRUE ; 284*4ca6e4aeSmseidel Text = "~..." ; 285cdf0e10cSrcweir}; 286cdf0e10cSrcweirString STR_TABLEDESIGN_DUPLICATE_NAME 287cdf0e10cSrcweir{ 288*4ca6e4aeSmseidel Text [ en-US ] = "The table cannot be saved because column name \"$column$\" was assigned twice." ; 289cdf0e10cSrcweir}; 290cdf0e10cSrcweirString STR_TBL_COLUMN_IS_KEYCOLUMN 291cdf0e10cSrcweir{ 292*4ca6e4aeSmseidel 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?" ; 293cdf0e10cSrcweir}; 294cdf0e10cSrcweirString STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE 295cdf0e10cSrcweir{ 296*4ca6e4aeSmseidel Text [ en-US ] = "Primary Key Affected" ; 297cdf0e10cSrcweir}; 298cdf0e10cSrcweirString STR_COLUMN_NAME 299cdf0e10cSrcweir{ 300*4ca6e4aeSmseidel Text [ en-US ] = "Column" ; 301cdf0e10cSrcweir}; 302cdf0e10cSrcweirString STR_QRY_CONTINUE 303cdf0e10cSrcweir{ 304cdf0e10cSrcweir Text [ en-US ] = "Continue anyway?" ; 305cdf0e10cSrcweir}; 306cdf0e10cSrcweirString STR_STAT_WARNING 307cdf0e10cSrcweir{ 308cdf0e10cSrcweir Text [ en-US ] = "Warning!" ; 309cdf0e10cSrcweir}; 310cdf0e10cSrcweirQueryBox TABLE_DESIGN_SAVEMODIFIED 311cdf0e10cSrcweir{ 312cdf0e10cSrcweir Buttons = WB_YES_NO_CANCEL ; 313cdf0e10cSrcweir DefButton = WB_DEF_YES ; 314cdf0e10cSrcweir Message [ en-US ] = "The table has been changed.\nDo you want to save the changes?" ; 315cdf0e10cSrcweir}; 316cdf0e10cSrcweirQueryBox TABLE_QUERY_CONNECTION_LOST 317cdf0e10cSrcweir{ 318cdf0e10cSrcweir Buttons = WB_YES_NO ; 319cdf0e10cSrcweir Message [ en-US ] = "The connection to the database was lost! The table design can only be used with limited functionality without a connection.\nReconnect?" ; 320cdf0e10cSrcweir}; 321cdf0e10cSrcweirString STR_TABLEDESIGN_CONNECTION_MISSING 322cdf0e10cSrcweir{ 323*4ca6e4aeSmseidel Text [ en-US ] = "The table could not be saved due to problems connecting to the database." ; 324cdf0e10cSrcweir}; 325cdf0e10cSrcweirString STR_TABLEDESIGN_DATASOURCE_DELETED 326cdf0e10cSrcweir{ 327*4ca6e4aeSmseidel Text [ en-US ] = "The table filter could not be adjusted because the data source has been deleted." ; 328cdf0e10cSrcweir}; 329cdf0e10cSrcweir 330cdf0e10cSrcweirQueryBox QUERY_SAVE_TABLE_EDIT_INDEXES 331cdf0e10cSrcweir{ 332*4ca6e4aeSmseidel 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?" ; 333cdf0e10cSrcweir 334cdf0e10cSrcweir Buttons = WB_YES_NO ; 335cdf0e10cSrcweir}; 336cdf0e10cSrcweirString STR_TABLEDESIGN_NO_PRIM_KEY_HEAD 337cdf0e10cSrcweir{ 338cdf0e10cSrcweir Text [ en-US ] = "No primary key" ; 339cdf0e10cSrcweir}; 340cdf0e10cSrcweirString STR_TABLEDESIGN_NO_PRIM_KEY 341cdf0e10cSrcweir{ 342cdf0e10cSrcweir 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?" ; 343cdf0e10cSrcweir}; 344cdf0e10cSrcweirString STR_TABLEDESIGN_TITLE 345cdf0e10cSrcweir{ 346*4ca6e4aeSmseidel Text [ en-US ] = " - %PRODUCTNAME Base: Table Design" ; 347cdf0e10cSrcweir}; 348cdf0e10cSrcweir 349cdf0e10cSrcweir/* 350*4ca6e4aeSmseidel The menubar resource has become obsolete - you can now find the menubar definition at: <project>/uiconfig/dbtable/menubar/menubar.xml 351cdf0e10cSrcweir*/ 352cdf0e10cSrcweir 353cdf0e10cSrcweirString STR_TABLEDESIGN_ALTER_ERROR 354cdf0e10cSrcweir{ 355cdf0e10cSrcweir Text [ en-US ] = "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?" ; 356cdf0e10cSrcweir}; 357cdf0e10cSrcweir 358cdf0e10cSrcweirString STR_TABLEDESIGN_SAVE_ERROR 359cdf0e10cSrcweir{ 360*4ca6e4aeSmseidel Text [ en-US ] = "Error while saving the table design" ; 361cdf0e10cSrcweir}; 362cdf0e10cSrcweir 363cdf0e10cSrcweirString STR_TABLEDESIGN_COULD_NOT_DROP_COL 364cdf0e10cSrcweir{ 365*4ca6e4aeSmseidel Text [ en-US ] = "The column $column$ could not be deleted." ; 366cdf0e10cSrcweir}; 367cdf0e10cSrcweir 368cdf0e10cSrcweirQueryBox TABLE_DESIGN_ALL_ROWS_DELETED 369cdf0e10cSrcweir{ 370cdf0e10cSrcweir Buttons = WB_YES_NO_CANCEL ; 371cdf0e10cSrcweir DefButton = WB_DEF_YES ; 372*4ca6e4aeSmseidel 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." ; 373cdf0e10cSrcweir}; 374cdf0e10cSrcweir 375cdf0e10cSrcweirString STR_AUTOINCREMENT_VALUE 376cdf0e10cSrcweir{ 377*4ca6e4aeSmseidel Text [ en-US ] = "A~uto-increment statement" ; 378cdf0e10cSrcweir}; 379cdf0e10cSrcweirString STR_HELP_AUTOINCREMENT_VALUE 380cdf0e10cSrcweir{ 381*4ca6e4aeSmseidel 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." ; 382cdf0e10cSrcweir}; 383cdf0e10cSrcweir 384cdf0e10cSrcweirString STR_NO_TYPE_INFO_AVAILABLE 385cdf0e10cSrcweir{ 386*4ca6e4aeSmseidel Text [ en-US ] = "No type information could be retrieved from the database.\nThe table design mode is not available for this data source." ; 387cdf0e10cSrcweir}; 388cdf0e10cSrcweir 389cdf0e10cSrcweirString STR_CHANGE_COLUMN_NAME 390cdf0e10cSrcweir{ 391*4ca6e4aeSmseidel Text [ en-US ] = "change field name" ; 392cdf0e10cSrcweir}; 393cdf0e10cSrcweir 394cdf0e10cSrcweirString STR_CHANGE_COLUMN_TYPE 395cdf0e10cSrcweir{ 396*4ca6e4aeSmseidel Text [ en-US ] = "change field type" ; 397cdf0e10cSrcweir}; 398cdf0e10cSrcweir 399cdf0e10cSrcweirString STR_CHANGE_COLUMN_DESCRIPTION 400cdf0e10cSrcweir{ 401*4ca6e4aeSmseidel Text [ en-US ] = "change field description" ; 402cdf0e10cSrcweir}; 403cdf0e10cSrcweir 404cdf0e10cSrcweirString STR_CHANGE_COLUMN_ATTRIBUTE 405cdf0e10cSrcweir{ 406*4ca6e4aeSmseidel Text [ en-US ] = "change field attribute" ; 407cdf0e10cSrcweir}; 408*4ca6e4aeSmseidel 409*4ca6e4aeSmseidel// ******************************************************************* EOF 410