summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/sdbtools
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:16:10 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:16:10 +0000
commit2bf8d2e679be25b80cc46c9e46ca40991a395653 (patch)
treea490336f9cec04b916ee6659ca9d3ea3a12801aa /dbaccess/source/sdbtools
parentINTEGRATION: CWS dba23a (1.3.106); FILE MERGED (diff)
downloadcore-2bf8d2e679be25b80cc46c9e46ca40991a395653.tar.gz
core-2bf8d2e679be25b80cc46c9e46ca40991a395653.zip
INTEGRATION: CWS dba23a (1.5.80); FILE MERGED
2007/03/08 09:18:59 fs 1.5.80.1: #i73084#
Diffstat (limited to 'dbaccess/source/sdbtools')
-rw-r--r--dbaccess/source/sdbtools/resource/sdbt_strings.src10
1 files changed, 8 insertions, 2 deletions
diff --git a/dbaccess/source/sdbtools/resource/sdbt_strings.src b/dbaccess/source/sdbtools/resource/sdbt_strings.src
index f619f9a72895..281de5ea0e73 100644
--- a/dbaccess/source/sdbtools/resource/sdbt_strings.src
+++ b/dbaccess/source/sdbtools/resource/sdbt_strings.src
@@ -4,9 +4,9 @@
*
* $RCSfile: sdbt_strings.src,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: ihi $ $Date: 2007-04-19 14:53:15 $
+ * last change: $Author: kz $ $Date: 2007-05-10 10:16:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,3 +66,9 @@ String STR_NO_VALID_SQL_NAME
{
Text [ en-US ] = "$name$ is no SQL conform identifier.";
};
+
+String STR_NO_SLASHES_IN_QUERY_NAMES
+{
+ Text [ de ] = "Der Name darf keinen Schrägstrich ('/') enthalten.";
+ Text [ en-uS ] = "The name must not contain any slashes ('/').";
+};