Status: Fixed Updated order username/password text in googledocs. Updated string in FTP backend.
164 lines
5.8 KiB
C#
164 lines
5.8 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 FTPBackend {
|
|
|
|
private static System.Resources.ResourceManager resourceMan;
|
|
|
|
private static System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal FTPBackend() {
|
|
}
|
|
|
|
[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.FTPBackend", typeof(FTPBackend).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 DescriptionIntegratedAuthenticationLong {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionIntegratedAuthenticationLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DescriptionAuthPasswordShort {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionAuthPasswordShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DescriptionFTPActiveLong {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionFTPActiveLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DescriptionAuthUsernameShort {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionAuthUsernameShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DescriptionDisableUploadVerifyLong {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionDisableUploadVerifyLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DescriptionIntegratedAuthenticationShort {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionIntegratedAuthenticationShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DescriptionFTPPassiveShort {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionFTPPassiveShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DescriptionDisableUploadVerifyShort {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionDisableUploadVerifyShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string MissingFolderError {
|
|
get {
|
|
return ResourceManager.GetString("MissingFolderError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DescriptionAuthPasswordLong {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionAuthPasswordLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ListVerifySizeFailure {
|
|
get {
|
|
return ResourceManager.GetString("ListVerifySizeFailure", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DescriptionFTPPassiveLong {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionFTPPassiveLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DescriptionUseSSLLong {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionUseSSLLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Description {
|
|
get {
|
|
return ResourceManager.GetString("Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DescriptionFTPActiveShort {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionFTPActiveShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DescriptionAuthUsernameLong {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionAuthUsernameLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DisplayName {
|
|
get {
|
|
return ResourceManager.GetString("DisplayName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DescriptionUseSSLShort {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionUseSSLShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ListVerifyFailure {
|
|
get {
|
|
return ResourceManager.GetString("ListVerifyFailure", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|