//------------------------------------------------------------------------------
//
// 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 Flee.Resources {
using System;
using System.Reflection;
///
/// 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 GeneralErrors {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal GeneralErrors() {
}
///
/// 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("Flee.Resources.GeneralErrors", typeof(GeneralErrors).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 Cannot determine type of new variable.
///
internal static string CannotDetermineNewVariableType {
get {
return ResourceManager.GetString("CannotDetermineNewVariableType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Could not find a public and static method '{0}' on type '{1}'.
///
internal static string CouldNotFindPublicStaticMethodOnType {
get {
return ResourceManager.GetString("CouldNotFindPublicStaticMethodOnType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid namespace name.
///
internal static string InvalidNamespaceName {
get {
return ResourceManager.GetString("InvalidNamespaceName", resourceCulture);
}
}
///
/// Looks up a localized string similar to '{0}' is not a valid variable name.
///
internal static string InvalidVariableName {
get {
return ResourceManager.GetString("InvalidVariableName", resourceCulture);
}
}
///
/// Looks up a localized string similar to The type of the new owner is not assignable to the current owner type.
///
internal static string NewOwnerTypeNotAssignableToCurrentOwner {
get {
return ResourceManager.GetString("NewOwnerTypeNotAssignableToCurrentOwner", resourceCulture);
}
}
///
/// Looks up a localized string similar to Only public and static methods can be imported.
///
internal static string OnlyPublicStaticMethodsCanBeImported {
get {
return ResourceManager.GetString("OnlyPublicStaticMethodsCanBeImported", resourceCulture);
}
}
///
/// Looks up a localized string similar to Type '{0}' is not accessible to the expression.
///
internal static string TypeNotAccessibleToExpression {
get {
return ResourceManager.GetString("TypeNotAccessibleToExpression", resourceCulture);
}
}
///
/// Looks up a localized string similar to Undefined variable '{0}'.
///
internal static string UndefinedVariable {
get {
return ResourceManager.GetString("UndefinedVariable", resourceCulture);
}
}
///
/// Looks up a localized string similar to Value type of '{0}' is not assignable to required type of '{1}'.
///
internal static string VariableValueNotAssignableToType {
get {
return ResourceManager.GetString("VariableValueNotAssignableToType", resourceCulture);
}
}
///
/// Looks up a localized string similar to A variable with name '{0}' is already defined.
///
internal static string VariableWithNameAlreadyDefined {
get {
return ResourceManager.GetString("VariableWithNameAlreadyDefined", resourceCulture);
}
}
}
}