summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-19 13:53:15 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-19 13:53:15 +0000
commit14d468af1e1b4777a24537ec50e26f5ac9a80cd4 (patch)
treec4deb01ff9b61d05b78e099649b5d44195e6e7e1 /dbaccess
parentc827980ea37b9d25f18c5f84ae612a201146f493 (diff)
INTEGRATION: CWS mergede01 (1.5.72); FILE MERGED
2007/03/20 14:45:19 ihi 1.5.72.1: #i72301# Remove German
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/sdbtools/resource/sdbt_strings.src10
1 files changed, 2 insertions, 8 deletions
diff --git a/dbaccess/source/sdbtools/resource/sdbt_strings.src b/dbaccess/source/sdbtools/resource/sdbt_strings.src
index 030b77a96ffe..f619f9a72895 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: ihi $ $Date: 2006-08-21 15:19:30 $
+ * last change: $Author: ihi $ $Date: 2007-04-19 14:53:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,36 +39,30 @@
String STR_NAME_ALREADY_USED_IN_DB
{
- Text [ de ] = "Der Name '$name$' wird bereits in der Datenbank benutzt.";
Text [ en-US ] = "The name '$name$' is already in use in the database.";
};
String STR_QUERY_AND_TABLE_DISTINCT_NAMES
{
- Text [ de ] = "Es ist nicht möglich, einer Tabelle und einer Abfrage den selben Namen zu geben. Bitte wählen Sie einen Namen, der noch nicht für eine Abfrage oder Tabelle benutzt wird.";
Text [ en-US ] = "You cannot give a table and a query the same name. Please use a name which is not yet used by a query or table.";
};
String STR_BASENAME_TABLE
{
- Text [ de ] = "Tabelle";
Text [ en-US ] = "Table";
};
String STR_BASENAME_QUERY
{
- Text [ de ] = "Abfrage";
Text [ en-US ] = "Query";
};
String STR_NO_QUOTES_IN_QUERY_NAMES
{
- Text [ de ] = "Abfragenamen dürfen keine Zitatzeichen enthalten.";
Text [ en-US ] = "Query names must not contain quote characters.";
};
String STR_NO_VALID_SQL_NAME
{
- Text [ de ] = "$name$ ist kein SQL-konformer Bezeichner.";
Text [ en-US ] = "$name$ is no SQL conform identifier.";
};