electron-forge-maker-innosetup 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +360 -0
  3. package/dist/MakerInnosetup.d.ts +63 -0
  4. package/dist/MakerInnosetup.js +424 -0
  5. package/dist/generator.d.ts +82 -0
  6. package/dist/generator.js +495 -0
  7. package/dist/index.d.ts +5 -0
  8. package/dist/index.js +29 -0
  9. package/dist/parser.d.ts +83 -0
  10. package/dist/parser.js +494 -0
  11. package/dist/types.d.ts +607 -0
  12. package/dist/types.js +5 -0
  13. package/package.json +50 -0
  14. package/vendor/.gitkeep +2 -0
  15. package/vendor/innosetup/Default.isl +384 -0
  16. package/vendor/innosetup/ISCC.exe +0 -0
  17. package/vendor/innosetup/ISCmplr.dll +0 -0
  18. package/vendor/innosetup/ISPPBuiltins.iss +323 -0
  19. package/vendor/innosetup/Languages/Armenian.isl +376 -0
  20. package/vendor/innosetup/Languages/BrazilianPortuguese.isl +384 -0
  21. package/vendor/innosetup/Languages/Bulgarian.isl +382 -0
  22. package/vendor/innosetup/Languages/Catalan.isl +371 -0
  23. package/vendor/innosetup/Languages/ChineseSimplified.isl +420 -0
  24. package/vendor/innosetup/Languages/Corsican.isl +399 -0
  25. package/vendor/innosetup/Languages/Czech.isl +378 -0
  26. package/vendor/innosetup/Languages/Danish.isl +379 -0
  27. package/vendor/innosetup/Languages/Dutch.isl +359 -0
  28. package/vendor/innosetup/Languages/Finnish.isl +359 -0
  29. package/vendor/innosetup/Languages/French.isl +404 -0
  30. package/vendor/innosetup/Languages/German.isl +406 -0
  31. package/vendor/innosetup/Languages/Hebrew.isl +377 -0
  32. package/vendor/innosetup/Languages/Icelandic.isl +361 -0
  33. package/vendor/innosetup/Languages/Italian.isl +390 -0
  34. package/vendor/innosetup/Languages/Japanese.isl +367 -0
  35. package/vendor/innosetup/Languages/Norwegian.isl +378 -0
  36. package/vendor/innosetup/Languages/Polish.isl +377 -0
  37. package/vendor/innosetup/Languages/Portuguese.isl +366 -0
  38. package/vendor/innosetup/Languages/Russian.isl +370 -0
  39. package/vendor/innosetup/Languages/Slovak.isl +385 -0
  40. package/vendor/innosetup/Languages/Slovenian.isl +370 -0
  41. package/vendor/innosetup/Languages/Spanish.isl +383 -0
  42. package/vendor/innosetup/Languages/Turkish.isl +384 -0
  43. package/vendor/innosetup/Languages/Ukrainian.isl +385 -0
  44. package/vendor/innosetup/WizClassicImage-IS.bmp +0 -0
  45. package/vendor/innosetup/WizClassicImage.bmp +0 -0
  46. package/vendor/innosetup/WizClassicSmallImage-IS.bmp +0 -0
  47. package/vendor/innosetup/WizClassicSmallImage.bmp +0 -0
  48. package/vendor/innosetup/isbunzip.dll +0 -0
  49. package/vendor/innosetup/isbzip.dll +0 -0
  50. package/vendor/innosetup/islzma.dll +0 -0
  51. package/vendor/innosetup/islzma32.exe +0 -0
  52. package/vendor/innosetup/islzma64.exe +0 -0
  53. package/vendor/innosetup/isscint.dll +0 -0
  54. package/vendor/innosetup/isunzlib.dll +0 -0
  55. package/vendor/innosetup/iszlib.dll +0 -0
