Files
duplicati/Duplicati/Library/Modules/Builtin/Strings/ConsolePasswordInput.Designer.cs
T
Kenneth Skovhede a9045d8a23 Update issue #891
Status: Fixed

Changed the prompts to:
"Enter encryption passphrase" and "Confirm encryption passphrase".
2013-11-07 09:55:34 +01:00

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);
}
}
}
}