Tag: cws_src680_dba23a User: fs Date: 2007/03/07 05:57:22 Modified: dba/connectivity/source/resource/conn_shared_res.src
Log: #i69541# resource strings for Calc driver File Changes: Directory: /dba/connectivity/source/resource/ ============================================= File [changed]: conn_shared_res.src Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/resource/conn_shared_res.src?r1=1.3&r2=1.3.38.1 Delta lines: +20 -3 -------------------- --- conn_shared_res.src 13 Dec 2006 16:25:28 -0000 1.3 +++ conn_shared_res.src 7 Mar 2007 13:57:20 -0000 1.3.38.1 @@ -4,9 +4,9 @@ * * $RCSfile: conn_shared_res.src,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.38.1 $ * - * last change: $Author: kz $ $Date: 2006/12/13 16:25:28 $ + * last change: $Author: fs $ $Date: 2007/03/07 13:57:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,6 +35,7 @@ #include "resource/common_res.hrc" #include "resource/mozab_res.hrc" +#include "resource/calc_res.hrc" // ============================================================================ // = the mozab driver's resource strings @@ -169,4 +170,20 @@ { Text [ de ] = "Die Verbindung zum LDAP-Server konnte nicht hergestellt werden."; Text [ en-US ] = "The connection to the LDAP server could not be established."; +}; + +// ============================================================================ +// = the mozab driver's resource strings +// ============================================================================ + +String STR_COULD_NOT_LOAD_FILE +{ + Text [ de ] = "Die Datei $filename$ konnte nicht geladen werden."; + Text [ en-US ] = "The file $filename$ could not be loaded."; +}; + +String STR_LOAD_FILE_ERROR_MESSAGE +{ + Text [ de ] = "Der Versuch, die Datei zu laden, führte zu folgender Fehlermeldung ($exception_type$):\n\n$error_message$"; + Text [ en-US ] = "The attempt to load the file resulted in the following error message ($exception_type$):\n\n$error_message$"; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
