summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/sbabrw.src
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-04-12 14:32:03 +0000
committerFrank Schönheit <fs@openoffice.org>2001-04-12 14:32:03 +0000
commit5cda9f786ea219c3fe1f1642dbdf080b17bf36b2 (patch)
tree0b0e693fcf0b1c875e788be7abf7c9cd0a80c2c1 /dbaccess/source/ui/browser/sbabrw.src
parentb622454efbe664ba10c76162d8f00ce3d5c96254 (diff)
added status strings for loading a table/query
Diffstat (limited to 'dbaccess/source/ui/browser/sbabrw.src')
-rw-r--r--dbaccess/source/ui/browser/sbabrw.src21
1 files changed, 18 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/sbabrw.src b/dbaccess/source/ui/browser/sbabrw.src
index cffb934f773f..320e168946c6 100644
--- a/dbaccess/source/ui/browser/sbabrw.src
+++ b/dbaccess/source/ui/browser/sbabrw.src
@@ -2,9 +2,9 @@
*
* $RCSfile: sbabrw.src,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: fs $ $Date: 2001-04-03 08:16:20 $
+ * last change: $Author: fs $ $Date: 2001-04-12 15:32:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1173,4 +1173,19 @@ String STR_CONNECTING_DATASOURCE
Text = "Verbindungsaufbau zu \"$name$\" ...";
Text [ english ] = "connecting to \"$name$\" ...";
Text [ english_us ] = "connecting to \"$name$\" ...";
-}; \ No newline at end of file
+};
+
+String STR_LOADING_QUERY
+{
+ Text = "lade Abfrage $name$ ...";
+ Text [ english ] = "loading query $name$ ...";
+ Text [ english_us ] = "loading query $name$ ...";
+};
+
+String STR_LOADING_TABLE
+{
+ Text = "lade Tabelle $name$ ...";
+ Text [ english ] = "loading table $name$ ...";
+ Text [ english_us ] = "loading table $name$ ...";
+};
+