1016b0c61SAndrew Rist/************************************************************** 2016b0c61SAndrew Rist * 3016b0c61SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4016b0c61SAndrew Rist * or more contributor license agreements. See the NOTICE file 5016b0c61SAndrew Rist * distributed with this work for additional information 6016b0c61SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7016b0c61SAndrew Rist * to you under the Apache License, Version 2.0 (the 8016b0c61SAndrew Rist * "License"); you may not use this file except in compliance 9016b0c61SAndrew Rist * with the License. You may obtain a copy of the License at 10016b0c61SAndrew Rist * 11016b0c61SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12016b0c61SAndrew Rist * 13016b0c61SAndrew Rist * Unless required by applicable law or agreed to in writing, 14016b0c61SAndrew Rist * software distributed under the License is distributed on an 15016b0c61SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16016b0c61SAndrew Rist * KIND, either express or implied. See the License for the 17016b0c61SAndrew Rist * specific language governing permissions and limitations 18016b0c61SAndrew Rist * under the License. 19016b0c61SAndrew Rist * 20016b0c61SAndrew Rist *************************************************************/ 21016b0c61SAndrew Rist 22cdf0e10cSrcweir[%APP_TITLE%] 23cdf0e10cSrcweiren-US = "Setup" 24cdf0e10cSrcweir 25cdf0e10cSrcweir 26cdf0e10cSrcweir[%APP_PROD_TITLE%] 27cdf0e10cSrcweiren-US = "The %PRODUCTNAME Setup" 28cdf0e10cSrcweir 29cdf0e10cSrcweir 30cdf0e10cSrcweir[%OUTOFMEM%] 31cdf0e10cSrcweiren-US = "Out of Memory" 32cdf0e10cSrcweir 33cdf0e10cSrcweir 34cdf0e10cSrcweir[%NOMSI%] 35cdf0e10cSrcweiren-US = "Setup was unable to find the msi package." 36cdf0e10cSrcweir 37cdf0e10cSrcweir 38cdf0e10cSrcweir[%USER_CANCELLED%] 39cdf0e10cSrcweiren-US = "Setup was cancelled" 40cdf0e10cSrcweir 41cdf0e10cSrcweir 42cdf0e10cSrcweir[%REQUIRES_ADMIN_PRIV%] 43cdf0e10cSrcweiren-US = "Administrator privileges are required for upgrading the Windows Installer." 44cdf0e10cSrcweir 45cdf0e10cSrcweir 46cdf0e10cSrcweir[%FILE_NOT_FOUND%] 47cdf0e10cSrcweiren-US = "Setup was unable to find the file '%s'." 48cdf0e10cSrcweir 49cdf0e10cSrcweir 50cdf0e10cSrcweir[%INVALID_PARAM%] 51cdf0e10cSrcweiren-US = "Invalid command line option '%s'. Please use '/?' for help." 52cdf0e10cSrcweir 53cdf0e10cSrcweir 54cdf0e10cSrcweir[%SETUP_TO_OLD%] 55cdf0e10cSrcweiren-US = "This package requires at least the version '%s' of the Windows Installer. \nYou have Windows Installer '%s' on your system!" 56cdf0e10cSrcweir 57cdf0e10cSrcweir[%SETUP_NOT_FOUND%] 58cdf0e10cSrcweiren-US = "This package requires the Windows Installer. \nYou need at least Windows Installer '%s' on your system!" 59cdf0e10cSrcweir 60cdf0e10cSrcweir 61cdf0e10cSrcweir[%USAGE%] 62cdf0e10cSrcweiren-US = "Usage:\n /? : Shows this dialog.\n /a : Performs an administrative installation.\n /j[u|m] : Performs an advertising installation.\n /q[n] : Do not show any user interface (silent mode).\n" 63cdf0e10cSrcweir 64cdf0e10cSrcweir 65cdf0e10cSrcweir[%ALREADY_RUNNING%] 66cdf0e10cSrcweiren-US = "There is already a setup process running." 67cdf0e10cSrcweir 68cdf0e10cSrcweir 69cdf0e10cSrcweir[%UNKNOWN_ERROR%] 70*dfbf5fd7SJürgen Schmidten-US = "An Unknown Error occurred!" 71cdf0e10cSrcweir 72cdf0e10cSrcweir 73cdf0e10cSrcweir[%INVALID_PROFILE%] 74cdf0e10cSrcweiren-US = "Invalid or incomplete profile." 75cdf0e10cSrcweir 76cdf0e10cSrcweir 77cdf0e10cSrcweir[%UNKNOWN_LANG%] 78cdf0e10cSrcweiren-US = "Unknown Language: %d" 79cdf0e10cSrcweir 80cdf0e10cSrcweir 81cdf0e10cSrcweir[%LANGUAGE_ZH_TW%] 82cdf0e10cSrcweiren-US = "Chinese (traditional)" 83cdf0e10cSrcweir 84cdf0e10cSrcweir 85cdf0e10cSrcweir[%LANGUAGE_CS%] 86cdf0e10cSrcweiren-US = "Czech" 87cdf0e10cSrcweir 88cdf0e10cSrcweir 89cdf0e10cSrcweir[%LANGUAGE_DA%] 90cdf0e10cSrcweiren-US = "Danish" 91cdf0e10cSrcweir 92cdf0e10cSrcweir 93cdf0e10cSrcweir[%LANGUAGE_DE_DE%] 94cdf0e10cSrcweiren-US = "German (Germany)" 95cdf0e10cSrcweir 96cdf0e10cSrcweir 97cdf0e10cSrcweir[%LANGUAGE_EL%] 98cdf0e10cSrcweiren-US = "Greek" 99cdf0e10cSrcweir 100cdf0e10cSrcweir 101cdf0e10cSrcweir[%LANGUAGE_EN_US%] 102cdf0e10cSrcweiren-US = "English (USA)" 103cdf0e10cSrcweir 104cdf0e10cSrcweir 105cdf0e10cSrcweir[%LANGUAGE_ES%] 106cdf0e10cSrcweiren-US = "Spanish (Spain)" 107cdf0e10cSrcweir 108cdf0e10cSrcweir 109cdf0e10cSrcweir[%LANGUAGE_FI%] 110cdf0e10cSrcweiren-US = "Finnish" 111cdf0e10cSrcweir 112cdf0e10cSrcweir 113cdf0e10cSrcweir[%LANGUAGE_FR_FR%] 114cdf0e10cSrcweiren-US = "French (France)" 115cdf0e10cSrcweir 116cdf0e10cSrcweir 117cdf0e10cSrcweir[%LANGUAGE_HE%] 118cdf0e10cSrcweiren-US = "Hebrew" 119cdf0e10cSrcweir 120cdf0e10cSrcweir 121cdf0e10cSrcweir[%LANGUAGE_HU%] 122cdf0e10cSrcweiren-US = "Hungarian" 123cdf0e10cSrcweir 124cdf0e10cSrcweir 125cdf0e10cSrcweir[%LANGUAGE_IT_IT%] 126cdf0e10cSrcweiren-US = "Italian (Italy)" 127cdf0e10cSrcweir 128cdf0e10cSrcweir 129cdf0e10cSrcweir[%LANGUAGE_JA%] 130cdf0e10cSrcweiren-US = "Japanese" 131cdf0e10cSrcweir 132cdf0e10cSrcweir 133cdf0e10cSrcweir[%LANGUAGE_KO%] 134cdf0e10cSrcweiren-US = "Korean" 135cdf0e10cSrcweir 136cdf0e10cSrcweir 137cdf0e10cSrcweir[%LANGUAGE_NL_NL%] 138cdf0e10cSrcweiren-US = "Dutch (Netherlands)" 139cdf0e10cSrcweir 140cdf0e10cSrcweir 141cdf0e10cSrcweir[%LANGUAGE_NO_NO%] 142cdf0e10cSrcweiren-US = "Norwegian (Bokmål)" 143cdf0e10cSrcweir 144cdf0e10cSrcweir 145cdf0e10cSrcweir[%LANGUAGE_PL%] 146cdf0e10cSrcweiren-US = "Polish" 147cdf0e10cSrcweir 148cdf0e10cSrcweir 149cdf0e10cSrcweir[%LANGUAGE_PT_BR%] 150cdf0e10cSrcweiren-US = "Portuguese (Brazil)" 151cdf0e10cSrcweir 152cdf0e10cSrcweir 153cdf0e10cSrcweir[%LANGUAGE_RU%] 154cdf0e10cSrcweiren-US = "Russian" 155cdf0e10cSrcweir 156cdf0e10cSrcweir 157cdf0e10cSrcweir[%LANGUAGE_SK%] 158cba8615dSJürgen Schmidten-US = "Slovak" 159cdf0e10cSrcweir 160cdf0e10cSrcweir 161cdf0e10cSrcweir[%LANGUAGE_SV_SE%] 162cdf0e10cSrcweiren-US = "Swedish (Sweden)" 163cdf0e10cSrcweir 164cdf0e10cSrcweir 165cdf0e10cSrcweir[%LANGUAGE_TH%] 166cdf0e10cSrcweiren-US = "Thai" 167cdf0e10cSrcweir 168cdf0e10cSrcweir 169cdf0e10cSrcweir[%LANGUAGE_TR%] 170cdf0e10cSrcweiren-US = "Turkish" 171cdf0e10cSrcweir 172cdf0e10cSrcweir 173cdf0e10cSrcweir[%LANGUAGE_ET%] 174cdf0e10cSrcweiren-US = "Estonian" 175cdf0e10cSrcweir 176cdf0e10cSrcweir 177cdf0e10cSrcweir[%LANGUAGE_ZH_CN%] 178cdf0e10cSrcweiren-US = "Chinese (Simplified)" 179cdf0e10cSrcweir 180cdf0e10cSrcweir 181cdf0e10cSrcweir[%LANGUAGE_PT_PT%] 182cdf0e10cSrcweiren-US = "Portuguese (Portugal)" 183cdf0e10cSrcweir 184