git-svn-id: https://duplicati.googlecode.com/svn/trunk@874 59da171f-624f-0410-aa54-27559c288bec
125 lines
5.2 KiB
C#
125 lines
5.2 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.Encryption.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 GPGCommonOptions {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal GPGCommonOptions() {
|
|
}
|
|
|
|
/// <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.Encryption.Strings.GPGCommonOptions", typeof(GPGCommonOptions).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 Leave empty to use the gpg application found: {0}.
|
|
/// </summary>
|
|
internal static string GpgAutodetectedInfo {
|
|
get {
|
|
return ResourceManager.GetString("GpgAutodetectedInfo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The gpg application could not be located, please enter the path manually.
|
|
/// </summary>
|
|
internal static string GpgNotAutodetectedWarning {
|
|
get {
|
|
return ResourceManager.GetString("GpgNotAutodetectedWarning", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to An error occured while attempting to verify the gpg program path:
|
|
///{0}
|
|
///
|
|
///Do you want to use the path anyway?.
|
|
/// </summary>
|
|
internal static string GpgProgramNotFoundError {
|
|
get {
|
|
return ResourceManager.GetString("GpgProgramNotFoundError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to An error occured while setting up the GPG dialog: {0}.
|
|
/// </summary>
|
|
internal static string LoadError {
|
|
get {
|
|
return ResourceManager.GetString("LoadError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The entered GPG program could not be found.
|
|
///Do you want to use the path anyway?.
|
|
/// </summary>
|
|
internal static string LocatingGpgError {
|
|
get {
|
|
return ResourceManager.GetString("LocatingGpgError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have not entered a path to the GPG application.
|
|
///This will use the default path to the GPG application.
|
|
///The GPG application could not be found during system probing.
|
|
///Are you sure this is what you want?.
|
|
/// </summary>
|
|
internal static string UseEmptyPathWarning {
|
|
get {
|
|
return ResourceManager.GetString("UseEmptyPathWarning", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|