View | Details | Raw Unified | Return to issue 36213
Collapse All | Expand All

(-)old/app.cxx (-1 / +1 lines)
Lines 1096-1102 Link Here
1096
        OUString aErrorMsg;
1096
        OUString aErrorMsg;
1097
        aErrorMsg = GetMsgString(
1097
        aErrorMsg = GetMsgString(
1098
            //@@@ FIXME: should use an own resource string => #i36213#
1098
            //@@@ FIXME: should use an own resource string => #i36213#
1099
            STR_BOOTSTRAP_ERR_INTERNAL,
1099
            STR_BOOTSTRAP_ERR_LANGUAGE_MISSING, 	
1100
            OUString( RTL_CONSTASCII_USTRINGPARAM(
1100
            OUString( RTL_CONSTASCII_USTRINGPARAM(
1101
                "Language could not be determined." )) );
1101
                "Language could not be determined." )) );
1102
        aDiagnosticMessage.append( aErrorMsg );
1102
        aDiagnosticMessage.append( aErrorMsg );
(-)old/desktop.hrc (+1 lines)
Lines 73-78 Link Here
73
#define STR_BOOTSTRAP_ERR_FILE_CORRUPT		(RID_DESKTOP_STRING_START+105)
73
#define STR_BOOTSTRAP_ERR_FILE_CORRUPT		(RID_DESKTOP_STRING_START+105)
74
#define STR_BOOTSTRAP_ERR_FILE_MISSING		(RID_DESKTOP_STRING_START+106)
74
#define STR_BOOTSTRAP_ERR_FILE_MISSING		(RID_DESKTOP_STRING_START+106)
75
#define STR_BOOTSTRAP_ERR_NO_SUPPORT		(RID_DESKTOP_STRING_START+107)
75
#define STR_BOOTSTRAP_ERR_NO_SUPPORT		(RID_DESKTOP_STRING_START+107)
76
#define STR_BOOTSTRAP_ERR_LANGUAGE_MISSING	(RID_DESKTOP_STRING_START+108) 
76
77
77
#define STR_BOOTSTRAP_ERR_NO_SERVICE		(RID_DESKTOP_STRING_START+120)
78
#define STR_BOOTSTRAP_ERR_NO_SERVICE		(RID_DESKTOP_STRING_START+120)
78
#define STR_BOOTSTRAP_ERR_NO_CFG_SERVICE	(RID_DESKTOP_STRING_START+121)
79
#define STR_BOOTSTRAP_ERR_NO_CFG_SERVICE	(RID_DESKTOP_STRING_START+121)
(-)old/desktop.src (+5 lines)
Lines 99-104 Link Here
99
	Text [ en-US ] = "The configuration file \"$1\" was not found.";
99
	Text [ en-US ] = "The configuration file \"$1\" was not found.";
100
};
100
};
101
101
102
String STR_BOOTSTRAP_ERR_LANGUAGE_MISSING 
103
{
104
	Text [ en-US ] = "The application cannot be started. The user interface language cannot be determined.";
105
};
106
102
String STR_BOOTSTRAP_ERR_NO_SUPPORT
107
String STR_BOOTSTRAP_ERR_NO_SUPPORT
103
{
108
{
104
	Text [ de ] = "Die Konfigurationsdatei \"$1\" unterstützt nicht diese Version." ;
109
	Text [ de ] = "Die Konfigurationsdatei \"$1\" unterstützt nicht diese Version." ;

Return to issue 36213