//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.17929
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Taloyhtio.GeneralApi.Resources.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()]
public class TaloyhtioIntegration {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal TaloyhtioIntegration() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager
{
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Taloyhtio.GeneralApi.Resources.Resources.TaloyhtioIntegration", typeof(TaloyhtioIntegration).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)]
public static global::System.Globalization.CultureInfo Culture
{
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to Starting page for Taloyhtio Master database administration.
///
public static string Action_MasterDatabaseStart_Description
{
get {
return ResourceManager.GetString("Action_MasterDatabaseStart_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Master database.
///
public static string Action_MasterDatabaseStart_Title
{
get {
return ResourceManager.GetString("Action_MasterDatabaseStart_Title", resourceCulture);
}
}
///
/// Looks up a localized string similar to Relates Condo site with Condo information from Master Database.
///
public static string Action_RelateCondo_Description
{
get {
return ResourceManager.GetString("Action_RelateCondo_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Taloyhtio condo relation.
///
public static string Action_RelateCondo_Title
{
get {
return ResourceManager.GetString("Action_RelateCondo_Title", resourceCulture);
}
}
///
/// Looks up a localized string similar to Administration of Master database.
///
public static string Menu_MDB_Decription
{
get {
return ResourceManager.GetString("Menu_MDB_Decription", resourceCulture);
}
}
///
/// Looks up a localized string similar to Taloyhtio Master database.
///
public static string Menu_MDB_Title
{
get {
return ResourceManager.GetString("Menu_MDB_Title", resourceCulture);
}
}
///
/// Looks up a localized string similar to Current PMC business id ('{0}') does not match to specified condo ('{1}').
///
public static string SecurityIncorrectBusinessIdPMC
{
get {
return ResourceManager.GetString("SecurityIncorrectBusinessIdPMC", resourceCulture);
}
}
///
/// Looks up a localized string similar to Not authenticated.
///
public static string SecurityNotAuthenticated
{
get {
return ResourceManager.GetString("SecurityNotAuthenticated", resourceCulture);
}
}
///
/// Looks up a localized string similar to Not authorized.
///
public static string SecurityNotAuthorized
{
get {
return ResourceManager.GetString("SecurityNotAuthorized", resourceCulture);
}
}
///
/// Looks up a localized string similar to FirstName LastName CondoName [Another Board member already exists with the same first name, last name and Condo name].
///
public static string Validation_BoardMember_Unique
{
get {
return ResourceManager.GetString("Validation_BoardMember_Unique", resourceCulture);
}
}
///
/// Looks up a localized string similar to BusinessId[another Condo already exists with the same business id].
///
public static string Validation_Condo_BusinessIdUnique
{
get {
return ResourceManager.GetString("Validation_Condo_BusinessIdUnique", resourceCulture);
}
}
///
/// Looks up a localized string similar to OfficialName[another Condo already exists with the same official name].
///
public static string Validation_Condo_OfficialNameUnique
{
get {
return ResourceManager.GetString("Validation_Condo_OfficialNameUnique", resourceCulture);
}
}
///
/// Looks up a localized string similar to WebId[specified web site already related with another Condo].
///
public static string Validation_Condo_WebIdUnique
{
get {
return ResourceManager.GetString("Validation_Condo_WebIdUnique", resourceCulture);
}
}
///
/// Looks up a localized string similar to Board members.
///
public static string WebPart_BoardMembers_Title
{
get {
return ResourceManager.GetString("WebPart_BoardMembers_Title", resourceCulture);
}
}
///
/// Looks up a localized string similar to Condo information.
///
public static string WebPart_CondoInfo_Title
{
get {
return ResourceManager.GetString("WebPart_CondoInfo_Title", resourceCulture);
}
}
}
}