You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Default.isl
+32-7Lines changed: 32 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
; *** Inno Setup version 5.5.3+ English messages ***
1
+
; *** Inno Setup version 6.0.0+ English messages ***
2
2
;
3
3
; To download user-contributed translations of this file, go to:
4
4
; http://www.jrsoftware.org/files/istrans/
@@ -42,6 +42,7 @@ ErrorTitle=Error
42
42
SetupLdrStartupMessage=This will install %1. Do you wish to continue?
43
43
LdrCannotCreateTemp=Unable to create a temporary file. Setup aborted
44
44
LdrCannotExecTemp=Unable to execute file in the temporary directory. Setup aborted
45
+
HelpTextNote=
45
46
46
47
; *** Startup error messages
47
48
LastErrorMessage=%1.%n%nError%2: %3
@@ -55,14 +56,23 @@ WindowsServicePackRequired=This program requires %1 Service Pack %2 or later.
55
56
NotOnThisPlatform=This program will not run on %1.
56
57
OnlyOnThisPlatform=This program must be run on %1.
57
58
OnlyOnTheseArchitectures=This program can only be installed on versions of Windows designed for the following processor architectures:%n%n%1
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.
59
59
WinVersionTooLowError=This program requires %1 version %2or later.
60
60
WinVersionTooHighError=This program cannot be installed on %1 version %2or later.
61
61
AdminPrivilegesRequired=You must be logged in asan administrator when installing this program.
62
62
PowerUserPrivilegesRequired=You must be logged in asan administrator oras a member of the Power Users group when installing this program.
63
63
SetupAppRunningError=Setup has detected that %1is currently running.%n%nPlease close all instances of it now, then click OK to continue, or Cancel to exit.
64
64
UninstallAppRunningError=Uninstall has detected that %1is currently running.%n%nPlease close all instances of it now, then click OK to continue, or Cancel to exit.
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
+
66
76
; *** Misc. errors
67
77
ErrorCreatingDir=Setup was unable to create the directory "%1"
68
78
ErrorTooManyFilesInDir=Unable to create a file in the directory "%1" because it contains too many files
@@ -93,7 +103,7 @@ ButtonNewFolder=&Make New Folder
93
103
94
104
; *** "Select Language" dialog messages
95
105
SelectLanguageTitle=Select Setup Language
96
-
SelectLanguageLabel=Select the language to use during the installation:
106
+
SelectLanguageLabel=Select the language to use during the installation.
97
107
98
108
; *** Common wizard text
99
109
ClickNext=Click Next to continue, or Cancel to exit Setup.
@@ -237,7 +247,10 @@ SelectDirectoryLabel=Please specify the location of the next disk.
237
247
238
248
; *** Installation phase messages
239
249
SetupAborted=Setup was not completed.%n%nPlease correct the problem and run Setup again.
240
-
EntryAbortRetryIgnore=Click Retry to try again, Ignore to proceed anyway, or Abort to cancel installation.
250
+
AbortRetryIgnoreSelectAction=Select action
251
+
AbortRetryIgnoreRetry=&Try again
252
+
AbortRetryIgnoreIgnore=&Ignore the error and continue
253
+
AbortRetryIgnoreCancel=Cancel installation
241
254
242
255
; *** Installation status messages
243
256
StatusClosingApplications=Closing applications...
@@ -268,11 +281,13 @@ ErrorRegWriteKey=Error writing to registry key:%n%1\%2
268
281
ErrorIniEntry=Error creating INI entry in file "%1".
269
282
270
283
; *** File copying errors
271
-
FileAbortRetryIgnore=Click Retry to try again, Ignore to skip this file (not recommended), or Abort to cancel installation.
272
-
FileAbortRetryIgnore2=Click Retry to try again, Ignore to proceed anyway (not recommended), or Abort to cancel installation.
284
+
FileAbortRetryIgnoreSkipNotRecommended=&Skip this file (not recommended)
285
+
FileAbortRetryIgnoreIgnoreNotRecommended=&Ignore the error and continue (not recommended)
273
286
SourceIsCorrupted=The source file is corrupted
274
287
SourceDoesntExist=The source file "%1" does not exist
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.
288
+
ExistingFileReadOnly2=The existing file could not be replaced because it is marked read-only.
289
+
ExistingFileReadOnlyRetry=&Remove the read-only attribute and try again
290
+
ExistingFileReadOnlyKeepExisting=&Keep the existing file
276
291
ErrorReadingExistingDest=An error occurred while trying to read the existing file:
277
292
FileExists=The file already exists.%n%nWould you like Setup to overwrite it?
278
293
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?
@@ -287,6 +302,16 @@ ErrorRegisterServer=Unable to register the DLL/OCX: %1
287
302
ErrorRegSvr32Failed=RegSvr32 failed with exit code %1
288
303
ErrorRegisterTypeLib=Unable to register the type library: %1
289
304
305
+
; *** Uninstall display name markings
306
+
; used for example as 'MyProgram (32-bit)'
307
+
UninstallDisplayNameMark=%1 (%2)
308
+
; used for example as 'MyProgram (32-bit, All users)'
309
+
UninstallDisplayNameMarks=%1 (%2, %3)
310
+
UninstallDisplayNameMark32Bit=32-bit
311
+
UninstallDisplayNameMark64Bit=64-bit
312
+
UninstallDisplayNameMarkAllUsers=All users
313
+
UninstallDisplayNameMarkCurrentUser=Current user
314
+
290
315
; *** Post-installation errors
291
316
ErrorOpeningReadme=An error occurred while trying to open the README file.
292
317
ErrorRestartingComputer=Setup was unable to restart the computer. Please do this manually.
0 commit comments