summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-03-19 05:04:11 +0000
committerFrank Schönheit <fs@openoffice.org>2001-03-19 05:04:11 +0000
commite064653310dde1e9b0693dfcf97da6919555b3f5 (patch)
tree37b8b60d5bcebb1a14280ed5e78fba729e68dc9e /dbaccess/source/ui/tabledesign
parentde44ebbfa3674835801ea5c972906efb01b4f261 (diff)
+QUERY_SAVE_TABLE_EDIT_INDEXES
Diffstat (limited to 'dbaccess/source/ui/tabledesign')
-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 7eec445f3890..ac326d80adaa 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.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: fs $ $Date: 2001-03-16 16:26:00 $
+ * last change: $Author: fs $ $Date: 2001-03-19 06:04:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1619,6 +1619,16 @@ FixedText FIXED_NO_CONNECTION
Text [ English ] = "no connection" ;
Text [ english_us ] = "no connection" ;
};
+QueryBox QUERY_SAVE_TABLE_EDIT_INDEXES
+{
+ Message = "Bevor Sie die Indizies einer Tabelle ndern knnen, mu diese gespeichert werden.\n"
+ "Wollen Sie Ihre nderungen an der Tabellenstruktur jetzt speichern?";
+ Message [ english ] = "Before you can edit the indexes of a table, it must be saved.\n"
+ "Do you want to save your changes now?";
+ Message [ english_us ] = "Before you can edit the indexes of a table, it must be saved.\n"
+ "Do you want to save your changes now?";
+ Buttons = WB_YES_NO ;
+};