//------------------------------------------------------------------------------ // // 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.Web.Core.PublicResources { 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", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class MonitoringResource { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal MonitoringResource() { } /// /// 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.Web.Core.PublicResources.MonitoringResource", typeof(MonitoringResource).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 Clear the cache. /// internal static string CacheClearBtnText { get { return ResourceManager.GetString("CacheClearBtnText", resourceCulture); } } /// /// Looks up a localized string similar to All the scripts used for the portal correct work are cached for ONLYOFFICE™ maximum performance. Sometimes (usually after a major update or when some incorrectness is observed in portal behavior) you need to clear the cache. Use the <b>Clear the Cache</b> button to flush the scripts from the server and reload them back again. No portal data will be lost during the operation.. /// internal static string CacheHelpText { get { return ResourceManager.GetString("CacheHelpText", resourceCulture); } } /// /// Looks up a localized string similar to Use this option if you observe some incorrectness in portal behavior. /// internal static string CacheText { get { return ResourceManager.GetString("CacheText", resourceCulture); } } /// /// Looks up a localized string similar to Cache. /// internal static string CacheTitle { get { return ResourceManager.GetString("CacheTitle", resourceCulture); } } /// /// Looks up a localized string similar to Check our {0}FAQ page{1} if you have any questions or contact us at {2}support@onlyoffice.com{3}. /// internal static string ContactUsText { get { return ResourceManager.GetString("ContactUsText", resourceCulture); } } /// /// Looks up a localized string similar to If you have any questions contact us at {0}support.onlyoffice.com{1}. /// internal static string ContactUsText2 { get { return ResourceManager.GetString("ContactUsText2", resourceCulture); } } /// /// Looks up a localized string similar to Contact Us. /// internal static string ContactUsTitle { get { return ResourceManager.GetString("ContactUsTitle", resourceCulture); } } /// /// Looks up a localized string similar to Period. /// internal static string LogsDateInterval { get { return ResourceManager.GetString("LogsDateInterval", resourceCulture); } } /// /// Looks up a localized string similar to The <b>Logs</b> section allows you to download all the portal logs for a selected period of time archived to a .zip file. Select the period start and end time and click the <b>Download</b> button to get the logs.. /// internal static string LogsHelpText { get { return ResourceManager.GetString("LogsHelpText", resourceCulture); } } /// /// Looks up a localized string similar to Download all the logs. /// internal static string LogsText { get { return ResourceManager.GetString("LogsText", resourceCulture); } } /// /// Looks up a localized string similar to Logs. /// internal static string LogsTitle { get { return ResourceManager.GetString("LogsTitle", resourceCulture); } } /// /// Looks up a localized string similar to The <b>Ports</b> section contains the list of all ports necessary for ONLYOFFICE™ portal correct work and their status (open or closed). For your ONLYOFFICE™ server to operate properly these ports must have the <b>Open</b> status. Please note, that some ports require only either incoming or outgoing connections to be allowed, while other will need both connection types.. /// internal static string PortsHelpText { get { return ResourceManager.GetString("PortsHelpText", resourceCulture); } } /// /// Looks up a localized string similar to Open. /// internal static string PortStatusOpen { get { return ResourceManager.GetString("PortStatusOpen", resourceCulture); } } /// /// Looks up a localized string similar to All following ports must be open. /// internal static string PortsText { get { return ResourceManager.GetString("PortsText", resourceCulture); } } /// /// Looks up a localized string similar to Ports. /// internal static string PortsTitle { get { return ResourceManager.GetString("PortsTitle", resourceCulture); } } /// /// Looks up a localized string similar to The <b>Services</b> section displays the list of all available ONLYOFFICE™ services and their status (running or stopped). You can restart the running services or start the stopped ones using the appropriate action button to the right of the service status.. /// internal static string ServicesHelpText { get { return ResourceManager.GetString("ServicesHelpText", resourceCulture); } } /// /// Looks up a localized string similar to ONLYOFFICE™ services and their current status. /// internal static string ServicesText { get { return ResourceManager.GetString("ServicesText", resourceCulture); } } /// /// Looks up a localized string similar to Services. /// internal static string ServicesTitle { get { return ResourceManager.GetString("ServicesTitle", resourceCulture); } } } }