@@ -0,0 +1,384 @@
1
+ ; *** Inno Setup version 6.1.0+ English messages ***
2
+ ;
3
+ ; To download user-contributed translations of this file, go to:
4
+ ; https://jrsoftware.org/files/istrans/
5
+ ;
6
+ ; Note: When translating this text, do not add periods (.) to the end of
7
+ ; messages that didn't have them already, because on those messages Inno
8
+ ; Setup adds the periods automatically (appending a period would result in
9
+ ; two periods being displayed).
10
+
11
+ [LangOptions]
12
+ ; The following three entries are very important. Be sure to read and
13
+ ; understand the '[LangOptions] section' topic in the help file.
14
+ LanguageName=English
15
+ LanguageID=$0409
16
+ LanguageCodePage=0
17
+ ; If the language you are translating to requires special font faces or
18
+ ; sizes, uncomment any of the following entries and change them accordingly.
19
+ ;DialogFontName=
20
+ ;DialogFontSize=8
21
+ ;WelcomeFontName=Verdana
22
+ ;WelcomeFontSize=12
23
+ ;TitleFontName=Arial
24
+ ;TitleFontSize=29
25
+ ;CopyrightFontName=Arial
26
+ ;CopyrightFontSize=8
27
+
28
+ [Messages]
29
+
30
+ ; *** Application titles
31
+ SetupAppTitle=Setup
32
+ SetupWindowTitle=Setup - %1
33
+ UninstallAppTitle=Uninstall
34
+ UninstallAppFullTitle=%1 Uninstall
35
+
36
+ ; *** Misc. common
37
+ InformationTitle=Information
38
+ ConfirmTitle=Confirm
39
+ ErrorTitle=Error
40
+
41
+ ; *** SetupLdr messages
42
+ SetupLdrStartupMessage=This will install %1. Do you wish to continue?
43
+ LdrCannotCreateTemp=Unable to create a temporary file. Setup aborted
44
+ LdrCannotExecTemp=Unable to execute file in the temporary directory. Setup aborted
45
+ HelpTextNote=
46
+
47
+ ; *** Startup error messages
48
+ LastErrorMessage=%1.%n%nError %2: %3
49
+ SetupFileMissing=The file %1 is missing from the installation directory. Please correct the problem or obtain a new copy of the program.
50
+ SetupFileCorrupt=The setup files are corrupted. Please obtain a new copy of the program.
51
+ 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.
52
+ InvalidParameter=An invalid parameter was passed on the command line:%n%n%1
53
+ SetupAlreadyRunning=Setup is already running.
54
+ WindowsVersionNotSupported=This program does not support the version of Windows your computer is running.
55
+ WindowsServicePackRequired=This program requires %1 Service Pack %2 or later.
56
+ NotOnThisPlatform=This program will not run on %1.
57
+ OnlyOnThisPlatform=This program must be run on %1.
58
+ OnlyOnTheseArchitectures=This program can only be installed on versions of Windows designed for the following processor architectures:%n%n%1
59
+ WinVersionTooLowError=This program requires %1 version %2 or later.
60
+ WinVersionTooHighError=This program cannot be installed on %1 version %2 or later.
61
+ AdminPrivilegesRequired=You must be logged in as an administrator when installing this program.
62
+ PowerUserPrivilegesRequired=You must be logged in as an administrator or as a member of the Power Users group when installing this program.
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.
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.
65
+
66
+ ; *** Startup questions
67
+ PrivilegesRequiredOverrideTitle=Select Setup Install Mode
68
+ PrivilegesRequiredOverrideInstruction=Select install mode
69
+ PrivilegesRequiredOverrideText1=%1 can be installed for all users (requires administrative privileges), or for you only.
70
+ PrivilegesRequiredOverrideText2=%1 can be installed for you only, or for all users (requires administrative privileges).
71
+ PrivilegesRequiredOverrideAllUsers=Install for &all users
72
+ PrivilegesRequiredOverrideAllUsersRecommended=Install for &all users (recommended)
73
+ PrivilegesRequiredOverrideCurrentUser=Install for &me only
74
+ PrivilegesRequiredOverrideCurrentUserRecommended=Install for &me only (recommended)
75
+
76
+ ; *** Misc. errors
77
+ ErrorCreatingDir=Setup was unable to create the directory "%1"
78
+ ErrorTooManyFilesInDir=Unable to create a file in the directory "%1" because it contains too many files
79
+
80
+ ; *** Setup common messages
81
+ ExitSetupTitle=Exit Setup
82
+ 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?
83
+ AboutSetupMenuItem=&About Setup...
84
+ AboutSetupTitle=About Setup
85
+ AboutSetupMessage=%1 version %2%n%3%n%n%1 home page:%n%4
86
+ AboutSetupNote=
87
+ TranslatorNote=
88
+
89
+ ; *** Buttons
90
+ ButtonBack=< &Back
91
+ ButtonNext=&Next >
92
+ ButtonInstall=&Install
93
+ ButtonOK=OK
94
+ ButtonCancel=Cancel
95
+ ButtonYes=&Yes
96
+ ButtonYesToAll=Yes to &All
97
+ ButtonNo=&No
98
+ ButtonNoToAll=N&o to All
99
+ ButtonFinish=&Finish
100
+ ButtonBrowse=&Browse...
101
+ ButtonWizardBrowse=B&rowse...
102
+ ButtonNewFolder=&Make New Folder
103
+
104
+ ; *** "Select Language" dialog messages
105
+ SelectLanguageTitle=Select Setup Language
106
+ SelectLanguageLabel=Select the language to use during the installation.
107
+
108
+ ; *** Common wizard text
109
+ ClickNext=Click Next to continue, or Cancel to exit Setup.
110
+ BeveledLabel=
111
+ BrowseDialogTitle=Browse For Folder
112
+ BrowseDialogLabel=Select a folder in the list below, then click OK.
113
+ NewFolderName=New Folder
114
+
115
+ ; *** "Welcome" wizard page
116
+ WelcomeLabel1=Welcome to the [name] Setup Wizard
117
+ WelcomeLabel2=This will install [name/ver] on your computer.%n%nIt is recommended that you close all other applications before continuing.
118
+
119
+ ; *** "Password" wizard page
120
+ WizardPassword=Password
121
+ PasswordLabel1=This installation is password protected.
122
+ PasswordLabel3=Please provide the password, then click Next to continue. Passwords are case-sensitive.
123
+ PasswordEditLabel=&Password:
124
+ IncorrectPassword=The password you entered is not correct. Please try again.
125
+
126
+ ; *** "License Agreement" wizard page
127
+ WizardLicense=License Agreement
128
+ LicenseLabel=Please read the following important information before continuing.
129
+ LicenseLabel3=Please read the following License Agreement. You must accept the terms of this agreement before continuing with the installation.
130
+ LicenseAccepted=I &accept the agreement
131
+ LicenseNotAccepted=I &do not accept the agreement
132
+
133
+ ; *** "Information" wizard pages
134
+ WizardInfoBefore=Information
135
+ InfoBeforeLabel=Please read the following important information before continuing.
136
+ InfoBeforeClickLabel=When you are ready to continue with Setup, click Next.
137
+ WizardInfoAfter=Information
138
+ InfoAfterLabel=Please read the following important information before continuing.
139
+ InfoAfterClickLabel=When you are ready to continue with Setup, click Next.
140
+
141
+ ; *** "User Information" wizard page
142
+ WizardUserInfo=User Information
143
+ UserInfoDesc=Please enter your information.
144
+ UserInfoName=&User Name:
145
+ UserInfoOrg=&Organization:
146
+ UserInfoSerial=&Serial Number:
147
+ UserInfoNameRequired=You must enter a name.
148
+
149
+ ; *** "Select Destination Location" wizard page
150
+ WizardSelectDir=Select Destination Location
151
+ SelectDirDesc=Where should [name] be installed?
152
+ SelectDirLabel3=Setup will install [name] into the following folder.
153
+ SelectDirBrowseLabel=To continue, click Next. If you would like to select a different folder, click Browse.
154
+ DiskSpaceGBLabel=At least [gb] GB of free disk space is required.
155
+ DiskSpaceMBLabel=At least [mb] MB of free disk space is required.
156
+ CannotInstallToNetworkDrive=Setup cannot install to a network drive.
157
+ CannotInstallToUNCPath=Setup cannot install to a UNC path.
158
+ 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
159
+ InvalidDrive=The drive or UNC share you selected does not exist or is not accessible. Please select another.
160
+ DiskSpaceWarningTitle=Not Enough Disk Space
161
+ 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?
162
+ DirNameTooLong=The folder name or path is too long.
163
+ InvalidDirName=The folder name is not valid.
164
+ BadDirName32=Folder names cannot include any of the following characters:%n%n%1
165
+ DirExistsTitle=Folder Exists
166
+ DirExists=The folder:%n%n%1%n%nalready exists. Would you like to install to that folder anyway?
167
+ DirDoesntExistTitle=Folder Does Not Exist
168
+ DirDoesntExist=The folder:%n%n%1%n%ndoes not exist. Would you like the folder to be created?
169
+
170
+ ; *** "Select Components" wizard page
171
+ WizardSelectComponents=Select Components
172
+ SelectComponentsDesc=Which components should be installed?
173
+ 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.
174
+ FullInstallation=Full installation
175
+ ; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
176
+ CompactInstallation=Compact installation
177
+ CustomInstallation=Custom installation
178
+ NoUninstallWarningTitle=Components Exist
179
+ 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?
180
+ ComponentSize1=%1 KB
181
+ ComponentSize2=%1 MB
182
+ ComponentsDiskSpaceGBLabel=Current selection requires at least [gb] GB of disk space.
183
+ ComponentsDiskSpaceMBLabel=Current selection requires at least [mb] MB of disk space.
184
+
185
+ ; *** "Select Additional Tasks" wizard page
186
+ WizardSelectTasks=Select Additional Tasks
187
+ SelectTasksDesc=Which additional tasks should be performed?
188
+ SelectTasksLabel2=Select the additional tasks you would like Setup to perform while installing [name], then click Next.
189
+
190
+ ; *** "Select Start Menu Folder" wizard page
191
+ WizardSelectProgramGroup=Select Start Menu Folder
192
+ SelectStartMenuFolderDesc=Where should Setup place the program's shortcuts?
193
+ SelectStartMenuFolderLabel3=Setup will create the program's shortcuts in the following Start Menu folder.
194
+ SelectStartMenuFolderBrowseLabel=To continue, click Next. If you would like to select a different folder, click Browse.
195
+ MustEnterGroupName=You must enter a folder name.
196
+ GroupNameTooLong=The folder name or path is too long.
197
+ InvalidGroupName=The folder name is not valid.
198
+ BadGroupName=The folder name cannot include any of the following characters:%n%n%1
199
+ NoProgramGroupCheck2=&Don't create a Start Menu folder
200
+
201
+ ; *** "Ready to Install" wizard page
202
+ WizardReady=Ready to Install
203
+ ReadyLabel1=Setup is now ready to begin installing [name] on your computer.
204
+ ReadyLabel2a=Click Install to continue with the installation, or click Back if you want to review or change any settings.
205
+ ReadyLabel2b=Click Install to continue with the installation.
206
+ ReadyMemoUserInfo=User information:
207
+ ReadyMemoDir=Destination location:
208
+ ReadyMemoType=Setup type:
209
+ ReadyMemoComponents=Selected components:
210
+ ReadyMemoGroup=Start Menu folder:
211
+ ReadyMemoTasks=Additional tasks:
212
+
213
+ ; *** TDownloadWizardPage wizard page and DownloadTemporaryFile
214
+ DownloadingLabel=Downloading additional files...
215
+ ButtonStopDownload=&Stop download
216
+ StopDownload=Are you sure you want to stop the download?
217
+ ErrorDownloadAborted=Download aborted
218
+ ErrorDownloadFailed=Download failed: %1 %2
219
+ ErrorDownloadSizeFailed=Getting size failed: %1 %2
220
+ ErrorFileHash1=File hash failed: %1
221
+ ErrorFileHash2=Invalid file hash: expected %1, found %2
222
+ ErrorProgress=Invalid progress: %1 of %2
223
+ ErrorFileSize=Invalid file size: expected %1, found %2
224
+
225
+ ; *** "Preparing to Install" wizard page
226
+ WizardPreparing=Preparing to Install
227
+ PreparingDesc=Setup is preparing to install [name] on your computer.
228
+ 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].
229
+ CannotContinue=Setup cannot continue. Please click Cancel to exit.
230
+ 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.
231
+ 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.
232
+ CloseApplications=&Automatically close the applications
233
+ DontCloseApplications=&Do not close the applications
234
+ 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.
235
+ PrepareToInstallNeedsRestart=Setup must restart your computer. After restarting your computer, run Setup again to complete the installation of [name].%n%nWould you like to restart now?
236
+
237
+ ; *** "Installing" wizard page
238
+ WizardInstalling=Installing
239
+ InstallingLabel=Please wait while Setup installs [name] on your computer.
240
+
241
+ ; *** "Setup Completed" wizard page
242
+ FinishedHeadingLabel=Completing the [name] Setup Wizard
243
+ FinishedLabelNoIcons=Setup has finished installing [name] on your computer.
244
+ FinishedLabel=Setup has finished installing [name] on your computer. The application may be launched by selecting the installed shortcuts.
245
+ ClickFinish=Click Finish to exit Setup.
246
+ FinishedRestartLabel=To complete the installation of [name], Setup must restart your computer. Would you like to restart now?
247
+ FinishedRestartMessage=To complete the installation of [name], Setup must restart your computer.%n%nWould you like to restart now?
248
+ ShowReadmeCheck=Yes, I would like to view the README file
249
+ YesRadio=&Yes, restart the computer now
250
+ NoRadio=&No, I will restart the computer later
251
+ ; used for example as 'Run MyProg.exe'
252
+ RunEntryExec=Run %1
253
+ ; used for example as 'View Readme.txt'
254
+ RunEntryShellExec=View %1
255
+
256
+ ; *** "Setup Needs the Next Disk" stuff
257
+ ChangeDiskTitle=Setup Needs the Next Disk
258
+ 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.
259
+ PathLabel=&Path:
260
+ FileNotInDir2=The file "%1" could not be located in "%2". Please insert the correct disk or select another folder.
261
+ SelectDirectoryLabel=Please specify the location of the next disk.
262
+
263
+ ; *** Installation phase messages
264
+ SetupAborted=Setup was not completed.%n%nPlease correct the problem and run Setup again.
265
+ AbortRetryIgnoreSelectAction=Select action
266
+ AbortRetryIgnoreRetry=&Try again
267
+ AbortRetryIgnoreIgnore=&Ignore the error and continue
268
+ AbortRetryIgnoreCancel=Cancel installation
269
+
270
+ ; *** Installation status messages
271
+ StatusClosingApplications=Closing applications...
272
+ StatusCreateDirs=Creating directories...
273
+ StatusExtractFiles=Extracting files...
274
+ StatusCreateIcons=Creating shortcuts...
275
+ StatusCreateIniEntries=Creating INI entries...
276
+ StatusCreateRegistryEntries=Creating registry entries...
277
+ StatusRegisterFiles=Registering files...
278
+ StatusSavingUninstall=Saving uninstall information...
279
+ StatusRunProgram=Finishing installation...
280
+ StatusRestartingApplications=Restarting applications...
281
+ StatusRollback=Rolling back changes...
282
+
283
+ ; *** Misc. errors
284
+ ErrorInternal2=Internal error: %1
285
+ ErrorFunctionFailedNoCode=%1 failed
286
+ ErrorFunctionFailed=%1 failed; code %2
287
+ ErrorFunctionFailedWithMessage=%1 failed; code %2.%n%3
288
+ ErrorExecutingProgram=Unable to execute file:%n%1
289
+
290
+ ; *** Registry errors
291
+ ErrorRegOpenKey=Error opening registry key:%n%1\%2
292
+ ErrorRegCreateKey=Error creating registry key:%n%1\%2
293
+ ErrorRegWriteKey=Error writing to registry key:%n%1\%2
294
+
295
+ ; *** INI errors
296
+ ErrorIniEntry=Error creating INI entry in file "%1".
297
+
298
+ ; *** File copying errors
299
+ FileAbortRetryIgnoreSkipNotRecommended=&Skip this file (not recommended)
300
+ FileAbortRetryIgnoreIgnoreNotRecommended=&Ignore the error and continue (not recommended)
301
+ SourceIsCorrupted=The source file is corrupted
302
+ SourceDoesntExist=The source file "%1" does not exist
303
+ ExistingFileReadOnly2=The existing file could not be replaced because it is marked read-only.
304
+ ExistingFileReadOnlyRetry=&Remove the read-only attribute and try again
305
+ ExistingFileReadOnlyKeepExisting=&Keep the existing file
306
+ ErrorReadingExistingDest=An error occurred while trying to read the existing file:
307
+ FileExistsSelectAction=Select action
308
+ FileExists2=The file already exists.
309
+ FileExistsOverwriteExisting=&Overwrite the existing file
310
+ FileExistsKeepExisting=&Keep the existing file
311
+ FileExistsOverwriteOrKeepAll=&Do this for the next conflicts
312
+ ExistingFileNewerSelectAction=Select action
313
+ ExistingFileNewer2=The existing file is newer than the one Setup is trying to install.
314
+ ExistingFileNewerOverwriteExisting=&Overwrite the existing file
315
+ ExistingFileNewerKeepExisting=&Keep the existing file (recommended)
316
+ ExistingFileNewerOverwriteOrKeepAll=&Do this for the next conflicts
317
+ ErrorChangingAttr=An error occurred while trying to change the attributes of the existing file:
318
+ ErrorCreatingTemp=An error occurred while trying to create a file in the destination directory:
319
+ ErrorReadingSource=An error occurred while trying to read the source file:
320
+ ErrorCopying=An error occurred while trying to copy a file:
321
+ ErrorReplacingExistingFile=An error occurred while trying to replace the existing file:
322
+ ErrorRestartReplace=RestartReplace failed:
323
+ ErrorRenamingTemp=An error occurred while trying to rename a file in the destination directory:
324
+ ErrorRegisterServer=Unable to register the DLL/OCX: %1
325
+ ErrorRegSvr32Failed=RegSvr32 failed with exit code %1
326
+ ErrorRegisterTypeLib=Unable to register the type library: %1
327
+
328
+ ; *** Uninstall display name markings
329
+ ; used for example as 'My Program (32-bit)'
330
+ UninstallDisplayNameMark=%1 (%2)
331
+ ; used for example as 'My Program (32-bit, All users)'
332
+ UninstallDisplayNameMarks=%1 (%2, %3)
333
+ UninstallDisplayNameMark32Bit=32-bit
334
+ UninstallDisplayNameMark64Bit=64-bit
335
+ UninstallDisplayNameMarkAllUsers=All users
336
+ UninstallDisplayNameMarkCurrentUser=Current user
337
+
338
+ ; *** Post-installation errors
339
+ ErrorOpeningReadme=An error occurred while trying to open the README file.
340
+ ErrorRestartingComputer=Setup was unable to restart the computer. Please do this manually.
341
+
342
+ ; *** Uninstaller messages
343
+ UninstallNotFound=File "%1" does not exist. Cannot uninstall.
344
+ UninstallOpenError=File "%1" could not be opened. Cannot uninstall
345
+ UninstallUnsupportedVer=The uninstall log file "%1" is in a format not recognized by this version of the uninstaller. Cannot uninstall
346
+ UninstallUnknownEntry=An unknown entry (%1) was encountered in the uninstall log
347
+ ConfirmUninstall=Are you sure you want to completely remove %1 and all of its components?
348
+ UninstallOnlyOnWin64=This installation can only be uninstalled on 64-bit Windows.
349
+ OnlyAdminCanUninstall=This installation can only be uninstalled by a user with administrative privileges.
350
+ UninstallStatusLabel=Please wait while %1 is removed from your computer.
351
+ UninstalledAll=%1 was successfully removed from your computer.
352
+ UninstalledMost=%1 uninstall complete.%n%nSome elements could not be removed. These can be removed manually.
353
+ UninstalledAndNeedsRestart=To complete the uninstallation of %1, your computer must be restarted.%n%nWould you like to restart now?
354
+ UninstallDataCorrupted="%1" file is corrupted. Cannot uninstall
355
+
356
+ ; *** Uninstallation phase messages
357
+ ConfirmDeleteSharedFileTitle=Remove Shared File?
358
+ 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.
359
+ SharedFileNameLabel=File name:
360
+ SharedFileLocationLabel=Location:
361
+ WizardUninstalling=Uninstall Status
362
+ StatusUninstalling=Uninstalling %1...
363
+
364
+ ; *** Shutdown block reasons
365
+ ShutdownBlockReasonInstallingApp=Installing %1.
366
+ ShutdownBlockReasonUninstallingApp=Uninstalling %1.
367
+
368
+ ; The custom messages below aren't used by Setup itself, but if you make
369
+ ; use of them in your scripts, you'll want to translate them.
370
+
371
+ [CustomMessages]
372
+
373
+ NameAndVersion=%1 version %2
374
+ AdditionalIcons=Additional shortcuts:
375
+ CreateDesktopIcon=Create a &desktop shortcut
376
+ CreateQuickLaunchIcon=Create a &Quick Launch shortcut
377
+ ProgramOnTheWeb=%1 on the Web
378
+ UninstallProgram=Uninstall %1
379
+ LaunchProgram=Launch %1
380
+ AssocFileExtension=&Associate %1 with the %2 file extension
381
+ AssocingFileExtension=Associating %1 with the %2 file extension...
382
+ AutoStartProgramGroupDescription=Startup:
383
+ AutoStartProgram=Automatically start %1
384
+ AddonHostProgramNotFound=%1 could not be located in the folder you selected.%n%nDo you want to continue anyway?
Binary file
Binary file