[GUI] Add encryption options to media dump window.

This commit is contained in:
2025-11-23 15:55:54 +00:00
parent 4ee2034475
commit 3628fcf9c2
5 changed files with 54 additions and 2 deletions

View File

@@ -6669,5 +6669,11 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Errors", resourceCulture);
}
}
public static string Encryption {
get {
return ResourceManager.GetString("Encryption", resourceCulture);
}
}
}
}