Files
duplicati/Duplicati/Library/Backend/File/Strings/FileBackend.Designer.cs
T

146 lines
5.1 KiB
C#
Raw Normal View History

// ------------------------------------------------------------------------------
// <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 FileBackend {
private static System.Resources.ResourceManager resourceMan;
private static System.Globalization.CultureInfo resourceCulture;
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal FileBackend() {
}
[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.FileBackend", typeof(FileBackend).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 DescriptionAuthPasswordShort {
get {
return ResourceManager.GetString("DescriptionAuthPasswordShort", resourceCulture);
}
}
internal static string DescriptionAuthUsernameShort {
get {
return ResourceManager.GetString("DescriptionAuthUsernameShort", resourceCulture);
}
}
internal static string ForceReauthLong {
get {
return ResourceManager.GetString("ForceReauthLong", resourceCulture);
}
}
internal static string DescriptionAuthUsernameLong {
get {
return ResourceManager.GetString("DescriptionAuthUsernameLong", resourceCulture);
}
}
internal static string NoDestinationWithMarkerFileError {
get {
return ResourceManager.GetString("NoDestinationWithMarkerFileError", resourceCulture);
}
}
internal static string DescriptionAuthPasswordLong {
get {
return ResourceManager.GetString("DescriptionAuthPasswordLong", resourceCulture);
}
}
internal static string ForceReauthShort {
get {
return ResourceManager.GetString("ForceReauthShort", resourceCulture);
}
}
internal static string AlternateDestinationMarkerLong {
get {
return ResourceManager.GetString("AlternateDestinationMarkerLong", resourceCulture);
}
}
internal static string AlternateTargetPathsLong {
get {
return ResourceManager.GetString("AlternateTargetPathsLong", resourceCulture);
}
}
internal static string Description {
get {
return ResourceManager.GetString("Description", resourceCulture);
}
}
internal static string FolderMissingError {
get {
return ResourceManager.GetString("FolderMissingError", resourceCulture);
}
}
internal static string AlternateDestinationMarkerShort {
get {
return ResourceManager.GetString("AlternateDestinationMarkerShort", resourceCulture);
}
}
internal static string DisplayName {
get {
return ResourceManager.GetString("DisplayName", resourceCulture);
}
}
internal static string UseMoveForPutLong {
get {
return ResourceManager.GetString("UseMoveForPutLong", resourceCulture);
}
}
internal static string UseMoveForPutShort {
get {
return ResourceManager.GetString("UseMoveForPutShort", resourceCulture);
}
}
internal static string AlternateTargetPathsShort {
get {
return ResourceManager.GetString("AlternateTargetPathsShort", resourceCulture);
}
}
}
}