//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.1 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Duplicati.GUI.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 ApplicationSetup { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal ApplicationSetup() { } /// /// 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.GUI.Strings.ApplicationSetup", typeof(ApplicationSetup).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 While backup is running (and on errors/warnings). /// internal static string BalloonNotification_Continous { get { return ResourceManager.GetString("BalloonNotification_Continous", resourceCulture); } } /// /// Looks up a localized string similar to On backup errors. /// internal static string BalloonNotification_Errors { get { return ResourceManager.GetString("BalloonNotification_Errors", resourceCulture); } } /// /// Looks up a localized string similar to No balloon notifications. /// internal static string BalloonNotification_Off { get { return ResourceManager.GetString("BalloonNotification_Off", resourceCulture); } } /// /// Looks up a localized string similar to On backup start (and errors/warnings). /// internal static string BalloonNotification_Start { get { return ResourceManager.GetString("BalloonNotification_Start", resourceCulture); } } /// /// Looks up a localized string similar to On backup start and stop (and errors/warnings). /// internal static string BalloonNotification_StartAndStop { get { return ResourceManager.GetString("BalloonNotification_StartAndStop", resourceCulture); } } /// /// Looks up a localized string similar to On backup errors and warnings. /// internal static string BalloonNotification_Warnings { get { return ResourceManager.GetString("BalloonNotification_Warnings", resourceCulture); } } /// /// Looks up a localized string similar to Cache size: {0}. /// internal static string CacheSize { get { return ResourceManager.GetString("CacheSize", resourceCulture); } } /// /// Looks up a localized string similar to Calculating cache size .... /// internal static string CalculatingCacheSize { get { return ResourceManager.GetString("CalculatingCacheSize", resourceCulture); } } /// /// Looks up a localized string similar to Delete signature files in the folder: ///{0}. /// internal static string ConfirmCacheDelete { get { return ResourceManager.GetString("ConfirmCacheDelete", resourceCulture); } } /// /// Looks up a localized string similar to System language, {0}. /// internal static string DefaultLanguage { get { return ResourceManager.GetString("DefaultLanguage", resourceCulture); } } /// /// Looks up a localized string similar to Duplicati Setup, version {0}. /// internal static string DialogTitle { get { return ResourceManager.GetString("DialogTitle", resourceCulture); } } /// /// Looks up a localized string similar to An error occured while loading encryption modules: {0}. /// internal static string EncryptionModuleLoadError { get { return ResourceManager.GetString("EncryptionModuleLoadError", resourceCulture); } } /// /// Looks up a localized string similar to An exception occured while examining the folder: {0}. ///Do you want to use that folder anyway?. /// internal static string ErrorWhileExaminingFolder { get { return ResourceManager.GetString("ErrorWhileExaminingFolder", resourceCulture); } } /// /// Looks up a localized string similar to The folder selected does not contain the file: {0}. ///Do you want to use that folder anyway?. /// internal static string FolderIsMissingFile { get { return ResourceManager.GetString("FolderIsMissingFile", resourceCulture); } } /// /// Looks up a localized string similar to The language has changed. This will take effect after you restart Duplicati.. /// internal static string LanguageChangedWarning { get { return ResourceManager.GetString("LanguageChangedWarning", resourceCulture); } } /// /// Looks up a localized string similar to Cancelled. /// internal static string OperationCancelled { get { return ResourceManager.GetString("OperationCancelled", resourceCulture); } } /// /// Looks up a localized string similar to An error occured while saving settings: {0}. /// internal static string SaveExtensionError { get { return ResourceManager.GetString("SaveExtensionError", resourceCulture); } } /// /// Looks up a localized string similar to An error occured while loading setting controls: {0}. /// internal static string SettingControlsLoadError { get { return ResourceManager.GetString("SettingControlsLoadError", resourceCulture); } } } }