//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ namespace Duplicati.Library.Backend.Strings { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // 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() { } /// /// Returns the cached ResourceManager instance used by this class. /// [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; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Failed to authenticate using the given credentials.. /// internal static string AuthenticationError { get { return ResourceManager.GetString("AuthenticationError", resourceCulture); } } /// /// Looks up a localized string similar to The selected folder does not exist. Do you want to create it?. /// internal static string CreateFolderQuestion { get { return ResourceManager.GetString("CreateFolderQuestion", resourceCulture); } } /// /// Looks up a localized string similar to You must enter a folder to backup to. /// internal static string EmptyFoldernameError { get { return ResourceManager.GetString("EmptyFoldernameError", resourceCulture); } } /// /// Looks up a localized string similar to The selected folder is empty. /// internal static string FolderEmptyError { get { return ResourceManager.GetString("FolderEmptyError", resourceCulture); } } /// /// Looks up a localized string similar to The selected folder is not empty. Do you want to use it anyway?. /// internal static string FolderNotEmptyWarning { get { return ResourceManager.GetString("FolderNotEmptyWarning", resourceCulture); } } /// /// 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}. /// internal static string FolderValidationError { get { return ResourceManager.GetString("FolderValidationError", resourceCulture); } } /// /// Looks up a localized string similar to You must enter the full path of the folder. /// internal static string NonRootedPathError { get { return ResourceManager.GetString("NonRootedPathError", resourceCulture); } } /// /// Looks up a localized string similar to No removable drives were found on your system. Please enter the path manually.. /// internal static string NoRemovableDrivesError { get { return ResourceManager.GetString("NoRemovableDrivesError", resourceCulture); } } /// /// Looks up a localized string similar to On this page you can select where to store the backup data.. /// internal static string PageDescription { get { return ResourceManager.GetString("PageDescription", resourceCulture); } } /// /// Looks up a localized string similar to Backup storage options. /// internal static string PageTitle { get { return ResourceManager.GetString("PageTitle", resourceCulture); } } } }