[Symbian Installation File] Show options in information.

This commit is contained in:
2023-10-07 11:37:19 +01:00
parent 3e2280bf9b
commit 4385279006
4 changed files with 16 additions and 0 deletions

View File

@@ -68,6 +68,15 @@ namespace Aaru.Archives {
}
}
/// <summary>
/// Looks up a localized string similar to Archive options: {0}.
/// </summary>
internal static string Archive_options_0 {
get {
return ResourceManager.GetString("Archive_options_0", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Capabilities:.
/// </summary>

View File

@@ -120,4 +120,7 @@
<data name="SIS_Platform_UID_0" xml:space="preserve">
<value>UID 0x{0:X8}</value>
</data>
<data name="Archive_options_0" xml:space="preserve">
<value>Opciones del archivo: {0}</value>
</data>
</root>

View File

@@ -128,4 +128,7 @@
<data name="SIS_Platform_UID_0" xml:space="preserve">
<value>UID 0x{0:X8}</value>
</data>
<data name="Archive_options_0" xml:space="preserve">
<value>Archive options: {0}</value>
</data>
</root>

View File

@@ -197,6 +197,7 @@ public sealed partial class Symbian
}
description.AppendFormat(Localization.UIDs_checksum_0, sh.uid4).AppendLine();
description.AppendFormat(Localization.Archive_options_0, sh.options).AppendLine();
description.AppendFormat(Localization.CRC16_of_header_0, sh.crc16).AppendLine();
description.AppendLine();