//------------------------------------------------------------------------------
// <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 '{0}' was not found in the current scope '{1}'..
/// </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 '{0}' was not recognized, and the current object '{1}' does not contain any names that match the prefix '{0}'.<br />
///<br />
///Type 'help' 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 <b>cd</b> <i>path</i><br />
///<br />
///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:<br />
///<br />
///help Show this message<br />
///pwd Show current directory<br />
///cd Change current directory<br />
///cls or ctrl-L Clear the console<br />
///load Load a grammar<br />
///<a href='http://www.thai-language.com'>thai-language.com</a><br />
///<br />
///end of help..
/// </summary>
internal static string ihelpmsg_help {
get {
return ResourceManager.GetString("ihelpmsg_help", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <b>load</b> <i>filename</i> [<i>short-name</i>]<br />
///<br />
///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 <b>pwd</b><br />
///<br />
///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 '{0}'.<br />
///<br />
///Type <span style='font-variant:small-caps;'>help</span> 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 <b>version</b><br />
///<br />
///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 '{0}' is of type '{1}', 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 '{0}' 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 '{0}' 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 '<span style='color:#008000;'>{0}</span>' was not found..
/// </summary>
internal static string msg_path_not_found {
get {
return ResourceManager.GetString("msg_path_not_found", resourceCulture);
}
}
}
}