summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 08:39:23 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 08:39:23 +0000
commit058fbee1a4bdc7e62a3abb1e9879eff92eabd290 (patch)
tree01c714e81b3f88a73792f3a6b627a49381467d46
parentfe276d92c1854c79e68d1d6dc077d038a9a2b134 (diff)
INTEGRATION: CWS dba23a (1.3.38); FILE MERGED
2007/03/07 13:57:20 fs 1.3.38.1: #i69541# resource strings for Calc driver
-rw-r--r--connectivity/source/resource/conn_shared_res.src21
1 files changed, 19 insertions, 2 deletions
diff --git a/connectivity/source/resource/conn_shared_res.src b/connectivity/source/resource/conn_shared_res.src
index 62c1d4eba304..dfeaaf876d85 100644
--- a/connectivity/source/resource/conn_shared_res.src
+++ b/connectivity/source/resource/conn_shared_res.src
@@ -4,9 +4,9 @@
*
* $RCSfile: conn_shared_res.src,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ihi $ $Date: 2007-04-19 13:52:12 $
+ * last change: $Author: kz $ $Date: 2007-05-10 09:39:23 $
*
* 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
@@ -148,3 +149,19 @@ String STR_COULD_NOT_CONNECT_LDAP
{
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$";
+};