1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
27 
28 #ifndef _RESOURCE_H
29 #define _RESOURCE_H
30 
31 #define IDS_APP_TITLE	10
32 #define IDS_APP_PROD_TITLE	11
33 #define IDS_OUTOFMEM	12
34 #define IDS_NOMSI	13
35 #define IDS_USER_CANCELLED	14
36 #define IDS_REQUIRES_ADMIN_PRIV	15
37 #define IDS_FILE_NOT_FOUND	16
38 #define IDS_INVALID_PARAM	17
39 #define IDS_ALLOW_MSI_UPDATE	18
40 #define IDS_USAGE	19
41 #define IDS_ALREADY_RUNNING	20
42 #define IDS_UNKNOWN_ERROR	21
43 #define IDS_INVALID_PROFILE	22
44 #define IDS_UNKNOWN_LANG	23
45 #define IDS_SETUP_TO_OLD    24
46 #define IDS_SETUP_NOT_FOUND 25
47 #define IDS_LANGUAGE_ENGLISH	50
48 #define IDS_LANGUAGE_SPAIN	51
49 #define IDS_LANGUAGE_GERMAN	52
50 #define IDS_LANGUAGE_ZH_TW	53
51 #define IDS_LANGUAGE_CS	54
52 #define IDS_LANGUAGE_DA	55
53 #define IDS_LANGUAGE_DE_DE	56
54 #define IDS_LANGUAGE_EL	57
55 #define IDS_LANGUAGE_EN_US	58
56 #define IDS_LANGUAGE_ES	59
57 #define IDS_LANGUAGE_FI	60
58 #define IDS_LANGUAGE_FR_FR	61
59 #define IDS_LANGUAGE_HE	62
60 #define IDS_LANGUAGE_HU	63
61 #define IDS_LANGUAGE_IT_IT	64
62 #define IDS_LANGUAGE_JA	65
63 #define IDS_LANGUAGE_KO	66
64 #define IDS_LANGUAGE_NL_NL	67
65 #define IDS_LANGUAGE_NO_NO	68
66 #define IDS_LANGUAGE_PL	69
67 #define IDS_LANGUAGE_PT_BR	70
68 #define IDS_LANGUAGE_RU	71
69 #define IDS_LANGUAGE_SK	72
70 #define IDS_LANGUAGE_SV_SE	73
71 #define IDS_LANGUAGE_TH	74
72 #define IDS_LANGUAGE_TR	75
73 #define IDS_LANGUAGE_ET	76
74 #define IDS_LANGUAGE_ZH_CN	77
75 #define IDS_LANGUAGE_PT_PT	78
76 
77 #define IDI_INSTALLER                  99
78 
79 #endif
80