summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-05 14:04:58 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-05 14:04:58 +0000
commit1d6b0179be0ecd1ce85980a66dd5fd14847ef512 (patch)
tree942d7e0106fae75a72bcecba00e6d85ff5ff6f5e
parent10c7bc1b2f66fa4b7682be64c52d3b6e7a7804b5 (diff)
INTEGRATION: CWS dba30b (1.2.60); FILE MERGED
2008/04/15 21:48:54 fs 1.2.60.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/16 20:11:16 fs 1.2.60.1: #i86996# +DB_NOT_CONNECTED
-rw-r--r--connectivity/source/resource/conn_error_message.src13
1 files changed, 12 insertions, 1 deletions
diff --git a/connectivity/source/resource/conn_error_message.src b/connectivity/source/resource/conn_error_message.src
index 9a69d6e0c217..7833269ee5f2 100644
--- a/connectivity/source/resource/conn_error_message.src
+++ b/connectivity/source/resource/conn_error_message.src
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: conn_error_message.src,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -72,3 +72,14 @@ String 256 + 2*303 + 0
{
Text [ en-US ] = "The name '$1$' is already in use in the database.";
};
+
+String 256 + 2*304 + 0
+{
+ Text = "No connection to the database exists.";
+ // TODO: localize
+};
+
+String 256 + 2*304 + 1
+{
+ Text = "08003";
+};