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