Status: Fixed Changed the prompts to: "Enter encryption passphrase" and "Confirm encryption passphrase".
86 lines
3.1 KiB
C#
86 lines
3.1 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.Modules.Builtin.Strings {
|
|
using System;
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class ConsolePasswordInput {
|
|
|
|
private static System.Resources.ResourceManager resourceMan;
|
|
|
|
private static System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal ConsolePasswordInput() {
|
|
}
|
|
|
|
[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.Modules.Builtin.Strings.ConsolePasswordInput", typeof(ConsolePasswordInput).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 ConfirmPassphrasePrompt {
|
|
get {
|
|
return ResourceManager.GetString("ConfirmPassphrasePrompt", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string EnterPassphrasePrompt {
|
|
get {
|
|
return ResourceManager.GetString("EnterPassphrasePrompt", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Description {
|
|
get {
|
|
return ResourceManager.GetString("Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string EmptyPassphraseError {
|
|
get {
|
|
return ResourceManager.GetString("EmptyPassphraseError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string PassphraseMismatchError {
|
|
get {
|
|
return ResourceManager.GetString("PassphraseMismatchError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Displayname {
|
|
get {
|
|
return ResourceManager.GetString("Displayname", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|