fix: APK signature description for unprotected entries only applies to v1 signatures
This commit is contained in:
@@ -237,7 +237,7 @@ apkSignature.signatureFailed=Ungültige APK-Signatur v%d gefunden
|
||||
apkSignature.errors=Fehler
|
||||
apkSignature.warnings=Warnhinweise
|
||||
apkSignature.exception=APK-Verifizierung fehlgeschlagen
|
||||
apkSignature.unprotectedEntry=Dateien, die nicht durch eine Signatur geschützt sind. Unbefugte Änderungen an diesem JAR-Eintrag werden nicht erkannt.
|
||||
apkSignature.unprotectedEntry=Dateien, die nicht durch eine APK-Signatur v1 geschützt sind. Unbefugte Änderungen an diesen Einträgen werden nur von einer APK-Signatur v2 oder neuer erkannt.
|
||||
|
||||
issues_panel.label=Probleme:
|
||||
issues_panel.errors=%d Fehler
|
||||
|
||||
@@ -237,7 +237,7 @@ apkSignature.signatureFailed=Invalid APK signature v%d found
|
||||
apkSignature.errors=Errors
|
||||
apkSignature.warnings=Warnings
|
||||
apkSignature.exception=APK verification failed
|
||||
apkSignature.unprotectedEntry=Files that are not protected by signature. Unauthorized modifications to this JAR entry will not be detected.
|
||||
apkSignature.unprotectedEntry=Files that are not protected by APK signature v1. Unauthorized modifications to these entries can only be detected by APK signature v2 and higher.
|
||||
|
||||
issues_panel.label=Issues:
|
||||
issues_panel.errors=%d errors
|
||||
|
||||
Reference in New Issue
Block a user