summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/table.src
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/tabledesign/table.src')
-rw-r--r--dbaccess/source/ui/tabledesign/table.src14
1 files changed, 12 insertions, 2 deletions
diff --git a/dbaccess/source/ui/tabledesign/table.src b/dbaccess/source/ui/tabledesign/table.src
index 70a162aeed5f..7e32d6dd8647 100644
--- a/dbaccess/source/ui/tabledesign/table.src
+++ b/dbaccess/source/ui/tabledesign/table.src
@@ -2,9 +2,9 @@
*
* $RCSfile: table.src,v $
*
- * $Revision: 1.60 $
+ * $Revision: 1.61 $
*
- * last change: $Author: oj $ $Date: 2002-04-29 08:57:01 $
+ * last change: $Author: oj $ $Date: 2002-07-26 09:35:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2223,4 +2223,14 @@ QueryBox TABLE_DESIGN_ALL_ROWS_DELETED
Message [ English ] = "You are trying to delete all 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." ;
};
+String STR_AUTOINCREMENT_VALUE
+{
+ Text = "A~uto-Increment-Ausdruck" ;
+ Text [ ENGLISH ] = "A~uto-increment statement" ;
+};
+String STR_HELP_AUTOINCREMENT_VALUE
+{
+ Text = "Geben Sie hier einen SQL Ausdruck fr das Auto-Increment-Feld an.\n\nDieser Ausdruck wird beim Erzeugen der Tabelle direkt an die Datenbank bertragen." ;
+ Text [ english ] = "Enter an SQL statement for the auto-increment field.\n\nThis statement will be directly transferred to the database when the table is created." ;
+};