194 lines
6.4 KiB
C#
194 lines
6.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.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 SendMail {
|
|
|
|
private static System.Resources.ResourceManager resourceMan;
|
|
|
|
private static System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal SendMail() {
|
|
}
|
|
|
|
[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.SendMail", typeof(SendMail).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 OptionSenderShort {
|
|
get {
|
|
return ResourceManager.GetString("OptionSenderShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Displayname {
|
|
get {
|
|
return ResourceManager.GetString("Displayname", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionSendallShort {
|
|
get {
|
|
return ResourceManager.GetString("OptionSendallShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionSenderLong {
|
|
get {
|
|
return ResourceManager.GetString("OptionSenderLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string SendMailFailedError {
|
|
get {
|
|
return ResourceManager.GetString("SendMailFailedError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string SendMailSuccess {
|
|
get {
|
|
return ResourceManager.GetString("SendMailSuccess", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionUsernameShort {
|
|
get {
|
|
return ResourceManager.GetString("OptionUsernameShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionPasswordLong {
|
|
get {
|
|
return ResourceManager.GetString("OptionPasswordLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionSendlevelShort {
|
|
get {
|
|
return ResourceManager.GetString("OptionSendlevelShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionUsernameLong {
|
|
get {
|
|
return ResourceManager.GetString("OptionUsernameLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string SendMailFailedRetryError {
|
|
get {
|
|
return ResourceManager.GetString("SendMailFailedRetryError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionRecipientLong {
|
|
get {
|
|
return ResourceManager.GetString("OptionRecipientLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionServerShort {
|
|
get {
|
|
return ResourceManager.GetString("OptionServerShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionSendallLong {
|
|
get {
|
|
return ResourceManager.GetString("OptionSendallLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionSubjectShort {
|
|
get {
|
|
return ResourceManager.GetString("OptionSubjectShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionBodyLong {
|
|
get {
|
|
return ResourceManager.GetString("OptionBodyLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionSubjectLong {
|
|
get {
|
|
return ResourceManager.GetString("OptionSubjectLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Description {
|
|
get {
|
|
return ResourceManager.GetString("Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionRecipientShort {
|
|
get {
|
|
return ResourceManager.GetString("OptionRecipientShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string FailedToLookupMXServer {
|
|
get {
|
|
return ResourceManager.GetString("FailedToLookupMXServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionBodyShort {
|
|
get {
|
|
return ResourceManager.GetString("OptionBodyShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionServerLong {
|
|
get {
|
|
return ResourceManager.GetString("OptionServerLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionPasswordShort {
|
|
get {
|
|
return ResourceManager.GetString("OptionPasswordShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OptionSendlevelLong {
|
|
get {
|
|
return ResourceManager.GetString("OptionSendlevelLong", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|