DocSpace-client/common/ASC.Data.Backup.Core/BackupResource.Designer.cs

82 lines
3.5 KiB
C#
Raw Normal View History

2021-05-17 18:27:39 +00:00
//------------------------------------------------------------------------------
// <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.Data.Backup.Core {
2021-05-17 18:27:39 +00:00
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.
2022-03-15 16:59:24 +00:00
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
2021-05-17 18:27:39 +00:00
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2023-04-28 13:24:46 +00:00
internal class BackupResource {
2021-05-17 18:27:39 +00:00
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal BackupResource() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
2023-04-28 13:24:46 +00:00
internal static global::System.Resources.ResourceManager ResourceManager {
2021-05-17 18:27:39 +00:00
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ASC.Data.Backup.Core.BackupResource", typeof(BackupResource).Assembly);
2021-05-17 18:27:39 +00:00
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)]
2023-04-28 13:24:46 +00:00
internal static global::System.Globalization.CultureInfo Culture {
2021-05-17 18:27:39 +00:00
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to The backup file is invalid. Please, use a file created in ONLYOFFICE v11.5 or later..
/// </summary>
2023-04-28 13:24:46 +00:00
internal static string BackupNotFound {
2021-05-17 18:27:39 +00:00
get {
return ResourceManager.GetString("BackupNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Set Password.
/// </summary>
2023-04-28 13:24:46 +00:00
internal static string ButtonSetPassword {
2021-05-17 18:27:39 +00:00
get {
return ResourceManager.GetString("ButtonSetPassword", resourceCulture);
}
}
}
}