diff --git a/Aaru.Archives/Localization/Localization.Designer.cs b/Aaru.Archives/Localization/Localization.Designer.cs index 229a2d7ca..b8d997d47 100644 --- a/Aaru.Archives/Localization/Localization.Designer.cs +++ b/Aaru.Archives/Localization/Localization.Designer.cs @@ -11,46 +11,32 @@ namespace Aaru.Archives { using System; - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Localization { - private static global::System.Resources.ResourceManager resourceMan; + private static System.Resources.ResourceManager resourceMan; - private static global::System.Globalization.CultureInfo resourceCulture; + private static System.Globalization.CultureInfo resourceCulture; - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Localization() { } - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + internal static System.Resources.ResourceManager ResourceManager { get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aaru.Archives.Localization.Localization", typeof(Localization).Assembly); + if (object.Equals(null, resourceMan)) { + System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aaru.Archives.Localization.Localization", typeof(Localization).Assembly); resourceMan = temp; } return resourceMan; } } - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + internal static System.Globalization.CultureInfo Culture { get { return resourceCulture; } @@ -59,670 +45,466 @@ namespace Aaru.Archives { } } - /// - /// Looks up a localized string similar to Application ID: 0x{0:X8}. - /// - internal static string Application_ID_0 { - get { - return ResourceManager.GetString("Application_ID_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Archive options: {0}. - /// - internal static string Archive_options_0 { - get { - return ResourceManager.GetString("Archive_options_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Capabilities:. - /// - internal static string Capabilities { - get { - return ResourceManager.GetString("Capabilities", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Component name for language with code {0}: {1}. - /// - internal static string Component_name_for_language_with_code_0_1 { - get { - return ResourceManager.GetString("Component_name_for_language_with_code_0_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Component version: {0}.{1}. - /// - internal static string Component_version_0_1 { - get { - return ResourceManager.GetString("Component_version_0_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CRC16 of header: 0x{0:X4}. - /// - internal static string CRC16_of_header_0 { - get { - return ResourceManager.GetString("CRC16_of_header_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Archive contains {0} files (pointer: {1}). - /// - internal static string File_contains_0_files_pointer_1 { - get { - return ResourceManager.GetString("File_contains_0_files_pointer_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Archive contains {0} languages:. - /// - internal static string File_contains_0_languages { - get { - return ResourceManager.GetString("File_contains_0_languages", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Archive contains {0} requisites. - /// - internal static string File_contains_0_requisites { - get { - return ResourceManager.GetString("File_contains_0_requisites", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Files for `{0}` language:. - /// - internal static string Files_for_0_language { - get { - return ResourceManager.GetString("Files_for_0_language", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Files for all languages:. - /// - internal static string Files_for_all_languages { - get { - return ResourceManager.GetString("Files_for_all_languages", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Name for language {0}: {1}. - /// - internal static string Name_for_language_0_1 { - get { - return ResourceManager.GetString("Name_for_language_0_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Option {0}:. - /// - internal static string Option_0 { - get { - return ResourceManager.GetString("Option_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Required {0} version {1}.{2}. - /// - internal static string Required_UID_0_version_1_2 { - get { - return ResourceManager.GetString("Required_UID_0_version_1_2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Required variant: {0}. - /// - internal static string Required_variant_0 { - get { - return ResourceManager.GetString("Required_variant_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Requisite #{0}:. - /// - internal static string Requisite_0 { - get { - return ResourceManager.GetString("Requisite_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Requisite for language {0}: {1}. - /// - internal static string Requisite_for_language_0_1 { - get { - return ResourceManager.GetString("Requisite_for_language_0_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SIS contains an application. - /// - internal static string SIS_contains_an_application { - get { - return ResourceManager.GetString("SIS_contains_an_application", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to UID 0x{0:X8}. - /// - internal static string SIS_Platform_UID_0 { - get { - return ResourceManager.GetString("SIS_Platform_UID_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia 3230. - /// - internal static string SIS_Platform_UID_Nokia_3230 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_3230", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia 3250. - /// - internal static string SIS_Platform_UID_Nokia_3250 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_3250", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia 3650. - /// - internal static string SIS_Platform_UID_Nokia_3650 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_3650", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia 6260. - /// - internal static string SIS_Platform_UID_Nokia_6260 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_6260", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia 6600. - /// - internal static string SIS_Platform_UID_Nokia_6600 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_6600", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia 6620. - /// - internal static string SIS_Platform_UID_Nokia_6620 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_6620", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia 6630. - /// - internal static string SIS_Platform_UID_Nokia_6630 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_6630", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia 6670. - /// - internal static string SIS_Platform_UID_Nokia_6670 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_6670", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia 6680. - /// - internal static string SIS_Platform_UID_Nokia_6680 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_6680", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia 6681. - /// - internal static string SIS_Platform_UID_Nokia_6681 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_6681", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia 6682. - /// - internal static string SIS_Platform_UID_Nokia_6682 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_6682", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia 7610. - /// - internal static string SIS_Platform_UID_Nokia_7610 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_7610", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia 7650. - /// - internal static string SIS_Platform_UID_Nokia_7650 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_7650", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia 7710 (Series 90). - /// - internal static string SIS_Platform_UID_Nokia_7710_Series_90 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_7710_Series_90", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia 9300. - /// - internal static string SIS_Platform_UID_Nokia_9300 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_9300", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia 9500. - /// - internal static string SIS_Platform_UID_Nokia_9500 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_9500", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia Belle. - /// - internal static string SIS_Platform_UID_Nokia_Belle { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_Belle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia E60. - /// - internal static string SIS_Platform_UID_Nokia_E60 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_E60", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia E61. - /// - internal static string SIS_Platform_UID_Nokia_E61 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_E61", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia E70. - /// - internal static string SIS_Platform_UID_Nokia_E70 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_E70", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia N-Gage. - /// - internal static string SIS_Platform_UID_Nokia_N_Gage { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_N_Gage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia N70. - /// - internal static string SIS_Platform_UID_Nokia_N70 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_N70", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia N71. - /// - internal static string SIS_Platform_UID_Nokia_N71 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_N71", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia N73. - /// - internal static string SIS_Platform_UID_Nokia_N73 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_N73", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia N80. - /// - internal static string SIS_Platform_UID_Nokia_N80 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_N80", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia N90. - /// - internal static string SIS_Platform_UID_Nokia_N90 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_N90", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia N91. - /// - internal static string SIS_Platform_UID_Nokia_N91 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_N91", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Nokia N92. - /// - internal static string SIS_Platform_UID_Nokia_N92 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Nokia_N92", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Series 60 1st Edition. - /// - internal static string SIS_Platform_UID_Series_60_1st_Edition { - get { - return ResourceManager.GetString("SIS_Platform_UID_Series_60_1st_Edition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Series 60 1st Edition, Feature Pack 1. - /// - internal static string SIS_Platform_UID_Series_60_1st_Edition_Feature_Pack_1 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Series_60_1st_Edition_Feature_Pack_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Series 60 2nd Edition. - /// - internal static string SIS_Platform_UID_Series_60_2nd_Edition { - get { - return ResourceManager.GetString("SIS_Platform_UID_Series_60_2nd_Edition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Series 60 2nd Edition, Feature Pack 1. - /// - internal static string SIS_Platform_UID_Series_60_2nd_Edition_Feature_Pack_1 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Series_60_2nd_Edition_Feature_Pack_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Series 60 2nd Edition, Feature Pack 2. - /// - internal static string SIS_Platform_UID_Series_60_2nd_Edition_Feature_Pack_2 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Series_60_2nd_Edition_Feature_Pack_2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Series 60 2nd Edition, Feature Pack 3. - /// - internal static string SIS_Platform_UID_Series_60_2nd_Edition_Feature_Pack_3 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Series_60_2nd_Edition_Feature_Pack_3", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Series 60 3rd Edition. - /// - internal static string SIS_Platform_UID_Series_60_3rd_Edition { - get { - return ResourceManager.GetString("SIS_Platform_UID_Series_60_3rd_Edition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Series 60 3rd Edition, Feature Pack 1. - /// - internal static string SIS_Platform_UID_Series_60_3rd_Edition_Feature_Pack_1 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Series_60_3rd_Edition_Feature_Pack_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Series 60 3rd Edition, Feature Pack 2. - /// - internal static string SIS_Platform_UID_Series_60_3rd_Edition_Feature_Pack_2 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Series_60_3rd_Edition_Feature_Pack_2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Series 60 5th Edition. - /// - internal static string SIS_Platform_UID_Series_60_5th_Edition { - get { - return ResourceManager.GetString("SIS_Platform_UID_Series_60_5th_Edition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Series 60 v1.0. - /// - internal static string SIS_Platform_UID_Series_60_v1_0 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Series_60_v1_0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Series 60 v1.1. - /// - internal static string SIS_Platform_UID_Series_60_v1_1 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Series_60_v1_1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Series 80 2nd Edition. - /// - internal static string SIS_Platform_UID_Series_80_2nd_edition { - get { - return ResourceManager.GetString("SIS_Platform_UID_Series_80_2nd_edition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Siemens SX1. - /// - internal static string SIS_Platform_UID_Siemens_SX1 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Siemens_SX1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SonyEricsson P80x. - /// - internal static string SIS_Platform_UID_SonyEricsson_P80x { - get { - return ResourceManager.GetString("SIS_Platform_UID_SonyEricsson_P80x", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SonyEricsson P90x. - /// - internal static string SIS_Platform_UID_SonyEricsson_P90x { - get { - return ResourceManager.GetString("SIS_Platform_UID_SonyEricsson_P90x", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Symbian^3. - /// - internal static string SIS_Platform_UID_Symbian_3 { - get { - return ResourceManager.GetString("SIS_Platform_UID_Symbian_3", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to UIQ v2.0. - /// - internal static string SIS_Platform_UID_UIQ_20 { - get { - return ResourceManager.GetString("SIS_Platform_UID_UIQ_20", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to UIQ v2.1. - /// - internal static string SIS_Platform_UID_UIQ_21 { - get { - return ResourceManager.GetString("SIS_Platform_UID_UIQ_21", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to UIQ v3.0. - /// - internal static string SIS_Platform_UID_UIQ_30 { - get { - return ResourceManager.GetString("SIS_Platform_UID_UIQ_30", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SymbianOS 3 or later. - /// - internal static string Symbian_3_or_later { - get { - return ResourceManager.GetString("Symbian_3_or_later", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SymbianOS 6 or later. - /// - internal static string Symbian_6_or_later { - get { - return ResourceManager.GetString("Symbian_6_or_later", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SymbianOS 9.1 or later. - /// - internal static string Symbian_9_1_or_later { - get { - return ResourceManager.GetString("Symbian_9_1_or_later", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Symbian Installation File. - /// - internal static string Symbian_Installation_File { - get { - return ResourceManager.GetString("Symbian_Installation_File", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Symbian Installation File. - /// internal static string Symbian_Name { get { return ResourceManager.GetString("Symbian_Name", resourceCulture); } } - /// - /// Looks up a localized string similar to UIDs checksum: 0x{0:X8}. - /// + internal static string Symbian_Installation_File { + get { + return ResourceManager.GetString("Symbian_Installation_File", resourceCulture); + } + } + + internal static string Symbian_9_1_or_later { + get { + return ResourceManager.GetString("Symbian_9_1_or_later", resourceCulture); + } + } + + internal static string Application_ID_0 { + get { + return ResourceManager.GetString("Application_ID_0", resourceCulture); + } + } + internal static string UIDs_checksum_0 { get { return ResourceManager.GetString("UIDs_checksum_0", resourceCulture); } } - /// - /// Looks up a localized string similar to Unknown EPOC magic 0x{0:X8}. - /// + internal static string Symbian_3_or_later { + get { + return ResourceManager.GetString("Symbian_3_or_later", resourceCulture); + } + } + + internal static string Symbian_6_or_later { + get { + return ResourceManager.GetString("Symbian_6_or_later", resourceCulture); + } + } + internal static string Unknown_EPOC_magic_0 { get { return ResourceManager.GetString("Unknown_EPOC_magic_0", resourceCulture); } } + + internal static string CRC16_of_header_0 { + get { + return ResourceManager.GetString("CRC16_of_header_0", resourceCulture); + } + } + + internal static string SIS_contains_an_application { + get { + return ResourceManager.GetString("SIS_contains_an_application", resourceCulture); + } + } + + internal static string File_contains_0_languages { + get { + return ResourceManager.GetString("File_contains_0_languages", resourceCulture); + } + } + + internal static string File_contains_0_files_pointer_1 { + get { + return ResourceManager.GetString("File_contains_0_files_pointer_1", resourceCulture); + } + } + + internal static string File_contains_0_requisites { + get { + return ResourceManager.GetString("File_contains_0_requisites", resourceCulture); + } + } + + internal static string Capabilities { + get { + return ResourceManager.GetString("Capabilities", resourceCulture); + } + } + + internal static string Component_version_0_1 { + get { + return ResourceManager.GetString("Component_version_0_1", resourceCulture); + } + } + + internal static string Component_name_for_language_with_code_0_1 { + get { + return ResourceManager.GetString("Component_name_for_language_with_code_0_1", resourceCulture); + } + } + + internal static string Files_for_all_languages { + get { + return ResourceManager.GetString("Files_for_all_languages", resourceCulture); + } + } + + internal static string Files_for_0_language { + get { + return ResourceManager.GetString("Files_for_0_language", resourceCulture); + } + } + + internal static string Requisite_0 { + get { + return ResourceManager.GetString("Requisite_0", resourceCulture); + } + } + + internal static string Required_UID_0_version_1_2 { + get { + return ResourceManager.GetString("Required_UID_0_version_1_2", resourceCulture); + } + } + + internal static string Required_variant_0 { + get { + return ResourceManager.GetString("Required_variant_0", resourceCulture); + } + } + + internal static string Requisite_for_language_0_1 { + get { + return ResourceManager.GetString("Requisite_for_language_0_1", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Series_60_1st_Edition { + get { + return ResourceManager.GetString("SIS_Platform_UID_Series_60_1st_Edition", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Series_60_1st_Edition_Feature_Pack_1 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Series_60_1st_Edition_Feature_Pack_1", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Series_60_2nd_Edition { + get { + return ResourceManager.GetString("SIS_Platform_UID_Series_60_2nd_Edition", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Series_60_2nd_Edition_Feature_Pack_1 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Series_60_2nd_Edition_Feature_Pack_1", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Series_60_2nd_Edition_Feature_Pack_2 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Series_60_2nd_Edition_Feature_Pack_2", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Series_60_2nd_Edition_Feature_Pack_3 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Series_60_2nd_Edition_Feature_Pack_3", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Series_60_3rd_Edition { + get { + return ResourceManager.GetString("SIS_Platform_UID_Series_60_3rd_Edition", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Series_60_3rd_Edition_Feature_Pack_1 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Series_60_3rd_Edition_Feature_Pack_1", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Series_60_3rd_Edition_Feature_Pack_2 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Series_60_3rd_Edition_Feature_Pack_2", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Series_60_5th_Edition { + get { + return ResourceManager.GetString("SIS_Platform_UID_Series_60_5th_Edition", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Symbian_3 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Symbian_3", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_Belle { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_Belle", resourceCulture); + } + } + + internal static string SIS_Platform_UID_0 { + get { + return ResourceManager.GetString("SIS_Platform_UID_0", resourceCulture); + } + } + + internal static string Archive_options_0 { + get { + return ResourceManager.GetString("Archive_options_0", resourceCulture); + } + } + + internal static string SIS_Platform_UID_UIQ_21 { + get { + return ResourceManager.GetString("SIS_Platform_UID_UIQ_21", resourceCulture); + } + } + + internal static string SIS_Platform_UID_UIQ_30 { + get { + return ResourceManager.GetString("SIS_Platform_UID_UIQ_30", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_7650 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_7650", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Series_60_v1_0 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Series_60_v1_0", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_3650 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_3650", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_6600 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_6600", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_6630 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_6630", resourceCulture); + } + } + + internal static string SIS_Platform_UID_SonyEricsson_P80x { + get { + return ResourceManager.GetString("SIS_Platform_UID_SonyEricsson_P80x", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Series_60_v1_1 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Series_60_v1_1", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_N_Gage { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_N_Gage", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_9500 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_9500", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_9300 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_9300", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Series_80_2nd_edition { + get { + return ResourceManager.GetString("SIS_Platform_UID_Series_80_2nd_edition", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Siemens_SX1 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Siemens_SX1", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_6260 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_6260", resourceCulture); + } + } + + internal static string SIS_Platform_UID_SonyEricsson_P90x { + get { + return ResourceManager.GetString("SIS_Platform_UID_SonyEricsson_P90x", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_7710_Series_90 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_7710_Series_90", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_7610 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_7610", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_6670 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_6670", resourceCulture); + } + } + + internal static string SIS_Platform_UID_UIQ_20 { + get { + return ResourceManager.GetString("SIS_Platform_UID_UIQ_20", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_3230 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_3230", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_N90 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_N90", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_N70 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_N70", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_6680 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_6680", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_6620 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_6620", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_6682 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_6682", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_6681 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_6681", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_3250 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_3250", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_N80 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_N80", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_N92 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_N92", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_N73 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_N73", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_N91 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_N91", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_N71 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_N71", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_E60 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_E60", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_E70 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_E70", resourceCulture); + } + } + + internal static string SIS_Platform_UID_Nokia_E61 { + get { + return ResourceManager.GetString("SIS_Platform_UID_Nokia_E61", resourceCulture); + } + } + + internal static string Option_0 { + get { + return ResourceManager.GetString("Option_0", resourceCulture); + } + } + + internal static string Name_for_language_0_1 { + get { + return ResourceManager.GetString("Name_for_language_0_1", resourceCulture); + } + } + + internal static string This_file_format_is_not_yet_implemented { + get { + return ResourceManager.GetString("This_file_format_is_not_yet_implemented", resourceCulture); + } + } + + internal static string Found_component_name_for_language_0_at_1_with_a_length_of_2_bytes { + get { + return ResourceManager.GetString("Found_component_name_for_language_0_at_1_with_a_length_of_2_bytes", resourceCulture); + } + } + + internal static string Conditions { + get { + return ResourceManager.GetString("Conditions", resourceCulture); + } + } } } diff --git a/Aaru.Archives/Localization/Localization.es.resx b/Aaru.Archives/Localization/Localization.es.resx index c2d248cc1..3dd27255c 100644 --- a/Aaru.Archives/Localization/Localization.es.resx +++ b/Aaru.Archives/Localization/Localization.es.resx @@ -19,67 +19,67 @@ Fichero de Instalación de Symbian - ID de aplicación: 0x{0:X8} + [bold][slateblue1]ID de aplicación:[/][/] [teal]0x{0:X8}[/] - Capacidades: + [bold][slateblue1]Capacidades:[/][/] - CRC16 de la cabecera: 0x{0:X4} + [bold][slateblue1]CRC16 de la cabecera:[/][/] [teal]0x{0:X4}[/] - El archivo contiene {0} ficheros (pointer: {1}) + [bold][slateblue1]El archivo contiene [green]{0}[/] ficheros (puntero: [teal]{1}[/])[/][/] - El archivo contiene {0} idiomas: + [bold][slateblue1]El archivo contiene [teal]{0}[/] idiomas:[/][/] - El archivo contiene {0} requisitos: + [slateblue1]El archivo contiene [teal]{0}[/] requisitos:[/] - El archivo contiene una aplicación + [slateblue1]El archivo contiene una aplicación[/] - SymbianOS 3 o superior + [green]SymbianOS 3 o superior[/] - SymbianOS 6 o superior + [green]SymbianOS 6 o superior[/] - SymbianOS 9.1 o superior + [green]SymbianOS 9.1 o superior[/] - Fichero de Instalación de Symbian + [fuchsia]Fichero de Instalación de Symbian[/] - Checksum de los UIDs: 0x{0:X8} + [bold][slateblue1]Checksum de los UIDs:[/][/] [teal]0x{0:X8}[/] - Mágica EPOC 0x{0:X8} desconocida + [slateblue1]Mágica EPOC [teal]0x{0:X8}[/] desconocida[/] - Nombre del componente para el idioma con código {0}: {1} + [bold][slateblue1]Nombre del componente para el idioma con código [rosybrown][italic]{0}[/][/]:[/][/] [green]{1}[/] - Versión del componente: {0}.{1} + [bold][slateblue1]Versión del componente:[/][/] [teal]{0}.{1}[/] - Ficheros para el idioma `{0}`: + [bold][slateblue1]Ficheros para el idioma [rosybrown][italic]`{0}`[/][/]:[/][/] - Ficheros para todos los idiomas: + [bold][slateblue1]Ficheros para todos los idiomas:[/] - Requerida {0} versión {1}.{2} + [bold][slateblue1]Requerida [rosybrown]{0}[/] versión [teal]{1}.{2}[/][/][/] - Variante requerida: {0} + [bold][slateblue1]Variante requerida:[/][/] [rosybrown]{0}[/] - Requisito nº {0}: + [bold][slateblue1]Requisito [teal]nº {0}[/]:[/][/] - Requisito para el idioma {0}: {1} + [bold][slateblue1]Requisito para el idioma [italic][rosybrown]{0}[/][/]:[/][/] [green]{1}[/] Nokia Belle @@ -121,7 +121,7 @@ UID 0x{0:X8} - Opciones del archivo: {0} + [bold][slateblue1]Opciones del archivo:[/][/] [blue]{0}[/] UIQ v2.1 @@ -232,9 +232,18 @@ Nokia E61 - Opción {0}: + [bold][slateblue1]Opción [teal]{0}[/]:[/][/] - Nombre para el idioma {0}: {1} + [bold][slateblue1]Nombre para el idioma [italic][rosybrown]{0}[/][/]: [green]{1}[/] + + + [slateblue1]Encontrado nombre de componente para el idioma [italic][rosybrown]{0}[/][/] en [teal]{1}[/] con una longitud de [lime]{2}[/] bytes + + + [red]Este formato todavía no está implementado, no se puede decodificar más información.[/] + + + [bold][slateblue1]Condiciones:[/][/] \ No newline at end of file diff --git a/Aaru.Archives/Localization/Localization.resx b/Aaru.Archives/Localization/Localization.resx index 906e7a6fa..bbc73cd3b 100644 --- a/Aaru.Archives/Localization/Localization.resx +++ b/Aaru.Archives/Localization/Localization.resx @@ -27,67 +27,67 @@ Symbian Installation File - Symbian Installation File + [fuchsia]Symbian Installation File[/] - SymbianOS 9.1 or later + [green]SymbianOS 9.1 or later[/] - Application ID: 0x{0:X8} + [bold][slateblue1]Application ID:[/][/] [teal]0x{0:X8}[/] - UIDs checksum: 0x{0:X8} + [bold][slateblue1]UIDs checksum:[/][/] [teal]0x{0:X8}[/] - SymbianOS 3 or later + [green]SymbianOS 3 or later[/] - SymbianOS 6 or later + [green]SymbianOS 6 or later[/] - Unknown EPOC magic 0x{0:X8} + [slateblue1]Unknown EPOC magic [teal]0x{0:X8}[/][/] - CRC16 of header: 0x{0:X4} + [bold][slateblue1]CRC16 of header:[/][/] [teal]0x{0:X4}[/] - SIS contains an application + [slateblue1]SIS contains an application[/] - Archive contains {0} languages: + [bold][slateblue1]Archive contains [teal]{0}[/] languages:[/][/] - Archive contains {0} files (pointer: {1}) + [bold][slateblue1]Archive contains [green]{0}[/] files (pointer: [teal]{1}[/])[/][/] - Archive contains {0} requisites + [slateblue1]Archive contains [teal]{0}[/] requisites[/] - Capabilities: + [bold][slateblue1]Capabilities:[/][/] - Component version: {0}.{1} + [bold][slateblue1]Component version:[/][/] [teal]{0}.{1}[/] - Component name for language with code {0}: {1} + [bold][slateblue1]Component name for language with code [rosybrown][italic]{0}[/][/]:[/][/] [green]{1}[/] - Files for all languages: + [bold][slateblue1]Files for all languages:[/][/] - Files for `{0}` language: + [bold][slateblue1]Files for [rosybrown][italic]`{0}`[/][/] language:[/][/] - Requisite #{0}: + [bold][slateblue1]Requisite [teal]#{0}[/]:[/][/] - Required {0} version {1}.{2} + [bold][slateblue1]Required [rosybrown]{0}[/] version [teal]{1}.{2}[/][/][/] - Required variant: {0} + [bold][slateblue1]Required variant:[/][/] [rosybrown]{0}[/] - Requisite for language {0}: {1} + [bold][slateblue1]Requisite for language [italic][rosybrown]{0}[/][/]:[/][/] [green]{1}[/][/] Series 60 1st Edition @@ -129,7 +129,7 @@ UID 0x{0:X8} - Archive options: {0} + [bold][slateblue1]Archive options:[/][/] [blue]{0}[/] UIQ v2.1 @@ -240,9 +240,18 @@ Nokia E61 - Option {0}: + [bold][slateblue1]Option [teal]{0}[/]:[/][/] - Name for language {0}: {1} + [bold][slateblue1]Name for language [italic][rosybrown]{0}[/][/]:[/][/] [green]{1}[/] + + + [red]This file format is not yet implemented, no more information can be decoded.[/] + + + [slateblue1]Found component name for language [italic][rosybrown]{0}[/][/] at [teal]{1}[/] with a length of [lime]{2}[/] bytes[/] + + + [bold][slateblue1]Conditions:[/][/] \ No newline at end of file diff --git a/Aaru.Archives/Symbian/Info.cs b/Aaru.Archives/Symbian/Info.cs index 63d66eadc..5f3036ca6 100644 --- a/Aaru.Archives/Symbian/Info.cs +++ b/Aaru.Archives/Symbian/Info.cs @@ -39,6 +39,7 @@ using System.Text; using Aaru.CommonTypes.Interfaces; using Aaru.Helpers; using Aaru.Logging; +using Spectre.Console; using Marshal = Aaru.Helpers.Marshal; namespace Aaru.Archives; @@ -83,35 +84,35 @@ public sealed partial class Symbian stream.EnsureRead(buffer, 0, buffer.Length); SymbianHeader sh = Marshal.ByteArrayToStructureLittleEndian(buffer); - AaruLogging.Debug(MODULE_NAME, "sh.uid1 = {0}", sh.uid1); - AaruLogging.Debug(MODULE_NAME, "sh.uid2 = {0}", sh.uid2); - AaruLogging.Debug(MODULE_NAME, "sh.uid3 = {0}", sh.uid3); - AaruLogging.Debug(MODULE_NAME, "sh.uid4 = {0}", sh.uid4); - AaruLogging.Debug(MODULE_NAME, "sh.crc16 = {0}", sh.crc16); - AaruLogging.Debug(MODULE_NAME, "sh.languages = {0}", sh.languages); - AaruLogging.Debug(MODULE_NAME, "sh.files = {0}", sh.files); - AaruLogging.Debug(MODULE_NAME, "sh.requisites = {0}", sh.requisites); - AaruLogging.Debug(MODULE_NAME, "sh.inst_lang = {0}", sh.inst_lang); - AaruLogging.Debug(MODULE_NAME, "sh.inst_files = {0}", sh.inst_files); - AaruLogging.Debug(MODULE_NAME, "sh.inst_drive = {0}", sh.inst_drive); - AaruLogging.Debug(MODULE_NAME, "sh.capabilities = {0}", sh.capabilities); - AaruLogging.Debug(MODULE_NAME, "sh.inst_version = {0}", sh.inst_version); - AaruLogging.Debug(MODULE_NAME, "sh.options = {0}", sh.options); - AaruLogging.Debug(MODULE_NAME, "sh.type = {0}", sh.type); - AaruLogging.Debug(MODULE_NAME, "sh.major = {0}", sh.major); - AaruLogging.Debug(MODULE_NAME, "sh.minor = {0}", sh.minor); - AaruLogging.Debug(MODULE_NAME, "sh.variant = {0}", sh.variant); - AaruLogging.Debug(MODULE_NAME, "sh.lang_ptr = {0}", sh.lang_ptr); - AaruLogging.Debug(MODULE_NAME, "sh.files_ptr = {0}", sh.files_ptr); - AaruLogging.Debug(MODULE_NAME, "sh.reqs_ptr = {0}", sh.reqs_ptr); - AaruLogging.Debug(MODULE_NAME, "sh.certs_ptr = {0}", sh.certs_ptr); - AaruLogging.Debug(MODULE_NAME, "sh.comp_ptr = {0}", sh.comp_ptr); - AaruLogging.Debug(MODULE_NAME, "sh.sig_ptr = {0}", sh.sig_ptr); - AaruLogging.Debug(MODULE_NAME, "sh.caps_ptr = {0}", sh.caps_ptr); - AaruLogging.Debug(MODULE_NAME, "sh.instspace = {0}", sh.instspace); - AaruLogging.Debug(MODULE_NAME, "sh.maxinsspc = {0}", sh.maxinsspc); - AaruLogging.Debug(MODULE_NAME, "sh.reserved1 = {0}", sh.reserved1); - AaruLogging.Debug(MODULE_NAME, "sh.reserved2 = {0}", sh.reserved2); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.uid1[/] = [teal]{0}[/]", sh.uid1); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.uid2[/] = [teal]{0}[/]", sh.uid2); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.uid3[/] = [teal]{0}[/]", sh.uid3); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.uid4[/] = [teal]{0}[/]", sh.uid4); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.crc16[/] = [teal]{0}[/]", sh.crc16); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.languages[/] = [teal]{0}[/]", sh.languages); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.files[/] = [teal]{0}[/]", sh.files); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.requisites[/] = [teal]{0}[/]", sh.requisites); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.inst_lang[/] = [teal]{0}[/]", sh.inst_lang); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.inst_files[/] = [teal]{0}[/]", sh.inst_files); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.inst_drive[/] = [teal]{0}[/]", sh.inst_drive); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.capabilities[/] = [teal]{0}[/]", sh.capabilities); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.inst_version[/] = [teal]{0}[/]", sh.inst_version); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.options[/] = [teal]{0}[/]", sh.options); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.type[/] = [teal]{0}[/]", sh.type); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.major[/] = [teal]{0}[/]", sh.major); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.minor[/] = [teal]{0}[/]", sh.minor); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.variant[/] = [teal]{0}[/]", sh.variant); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.lang_ptr[/] = [teal]{0}[/]", sh.lang_ptr); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.files_ptr[/] = [teal]{0}[/]", sh.files_ptr); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.reqs_ptr[/] = [teal]{0}[/]", sh.reqs_ptr); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.certs_ptr[/] = [teal]{0}[/]", sh.certs_ptr); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.comp_ptr[/] = [teal]{0}[/]", sh.comp_ptr); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.sig_ptr[/] = [teal]{0}[/]", sh.sig_ptr); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.caps_ptr[/] = [teal]{0}[/]", sh.caps_ptr); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.instspace[/] = [teal]{0}[/]", sh.instspace); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.maxinsspc[/] = [teal]{0}[/]", sh.maxinsspc); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.reserved1[/] = [teal]{0}[/]", sh.reserved1); + AaruLogging.Debug(MODULE_NAME, "[navy]sh.reserved2[/] = [teal]{0}[/]", sh.reserved2); _release6 = false; @@ -123,7 +124,7 @@ public sealed partial class Symbian _release6 = true; description.AppendLine(); - description.AppendLine("This file format is not yet implemented, no more information can be decoded."); + description.AppendLine(Localization.This_file_format_is_not_yet_implemented); information = description.ToString(); @@ -188,10 +189,10 @@ public sealed partial class Symbian for(int i = 0; i < sh.languages; i++) { AaruLogging.Debug(MODULE_NAME, - "Found component name for language {0} at {1} with a length of {2} bytes", - languages[i], - componentRecord.namesPointers[i], - componentRecord.namesLengths[i]); + Localization.Found_component_name_for_language_0_at_1_with_a_length_of_2_bytes, + languages[i], + componentRecord.namesPointers[i], + componentRecord.namesLengths[i]); br.BaseStream.Seek(componentRecord.namesPointers[i], SeekOrigin.Begin); buffer = br.ReadBytes((int)componentRecord.namesLengths[i]); @@ -230,7 +231,7 @@ public sealed partial class Symbian for(int i = 0; i < languages.Count; i++) { if(i > 0) description.Append(", "); - description.Append($"{languages[i]}"); + description.Append($"[italic][rosybrown]{languages[i]}[/][/]"); } description.AppendLine(); @@ -240,7 +241,7 @@ public sealed partial class Symbian { description.AppendFormat(Localization.Component_name_for_language_with_code_0_1, languages[i], - componentRecord.names[i]) + Markup.Escape(componentRecord.names[i])) .AppendLine(); } @@ -276,7 +277,7 @@ public sealed partial class Symbian description.AppendFormat(Localization.Requisite_0, r).AppendLine(); description.AppendFormat("\t" + Localization.Required_UID_0_version_1_2, - DecodePlatformUid(requisiteRecord.uid), + Markup.Escape(DecodePlatformUid(requisiteRecord.uid)), requisiteRecord.majorVersion, requisiteRecord.minorVersion) .AppendLine(); @@ -292,7 +293,7 @@ public sealed partial class Symbian description.AppendFormat("\t" + Localization.Requisite_for_language_0_1, languages[i], - _encoding.GetString(buffer)) + Markup.Escape(_encoding.GetString(buffer))) .AppendLine(); } @@ -342,7 +343,7 @@ public sealed partial class Symbian description.AppendLine(Localization.Files_for_all_languages); foreach(DecodedFileRecord file in _files.Where(t => t.language is null)) - description.AppendLine($"{file.destinationName}"); + description.AppendLine($"[green]{Markup.Escape(file.destinationName)}[/]"); description.AppendLine(); } @@ -354,7 +355,7 @@ public sealed partial class Symbian description.AppendFormat(Localization.Files_for_0_language, lang).AppendLine(); foreach(DecodedFileRecord file in _files.Where(t => t.language == lang)) - description.AppendLine($"{file.destinationName}"); + description.AppendLine($"[green]{Markup.Escape(file.destinationName)}[/]"); description.AppendLine(); } @@ -369,7 +370,9 @@ public sealed partial class Symbian foreach(KeyValuePair kvp in option.names) { - description.AppendFormat("\t" + Localization.Name_for_language_0_1, kvp.Key, kvp.Value) + description.AppendFormat("\t" + Localization.Name_for_language_0_1, + kvp.Key, + Markup.Escape(kvp.Value)) .AppendLine(); } } @@ -379,8 +382,8 @@ public sealed partial class Symbian if(_conditions.Count > 0) { - description.AppendLine("Conditions:"); - foreach(string condition in _conditions) description.AppendLine(condition); + description.AppendLine(Localization.Conditions); + foreach(string condition in _conditions) description.AppendLine(Markup.Escape($"[green]{condition}[/]")); } information = description.ToString();