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

155 lines
6.3 KiB
C#
Raw Normal View History

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.237
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
2009-09-16 19:41:49 +00:00
namespace Duplicati.Library.Backend.Strings {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2009-09-16 19:41:49 +00:00
internal class FileUI {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
2009-09-16 19:41:49 +00:00
internal FileUI() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
2009-09-16 19:41:49 +00:00
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Duplicati.Library.Backend.Strings.FileUI", typeof(FileUI).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Failed to authenticate using the given credentials..
/// </summary>
internal static string AuthenticationError {
get {
return ResourceManager.GetString("AuthenticationError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The selected folder does not exist. Do you want to create it?.
/// </summary>
internal static string CreateFolderQuestion {
get {
return ResourceManager.GetString("CreateFolderQuestion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You must enter a folder to backup to.
/// </summary>
internal static string EmptyFoldernameError {
get {
return ResourceManager.GetString("EmptyFoldernameError", resourceCulture);
}
}
2010-01-15 22:25:26 +00:00
/// <summary>
/// Looks up a localized string similar to The selected folder is empty.
/// </summary>
internal static string FolderEmptyError {
get {
return ResourceManager.GetString("FolderEmptyError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The selected folder is not empty. Do you want to use it anyway?.
/// </summary>
internal static string FolderNotEmptyWarning {
get {
return ResourceManager.GetString("FolderNotEmptyWarning", resourceCulture);
}
}
/// <summary>
2010-01-15 22:25:26 +00:00
/// Looks up a localized string similar to An error occured while verifying the destination. Please make sure it exists and is accessible.
///Error message: {0}.
/// </summary>
internal static string FolderValidationError {
get {
return ResourceManager.GetString("FolderValidationError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You must enter the full path of the folder.
/// </summary>
internal static string NonRootedPathError {
get {
return ResourceManager.GetString("NonRootedPathError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No removable drives were found on your system. Please enter the path manually..
/// </summary>
internal static string NoRemovableDrivesError {
get {
return ResourceManager.GetString("NoRemovableDrivesError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to On this page you can select where to store the backup data..
/// </summary>
internal static string PageDescription {
get {
return ResourceManager.GetString("PageDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Backup storage options.
/// </summary>
internal static string PageTitle {
get {
return ResourceManager.GetString("PageTitle", resourceCulture);
}
}
}
}