Fixed a timing issue in the SSH backend, which hopefully solves issue #59. An error message indicating missing executable filenames was switched between linux and windows. Added a number of app.config files. Updated version numbers. git-svn-id: https://duplicati.googlecode.com/svn/trunk@229 59da171f-624f-0410-aa54-27559c288bec
249 lines
9.6 KiB
C#
249 lines
9.6 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:2.0.50727.3082
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Duplicati.CommandLine.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", "2.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class Program {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Program() {
|
|
}
|
|
|
|
/// <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.CommandLine.Strings.Program", typeof(Program).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 Added folders.
|
|
/// </summary>
|
|
internal static string AddedFoldersHeader {
|
|
get {
|
|
return ResourceManager.GetString("AddedFoldersHeader", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Confirm passphrase.
|
|
/// </summary>
|
|
internal static string ConfirmPassphrasePrompt {
|
|
get {
|
|
return ResourceManager.GetString("ConfirmPassphrasePrompt", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Control files.
|
|
/// </summary>
|
|
internal static string ControlFilesHeader {
|
|
get {
|
|
return ResourceManager.GetString("ControlFilesHeader", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Deleted files.
|
|
/// </summary>
|
|
internal static string DeletedFilesHeader {
|
|
get {
|
|
return ResourceManager.GetString("DeletedFilesHeader", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Deleted folders.
|
|
/// </summary>
|
|
internal static string DeletedFoldersHeader {
|
|
get {
|
|
return ResourceManager.GetString("DeletedFoldersHeader", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Duplicati options:.
|
|
/// </summary>
|
|
internal static string DuplicatiOptionsHeader {
|
|
get {
|
|
return ResourceManager.GetString("DuplicatiOptionsHeader", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Empty passphrases are not allowed.
|
|
/// </summary>
|
|
internal static string EmptyPassphraseError {
|
|
get {
|
|
return ResourceManager.GetString("EmptyPassphraseError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enter passphrase.
|
|
/// </summary>
|
|
internal static string EnterPassphrasePrompt {
|
|
get {
|
|
return ResourceManager.GetString("EnterPassphrasePrompt", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Duplicati.CommandLine /home/user/ ftp://host/folder --exclude=/file.txt
|
|
///
|
|
/// In this example the file "/home/user/file.txt" is excluded.
|
|
///.
|
|
/// </summary>
|
|
internal static string ExampleLinux {
|
|
get {
|
|
return ResourceManager.GetString("ExampleLinux", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Duplicati.CommandLine C:\Documents\Files ftp://host/folder --exclude=\file.txt
|
|
///
|
|
/// In this example the file "C:\Documents\Files\file.txt" is excluded.
|
|
///.
|
|
/// </summary>
|
|
internal static string ExampleWindows {
|
|
get {
|
|
return ResourceManager.GetString("ExampleWindows", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unable to parse "{0}" into a number.
|
|
/// </summary>
|
|
internal static string IntegerParseError {
|
|
get {
|
|
return ResourceManager.GetString("IntegerParseError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to New/Modified files.
|
|
/// </summary>
|
|
internal static string NewOrModifiedFilesHeader {
|
|
get {
|
|
return ResourceManager.GetString("NewOrModifiedFilesHeader", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The passphrases do not match.
|
|
/// </summary>
|
|
internal static string PassphraseMismatchError {
|
|
get {
|
|
return ResourceManager.GetString("PassphraseMismatchError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Supported backends:.
|
|
/// </summary>
|
|
internal static string SupportedBackendsHeader {
|
|
get {
|
|
return ResourceManager.GetString("SupportedBackendsHeader", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Supported options:.
|
|
/// </summary>
|
|
internal static string SupportedOptionsHeader {
|
|
get {
|
|
return ResourceManager.GetString("SupportedOptionsHeader", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unable to parse "{0}" into a time offset: {1}.
|
|
/// </summary>
|
|
internal static string TimeParseError {
|
|
get {
|
|
return ResourceManager.GetString("TimeParseError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ********** Duplicati v. {0} **********
|
|
///
|
|
///Usage:
|
|
///
|
|
/// Backup (make a full or incremental backup):
|
|
/// Duplicati.CommandLine [full] [options] <sourcefolder> <backend>
|
|
///
|
|
/// Restore (restore all or some files):
|
|
/// Duplicati.CommandLine [options] <backend> <destinationfolder>
|
|
///
|
|
/// Cleanup (remove partial and unused files):
|
|
/// Duplicati.CommandLine cleanup [options] <backend>
|
|
///
|
|
/// List files (backup volumes):
|
|
/// Duplicati.CommandLine list [options] <backend>
|
|
///
|
|
/// List content files (backed up files):
|
|
/// Duplicati.Comm [rest of string was truncated]";.
|
|
/// </summary>
|
|
internal static string Usage {
|
|
get {
|
|
return ResourceManager.GetString("Usage", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Wrong number of aguments.
|
|
/// </summary>
|
|
internal static string WrongNumberOfArgumentsError {
|
|
get {
|
|
return ResourceManager.GetString("WrongNumberOfArgumentsError", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|