summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:54:14 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:54:14 +0000
commite0c028eccdba03bfbc259759c3c27edb834260e2 (patch)
tree3f96ecb07e1f78255e91b7bb06e2e89a2b6d32b1 /dbaccess
parentc429c0d0e5fb6e56bbec6ea22832260823c7bac9 (diff)
INTEGRATION: CWS dba31a (1.55.42); FILE MERGED
2008/07/07 12:23:48 oj 1.55.42.2: #i85664# error message corrected for queries 2008/06/05 13:04:53 oj 1.55.42.1: #i55805# localized error message
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/resource/strings.src11
1 files changed, 10 insertions, 1 deletions
diff --git a/dbaccess/source/core/resource/strings.src b/dbaccess/source/core/resource/strings.src
index 18ad005dce97..05fe3d84b81a 100644
--- a/dbaccess/source/core/resource/strings.src
+++ b/dbaccess/source/core/resource/strings.src
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: strings.src,v $
- * $Revision: 1.55 $
+ * $Revision: 1.56 $
*
* This file is part of OpenOffice.org.
*
@@ -189,6 +189,11 @@ String RID_STR_TABLE_DOES_NOT_EXIST
Text [ en-US ] = "There exists no table named \"$table$\".";
};
+String RID_STR_QUERY_DOES_NOT_EXIST
+{
+ Text [ en-US ] = "There exists no query named \"$table$\".";
+};
+
String RID_STR_CONFLICTING_NAMES
{
Text [ en-US ] = "There are tables in the database whose names conflict with the names of existing queries. To make full use of all queries and tables, make sure they have distinct names.";
@@ -229,4 +234,8 @@ String RID_STR_OBJECT_ALREADY_CONTAINED
{
Text [ en-US ] = "The object already is, with a different name, part of the container.";
};
+String RID_STR_NAME_NOT_FOUND
+{
+ Text [ en-US ] = "Unable to find the document '$name$'.";
+};