xref: /trunk/main/desktop/source/app/desktop.hrc (revision 8013a061)
1*8013a061SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8013a061SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8013a061SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8013a061SAndrew Rist * distributed with this work for additional information
6*8013a061SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8013a061SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8013a061SAndrew Rist * "License"); you may not use this file except in compliance
9*8013a061SAndrew Rist * with the License.  You may obtain a copy of the License at
10*8013a061SAndrew Rist *
11*8013a061SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8013a061SAndrew Rist *
13*8013a061SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8013a061SAndrew Rist * software distributed under the License is distributed on an
15*8013a061SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8013a061SAndrew Rist * KIND, either express or implied.  See the License for the
17*8013a061SAndrew Rist * specific language governing permissions and limitations
18*8013a061SAndrew Rist * under the License.
19*8013a061SAndrew Rist *
20*8013a061SAndrew Rist *************************************************************/
21*8013a061SAndrew Rist
22*8013a061SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _DESKTOP_HRC_
25cdf0e10cSrcweir#define _DESKTOP_HRC_
26cdf0e10cSrcweir
27cdf0e10cSrcweir#ifndef _SOLAR_HRC
28cdf0e10cSrcweir#include <svl/solar.hrc>
29cdf0e10cSrcweir#endif
30cdf0e10cSrcweir
31cdf0e10cSrcweir#define RID_DESKTOP_DIALOG_START			2000
32cdf0e10cSrcweir#define RID_FIRSTSTSTART_START              3000
33cdf0e10cSrcweir#define RID_DESKTOP_STRING_START			10000
34cdf0e10cSrcweir
35cdf0e10cSrcweir
36cdf0e10cSrcweir#define INFOBOX_CMDLINEHELP					(RID_DESKTOP_DIALOG_START+51)
37cdf0e10cSrcweir#define INFOBOX_EXPIRED						(RID_DESKTOP_DIALOG_START+52)
38cdf0e10cSrcweir
39cdf0e10cSrcweir#define QBX_USERDATALOCKED					(RID_DESKTOP_DIALOG_START+100)
40cdf0e10cSrcweir
41cdf0e10cSrcweir#define DLG_CMDLINEHELP						(RID_DESKTOP_DIALOG_START+101)
42cdf0e10cSrcweir#define TXT_DLG_CMDLINEHELP_HEADER			(RID_DESKTOP_DIALOG_START+102)
43cdf0e10cSrcweir#define TXT_DLG_CMDLINEHELP_LEFT			(RID_DESKTOP_DIALOG_START+103)
44cdf0e10cSrcweir#define TXT_DLG_CMDLINEHELP_RIGHT			(RID_DESKTOP_DIALOG_START+104)
45cdf0e10cSrcweir#define TXT_DLG_CMDLINEHELP_BOTTOM			(RID_DESKTOP_DIALOG_START+105)
46cdf0e10cSrcweir#define BTN_DLG_CMDLINEHELP_OK				(RID_DESKTOP_DIALOG_START+106)
47cdf0e10cSrcweir
48cdf0e10cSrcweir#define QBX_CONFIG_IMPORTSETTINGS			(RID_DESKTOP_DIALOG_START+180)
49cdf0e10cSrcweir
50cdf0e10cSrcweir#define EBX_ERR_PRINTDISABLED               (RID_DESKTOP_DIALOG_START+190)
51cdf0e10cSrcweir
52cdf0e10cSrcweir#define	STR_RECOVER_QUERY					(RID_DESKTOP_STRING_START+0)
53cdf0e10cSrcweir#define STR_RECOVER_TITLE					(RID_DESKTOP_STRING_START+1)
54cdf0e10cSrcweir#define STR_RECOVER_PREPARED				(RID_DESKTOP_STRING_START+2)
55cdf0e10cSrcweir
56cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_CANNOT_START		(RID_DESKTOP_STRING_START+100)
57cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_DIR_MISSING		(RID_DESKTOP_STRING_START+101)
58cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_PATH_INVALID		(RID_DESKTOP_STRING_START+102)
59cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_NO_PATH			(RID_DESKTOP_STRING_START+103)
60cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_INTERNAL			(RID_DESKTOP_STRING_START+104)
61cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_FILE_CORRUPT		(RID_DESKTOP_STRING_START+105)
62cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_FILE_MISSING		(RID_DESKTOP_STRING_START+106)
63cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_NO_SUPPORT		(RID_DESKTOP_STRING_START+107)
64cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_LANGUAGE_MISSING	(RID_DESKTOP_STRING_START+108)
65cdf0e10cSrcweir
66cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_NO_SERVICE		(RID_DESKTOP_STRING_START+120)
67cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_NO_CFG_SERVICE	(RID_DESKTOP_STRING_START+121)
68cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_CFG_DATAACCESS	(RID_DESKTOP_STRING_START+122)
69cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE (RID_DESKTOP_STRING_START+123)
70cdf0e10cSrcweir
71cdf0e10cSrcweir#define STR_ASK_START_SETUP_MANUALLY		(RID_DESKTOP_STRING_START+152)
72cdf0e10cSrcweir
73cdf0e10cSrcweir#define STR_INTERNAL_ERRMSG					(RID_DESKTOP_STRING_START+161)
74cdf0e10cSrcweir
75cdf0e10cSrcweir#define STR_CONFIG_ERR_SETTINGS_INCOMPLETE	(RID_DESKTOP_STRING_START+182)
76cdf0e10cSrcweir#define STR_CONFIG_ERR_CANNOT_CONNECT		(RID_DESKTOP_STRING_START+183)
77cdf0e10cSrcweir#define STR_CONFIG_ERR_RIGHTS_MISSING		(RID_DESKTOP_STRING_START+184)
78cdf0e10cSrcweir#define STR_CONFIG_ERR_ACCESS_GENERAL		(RID_DESKTOP_STRING_START+187)
79cdf0e10cSrcweir#define STR_CONFIG_ERR_NO_WRITE_ACCESS		(RID_DESKTOP_STRING_START+188)
80cdf0e10cSrcweir
81cdf0e10cSrcweir#define STR_BOOSTRAP_ERR_NOTENOUGHDISKSPACE (RID_DESKTOP_STRING_START+189)
82cdf0e10cSrcweir#define STR_BOOSTRAP_ERR_NOACCESSRIGHTS     (RID_DESKTOP_STRING_START+190)
83cdf0e10cSrcweir
84cdf0e10cSrcweir#define STR_TITLE_USERDATALOCKED			(RID_DESKTOP_STRING_START+206)
85cdf0e10cSrcweir#define STR_TITLE_EXPIRED					(RID_DESKTOP_STRING_START+207)
86cdf0e10cSrcweir
87cdf0e10cSrcweir#endif // _DESKTOP_HRC_
88