Browse Source

Add 2 messages for future ISSig changes. Not yet used but this way we will have them ready in translations.

Note for translators watching this: you should be aware there's an active branch with more new messages, so perhaps it's better to wait for those to be merged.
Martijn Laan 3 months ago
parent
commit
e0ba188bb4
4 changed files with 7 additions and 1 deletions
  1. 2 0
      Files/Default.isl
  2. 2 0
      Files/Languages/Dutch.isl
  3. 2 0
      Projects/Src/Shared.SetupMessageIDs.pas
  4. 1 1
      whatsnew.htm

+ 2 - 0
Files/Default.isl

@@ -317,6 +317,8 @@ SourceVerificationFailed=Verification of the source file failed: %1
 VerificationSignatureDoesntExist=The signature file "%1" does not exist
 VerificationSignatureInvalid=The signature file "%1" is invalid
 VerificationKeyNotFound=The signature file "%1" uses an unknown key
+VerificationFileNameIncorrect=The name of the file is incorrect
+VerificationFileTagIncorrect=The tag of the file is incorrect
 VerificationFileSizeIncorrect=The size of the file is incorrect
 VerificationFileHashIncorrect=The hash of the file is incorrect
 ExistingFileReadOnly2=The existing file could not be replaced because it is marked read-only.

+ 2 - 0
Files/Languages/Dutch.isl

@@ -295,6 +295,8 @@ SourceVerificationFailed=Verificatie van het bronbestand is mislukt: %1
 VerificationSignatureDoesntExist=Het handtekeningbestand "%1" bestaat niet
 VerificationSignatureInvalid=Het handtekeningbestand "%1" is ongeldig
 VerificationKeyNotFound=Het handtekeningbestand "%1" gebruikt een onbekende sleutel
+VerificationFileNameIncorrect=De naam van het bestand is niet correct
+VerificationFileTagIncorrect=De tag van het bestand is niet correct
 VerificationFileSizeIncorrect=De grootte van het bestand is niet correct
 VerificationFileHashIncorrect=De hash van het bestand is niet correct
 ExistingFileReadOnly2=Het bestaande bestand kon niet vervangen worden omdat het een alleen-lezen markering heeft.

+ 2 - 0
Projects/Src/Shared.SetupMessageIDs.pas

@@ -270,7 +270,9 @@ type
     msgUserInfoOrg,
     msgUserInfoSerial,
     msgVerificationFileHashIncorrect,
+    msgVerificationFileNameIncorrect,
     msgVerificationFileSizeIncorrect,
+    msgVerificationFileTagIncorrect,
     msgVerificationKeyNotFound,
     msgVerificationSignatureDoesntExist,
     msgVerificationSignatureInvalid,

+ 1 - 1
whatsnew.htm

@@ -228,7 +228,7 @@ Source: "https://jrsoftware.org/download.php/iscrypt.dll?dontcount=1"; DestName:
   <ul>
     <li>ArchiveIncorrectPassword, ArchiveIsCorrupted, ArchiveUnsupportedFormat.</li>
     <li>StatusDownloadFiles.</li>
-    <li>SourceVerificationFailed, VerificationSignatureDoesntExist, VerificationSignatureInvalid, VerificationKeyNotFound, VerificationFileSizeIncorrect, VerificationFileHashIncorrect.</li>
+    <li>SourceVerificationFailed, VerificationSignatureDoesntExist, VerificationSignatureInvalid, VerificationKeyNotFound, VerificationFileNameIncorrect, VerificationFileTagIncorrect, VerificationFileSizeIncorrect, VerificationFileHashIncorrect.</li>
     <li>ErrorDownloading, ErrorExtracting.</li>
   </ul>
   </li>