summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/sbabrw.src
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-08-15 05:48:01 +0000
committerFrank Schönheit <fs@openoffice.org>2001-08-15 05:48:01 +0000
commitc59d3383f9918d9fae3246381711b3b9abb4ec09 (patch)
treedb2a07874060d4ed33412d9ca6f5ae0d59682103 /dbaccess/source/ui/browser/sbabrw.src
parentf6be35692f6d4ce95646bae7ddab30423690b859 (diff)
#91052# STR_COULDNOTCONNECT_DATASOURCE
Diffstat (limited to 'dbaccess/source/ui/browser/sbabrw.src')
-rw-r--r--dbaccess/source/ui/browser/sbabrw.src18
1 files changed, 9 insertions, 9 deletions
diff --git a/dbaccess/source/ui/browser/sbabrw.src b/dbaccess/source/ui/browser/sbabrw.src
index bb05d6bb66e1..17f180637b0a 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.53 $
+ * $Revision: 1.54 $
*
- * last change: $Author: kz $ $Date: 2001-07-26 22:25:31 $
+ * last change: $Author: fs $ $Date: 2001-08-15 06:48:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1381,11 +1381,11 @@ String STR_NO_TABLE_FORMAT_INSIDE
Text[ turkish ] = "No table format found.";
Text[ arabic ] = "No table format found.";
Text[ catalan ] = "No table format found.";
- };
-
-
-
-
-
-
+};
+String STR_COULDNOTCONNECT_DATASOURCE
+{
+ Text = "Die Verbindung zur Datenquelle \"$name$\" konnte nicht hergstellt werden.";
+ Text [ english ] = "The connection to the data source \"$name$\" could not be established.";
+ Text [ english_us ] = "The connection to the data source \"$name$\" could not be established.";
+};