2009-06-14 21:51:06 +00:00
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
2011-09-09 17:10:35 +00:00
// Runtime Version:4.0.30319.237
2009-06-14 21:51:06 +00:00
//
// 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.
2011-09-09 17:10:35 +00:00
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
2009-06-14 21:51:06 +00:00
[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 );
}
}
2010-10-09 16:46:52 +00:00
/// <summary>
/// Looks up a localized string similar to Found {0} backup chains on backend
///
///Type\tTime\t\t\tVolumes\tSize.
/// </summary>
internal static string CollectionStatusHeader {
get {
return ResourceManager . GetString ( "CollectionStatusHeader" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Full\t{0}\t{1}\t{2}.
/// </summary>
internal static string CollectionStatusLineFull {
get {
return ResourceManager . GetString ( "CollectionStatusLineFull" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Inc\t{0}\t{1}\t{2}.
/// </summary>
internal static string CollectionStatusLineInc {
get {
return ResourceManager . GetString ( "CollectionStatusLineInc" , resourceCulture );
}
}
2009-06-14 21:51:06 +00:00
/// <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 );
}
}
2010-10-23 13:10:54 +00:00
/// <summary>
/// Looks up a localized string similar to < not found >.
/// </summary>
internal static string FileEntryNotFound {
get {
return ResourceManager . GetString ( "FileEntryNotFound" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to {0}\t{1}.
/// </summary>
internal static string FindLastVersionEntry {
get {
return ResourceManager . GetString ( "FindLastVersionEntry" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Backuptime\t\tFilename.
/// </summary>
internal static string FindLastVersionHeader {
get {
return ResourceManager . GetString ( "FindLastVersionHeader" , resourceCulture );
}
}
2010-10-23 11:40:43 +00:00
/// <summary>
/// Looks up a localized string similar to The folder {0} was created.
/// </summary>
internal static string FolderCreatedMessage {
get {
return ResourceManager . GetString ( "FolderCreatedMessage" , resourceCulture );
}
}
2010-06-19 21:08:21 +00:00
/// <summary>
/// Looks up a localized string similar to Supported generic modules:.
/// </summary>
internal static string GenericModulesHeader {
get {
return ResourceManager . GetString ( "GenericModulesHeader" , resourceCulture );
}
}
2009-06-14 21:51:06 +00:00
/// <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 );
}
}
2010-08-12 18:32:15 +00:00
/// <summary>
/// Looks up a localized string similar to The option --{0} was supplied, but it is reserved for internal use and may not be set on the commandline.
/// </summary>
internal static string InternalOptionUsedError {
get {
return ResourceManager . GetString ( "InternalOptionUsedError" , resourceCulture );
}
}
2010-05-12 08:41:54 +00:00
/// <summary>
/// Looks up a localized string similar to Modified files.
/// </summary>
internal static string ModifiedFilesHeader {
get {
return ResourceManager . GetString ( "ModifiedFilesHeader" , resourceCulture );
}
}
2010-06-19 21:08:21 +00:00
/// <summary>
/// Looks up a localized string similar to Module is loaded atomatically, use --disable-module to prevent this.
/// </summary>
internal static string ModuleIsLoadedAutomatically {
get {
return ResourceManager . GetString ( "ModuleIsLoadedAutomatically" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Module is not loaded atomatically, use --enable-module to load it.
/// </summary>
internal static string ModuleIsNotLoadedAutomatically {
get {
return ResourceManager . GetString ( "ModuleIsNotLoadedAutomatically" , resourceCulture );
}
}
2010-05-12 08:41:54 +00:00
/// <summary>
/// Looks up a localized string similar to New files.
/// </summary>
internal static string NewFilesHeader {
get {
return ResourceManager . GetString ( "NewFilesHeader" , resourceCulture );
}
}
2009-06-14 21:51:06 +00:00
/// <summary>
/// Looks up a localized string similar to New/Modified files.
/// </summary>
internal static string NewOrModifiedFilesHeader {
get {
return ResourceManager . GetString ( "NewOrModifiedFilesHeader" , resourceCulture );
}
}
2011-03-27 15:07:55 +00:00
/// <summary>
/// Looks up a localized string similar to A <backend> is identified by an url like ftp://host/ or ssh://server/.
/// Using this system, Duplicati can detect if you want to backup or restore.
/// The cleanup and delete commands do not delete files, unless the --force option is specified, so you may examine what files are affected, before actually deleting the files.
/// The cleanup command should not be used unless a backup was interrupted and has left partial files. Duplicati will inform you if this happens.
/// The delete command can be used to remove bac [rest of string was truncated]";.
/// </summary>
internal static string ProgramUsageBackend {
get {
return ResourceManager . GetString ( "ProgramUsageBackend" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Backup (make a full or incremental backup):
/// Duplicati.CommandLine [full] [options] <sourcefolder> <backend>.
/// </summary>
internal static string ProgramUsageBackup {
get {
return ResourceManager . GetString ( "ProgramUsageBackup" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Cleanup (remove partial and unused files):
/// Duplicati.CommandLine cleanup [options] <backend>.
/// </summary>
internal static string ProgramUsageCleanup {
get {
return ResourceManager . GetString ( "ProgramUsageCleanup" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Create folder (usually done automatically):
/// Duplicati.CommandLine create-folder [options] <backend>.
/// </summary>
internal static string ProgramUsageCreateFolders {
get {
return ResourceManager . GetString ( "ProgramUsageCreateFolders" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Delete old backups:
/// Duplicati.CommandLine delete-all-but-n-full <number of full backups to keep> [options] <backend>
/// Duplicati.CommandLine delete-older-than <max allowed age> [options] <backend>.
/// </summary>
internal static string ProgramUsageDeleteOld {
get {
return ResourceManager . GetString ( "ProgramUsageDeleteOld" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Filters:
/// Duplicati uses filters to include and exclude files.
/// Duplicati uses a "first-touch" filter where the first rule that matches a file determines if the file is included or excluded. Internally Duplicati uses regular expression filters, but supports filters in the form of filename globbing. The order of the commandline arguments also determine what order they are applied in. An example:
/// --include=*.txt --exclude=*\Thumbs.db --include=*
///
/// Even though the last filter includes everything, no [rest of string was truncated]";.
/// </summary>
internal static string ProgramUsageFilters {
get {
return ResourceManager . GetString ( "ProgramUsageFilters" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Find the last version of a file:
/// Duplicati.CommandLine find-last-version [options] --file-to-restore=<files to find> <backend>.
/// </summary>
internal static string ProgramUsageFindLastVersion {
get {
return ResourceManager . GetString ( "ProgramUsageFindLastVersion" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to ********** Duplicati v. {0} **********
///
///Usage:.
/// </summary>
internal static string ProgramUsageHeader {
get {
return ResourceManager . GetString ( "ProgramUsageHeader" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to List content files (files that can be restored):
/// Duplicati.CommandLine list-current-files [options] <backend>.
/// </summary>
internal static string ProgramUsageListContentFiles {
get {
return ResourceManager . GetString ( "ProgramUsageListContentFiles" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to List files:
/// Duplicati.CommandLine list [options] <backend>.
/// </summary>
internal static string ProgramUsageListFiles {
get {
return ResourceManager . GetString ( "ProgramUsageListFiles" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to List backup sets:
/// Duplicati.CommandLine collection-status [options] <backend>.
/// </summary>
internal static string ProgramUsageListSets {
get {
return ResourceManager . GetString ( "ProgramUsageListSets" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to List signature files (files in a single backup volume set):
/// Duplicati.CommandLine list-actual-signature-files [options] <backend>.
/// </summary>
internal static string ProgramUsageListSignatureFiles {
get {
return ResourceManager . GetString ( "ProgramUsageListSignatureFiles" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to List source folders (folders backed up from):
/// Duplicati.CommandLine list-source-folders [options] <backend>.
/// </summary>
internal static string ProgramUsageListSourceFolders {
get {
return ResourceManager . GetString ( "ProgramUsageListSourceFolders" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Option types:
/// The following option types are available:
/// Integer: a numerical value
/// Boolean: a truth value, --force and --force=true are equivalent. --force=false is the opposite
/// Timespan: a time in the special time format (explained below)
/// Size: a size like 5mb or 200kb
/// Enumeration: any of the listed values
/// Path: the path to a folder or file
/// String: any other type.
/// </summary>
internal static string ProgramUsageOptionTypes {
get {
return ResourceManager . GetString ( "ProgramUsageOptionTypes" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Purge signature cache:
/// Duplicati.CommandLine purge-signature-cache [options].
/// </summary>
internal static string ProgramUsagePurgeCache {
get {
return ResourceManager . GetString ( "ProgramUsagePurgeCache" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Restore (restore all or some files):
/// Duplicati.CommandLine [options] <backend> <destinationfolder>.
/// </summary>
internal static string ProgramUsageRestore {
get {
return ResourceManager . GetString ( "ProgramUsageRestore" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Times:
/// Duplicati uses the time system from duplicity, where times may be presented as:
/// 1: the string "now", indicating the current time
/// 2: the number of seconds after epoch, eg: 123456890
/// 3: a string like "2009-03-26T08:30:00+01:00"
/// 4: an interval string, using Y, M, W, D, h, m, s for Year, Month, Week, Day, hour, minute or second, eg: "1M4D" for one month and four days, or "5m" for five minutes..
/// </summary>
internal static string ProgramUsageTimes {
get {
return ResourceManager . GetString ( "ProgramUsageTimes" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Verify backup integrity:
/// Duplicati.CommandLine verify <backend> --verification-level=manifest|signatures|full.
/// </summary>
internal static string ProgramUsageVerify {
get {
return ResourceManager . GetString ( "ProgramUsageVerify" , resourceCulture );
}
}
2009-06-14 21:51:06 +00:00
/// <summary>
/// Looks up a localized string similar to Supported backends:.
/// </summary>
internal static string SupportedBackendsHeader {
get {
return ResourceManager . GetString ( "SupportedBackendsHeader" , resourceCulture );
}
}
2010-06-19 21:08:21 +00:00
/// <summary>
/// Looks up a localized string similar to Supported compression modules:.
/// </summary>
internal static string SupportedCompressionModulesHeader {
get {
return ResourceManager . GetString ( "SupportedCompressionModulesHeader" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Supported encryption modules:.
/// </summary>
internal static string SupportedEncryptionModulesHeader {
get {
return ResourceManager . GetString ( "SupportedEncryptionModulesHeader" , resourceCulture );
}
}
2009-06-14 21:51:06 +00:00
/// <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 );
}
}
2010-05-24 09:00:03 +00:00
/// <summary>
/// Looks up a localized string similar to An error occured: {0}.
/// </summary>
internal static string UnhandledException {
get {
return ResourceManager . GetString ( "UnhandledException" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to The inner error message is: {0}.
/// </summary>
internal static string UnhandledInnerException {
get {
return ResourceManager . GetString ( "UnhandledInnerException" , resourceCulture );
}
}
2009-06-14 21:51:06 +00:00
/// <summary>
2011-03-27 15:07:55 +00:00
/// Looks up a localized string similar to Duplicati.CommandLine /home/user/ ftp://host/folder --exclude=/file.txt
2009-06-14 21:51:06 +00:00
///
2011-03-27 15:07:55 +00:00
/// In this example the file "/home/user/file.txt" is excluded..
/// </summary>
internal static string UsageExampleLinux {
get {
return ResourceManager . GetString ( "UsageExampleLinux" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Duplicati.CommandLine C:\Documents\Files ftp://host/folder --exclude=\file.txt
2009-06-14 21:51:06 +00:00
///
2011-03-27 15:07:55 +00:00
/// In this example the file "C:\Documents\Files\file.txt" is excluded..
2009-06-14 21:51:06 +00:00
/// </summary>
2011-03-27 15:07:55 +00:00
internal static string UsageExampleWindows {
2009-06-14 21:51:06 +00:00
get {
2011-03-27 15:07:55 +00:00
return ResourceManager . GetString ( "UsageExampleWindows" , resourceCulture );
2009-06-14 21:51:06 +00:00
}
}
2011-03-10 18:26:38 +00:00
/// <summary>
/// Looks up a localized string similar to Verification completed, summary:
///Manifest files verified: {0}
///Signature files verified: {1}
///Content files verified: {2}
///Errors: {3}.
/// </summary>
internal static string VerificationCompleted {
get {
return ResourceManager . GetString ( "VerificationCompleted" , resourceCulture );
}
}
/// <summary>
/// Looks up a localized string similar to Reported error messages:.
/// </summary>
internal static string VerificationErrorHeader {
get {
return ResourceManager . GetString ( "VerificationErrorHeader" , resourceCulture );
}
}
2009-06-14 21:51:06 +00:00
/// <summary>
2011-07-23 14:57:32 +00:00
/// Looks up a localized string similar to Found {0} commands but expected {1}, commands:
///{2}.
2009-06-14 21:51:06 +00:00
/// </summary>
2011-07-23 14:57:32 +00:00
internal static string WrongNumberOfCommandsError_v2 {
2009-06-14 21:51:06 +00:00
get {
2011-07-23 14:57:32 +00:00
return ResourceManager . GetString ( "WrongNumberOfCommandsError_v2" , resourceCulture );
2009-06-14 21:51:06 +00:00
}
}
}
}