New messages: · jrsoftware/issrc@a1d6aec (original) (raw)

1

``

`-

; *** Inno Setup version 6.4.0+ English messages ***

`

``

1

`+

; *** Inno Setup version 6.5.0+ English messages ***

`

2

2

`;

`

3

3

`; To download user-contributed translations of this file, go to:

`

4

4

`; https://jrsoftware.org/files/istrans/

`

`@@ -213,24 +213,27 @@ ReadyMemoGroup=Start Menu folder:

`

213

213

`ReadyMemoTasks=Additional tasks:

`

214

214

``

215

215

`; *** TDownloadWizardPage wizard page and DownloadTemporaryFile

`

216

``

`-

DownloadingLabel=Downloading additional files...

`

``

216

`+

DownloadingLabel2=Downloading files...

`

217

217

`ButtonStopDownload=&Stop download

`

218

218

`StopDownload=Are you sure you want to stop the download?

`

219

219

`ErrorDownloadAborted=Download aborted

`

220

220

`ErrorDownloadFailed=Download failed: %1 %2

`

221

221

`ErrorDownloadSizeFailed=Getting size failed: %1 %2

`

222

``

`-

ErrorFileHash1=File hash failed: %1

`

223

``

`-

ErrorFileHash2=Invalid file hash: expected %1, found %2

`

224

222

`ErrorProgress=Invalid progress: %1 of %2

`

225

223

`ErrorFileSize=Invalid file size: expected %1, found %2

`

226

224

``

227

``

`-

; *** TExtractionWizardPage wizard page and Extract7ZipArchive

`

228

``

`-

ExtractionLabel=Extracting additional files...

`

``

225

`+

; *** TExtractionWizardPage wizard page and ExtractArchive

`

``

226

`+

ExtractingLabel=Extracting files...

`

229

227

`ButtonStopExtraction=&Stop extraction

`

230

228

`StopExtraction=Are you sure you want to stop the extraction?

`

231

229

`ErrorExtractionAborted=Extraction aborted

`

232

230

`ErrorExtractionFailed=Extraction failed: %1

`

233

231

``

``

232

`+

; *** Archive extraction failure details

`

``

233

`+

ArchiveIncorrectPassword=The password is incorrect

`

``

234

`+

ArchiveIsCorrupted=The archive is corrupted

`

``

235

`+

ArchiveUnsupportedFormat=The archive format is unsupported

`

``

236

+

234

237

`; *** "Preparing to Install" wizard page

`

235

238

`WizardPreparing=Preparing to Install

`

236

239

`PreparingDesc=Setup is preparing to install [name] on your computer.

`

`@@ -275,11 +278,15 @@ AbortRetryIgnoreSelectAction=Select action

`

275

278

`AbortRetryIgnoreRetry=&Try again

`

276

279

`AbortRetryIgnoreIgnore=&Ignore the error and continue

`

277

280

`AbortRetryIgnoreCancel=Cancel installation

`

``

281

`+

RetryCancelSelectAction=Select action

`

``

282

`+

RetryCancelRetry=&Try again

`

``

283

`+

RetryCancelCancel=Cancel

`

278

284

``

279

285

`; *** Installation status messages

`

280

286

`StatusClosingApplications=Closing applications...

`

281

287

`StatusCreateDirs=Creating directories...

`

282

288

`StatusExtractFiles=Extracting files...

`

``

289

`+

StatusDownloadFiles=Downloading files...

`

283

290

`StatusCreateIcons=Creating shortcuts...

`

284

291

`StatusCreateIniEntries=Creating INI entries...

`

285

292

`StatusCreateRegistryEntries=Creating registry entries...

`

`@@ -309,6 +316,14 @@ FileAbortRetryIgnoreSkipNotRecommended=&Skip this file (not recommended)

`

309

316

`FileAbortRetryIgnoreIgnoreNotRecommended=&Ignore the error and continue (not recommended)

`

310

317

`SourceIsCorrupted=The source file is corrupted

`

311

318

`SourceDoesntExist=The source file "%1" does not exist

`

``

319

`+

SourceVerificationFailed=Verification of the source file failed: %1

`

``

320

`+

VerificationSignatureDoesntExist=The signature file "%1" does not exist

`

``

321

`+

VerificationSignatureInvalid=The signature file "%1" is invalid

`

``

322

`+

VerificationKeyNotFound=The signature file "%1" uses an unknown key

`

``

323

`+

VerificationFileNameIncorrect=The name of the file is incorrect

`

``

324

`+

VerificationFileTagIncorrect=The tag of the file is incorrect

`

``

325

`+

VerificationFileSizeIncorrect=The size of the file is incorrect

`

``

326

`+

VerificationFileHashIncorrect=The hash of the file is incorrect

`

312

327

`ExistingFileReadOnly2=The existing file could not be replaced because it is marked read-only.

`

313

328

`ExistingFileReadOnlyRetry=&Remove the read-only attribute and try again

`

314

329

`ExistingFileReadOnlyKeepExisting=&Keep the existing file

`

`@@ -327,6 +342,8 @@ ErrorChangingAttr=An error occurred while trying to change the attributes of the

`

327

342

`ErrorCreatingTemp=An error occurred while trying to create a file in the destination directory:

`

328

343

`ErrorReadingSource=An error occurred while trying to read the source file:

`

329

344

`ErrorCopying=An error occurred while trying to copy a file:

`

``

345

`+

ErrorDownloading=An error occurred while trying to download a file:

`

``

346

`+

ErrorExtracting=An error occurred while trying to extract an archive:

`

330

347

`ErrorReplacingExistingFile=An error occurred while trying to replace the existing file:

`

331

348

`ErrorRestartReplace=RestartReplace failed:

`

332

349

`ErrorRenamingTemp=An error occurred while trying to rename a file in the destination directory:

`