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.src50
1 files changed, 0 insertions, 50 deletions
diff --git a/dbaccess/source/ui/tabledesign/table.src b/dbaccess/source/ui/tabledesign/table.src
index d0dc8eeba6a6..02bf4436e7d2 100644
--- a/dbaccess/source/ui/tabledesign/table.src
+++ b/dbaccess/source/ui/tabledesign/table.src
@@ -42,16 +42,6 @@ String STR_VALUE_NO
Text [ en-US ] = "No" ;
};
-String STR_VALUE_ASC
-{
- Text [ en-US ] = "Ascending" ;
-};
-
-String STR_VALUE_DESC
-{
- Text [ en-US ] = "Descending" ;
-};
-
String STR_VALUE_NONE
{
// Bemerkung : sollte auch in anderen Sprachen irgendwie zum Wort 'Wert' passen : Wert - keiner ....
@@ -78,11 +68,6 @@ String STR_TAB_FIELD_COLUMN_DATATYPE
Text [ en-US ] = "Field Type" ;
};
-String STR_TAB_FIELD_LENGTH
-{
- Text [ en-US ] = "Field length" ;
-};
-
String STR_TAB_HELP_TEXT
{
Text [ en-US ] = "Description" ;
@@ -93,11 +78,6 @@ String STR_COLUMN_DESCRIPTION
Text [ en-US ] = "Column Description" ;
};
-String STR_TAB_FIELD_NULLABLE
-{
- Text [ en-US ] = "Input required" ;
-};
-
String STR_FIELD_AUTOINCREMENT
{
Text [ en-US ] = "~AutoValue";
@@ -108,21 +88,6 @@ String STR_TAB_PROPERTIES
Text [ en-US ] = "Field Properties" ;
};
-String STR_TABPAGE_GENERAL
-{
- Text [ en-US ] = "General" ;
-};
-
-String STR_TAB_TABLE_DESCRIPTION
-{
- Text [ en-US ] = "Description:";
-};
-
-String STR_TAB_TABLE_PROPERTIES
-{
- Text [ en-US ] = "Table properties";
-};
-
Menu RID_TABLEDESIGNROWPOPUPMENU
{
ItemList =
@@ -196,11 +161,6 @@ String STR_TABED_UNDO_NEWROWINSERTED
Text [ en-US ] = "Insert new row" ;
};
-String STR_TABED_UNDO_PRIMKEY
-{
- Text [ en-US ] = "Insert/remove primary key" ;
-};
-
String STR_DEFAULT_VALUE
{
Text [ en-US ] = "~Default value" ;
@@ -316,11 +276,6 @@ String STR_QRY_CONTINUE
Text [ en-US ] = "Continue anyway?" ;
};
-String STR_STAT_WARNING
-{
- Text [ en-US ] = "Warning!" ;
-};
-
String STR_TABLEDESIGN_CONNECTION_MISSING
{
Text [ en-US ] = "The table could not be saved due to problems connecting to the database.";
@@ -346,11 +301,6 @@ String STR_TABLEDESIGN_NO_PRIM_KEY
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?" ;
};
-String STR_TABLEDESIGN_TITLE
-{
- Text [ en-US ] = " - %PRODUCTNAME Base: Table Design";
-};
-
String STR_TABLEDESIGN_ALTER_ERROR
{
Text [ en-US ] = "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?" ;