1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "dbu_tbl.hrc"
21 #include "dbaccess_helpid.hrc"
22 #include "dbaccess_slotid.hrc"
23 #include "browserids.hxx"
24 #include <svx/globlmn.hrc>
25 #include "toolbox.hrc"
27 String STR_TABLEDESIGN_DBFIELDTYPES
29 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)";
32 String STR_TABLEDESIGN_UNDO_PRIMKEY
34 Text [ en-US ] = "Insert/remove primary key" ;
39 Text [ en-US ] = "Yes" ;
44 Text [ en-US ] = "No" ;
49 Text [ en-US ] = "Ascending" ;
54 Text [ en-US ] = "Descending" ;
59 // Bemerkung : sollte auch in anderen Sprachen irgendwie zum Wort 'Wert' passen : Wert - keiner ....
60 Text [ en-US ] = "<none>";
63 String STR_TAB_FIELD_NAME
65 Text [ en-US ] = "Field name" ;
68 String STR_TAB_FIELD_COLUMN_NAME
70 Text [ en-US ] = "Field Name" ;
73 String STR_TAB_FIELD_DATATYPE
75 Text [ en-US ] = "Field ~type" ;
78 String STR_TAB_FIELD_COLUMN_DATATYPE
80 Text [ en-US ] = "Field Type" ;
83 String STR_TAB_FIELD_LENGTH
85 Text [ en-US ] = "Field length" ;
88 String STR_TAB_HELP_TEXT
90 Text [ en-US ] = "Description" ;
93 String STR_COLUMN_DESCRIPTION
95 Text [ en-US ] = "Column Description" ;
98 String STR_TAB_FIELD_NULLABLE
100 Text [ en-US ] = "Input required" ;
103 String STR_FIELD_AUTOINCREMENT
105 Text [ en-US ] = "~AutoValue";
108 String STR_TAB_PROPERTIES
110 Text [ en-US ] = "Field Properties" ;
113 String STR_TABPAGE_GENERAL
115 Text [ en-US ] = "General" ;
118 String STR_TAB_TABLE_DESCRIPTION
120 Text [ en-US ] = "Description:";
123 String STR_TAB_TABLE_PROPERTIES
125 Text [ en-US ] = "Table properties";
128 Control RID_DB_TAB_EDITOR
130 Pos = MAP_APPFONT ( 0 , 0 ) ;
131 Size = MAP_APPFONT ( 40 , 12 ) ;
135 HelpId = HID_TABDESIGN_BACKGROUND ;
138 Menu RID_TABLEDESIGNROWPOPUPMENU
160 Identifier = SID_TABLEDESIGN_INSERTROWS ;
161 HelpID = HID_TABLEDESIGN_INSERTROWS ;
162 Text [ en-US ] = "Insert Rows" ;
170 Identifier = SID_TABLEDESIGN_TABED_PRIMARYKEY ;
171 HelpID = HID_TABLEDESIGN_TABED_PRIMARYKEY ;
173 Text [ en-US ] = "Primary Key" ;
178 String STR_TABED_UNDO_CELLMODIFIED
180 Text [ en-US ] = "Modify cell" ;
183 String STR_TABED_UNDO_ROWDELETED
185 Text [ en-US ] = "Delete row" ;
188 String STR_TABED_UNDO_TYPE_CHANGED
190 Text [ en-US ] = "Modify field type";
193 String STR_TABED_UNDO_ROWINSERTED
195 Text [ en-US ] = "Insert row" ;
198 String STR_TABED_UNDO_NEWROWINSERTED
200 Text [ en-US ] = "Insert new row" ;
203 String STR_TABED_UNDO_PRIMKEY
205 Text [ en-US ] = "Insert/remove primary key" ;
208 String STR_DEFAULT_VALUE
210 Text [ en-US ] = "~Default value" ;
213 String STR_FIELD_REQUIRED
215 Text [ en-US ] = "~Entry required" ;
218 String STR_TEXT_LENGTH
220 Text [ en-US ] = "~Length" ;
223 String STR_NUMERIC_TYPE
225 Text [ en-US ] = "~Type" ;
230 Text [ en-US ] = "~Length" ;
235 Text [ en-US ] = "Decimal ~places" ;
240 Text [ en-US ] = "Format example";
243 String STR_HELP_BOOL_DEFAULT
245 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.";
248 String STR_HELP_DEFAULT_VALUE
250 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." ;
253 String STR_HELP_FIELD_REQUIRED
255 Text [ en-US ] = "Activate this option if this field cannot contain NULL values, i.e. the user must always enter data." ;
258 String STR_HELP_TEXT_LENGTH
260 Text [ en-US ] = "Enter the maximum text length permitted." ;
263 String STR_HELP_NUMERIC_TYPE
265 Text [ en-US ] = "Enter the number format." ;
268 String STR_HELP_LENGTH
270 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." ;
273 String STR_HELP_SCALE
275 Text [ en-US ] = "Specify the number of decimal places permitted in this field." ;
278 String STR_HELP_FORMAT_CODE
280 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).";
283 String STR_HELP_FORMAT_BUTTON
285 Text [ en-US ] = "This is where you determine the output format of the data.";
288 String STR_HELP_AUTOINCREMENT
290 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)." ;
296 Text [ en-US ] = "~...";
299 String STR_TABLEDESIGN_DUPLICATE_NAME
301 Text [ en-US ] = "The table cannot be saved because column name \"$column$\" was assigned twice.";
304 String STR_TBL_COLUMN_IS_KEYCOLUMN
306 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?";
309 String STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE
311 Text [ en-US ] = "Primary Key Affected";
314 String STR_COLUMN_NAME
316 Text [ en-US ] = "Column";
319 String STR_QRY_CONTINUE
321 Text [ en-US ] = "Continue anyway?" ;
324 String STR_STAT_WARNING
326 Text [ en-US ] = "Warning!" ;
329 String STR_TABLEDESIGN_CONNECTION_MISSING
331 Text [ en-US ] = "The table could not be saved due to problems connecting to the database.";
334 String STR_TABLEDESIGN_DATASOURCE_DELETED
336 Text [ en-US ] = "The table filter could not be adjusted because the data source has been deleted.";
339 String STR_QUERY_SAVE_TABLE_EDIT_INDEXES
341 Text [ en-US ] = "Before you can edit the indexes of a table, you have to save it.\nDo you want to save the changes now?";
344 String STR_TABLEDESIGN_NO_PRIM_KEY_HEAD
346 Text [ en-US ] = "No primary key" ;
349 String STR_TABLEDESIGN_NO_PRIM_KEY
351 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?" ;
354 String STR_TABLEDESIGN_TITLE
356 Text [ en-US ] = " - %PRODUCTNAME Base: Table Design";
359 String STR_TABLEDESIGN_ALTER_ERROR
361 Text [ en-US ] = "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?" ;
364 String STR_TABLEDESIGN_SAVE_ERROR
366 Text [ en-US ] = "Error while saving the table design";
369 String STR_TABLEDESIGN_COULD_NOT_DROP_COL
371 Text [ en-US ] = "The column $column$ could not be deleted.";
374 String STR_AUTOINCREMENT_VALUE
376 Text [ en-US ] = "A~uto-increment statement";
379 String STR_HELP_AUTOINCREMENT_VALUE
381 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.";
384 String STR_NO_TYPE_INFO_AVAILABLE
386 Text [ en-US ] = "No type information could be retrieved from the database.\nThe table design mode is not available for this data source.";
389 String STR_CHANGE_COLUMN_NAME
391 Text [ en-US ] = "change field name";
394 String STR_CHANGE_COLUMN_TYPE
396 Text [ en-US ] = "change field type";
399 String STR_CHANGE_COLUMN_DESCRIPTION
401 Text [ en-US ] = "change field description";
404 String STR_CHANGE_COLUMN_ATTRIBUTE
406 Text [ en-US ] = "change field attribute";
409 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */