Tag: cws_dev300_dba30b User: fs Date: 2008-03-16 20:11:18+0000 Modified: dba/connectivity/source/resource/conn_error_message.src
Log: #i86996# +DB_NOT_CONNECTED File Changes: Directory: /dba/connectivity/source/resource/ ============================================= File [changed]: conn_error_message.src Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/resource/conn_error_message.src?r1=1.2&r2=1.2.60.1 Delta lines: +13 -2 -------------------- --- conn_error_message.src 2007-11-21 15:09:48+0000 1.2 +++ conn_error_message.src 2008-03-16 20:11:16+0000 1.2.60.1 @@ -4,9 +4,9 @@ * * $RCSfile: conn_error_message.src,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.60.1 $ * - * last change: $Author: ihi $ $Date: 2007/11/21 15:09:48 $ + * last change: $Author: fs $ $Date: 2008/03/16 20:11:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,3 +77,14 @@ { 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"; +}; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
