//------------------------------------------------------------------------------ // // 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 ASC.People.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", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class PeopleResource { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal PeopleResource() { } /// /// 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("ASC.People.Resources.PeopleResource", typeof(PeopleResource).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 The uploaded file could not be found. /// internal static string ErrorEmptyUploadFileSelected { get { return ResourceManager.GetString("ErrorEmptyUploadFileSelected", resourceCulture); } } /// /// Looks up a localized string similar to Image size is too large. /// internal static string ErrorImageSizetLimit { get { return ResourceManager.GetString("ErrorImageSizetLimit", resourceCulture); } } /// /// Looks up a localized string similar to Image file size is too large. /// internal static string ErrorImageWeightLimit { get { return ResourceManager.GetString("ErrorImageWeightLimit", resourceCulture); } } /// /// Looks up a localized string similar to Unknown image file type. /// internal static string ErrorUnknownFileImageType { get { return ResourceManager.GetString("ErrorUnknownFileImageType", resourceCulture); } } /// /// Looks up a localized string similar to Do the same as a user|Create profiles and groups|Import profiles|Invite users. /// internal static string ProductAdminOpportunities { get { return ResourceManager.GetString("ProductAdminOpportunities", resourceCulture); } } /// /// Looks up a localized string similar to Add new users, invite or import them. Manage users and view their detailed information.. /// internal static string ProductDescription { get { return ResourceManager.GetString("ProductDescription", resourceCulture); } } /// /// Looks up a localized string similar to People. /// internal static string ProductName { get { return ResourceManager.GetString("ProductName", resourceCulture); } } /// /// Looks up a localized string similar to View profiles and groups. /// internal static string ProductUserOpportunities { get { return ResourceManager.GetString("ProductUserOpportunities", resourceCulture); } } } }