git-svn-id: https://duplicati.googlecode.com/svn/trunk@874 59da171f-624f-0410-aa54-27559c288bec
155 lines
6.3 KiB
C#
155 lines
6.3 KiB
C#
//------------------------------------------------------------------------------
|
|
// <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>
|
|
//------------------------------------------------------------------------------
|
|
|
|
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()]
|
|
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")]
|
|
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)) {
|
|
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);
|
|
}
|
|
}
|
|
|
|
/// <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>
|
|
/// 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);
|
|
}
|
|
}
|
|
}
|
|
}
|