Installer: Update Inno Setup to version 5.5.3 (Unicode)
[msysgit.git] / share / InnoSetup / Default.isl
blob0fddced4f86efbc78d9303ebbc4014e8b8fd675d
1 ; *** Inno Setup version 5.5.3+ English messages ***\r
2 ;\r
3 ; To download user-contributed translations of this file, go to:\r
4 ;   http://www.jrsoftware.org/files/istrans/\r
5 ;\r
6 ; Note: When translating this text, do not add periods (.) to the end of\r
7 ; messages that didn't have them already, because on those messages Inno\r
8 ; Setup adds the periods automatically (appending a period would result in\r
9 ; two periods being displayed).\r
11 [LangOptions]\r
12 ; The following three entries are very important. Be sure to read and \r
13 ; understand the '[LangOptions] section' topic in the help file.\r
14 LanguageName=English\r
15 LanguageID=$0409\r
16 LanguageCodePage=0\r
17 ; If the language you are translating to requires special font faces or\r
18 ; sizes, uncomment any of the following entries and change them accordingly.\r
19 ;DialogFontName=\r
20 ;DialogFontSize=8\r
21 ;WelcomeFontName=Verdana\r
22 ;WelcomeFontSize=12\r
23 ;TitleFontName=Arial\r
24 ;TitleFontSize=29\r
25 ;CopyrightFontName=Arial\r
26 ;CopyrightFontSize=8\r
28 [Messages]\r
30 ; *** Application titles\r
31 SetupAppTitle=Setup\r
32 SetupWindowTitle=Setup - %1\r
33 UninstallAppTitle=Uninstall\r
34 UninstallAppFullTitle=%1 Uninstall\r
36 ; *** Misc. common\r
37 InformationTitle=Information\r
38 ConfirmTitle=Confirm\r
39 ErrorTitle=Error\r
41 ; *** SetupLdr messages\r
42 SetupLdrStartupMessage=This will install %1. Do you wish to continue?\r
43 LdrCannotCreateTemp=Unable to create a temporary file. Setup aborted\r
44 LdrCannotExecTemp=Unable to execute file in the temporary directory. Setup aborted\r
46 ; *** Startup error messages\r
47 LastErrorMessage=%1.%n%nError %2: %3\r
48 SetupFileMissing=The file %1 is missing from the installation directory. Please correct the problem or obtain a new copy of the program.\r
49 SetupFileCorrupt=The setup files are corrupted. Please obtain a new copy of the program.\r
50 SetupFileCorruptOrWrongVer=The setup files are corrupted, or are incompatible with this version of Setup. Please correct the problem or obtain a new copy of the program.\r
51 InvalidParameter=An invalid parameter was passed on the command line:%n%n%1\r
52 SetupAlreadyRunning=Setup is already running.\r
53 WindowsVersionNotSupported=This program does not support the version of Windows your computer is running.\r
54 WindowsServicePackRequired=This program requires %1 Service Pack %2 or later.\r
55 NotOnThisPlatform=This program will not run on %1.\r
56 OnlyOnThisPlatform=This program must be run on %1.\r
57 OnlyOnTheseArchitectures=This program can only be installed on versions of Windows designed for the following processor architectures:%n%n%1\r
58 MissingWOW64APIs=The version of Windows you are running does not include functionality required by Setup to perform a 64-bit installation. To correct this problem, please install Service Pack %1.\r
59 WinVersionTooLowError=This program requires %1 version %2 or later.\r
60 WinVersionTooHighError=This program cannot be installed on %1 version %2 or later.\r
61 AdminPrivilegesRequired=You must be logged in as an administrator when installing this program.\r
62 PowerUserPrivilegesRequired=You must be logged in as an administrator or as a member of the Power Users group when installing this program.\r
63 SetupAppRunningError=Setup has detected that %1 is currently running.%n%nPlease close all instances of it now, then click OK to continue, or Cancel to exit.\r
64 UninstallAppRunningError=Uninstall has detected that %1 is currently running.%n%nPlease close all instances of it now, then click OK to continue, or Cancel to exit.\r
66 ; *** Misc. errors\r
67 ErrorCreatingDir=Setup was unable to create the directory "%1"\r
68 ErrorTooManyFilesInDir=Unable to create a file in the directory "%1" because it contains too many files\r
70 ; *** Setup common messages\r
71 ExitSetupTitle=Exit Setup\r
72 ExitSetupMessage=Setup is not complete. If you exit now, the program will not be installed.%n%nYou may run Setup again at another time to complete the installation.%n%nExit Setup?\r
73 AboutSetupMenuItem=&About Setup...\r
74 AboutSetupTitle=About Setup\r
75 AboutSetupMessage=%1 version %2%n%3%n%n%1 home page:%n%4\r
76 AboutSetupNote=\r
77 TranslatorNote=\r
79 ; *** Buttons\r
80 ButtonBack=< &Back\r
81 ButtonNext=&Next >\r
82 ButtonInstall=&Install\r
83 ButtonOK=OK\r
84 ButtonCancel=Cancel\r
85 ButtonYes=&Yes\r
86 ButtonYesToAll=Yes to &All\r
87 ButtonNo=&No\r
88 ButtonNoToAll=N&o to All\r
89 ButtonFinish=&Finish\r
90 ButtonBrowse=&Browse...\r
91 ButtonWizardBrowse=B&rowse...\r
92 ButtonNewFolder=&Make New Folder\r
94 ; *** "Select Language" dialog messages\r
95 SelectLanguageTitle=Select Setup Language\r
96 SelectLanguageLabel=Select the language to use during the installation:\r
98 ; *** Common wizard text\r
99 ClickNext=Click Next to continue, or Cancel to exit Setup.\r
100 BeveledLabel=\r
101 BrowseDialogTitle=Browse For Folder\r
102 BrowseDialogLabel=Select a folder in the list below, then click OK.\r
103 NewFolderName=New Folder\r
105 ; *** "Welcome" wizard page\r
106 WelcomeLabel1=Welcome to the [name] Setup Wizard\r
107 WelcomeLabel2=This will install [name/ver] on your computer.%n%nIt is recommended that you close all other applications before continuing.\r
109 ; *** "Password" wizard page\r
110 WizardPassword=Password\r
111 PasswordLabel1=This installation is password protected.\r
112 PasswordLabel3=Please provide the password, then click Next to continue. Passwords are case-sensitive.\r
113 PasswordEditLabel=&Password:\r
114 IncorrectPassword=The password you entered is not correct. Please try again.\r
116 ; *** "License Agreement" wizard page\r
117 WizardLicense=License Agreement\r
118 LicenseLabel=Please read the following important information before continuing.\r
119 LicenseLabel3=Please read the following License Agreement. You must accept the terms of this agreement before continuing with the installation.\r
120 LicenseAccepted=I &accept the agreement\r
121 LicenseNotAccepted=I &do not accept the agreement\r
123 ; *** "Information" wizard pages\r
124 WizardInfoBefore=Information\r
125 InfoBeforeLabel=Please read the following important information before continuing.\r
126 InfoBeforeClickLabel=When you are ready to continue with Setup, click Next.\r
127 WizardInfoAfter=Information\r
128 InfoAfterLabel=Please read the following important information before continuing.\r
129 InfoAfterClickLabel=When you are ready to continue with Setup, click Next.\r
131 ; *** "User Information" wizard page\r
132 WizardUserInfo=User Information\r
133 UserInfoDesc=Please enter your information.\r
134 UserInfoName=&User Name:\r
135 UserInfoOrg=&Organization:\r
136 UserInfoSerial=&Serial Number:\r
137 UserInfoNameRequired=You must enter a name.\r
139 ; *** "Select Destination Location" wizard page\r
140 WizardSelectDir=Select Destination Location\r
141 SelectDirDesc=Where should [name] be installed?\r
142 SelectDirLabel3=Setup will install [name] into the following folder.\r
143 SelectDirBrowseLabel=To continue, click Next. If you would like to select a different folder, click Browse.\r
144 DiskSpaceMBLabel=At least [mb] MB of free disk space is required.\r
145 CannotInstallToNetworkDrive=Setup cannot install to a network drive.\r
146 CannotInstallToUNCPath=Setup cannot install to a UNC path.\r
147 InvalidPath=You must enter a full path with drive letter; for example:%n%nC:\APP%n%nor a UNC path in the form:%n%n\\server\share\r
148 InvalidDrive=The drive or UNC share you selected does not exist or is not accessible. Please select another.\r
149 DiskSpaceWarningTitle=Not Enough Disk Space\r
150 DiskSpaceWarning=Setup requires at least %1 KB of free space to install, but the selected drive only has %2 KB available.%n%nDo you want to continue anyway?\r
151 DirNameTooLong=The folder name or path is too long.\r
152 InvalidDirName=The folder name is not valid.\r
153 BadDirName32=Folder names cannot include any of the following characters:%n%n%1\r
154 DirExistsTitle=Folder Exists\r
155 DirExists=The folder:%n%n%1%n%nalready exists. Would you like to install to that folder anyway?\r
156 DirDoesntExistTitle=Folder Does Not Exist\r
157 DirDoesntExist=The folder:%n%n%1%n%ndoes not exist. Would you like the folder to be created?\r
159 ; *** "Select Components" wizard page\r
160 WizardSelectComponents=Select Components\r
161 SelectComponentsDesc=Which components should be installed?\r
162 SelectComponentsLabel2=Select the components you want to install; clear the components you do not want to install. Click Next when you are ready to continue.\r
163 FullInstallation=Full installation\r
164 ; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)\r
165 CompactInstallation=Compact installation\r
166 CustomInstallation=Custom installation\r
167 NoUninstallWarningTitle=Components Exist\r
168 NoUninstallWarning=Setup has detected that the following components are already installed on your computer:%n%n%1%n%nDeselecting these components will not uninstall them.%n%nWould you like to continue anyway?\r
169 ComponentSize1=%1 KB\r
170 ComponentSize2=%1 MB\r
171 ComponentsDiskSpaceMBLabel=Current selection requires at least [mb] MB of disk space.\r
173 ; *** "Select Additional Tasks" wizard page\r
174 WizardSelectTasks=Select Additional Tasks\r
175 SelectTasksDesc=Which additional tasks should be performed?\r
176 SelectTasksLabel2=Select the additional tasks you would like Setup to perform while installing [name], then click Next.\r
178 ; *** "Select Start Menu Folder" wizard page\r
179 WizardSelectProgramGroup=Select Start Menu Folder\r
180 SelectStartMenuFolderDesc=Where should Setup place the program's shortcuts?\r
181 SelectStartMenuFolderLabel3=Setup will create the program's shortcuts in the following Start Menu folder.\r
182 SelectStartMenuFolderBrowseLabel=To continue, click Next. If you would like to select a different folder, click Browse.\r
183 MustEnterGroupName=You must enter a folder name.\r
184 GroupNameTooLong=The folder name or path is too long.\r
185 InvalidGroupName=The folder name is not valid.\r
186 BadGroupName=The folder name cannot include any of the following characters:%n%n%1\r
187 NoProgramGroupCheck2=&Don't create a Start Menu folder\r
189 ; *** "Ready to Install" wizard page\r
190 WizardReady=Ready to Install\r
191 ReadyLabel1=Setup is now ready to begin installing [name] on your computer.\r
192 ReadyLabel2a=Click Install to continue with the installation, or click Back if you want to review or change any settings.\r
193 ReadyLabel2b=Click Install to continue with the installation.\r
194 ReadyMemoUserInfo=User information:\r
195 ReadyMemoDir=Destination location:\r
196 ReadyMemoType=Setup type:\r
197 ReadyMemoComponents=Selected components:\r
198 ReadyMemoGroup=Start Menu folder:\r
199 ReadyMemoTasks=Additional tasks:\r
201 ; *** "Preparing to Install" wizard page\r
202 WizardPreparing=Preparing to Install\r
203 PreparingDesc=Setup is preparing to install [name] on your computer.\r
204 PreviousInstallNotCompleted=The installation/removal of a previous program was not completed. You will need to restart your computer to complete that installation.%n%nAfter restarting your computer, run Setup again to complete the installation of [name].\r
205 CannotContinue=Setup cannot continue. Please click Cancel to exit.\r
206 ApplicationsFound=The following applications are using files that need to be updated by Setup. It is recommended that you allow Setup to automatically close these applications.\r
207 ApplicationsFound2=The following applications are using files that need to be updated by Setup. It is recommended that you allow Setup to automatically close these applications. After the installation has completed, Setup will attempt to restart the applications.\r
208 CloseApplications=&Automatically close the applications\r
209 DontCloseApplications=&Do not close the applications\r
210 ErrorCloseApplications=Setup was unable to automatically close all applications. It is recommended that you close all applications using files that need to be updated by Setup before continuing.\r
212 ; *** "Installing" wizard page\r
213 WizardInstalling=Installing\r
214 InstallingLabel=Please wait while Setup installs [name] on your computer.\r
216 ; *** "Setup Completed" wizard page\r
217 FinishedHeadingLabel=Completing the [name] Setup Wizard\r
218 FinishedLabelNoIcons=Setup has finished installing [name] on your computer.\r
219 FinishedLabel=Setup has finished installing [name] on your computer. The application may be launched by selecting the installed icons.\r
220 ClickFinish=Click Finish to exit Setup.\r
221 FinishedRestartLabel=To complete the installation of [name], Setup must restart your computer. Would you like to restart now?\r
222 FinishedRestartMessage=To complete the installation of [name], Setup must restart your computer.%n%nWould you like to restart now?\r
223 ShowReadmeCheck=Yes, I would like to view the README file\r
224 YesRadio=&Yes, restart the computer now\r
225 NoRadio=&No, I will restart the computer later\r
226 ; used for example as 'Run MyProg.exe'\r
227 RunEntryExec=Run %1\r
228 ; used for example as 'View Readme.txt'\r
229 RunEntryShellExec=View %1\r
231 ; *** "Setup Needs the Next Disk" stuff\r
232 ChangeDiskTitle=Setup Needs the Next Disk\r
233 SelectDiskLabel2=Please insert Disk %1 and click OK.%n%nIf the files on this disk can be found in a folder other than the one displayed below, enter the correct path or click Browse.\r
234 PathLabel=&Path:\r
235 FileNotInDir2=The file "%1" could not be located in "%2". Please insert the correct disk or select another folder.\r
236 SelectDirectoryLabel=Please specify the location of the next disk.\r
238 ; *** Installation phase messages\r
239 SetupAborted=Setup was not completed.%n%nPlease correct the problem and run Setup again.\r
240 EntryAbortRetryIgnore=Click Retry to try again, Ignore to proceed anyway, or Abort to cancel installation.\r
242 ; *** Installation status messages\r
243 StatusClosingApplications=Closing applications...\r
244 StatusCreateDirs=Creating directories...\r
245 StatusExtractFiles=Extracting files...\r
246 StatusCreateIcons=Creating shortcuts...\r
247 StatusCreateIniEntries=Creating INI entries...\r
248 StatusCreateRegistryEntries=Creating registry entries...\r
249 StatusRegisterFiles=Registering files...\r
250 StatusSavingUninstall=Saving uninstall information...\r
251 StatusRunProgram=Finishing installation...\r
252 StatusRestartingApplications=Restarting applications...\r
253 StatusRollback=Rolling back changes...\r
255 ; *** Misc. errors\r
256 ErrorInternal2=Internal error: %1\r
257 ErrorFunctionFailedNoCode=%1 failed\r
258 ErrorFunctionFailed=%1 failed; code %2\r
259 ErrorFunctionFailedWithMessage=%1 failed; code %2.%n%3\r
260 ErrorExecutingProgram=Unable to execute file:%n%1\r
262 ; *** Registry errors\r
263 ErrorRegOpenKey=Error opening registry key:%n%1\%2\r
264 ErrorRegCreateKey=Error creating registry key:%n%1\%2\r
265 ErrorRegWriteKey=Error writing to registry key:%n%1\%2\r
267 ; *** INI errors\r
268 ErrorIniEntry=Error creating INI entry in file "%1".\r
270 ; *** File copying errors\r
271 FileAbortRetryIgnore=Click Retry to try again, Ignore to skip this file (not recommended), or Abort to cancel installation.\r
272 FileAbortRetryIgnore2=Click Retry to try again, Ignore to proceed anyway (not recommended), or Abort to cancel installation.\r
273 SourceIsCorrupted=The source file is corrupted\r
274 SourceDoesntExist=The source file "%1" does not exist\r
275 ExistingFileReadOnly=The existing file is marked as read-only.%n%nClick Retry to remove the read-only attribute and try again, Ignore to skip this file, or Abort to cancel installation.\r
276 ErrorReadingExistingDest=An error occurred while trying to read the existing file:\r
277 FileExists=The file already exists.%n%nWould you like Setup to overwrite it?\r
278 ExistingFileNewer=The existing file is newer than the one Setup is trying to install. It is recommended that you keep the existing file.%n%nDo you want to keep the existing file?\r
279 ErrorChangingAttr=An error occurred while trying to change the attributes of the existing file:\r
280 ErrorCreatingTemp=An error occurred while trying to create a file in the destination directory:\r
281 ErrorReadingSource=An error occurred while trying to read the source file:\r
282 ErrorCopying=An error occurred while trying to copy a file:\r
283 ErrorReplacingExistingFile=An error occurred while trying to replace the existing file:\r
284 ErrorRestartReplace=RestartReplace failed:\r
285 ErrorRenamingTemp=An error occurred while trying to rename a file in the destination directory:\r
286 ErrorRegisterServer=Unable to register the DLL/OCX: %1\r
287 ErrorRegSvr32Failed=RegSvr32 failed with exit code %1\r
288 ErrorRegisterTypeLib=Unable to register the type library: %1\r
290 ; *** Post-installation errors\r
291 ErrorOpeningReadme=An error occurred while trying to open the README file.\r
292 ErrorRestartingComputer=Setup was unable to restart the computer. Please do this manually.\r
294 ; *** Uninstaller messages\r
295 UninstallNotFound=File "%1" does not exist. Cannot uninstall.\r
296 UninstallOpenError=File "%1" could not be opened. Cannot uninstall\r
297 UninstallUnsupportedVer=The uninstall log file "%1" is in a format not recognized by this version of the uninstaller. Cannot uninstall\r
298 UninstallUnknownEntry=An unknown entry (%1) was encountered in the uninstall log\r
299 ConfirmUninstall=Are you sure you want to completely remove %1 and all of its components?\r
300 UninstallOnlyOnWin64=This installation can only be uninstalled on 64-bit Windows.\r
301 OnlyAdminCanUninstall=This installation can only be uninstalled by a user with administrative privileges.\r
302 UninstallStatusLabel=Please wait while %1 is removed from your computer.\r
303 UninstalledAll=%1 was successfully removed from your computer.\r
304 UninstalledMost=%1 uninstall complete.%n%nSome elements could not be removed. These can be removed manually.\r
305 UninstalledAndNeedsRestart=To complete the uninstallation of %1, your computer must be restarted.%n%nWould you like to restart now?\r
306 UninstallDataCorrupted="%1" file is corrupted. Cannot uninstall\r
308 ; *** Uninstallation phase messages\r
309 ConfirmDeleteSharedFileTitle=Remove Shared File?\r
310 ConfirmDeleteSharedFile2=The system indicates that the following shared file is no longer in use by any programs. Would you like for Uninstall to remove this shared file?%n%nIf any programs are still using this file and it is removed, those programs may not function properly. If you are unsure, choose No. Leaving the file on your system will not cause any harm.\r
311 SharedFileNameLabel=File name:\r
312 SharedFileLocationLabel=Location:\r
313 WizardUninstalling=Uninstall Status\r
314 StatusUninstalling=Uninstalling %1...\r
316 ; *** Shutdown block reasons\r
317 ShutdownBlockReasonInstallingApp=Installing %1.\r
318 ShutdownBlockReasonUninstallingApp=Uninstalling %1.\r
320 ; The custom messages below aren't used by Setup itself, but if you make\r
321 ; use of them in your scripts, you'll want to translate them.\r
323 [CustomMessages]\r
325 NameAndVersion=%1 version %2\r
326 AdditionalIcons=Additional icons:\r
327 CreateDesktopIcon=Create a &desktop icon\r
328 CreateQuickLaunchIcon=Create a &Quick Launch icon\r
329 ProgramOnTheWeb=%1 on the Web\r
330 UninstallProgram=Uninstall %1\r
331 LaunchProgram=Launch %1\r
332 AssocFileExtension=&Associate %1 with the %2 file extension\r
333 AssocingFileExtension=Associating %1 with the %2 file extension...\r
334 AutoStartProgramGroupDescription=Startup:\r
335 AutoStartProgram=Automatically start %1\r
336 AddonHostProgramNotFound=%1 could not be located in the folder you selected.%n%nDo you want to continue anyway?\r