1// *************************************************************
2//
3//  Licensed to the Apache Software Foundation (ASF) under one
4//  or more contributor license agreements.  See the NOTICE file
5//  distributed with this work for additional information
6//  regarding copyright ownership.  The ASF licenses this file
7//  to you under the Apache License, Version 2.0 (the
8//  "License"); you may not use this file except in compliance
9//  with the License.  You may obtain a copy of the License at
10//
11//    http://www.apache.org/licenses/LICENSE-2.0
12//
13//  Unless required by applicable law or agreed to in writing,
14//  software distributed under the License is distributed on an
15//  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16//  KIND, either express or implied.  See the License for the
17//  specific language governing permissions and limitations
18//  under the License.
19//
20// *************************************************************
21
22// String Table
23
24STRINGTABLE DISCARDABLE
25BEGIN
26	IDS_APP_TITLE	%APP_TITLE%
27	IDS_APP_PROD_TITLE	%APP_PROD_TITLE%
28	IDS_OUTOFMEM	%OUTOFMEM%
29	IDS_NOMSI	%NOMSI%
30	IDS_USER_CANCELLED	%USER_CANCELLED%
31	IDS_REQUIRES_ADMIN_PRIV	%REQUIRES_ADMIN_PRIV%
32	IDS_FILE_NOT_FOUND	%FILE_NOT_FOUND%
33	IDS_INVALID_PARAM	%INVALID_PARAM%
34	IDS_SETUP_TO_OLD	%SETUP_TO_OLD%
35	IDS_SETUP_NOT_FOUND	%SETUP_NOT_FOUND%
36	IDS_USAGE	%USAGE%
37	IDS_ALREADY_RUNNING	%ALREADY_RUNNING%
38	IDS_UNKNOWN_ERROR	%UNKNOWN_ERROR%
39	IDS_INVALID_PROFILE	%INVALID_PROFILE%
40	IDS_UNKNOWN_LANG	%UNKNOWN_LANG%
41	IDS_LANGUAGE_ENGLISH	%LANGUAGE_ENGLISH%
42	IDS_LANGUAGE_SPAIN	%LANGUAGE_SPAIN%
43	IDS_LANGUAGE_GERMAN	%LANGUAGE_GERMAN%
44	IDS_LANGUAGE_ZH_TW		%LANGUAGE_ZH_TW%
45	IDS_LANGUAGE_CS		%LANGUAGE_CS%
46	IDS_LANGUAGE_DA		%LANGUAGE_DA%
47	IDS_LANGUAGE_DE_DE		%LANGUAGE_DE_DE%
48	IDS_LANGUAGE_EL		%LANGUAGE_EL%
49	IDS_LANGUAGE_EN_US		%LANGUAGE_EN_US%
50	IDS_LANGUAGE_ES		%LANGUAGE_ES%
51	IDS_LANGUAGE_FI		%LANGUAGE_FI%
52	IDS_LANGUAGE_FR_FR		%LANGUAGE_FR_FR%
53	IDS_LANGUAGE_HE		%LANGUAGE_HE%
54	IDS_LANGUAGE_HU		%LANGUAGE_HU%
55	IDS_LANGUAGE_IT_IT		%LANGUAGE_IT_IT%
56	IDS_LANGUAGE_JA		%LANGUAGE_JA%
57	IDS_LANGUAGE_KO		%LANGUAGE_KO%
58	IDS_LANGUAGE_NL_NL		%LANGUAGE_NL_NL%
59	IDS_LANGUAGE_NO_NO		%LANGUAGE_NO_NO%
60	IDS_LANGUAGE_PL		%LANGUAGE_PL%
61	IDS_LANGUAGE_PT_BR		%LANGUAGE_PT_BR%
62	IDS_LANGUAGE_RU		%LANGUAGE_RU%
63	IDS_LANGUAGE_SK		%LANGUAGE_SK%
64	IDS_LANGUAGE_SV_SE		%LANGUAGE_SV_SE%
65	IDS_LANGUAGE_TH		%LANGUAGE_TH%
66	IDS_LANGUAGE_TR		%LANGUAGE_TR%
67	IDS_LANGUAGE_ET		%LANGUAGE_ET%
68	IDS_LANGUAGE_ZH_CN		%LANGUAGE_ZH_CN%
69	IDS_LANGUAGE_PT_PT		%LANGUAGE_PT_PT%
70END
71