//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.1
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace agree.Properties {
    using System;
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // 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 Resources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal Resources() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [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("agree.Properties.Resources", typeof(Resources).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The object &apos;{0}&apos; was not found in the current scope &apos;{1}&apos;..
        /// </summary>
        internal static string errmsg_name_not_found {
            get {
                return ResourceManager.GetString("errmsg_name_not_found", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The command &apos;{0}&apos; was not recognized, and the current object &apos;{1}&apos; does not contain any names that match the prefix &apos;{0}&apos;.&lt;br /&gt;
        ///&lt;br /&gt;
        ///Type &apos;help&apos; for help on interactive commands..
        /// </summary>
        internal static string errmsg_unknown_cmd {
            get {
                return ResourceManager.GetString("errmsg_unknown_cmd", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The current object type cannot be saved..
        /// </summary>
        internal static string ihelpmsg_cannot_save {
            get {
                return ResourceManager.GetString("ihelpmsg_cannot_save", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The current object type cannot be unloaded..
        /// </summary>
        internal static string ihelpmsg_cannot_unload {
            get {
                return ResourceManager.GetString("ihelpmsg_cannot_unload", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;b&gt;cd&lt;/b&gt; &lt;i&gt;path&lt;/i&gt;&lt;br /&gt;
        ///&lt;br /&gt;
        ///Change the current directory..
        /// </summary>
        internal static string ihelpmsg_cd {
            get {
                return ResourceManager.GetString("ihelpmsg_cd", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Help on interactive commands:&lt;br /&gt;
        ///&lt;br /&gt;
        ///help Show this message&lt;br /&gt;
        ///pwd Show current directory&lt;br /&gt;
        ///cd Change current directory&lt;br /&gt;
        ///cls or ctrl-L Clear the console&lt;br /&gt;
        ///load Load a grammar&lt;br /&gt;
        ///&lt;a href=&apos;http://www.thai-language.com&apos;&gt;thai-language.com&lt;/a&gt;&lt;br /&gt;
        ///&lt;br /&gt;
        ///end of help..
        /// </summary>
        internal static string ihelpmsg_help {
            get {
                return ResourceManager.GetString("ihelpmsg_help", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;b&gt;load&lt;/b&gt; &lt;i&gt;filename&lt;/i&gt; [&lt;i&gt;short-name&lt;/i&gt;]&lt;br /&gt;
        ///&lt;br /&gt;
        ///Loads the specified grammar file. If a short name is specified, it can later be used to referring to the loaded grammar. If none is given, the base filename will be used as the short name..
        /// </summary>
        internal static string ihelpmsg_load {
            get {
                return ResourceManager.GetString("ihelpmsg_load", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot display information for the current object..
        /// </summary>
        internal static string ihelpmsg_no_info {
            get {
                return ResourceManager.GetString("ihelpmsg_no_info", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;b&gt;pwd&lt;/b&gt;&lt;br /&gt;
        ///&lt;br /&gt;
        ///Shows the current directory..
        /// </summary>
        internal static string ihelpmsg_pwd {
            get {
                return ResourceManager.GetString("ihelpmsg_pwd", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There is no further help available on &apos;{0}&apos;.&lt;br /&gt;
        ///&lt;br /&gt;
        ///Type &lt;span style=&apos;font-variant:small-caps;&apos;&gt;help&lt;/span&gt; for help on interactive commands..
        /// </summary>
        internal static string ihelpmsg_unknown_help_topic {
            get {
                return ResourceManager.GetString("ihelpmsg_unknown_help_topic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;b&gt;version&lt;/b&gt;&lt;br /&gt;
        ///&lt;br /&gt;
        ///Shows the current version of the grammar processing engine..
        /// </summary>
        internal static string ihelpmsg_version {
            get {
                return ResourceManager.GetString("ihelpmsg_version", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The object &apos;{0}&apos; is of type &apos;{1}&apos;, and objects of this type do not support parsing..
        /// </summary>
        internal static string msg_cannot_parse {
            get {
                return ResourceManager.GetString("msg_cannot_parse", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The command &apos;{0}&apos; requires a name argument..
        /// </summary>
        internal static string msg_need_name {
            get {
                return ResourceManager.GetString("msg_need_name", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The command &apos;{0}&apos; requires a target object argument..
        /// </summary>
        internal static string msg_need_target {
            get {
                return ResourceManager.GetString("msg_need_target", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Nothing to parse..
        /// </summary>
        internal static string msg_nothing_to_parse {
            get {
                return ResourceManager.GetString("msg_nothing_to_parse", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The directory &apos;&lt;span style=&apos;color:#008000;&apos;&gt;{0}&lt;/span&gt;&apos; was not found..
        /// </summary>
        internal static string msg_path_not_found {
            get {
                return ResourceManager.GetString("msg_path_not_found", resourceCulture);
            }
        }
    }
}