summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 07:49:58 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 07:49:58 +0000
commitbbf0675be9670b0a9e5d584d8298746f4c0bbc7c (patch)
treebf7adb74c07a28b6bfa40e89359692bfbe645f17 /framework/source
parentbba4f4cfa0d364d5bc59f92bfbde880908fb8b8e (diff)
INTEGRATION: CWS fwk67 (1.33.36); FILE MERGED
2007/07/11 10:21:42 as 1.33.36.3: #144841# handle some more cases 2007/07/03 07:30:18 as 1.33.36.2: #144841# new localized exception messages for corrupt ui config 2007/07/02 12:46:44 as 1.33.36.1: #144841# new exception for corrupt UI config; handle corrupt UI config as fatal error
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/classes/resource.src19
1 files changed, 17 insertions, 2 deletions
diff --git a/framework/source/classes/resource.src b/framework/source/classes/resource.src
index 689e05c33836..eb9969008fb6 100644
--- a/framework/source/classes/resource.src
+++ b/framework/source/classes/resource.src
@@ -4,9 +4,9 @@
*
* $RCSfile: resource.src,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: rt $ $Date: 2007-07-03 15:40:46 $
+ * last change: $Author: obo $ $Date: 2007-07-18 08:49:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -303,3 +303,18 @@ String STR_RESTORE_TOOLBARS
{
Text [ en-US ] = "~Reset" ;
};
+
+String STR_CORRUPT_UICFG_SHARE
+{
+ Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to reinstall the application." ;
+};
+
+String STR_CORRUPT_UICFG_USER
+{
+ Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to remove your user profile for the application." ;
+};
+
+String STR_CORRUPT_UICFG_GENERAL
+{
+ Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to remove your user profile for the application first or try to reinstall the application." ;
+};