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