DocSpace-client/products/ASC.CRM/Server/Resources/CRMSocialMediaResource.Designer.cs

217 lines
8.4 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ASC.CRM.Resources {
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", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class CRMSocialMediaResource {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal CRMSocialMediaResource() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[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("ASC.CRM.Resources.CRMSocialMediaResource", typeof(CRMSocialMediaResource).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)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Return.
/// </summary>
public static string Back {
get {
return ResourceManager.GetString("Back", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Be aware of what your clients think about your produce and brand in the social network. Simply link the twitter account with the contact and follow the tweet news feed right on your portal..
/// </summary>
public static string EmptyContentTwitterAccountsDescribe {
get {
return ResourceManager.GetString("EmptyContentTwitterAccountsDescribe", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No linked Twitter accounts.
/// </summary>
public static string EmptyContentTwitterAccountsHeader {
get {
return ResourceManager.GetString("EmptyContentTwitterAccountsHeader", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Internal error.
/// </summary>
public static string ErrorInternalServer {
get {
return ResourceManager.GetString("ErrorInternalServer", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Twitter account could not be found.
/// </summary>
public static string ErrorTwitterAccountNotFound {
get {
return ResourceManager.GetString("ErrorTwitterAccountNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Could not connect to Twitter.
/// </summary>
public static string ErrorTwitterConnectionFailure {
get {
return ResourceManager.GetString("ErrorTwitterConnectionFailure", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Twitter is overloaded.
/// </summary>
public static string ErrorTwitterIsDown {
get {
return ResourceManager.GetString("ErrorTwitterIsDown", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Maximal allowed number of requests to Twitter is exceeded. Try again later..
/// </summary>
public static string ErrorTwitterRateLimit {
get {
return ResourceManager.GetString("ErrorTwitterRateLimit", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The application has no Twitter access. Please reconnect the Twitter account..
/// </summary>
public static string ErrorTwitterUnauthorized {
get {
return ResourceManager.GetString("ErrorTwitterUnauthorized", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unknown Twitter account.
/// </summary>
public static string ErrorUnknownTwitterAccount {
get {
return ResourceManager.GetString("ErrorUnknownTwitterAccount", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The information is taken from the following source.
/// </summary>
public static string InformationProvidedBy {
get {
return ResourceManager.GetString("InformationProvidedBy", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Link Twitter account.
/// </summary>
public static string LinkTwitterAccount {
get {
return ResourceManager.GetString("LinkTwitterAccount", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No accounts could be found.
/// </summary>
public static string NoAccountsHasBeenFound {
get {
return ResourceManager.GetString("NoAccountsHasBeenFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No companies could be found.
/// </summary>
public static string NoCompaniesHasBeenFound {
get {
return ResourceManager.GetString("NoCompaniesHasBeenFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Please wait....
/// </summary>
public static string PleaseWait {
get {
return ResourceManager.GetString("PleaseWait", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enter a text to search.
/// </summary>
public static string SearchText {
get {
return ResourceManager.GetString("SearchText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Twitter account is not connected.
/// </summary>
public static string SocialMediaAccountNotFoundTwitter {
get {
return ResourceManager.GetString("SocialMediaAccountNotFoundTwitter", resourceCulture);
}
}
}
}