mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Symbian Installation File] Show options in information.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user