summaryrefslogtreecommitdiff
path: root/connectivity/source/resource
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
commitf52bcb5372a2c0880b5c05a4af5b34aebd7c1da1 (patch)
tree0318d567a499c93eb231f058e8584f0c40640d3d /connectivity/source/resource
parentc3ecf5ee41803a008956cf223a24d9a872d725ed (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
Diffstat (limited to 'connectivity/source/resource')
-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 c135c16461..fd6447742d 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";
+};