From 1d6b0179be0ecd1ce85980a66dd5fd14847ef512 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 5 May 2008 14:04:58 +0000 Subject: 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 --- connectivity/source/resource/conn_error_message.src | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'connectivity/source/resource') 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"; +}; -- cgit