//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace ChannelCodes.Resources { 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", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class StringResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal StringResources() { } /// /// 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("ChannelCodes.Resources.StringResources", typeof(StringResources).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 All. /// internal static string All { get { return ResourceManager.GetString("All", resourceCulture); } } /// /// Looks up a localized string similar to Channel code. /// internal static string ChannelCode { get { return ResourceManager.GetString("ChannelCode", resourceCulture); } } /// /// Looks up a localized string similar to Type. /// internal static string ChannelType { get { return ResourceManager.GetString("ChannelType", resourceCulture); } } /// /// Looks up a localized string similar to Display name. /// internal static string DisplayName { get { return ResourceManager.GetString("DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Error: ISO channel {0} is duplicated. /// internal static string DuplicateISOChannelCode { get { return ResourceManager.GetString("DuplicateISOChannelCode", resourceCulture); } } /// /// Looks up a localized string similar to Error: {0} does not have a unique ISO channel name. /// internal static string DuplicateISOChannelName { get { return ResourceManager.GetString("DuplicateISOChannelName", resourceCulture); } } /// /// Looks up a localized string similar to Error: {0} does not have a unique ISO code. /// internal static string DuplicateISOCode { get { return ResourceManager.GetString("DuplicateISOCode", resourceCulture); } } /// /// Looks up a localized string similar to Error: User channel {0} is duplicated. /// internal static string DuplicateUserChannelCode { get { return ResourceManager.GetString("DuplicateUserChannelCode", resourceCulture); } } /// /// Looks up a localized string similar to Error: {0} does not have a unique user channel name. /// internal static string DuplicateUserChannelName { get { return ResourceManager.GetString("DuplicateUserChannelName", resourceCulture); } } /// /// Looks up a localized string similar to Warning: {0} does not have a unique user code. /// internal static string DuplicateUserCode { get { return ResourceManager.GetString("DuplicateUserCode", resourceCulture); } } /// /// Looks up a localized string similar to Invalid pasted channel code, line: {0}. /// internal static string InvalidLine { get { return ResourceManager.GetString("InvalidLine", resourceCulture); } } /// /// Looks up a localized string similar to ISO 13499. /// internal static string ISO { get { return ResourceManager.GetString("ISO", resourceCulture); } } /// /// Looks up a localized string similar to ISO 13499 channel name. /// internal static string ISOChannelName { get { return ResourceManager.GetString("ISOChannelName", resourceCulture); } } /// /// Looks up a localized string similar to ISO 13499 code. /// internal static string ISOCode { get { return ResourceManager.GetString("ISOCode", resourceCulture); } } /// /// Looks up a localized string similar to Warning: {0} has an ISO code that is not unique. /// internal static string ISOConflict { get { return ResourceManager.GetString("ISOConflict", resourceCulture); } } /// /// Looks up a localized string similar to Error: {0} missing ISO channel name. /// internal static string MissingISOChannelName { get { return ResourceManager.GetString("MissingISOChannelName", resourceCulture); } } /// /// Looks up a localized string similar to Error: {0} is missing an ISO code. /// internal static string MissingISOCode { get { return ResourceManager.GetString("MissingISOCode", resourceCulture); } } /// /// Looks up a localized string similar to Error: {0} is missing a user channel name. /// internal static string MissingUserChannelName { get { return ResourceManager.GetString("MissingUserChannelName", resourceCulture); } } /// /// Looks up a localized string similar to Error: {0} is missing a user code. /// internal static string MissingUserCode { get { return ResourceManager.GetString("MissingUserCode", resourceCulture); } } /// /// Looks up a localized string similar to Remove. /// internal static string Remove { get { return ResourceManager.GetString("Remove", resourceCulture); } } /// /// Looks up a localized string similar to User. /// internal static string User { get { return ResourceManager.GetString("User", resourceCulture); } } /// /// Looks up a localized string similar to User channel name. /// internal static string UserChannelName { get { return ResourceManager.GetString("UserChannelName", resourceCulture); } } /// /// Looks up a localized string similar to User code. /// internal static string UserCode { get { return ResourceManager.GetString("UserCode", resourceCulture); } } /// /// Looks up a localized string similar to There are multiple entries with the same user code and channel name. /// internal static string UserConflict { get { return ResourceManager.GetString("UserConflict", resourceCulture); } } } }