//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ 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()] internal class Localization { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::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 { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::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 { get { return resourceCulture; } set { resourceCulture = value; } } /// /// 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 Capabilities:. /// internal static string Capabilities { get { return ResourceManager.GetString("Capabilities", resourceCulture); } } /// /// Looks up a localized string similar to Component: {0} v{1}.{2}. /// internal static string Component_0_v1_2 { get { return ResourceManager.GetString("Component_0_v1_2", 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 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 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 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 Unknown_EPOC_magic_0 { get { return ResourceManager.GetString("Unknown_EPOC_magic_0", resourceCulture); } } } }