Files
duplicati/Duplicati/Library/Backend/SSHv2/Strings/KeyGenerator.Designer.cs
T

98 lines
3.4 KiB
C#

// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 4.0.30319.17020
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
namespace Duplicati.Library.Backend.Strings {
using System;
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class KeyGenerator {
private static System.Resources.ResourceManager resourceMan;
private static System.Globalization.CultureInfo resourceCulture;
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal KeyGenerator() {
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Resources.ResourceManager ResourceManager {
get {
if (object.Equals(null, resourceMan)) {
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Duplicati.Library.Backend.Strings.KeyGenerator", typeof(KeyGenerator).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
internal static string KeyLenShort {
get {
return ResourceManager.GetString("KeyLenShort", resourceCulture);
}
}
internal static string KeyTypeShort {
get {
return ResourceManager.GetString("KeyTypeShort", resourceCulture);
}
}
internal static string Description {
get {
return ResourceManager.GetString("Description", resourceCulture);
}
}
internal static string DisplayName {
get {
return ResourceManager.GetString("DisplayName", resourceCulture);
}
}
internal static string KeyTypeLong {
get {
return ResourceManager.GetString("KeyTypeLong", resourceCulture);
}
}
internal static string KeyUsernameShort {
get {
return ResourceManager.GetString("KeyUsernameShort", resourceCulture);
}
}
internal static string KeyLenLong {
get {
return ResourceManager.GetString("KeyLenLong", resourceCulture);
}
}
internal static string KeyUsernameLong {
get {
return ResourceManager.GetString("KeyUsernameLong", resourceCulture);
}
}
}
}