From bbf0675be9670b0a9e5d584d8298746f4c0bbc7c Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 18 Jul 2007 07:49:58 +0000 Subject: 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 --- framework/source/classes/resource.src | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'framework/source') 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." ; +}; -- cgit