summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/sbabrw.src
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-07-16 12:42:36 +0000
committerOcke Janssen <oj@openoffice.org>2001-07-16 12:42:36 +0000
commitfde00c0dc362ae3f09f8b3134c95c20c9682eb25 (patch)
tree5680e99409bb3f5949606bfec1611ae8d49a808a /dbaccess/source/ui/browser/sbabrw.src
parent96f9af3e336103d36898d7883ffdc2c0a4481603 (diff)
#89650# check if table was created for html/rtf format
Diffstat (limited to 'dbaccess/source/ui/browser/sbabrw.src')
-rw-r--r--dbaccess/source/ui/browser/sbabrw.src12
1 files changed, 9 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/sbabrw.src b/dbaccess/source/ui/browser/sbabrw.src
index 7932a7f686fa..0d62a36fd301 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.48 $
+ * $Revision: 1.49 $
*
- * last change: $Author: kz $ $Date: 2001-07-13 20:43:50 $
+ * last change: $Author: oj $ $Date: 2001-07-16 13:40:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1355,8 +1355,14 @@ String STR_DSBROWSER_TITLE
Text[ turkish ] = "Data source browser";
Text[ arabic ] = "Data source browser";
Text[ catalan ] = "Data source browser";
- };
+};
+String STR_NO_TABLE_FORMAT_INSIDE
+{
+ Text = "Es konnte kein Tabellenformat gefunden werden." ;
+ Text [ english ] = "No table format found." ;
+ Text [ english_us ] = "No table format found." ;
+};