//------------------------------------------------------------------------------ // // 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 EventViewer.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", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Strings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Strings() { } /// /// 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("EventViewer.Resources.Strings", typeof(Strings).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 events. /// internal static string All_events { get { return ResourceManager.GetString("All_events", resourceCulture); } } /// /// Looks up a localized string similar to Bench. /// internal static string Bench { get { return ResourceManager.GetString("Bench", resourceCulture); } } /// /// Looks up a localized string similar to Cancel. /// internal static string Cancel { get { return ResourceManager.GetString("Cancel", resourceCulture); } } /// /// Looks up a localized string similar to Cannot connect to the database. /// internal static string Cannot_connect_to_the_database { get { return ResourceManager.GetString("Cannot_connect_to_the_database", resourceCulture); } } /// /// Looks up a localized string similar to Class. /// internal static string Class { get { return ResourceManager.GetString("Class", resourceCulture); } } /// /// Looks up a localized string similar to Close. /// internal static string Close { get { return ResourceManager.GetString("Close", resourceCulture); } } /// /// Looks up a localized string similar to Confirm read. /// internal static string Confirm_read { get { return ResourceManager.GetString("Confirm_read", resourceCulture); } } /// /// Looks up a localized string similar to Date/time. /// internal static string Date_time { get { return ResourceManager.GetString("Date_time", resourceCulture); } } /// /// Looks up a localized string similar to Error. /// internal static string Error { get { return ResourceManager.GetString("Error", resourceCulture); } } /// /// Looks up a localized string similar to Event details. /// internal static string Event_details { get { return ResourceManager.GetString("Event_details", resourceCulture); } } /// /// Looks up a localized string similar to Event selection. /// internal static string Event_selection { get { return ResourceManager.GetString("Event_selection", resourceCulture); } } /// /// Looks up a localized string similar to Event viewer. /// internal static string Event_viewer { get { return ResourceManager.GetString("Event_viewer", resourceCulture); } } /// /// Looks up a localized string similar to Events database. /// internal static string Events_database { get { return ResourceManager.GetString("Events_database", resourceCulture); } } /// /// Looks up a localized string similar to Language. /// internal static string Language { get { return ResourceManager.GetString("Language", resourceCulture); } } /// /// Looks up a localized string similar to Message. /// internal static string Message { get { return ResourceManager.GetString("Message", resourceCulture); } } /// /// Looks up a localized string similar to More information. /// internal static string More_information { get { return ResourceManager.GetString("More_information", resourceCulture); } } /// /// Looks up a localized string similar to No program settings found.. /// internal static string No_program_settings_found { get { return ResourceManager.GetString("No_program_settings_found", resourceCulture); } } /// /// Looks up a localized string similar to Non anonymous access (required for confirmation of events). /// internal static string Non_anonymous_access { get { return ResourceManager.GetString("Non_anonymous_access", resourceCulture); } } /// /// Looks up a localized string similar to OK. /// internal static string OK { get { return ResourceManager.GetString("OK", resourceCulture); } } /// /// Looks up a localized string similar to Recent events. /// internal static string Recent_events { get { return ResourceManager.GetString("Recent_events", resourceCulture); } } /// /// Looks up a localized string similar to Recent time period in days. /// internal static string Recent_time_period_in_days { get { return ResourceManager.GetString("Recent_time_period_in_days", resourceCulture); } } /// /// Looks up a localized string similar to Selected language is not supported.. /// internal static string Selected_language_is_not_supported { get { return ResourceManager.GetString("Selected_language_is_not_supported", resourceCulture); } } /// /// Looks up a localized string similar to Settings. /// internal static string Settings { get { return ResourceManager.GetString("Settings", resourceCulture); } } /// /// Looks up a localized string similar to Severity. /// internal static string Severity { get { return ResourceManager.GetString("Severity", resourceCulture); } } /// /// Looks up a localized string similar to Source. /// internal static string Source { get { return ResourceManager.GetString("Source", resourceCulture); } } /// /// Looks up a localized string similar to Unconfirmed events. /// internal static string Unread_events { get { return ResourceManager.GetString("Unread_events", resourceCulture); } } /// /// Looks up a localized string similar to User login. /// internal static string User_login { get { return ResourceManager.GetString("User_login", resourceCulture); } } /// /// Looks up a localized string similar to User name. /// internal static string User_name { get { return ResourceManager.GetString("User_name", resourceCulture); } } /// /// Looks up a localized string similar to Users database. /// internal static string Users_database { get { return ResourceManager.GetString("Users_database", resourceCulture); } } /// /// Looks up a localized string similar to Using default settings.. /// internal static string Using_default_settings { get { return ResourceManager.GetString("Using_default_settings", resourceCulture); } } /// /// Looks up a localized string similar to Using English.. /// internal static string Using_English { get { return ResourceManager.GetString("Using_English", resourceCulture); } } /// /// Looks up a localized string similar to Warning. /// internal static string Warning { get { return ResourceManager.GetString("Warning", resourceCulture); } } } }