289 lines
12 KiB
C#
289 lines
12 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </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 GoogleDocs {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal GoogleDocs() {
|
|
}
|
|
|
|
/// <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.GoogleDocs", typeof(GoogleDocs).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 The account access has been blocked by Google, please visit this URL and unlock it: {0}.
|
|
/// </summary>
|
|
internal static string CaptchaRequiredError {
|
|
get {
|
|
return ResourceManager.GetString("CaptchaRequiredError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to This backend can read and write data to Google Docs. Supported format is "googledocs://folder/subfolder"..
|
|
/// </summary>
|
|
internal static string Description {
|
|
get {
|
|
return ResourceManager.GetString("Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The password used to connect to the server. This may also be supplied as the environment variable "AUTH_PASSWORD"..
|
|
/// </summary>
|
|
internal static string DescriptionAuthPasswordLong {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionAuthPasswordLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Supplies the password used to connect to the server.
|
|
/// </summary>
|
|
internal static string DescriptionAuthPasswordShort {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionAuthPasswordShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The username used to connect to the server. This may also be supplied as the environment variable "AUTH_USERNAME"..
|
|
/// </summary>
|
|
internal static string DescriptionAuthUsernameLong {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionAuthUsernameLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Supplies the username used to connect to the server.
|
|
/// </summary>
|
|
internal static string DescriptionAuthUsernameShort {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionAuthUsernameShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to A comma separated list of labels to apply, known labels are: {0}.
|
|
/// </summary>
|
|
internal static string DescriptionGoogleLabelsLong {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionGoogleLabelsLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to A list of file labels.
|
|
/// </summary>
|
|
internal static string DescriptionGoogleLabelsShort {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionGoogleLabelsShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to This option supplies the password used to authenticate with Google. This can also be supplied through the "auth-password" option..
|
|
/// </summary>
|
|
internal static string DescriptionGooglePasswordLong {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionGooglePasswordLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The Google account password.
|
|
/// </summary>
|
|
internal static string DescriptionGooglePasswordShort {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionGooglePasswordShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to This option supplies the username used to authenticate with Google. This can also be supplied through the "auth-username" property..
|
|
/// </summary>
|
|
internal static string DescriptionGoogleUsernameLong {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionGoogleUsernameLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The Google account username.
|
|
/// </summary>
|
|
internal static string DescriptionGoogleUsernameShort {
|
|
get {
|
|
return ResourceManager.GetString("DescriptionGoogleUsernameShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Google Docs.
|
|
/// </summary>
|
|
internal static string Displayname {
|
|
get {
|
|
return ResourceManager.GetString("Displayname", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to There are multiple files named "{0}" in the folder named "{1}", please rename the files manually.
|
|
/// </summary>
|
|
internal static string DuplicateFilenameFoundError {
|
|
get {
|
|
return ResourceManager.GetString("DuplicateFilenameFoundError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to There are multiple folders named "{0}", please rename them manually.
|
|
/// </summary>
|
|
internal static string DuplicateFoldernameFoundError {
|
|
get {
|
|
return ResourceManager.GetString("DuplicateFoldernameFoundError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The requested file is read-only: {0}.
|
|
/// </summary>
|
|
internal static string FileIsReadOnlyError {
|
|
get {
|
|
return ResourceManager.GetString("FileIsReadOnlyError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The folder {0} is owned by multiple parents: {1}, this is not supported.
|
|
/// </summary>
|
|
internal static string FolderHasMultipleOwnersError {
|
|
get {
|
|
return ResourceManager.GetString("FolderHasMultipleOwnersError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The nonce returned was not recognized: {0}.
|
|
/// </summary>
|
|
internal static string InvalidNonceError {
|
|
get {
|
|
return ResourceManager.GetString("InvalidNonceError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The given url is invalid: {0}.
|
|
/// </summary>
|
|
internal static string InvalidUrlError {
|
|
get {
|
|
return ResourceManager.GetString("InvalidUrlError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Login failed with status: {0}.
|
|
/// </summary>
|
|
internal static string LoginFailedError {
|
|
get {
|
|
return ResourceManager.GetString("LoginFailedError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The folder {0} was not found, message: {1}.
|
|
/// </summary>
|
|
internal static string MissingFolderError {
|
|
get {
|
|
return ResourceManager.GetString("MissingFolderError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No password supplied for Google Docs.
|
|
/// </summary>
|
|
internal static string MissingPasswordError {
|
|
get {
|
|
return ResourceManager.GetString("MissingPasswordError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No username supplied for Google Docs.
|
|
/// </summary>
|
|
internal static string MissingUsernameError {
|
|
get {
|
|
return ResourceManager.GetString("MissingUsernameError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No resource ID found in response.
|
|
/// </summary>
|
|
internal static string NoIDReturnedError {
|
|
get {
|
|
return ResourceManager.GetString("NoIDReturnedError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No resumeable upload url found.
|
|
/// </summary>
|
|
internal static string NoResumeURLError {
|
|
get {
|
|
return ResourceManager.GetString("NoResumeURLError", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|