Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2017-11-17 15:04:27 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-11-17 15:04:27 +0300
commitc3fe4bbe515bac6a85c8e560484ce0b9626246e0 (patch)
tree543fe4b20c23efcc35178258d729edd956d96c7f /Localizations
parent5c2e4112cf1de74a9bec859c3559dd9f3f36bc79 (diff)
Updated the translation files to match the source and uploaded to Transifex
Diffstat (limited to 'Localizations')
-rw-r--r--Localizations/duplicati/localization.pot2689
-rw-r--r--Localizations/webroot/localization_webroot.pot283
2 files changed, 1523 insertions, 1449 deletions
diff --git a/Localizations/duplicati/localization.pot b/Localizations/duplicati/localization.pot
index 33414d66d..546e433e7 100644
--- a/Localizations/duplicati/localization.pot
+++ b/Localizations/duplicati/localization.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-09-17 22:31+0200\n"
+"POT-Creation-Date: 2017-11-17 13:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,647 +17,607 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: CommandLine/Program.cs:301
-msgid "Toggle automatic updates"
+#: Server/Strings.cs:7
+msgid "Another instance is running, and was notified"
msgstr ""
-#: CommandLine/Program.cs:301
+#: Server/Strings.cs:8
+#, csharp-format
msgid ""
-"Set this option if you prefer to have the commandline version automatically "
-"update"
+"Failed to create, open or upgrade the database.\n"
+"Error message: {0}"
msgstr ""
-#: CommandLine/Strings.cs:4
-#, csharp-format
-msgid "The command {0} needs at least one of the following options set: {1}"
+#: Server/Strings.cs:10
+msgid "Displays this help"
msgstr ""
-#: CommandLine/Strings.cs:5
-#, csharp-format
+#: Server/Strings.cs:11
msgid ""
-"Found {0} commands but expected {1}, commands: \n"
-"{2}"
+"Supported commandline arguments:\n"
+"\n"
msgstr ""
-#: CommandLine/Strings.cs:7
+#: Server/Strings.cs:14
#, csharp-format
-msgid "Command not supported: {0}"
+msgid "--{0}: {1}"
msgstr ""
-#: CommandLine/Strings.cs:8
-msgid "No filesets matched the criteria"
+#: Server/Strings.cs:15
+msgid "Outputs log information to the file given"
msgstr ""
-#: CommandLine/Strings.cs:9
-msgid "The following filesets would be deleted:"
+#: Server/Strings.cs:16
+msgid "Determines the amount of information written in the log file"
msgstr ""
-#: CommandLine/Strings.cs:10
-msgid "These filesets were deleted:"
+#: Server/Strings.cs:17
+msgid ""
+"Activates portable mode where the database is placed below the program "
+"executable"
msgstr ""
-#: CommandLine/Strings.cs:11
-msgid "Supported backends:"
+#: Server/Strings.cs:18
+#, csharp-format
+msgid "A serious error occurred in Duplicati: {0}"
msgstr ""
-#: CommandLine/Strings.cs:12
-msgid "Supported compression modules:"
+#: Server/Strings.cs:19
+#, csharp-format
+msgid ""
+"Unable to start up, perhaps another process is already running?\n"
+"Error message: {0}"
msgstr ""
-#: CommandLine/Strings.cs:13
-msgid "Supported encryption modules:"
+#: Server/Strings.cs:21
+msgid "Disables database encryption"
msgstr ""
-#: CommandLine/Strings.cs:14
-msgid "Supported options:"
+#: Server/Strings.cs:22
+#, csharp-format
+msgid "Unsupported version of SQLite detected ({0}), must be {1} or higher"
msgstr ""
-#: CommandLine/Strings.cs:15
-msgid "Module is loaded automatically, use --disable-module to prevent this"
+#: Server/Strings.cs:23
+msgid ""
+"The path to the folder where the static files for the webserver is present. "
+"The folder must be located beneath the installation folder"
msgstr ""
-#: CommandLine/Strings.cs:16
-msgid "Module is not loaded automatically, use --enable-module to load it"
+#: Server/Strings.cs:24
+msgid ""
+"The port the webserver listens on. Multiple values may be supplied with a "
+"comma in between."
msgstr ""
-#: CommandLine/Strings.cs:17
-msgid "Supported generic modules:"
+#: Server/Strings.cs:25
+msgid ""
+"The certificate and key file in PKCS #12 format the webserver use for SSL. "
+"Only RSA/DSA keys are supported."
msgstr ""
-#: CommandLine/Strings.cs:18
-#, csharp-format
-msgid "Unable to read the parameters file \"{0}\", reason: {1}"
+#: Server/Strings.cs:26
+msgid "The password for decryption of certificate PKCS #12 file."
msgstr ""
-#: CommandLine/Strings.cs:19
-#, csharp-format
+#: Server/Strings.cs:27
msgid ""
-"Filters cannot be specified on the commandline if filters are also present "
-"in the parameter file. Use the special --{0}, --{1}, or --{2} options to "
-"specify filters inside the parameter file. Each filter must be prefixed with "
-"either a + or a -, and multiple filters must be joined with {3}"
+"The interface the webserver listens on. The special values \"*\" and \"any\" "
+"means any interface. The special value \"loopback\" means the loopback "
+"adapter."
msgstr ""
-#: CommandLine/Strings.cs:20
-#, csharp-format
+#: Server/Strings.cs:28
msgid ""
-"The option --{0} was supplied, but it is reserved for internal use and may "
-"not be set on the commandline"
+"The password required to access the webserver. This option is saved so you "
+"do not need to set it on each run. Setting an empty value disables the "
+"password."
msgstr ""
-#: CommandLine/Strings.cs:21
-#, csharp-format
+#: Server/Strings.cs:29
+msgid "Enables the ping-pong responder"
+msgstr ""
+
+#: Server/Strings.cs:30
msgid ""
-"This option can be used to store some or all of the options given to the "
-"commandline client. The file must be a plain text file, UTF-8 encoding is "
-"preferred. Each line in the file should be of the format --option=value. The "
-"special options --{0} and --{1} can be used to override the localpath and "
-"the remote destination uri, respectively. The options in this file take "
-"precedence over the options provided on the commandline. You cannot specify "
-"filters in both the file and on the commandline. Instead, you can use the "
-"special --{2}, --{3}, or --{4} options to specify filters inside the "
-"parameter file. Each filter must be prefixed with either a + or a -, and "
-"multiple filters must be joined with {5} "
+"When running as a server, the service daemon must verify that the process is "
+"responding. If this option is enabled, the server reads stdin and writes a "
+"reply to each line read"
msgstr ""
-#: CommandLine/Strings.cs:22
-msgid "Path to a file with parameters"
+#: Server/Strings.cs:31 Library/Main/Strings.cs:218
+msgid "Clean up old log data"
msgstr ""
-#: CommandLine/Strings.cs:23
-#, csharp-format
-msgid "An error occured: {0}"
+#: Server/Strings.cs:32 Library/Main/Strings.cs:219
+msgid "Set the time after which log data will be purged from the database."
msgstr ""
-#: CommandLine/Strings.cs:24
-#, csharp-format
-msgid "The inner error message is: {0}"
+#: Server/Strings.cs:33
+msgid "Sets the folder where settings are stored"
msgstr ""
-#: CommandLine/Strings.cs:25
+#: Server/Strings.cs:34
+#, csharp-format
msgid ""
-"Include files that match this filter. The special character * means any "
-"number of character, and the special character ? means any single character, "
-"use *.txt to include all files with a txt extension. Regular expressions are "
-"also supported and can be supplied by using hard braces, i.e. [.*\\.txt]."
+"Duplicati needs to store a small database with all settings. Use this option "
+"to choose where the settings are stored. This option can also be set with "
+"the environment variable {0}."
msgstr ""
-#: CommandLine/Strings.cs:26
-msgid "Include files"
+#: Server/Strings.cs:35
+msgid "Sets the database encryption key"
msgstr ""
-#: CommandLine/Strings.cs:27
+#: Server/Strings.cs:36
+#, csharp-format
msgid ""
-"Exclude files that match this filter. The special character * means any "
-"number of character, and the special character ? means any single character, "
-"use *.txt to exclude all files with a txt extension. Regular expressions are "
-"also supported and can be supplied by using hard braces, i.e. [.*\\.txt]."
-msgstr ""
-
-#: CommandLine/Strings.cs:28
-msgid "Exclude files"
+"This option sets the encryption key used to scramble the local settings "
+"database. This option can also be set with the environment variable {0}. Use "
+"the option --{1} to disable the database scrambling."
msgstr ""
-#: CommandLine/Strings.cs:29
+#: Server/Strings.cs:39
+#, csharp-format
msgid ""
-"If this option is used with a backup operation, it is interpreted as a list "
-"of files to add to the filesets. When used with list or restore, it will "
-"list or restore the control files instead of the normal files."
+"Unable to find a valid date, given the start date {0}, the repetition "
+"interval {1} and the allowed days {2}"
msgstr ""
-#: CommandLine/Strings.cs:30
-msgid "Use control files"
+#: Server/Strings.cs:44
+#, csharp-format
+msgid "Server has started and is listening on {0}, port {1}"
msgstr ""
-#: CommandLine/Strings.cs:31
+#: Server/Strings.cs:45
+#, csharp-format
msgid ""
-"If this option is set, progress reports and other messages that would "
-"normally go to the console will be redirected to the log."
+"Unable to create SSL certificate using provided parameters. Exception "
+"detail: {0}"
msgstr ""
-#: CommandLine/Strings.cs:32
-msgid "Disable console output"
+#: Server/Strings.cs:46
+#, csharp-format
+msgid "Unable to open a socket for listening, tried ports: {0}"
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:9
+#: Library/Encryption/Strings.cs:4
msgid ""
-"This backend can read and write data to an FTP based backend using an "
-"alternative FTP client. Allowed formats are \"aftp://hostname/folder\" or "
-"\"aftp://username:password@hostname/folder\""
+"This module encrypts all files in the same way that AESCrypt does, using 256 "
+"bit AES encryption."
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:10
-#: Library/Backend/AzureBlob/Strings.cs:13
-#: Library/Backend/Backblaze/Strings.cs:9
-#: Library/Backend/CloudFiles/Strings.cs:6 Library/Backend/File/Strings.cs:9
-#: Library/Backend/FTP/Strings.cs:12 Library/Backend/Jottacloud/Strings.cs:15
-#: Library/Backend/Mega/Strings.cs:5 Library/Backend/S3/Strings.cs:9
-#: Library/Backend/SharePoint/Strings.cs:8 Library/Backend/SSHv2/Strings.cs:23
-#: Library/Backend/WEBDAV/Strings.cs:7
-msgid ""
-"The password used to connect to the server. This may also be supplied as the "
-"environment variable \"AUTH_PASSWORD\"."
+#: Library/Encryption/Strings.cs:5
+msgid "AES-256 encryption, built in"
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:11
-#: Library/Backend/AzureBlob/Strings.cs:14
-#: Library/Backend/Backblaze/Strings.cs:10
-#: Library/Backend/CloudFiles/Strings.cs:7 Library/Backend/File/Strings.cs:10
-#: Library/Backend/FTP/Strings.cs:13 Library/Backend/Jottacloud/Strings.cs:14
-#: Library/Backend/Mega/Strings.cs:6 Library/Backend/OpenStack/Strings.cs:20
-#: Library/Backend/S3/Strings.cs:10 Library/Backend/SharePoint/Strings.cs:9
-#: Library/Backend/SSHv2/Strings.cs:24 Library/Backend/WEBDAV/Strings.cs:8
-msgid "Supplies the password used to connect to the server"
+#: Library/Encryption/Strings.cs:6
+msgid "Empty passphrase not allowed"
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:12
-#: Library/Backend/AzureBlob/Strings.cs:15
-#: Library/Backend/Backblaze/Strings.cs:11
-#: Library/Backend/CloudFiles/Strings.cs:8 Library/Backend/File/Strings.cs:11
-#: Library/Backend/FTP/Strings.cs:14 Library/Backend/Jottacloud/Strings.cs:13
-#: Library/Backend/Mega/Strings.cs:7 Library/Backend/OpenStack/Strings.cs:20
-#: Library/Backend/S3/Strings.cs:11 Library/Backend/SharePoint/Strings.cs:10
-#: Library/Backend/SSHv2/Strings.cs:25 Library/Backend/WEBDAV/Strings.cs:9
+#: Library/Encryption/Strings.cs:7
msgid ""
-"The username used to connect to the server. This may also be supplied as the "
-"environment variable \"AUTH_USERNAME\"."
-msgstr ""
-
-#: Library/Backend/AlternativeFTP/Strings.cs:13
-#: Library/Backend/AzureBlob/Strings.cs:16
-#: Library/Backend/Backblaze/Strings.cs:12
-#: Library/Backend/CloudFiles/Strings.cs:9 Library/Backend/File/Strings.cs:12
-#: Library/Backend/FTP/Strings.cs:15 Library/Backend/Jottacloud/Strings.cs:12
-#: Library/Backend/Mega/Strings.cs:8 Library/Backend/OpenStack/Strings.cs:20
-#: Library/Backend/S3/Strings.cs:12 Library/Backend/SharePoint/Strings.cs:11
-#: Library/Backend/SSHv2/Strings.cs:26 Library/Backend/WEBDAV/Strings.cs:10
-msgid "Supplies the username used to connect to the server"
+"Use this option to set the thread level allowed for AES crypt operations. "
+"Valid values are 0 (uses default), or from 1 (no multithreading) to 4 (max. "
+"multithreading)"
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:14
-msgid "Alternative FTP"
+#: Library/Encryption/Strings.cs:8
+msgid "Set thread level utilized for crypting (0-4)"
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:15
+#: Library/Encryption/Strings.cs:11
#, csharp-format
-msgid "The folder {0} was not found. Message: {1}"
+msgid "Failed to decrypt data (invalid passphrase?): {0}"
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:16
-#: Library/Backend/FTP/Strings.cs:20
-#, csharp-format
+#: Library/Encryption/Strings.cs:14
msgid ""
-"The file {0} was uploaded but not found afterwards, the file listing "
-"returned {1}"
+"The GPG encryption module uses the GNU Privacy Guard program to encrypt and "
+"decrypt files. It requires that the gpg executable is available on the "
+"system. On Windows it is assumed that this is in the default installation "
+"folder under program files, under Linux and OSX it is assumed that the "
+"program is available via the PATH environment variable. It is possible to "
+"supply the path to GPG using the --gpg-program-path switch."
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:17
-#: Library/Backend/FTP/Strings.cs:21
-#, csharp-format
-msgid ""
-"The file {0} was uploaded but the returned size was {1} and it was expected "
-"to be {2}"
+#: Library/Encryption/Strings.cs:15
+msgid "GNU Privacy Guard, external"
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:18
-#: Library/Backend/FTP/Strings.cs:22
-msgid "Disable upload verification"
+#: Library/Encryption/Strings.cs:16
+msgid ""
+"Use this switch to specify any extra options to GPG. You cannot specify the "
+"--passphrase-fd option here. The --decrypt option is always specified."
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:19
-msgid ""
-"To protect against network or server failures, every upload will be "
-"attempted to be verified. Use this option to disable this verification to "
-"make the upload faster but less reliable."
+#: Library/Encryption/Strings.cs:17
+msgid "Extra GPG commandline options for decryption"
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:20
+#: Library/Encryption/Strings.cs:18
msgid ""
-"If this flag is set, the FTP data connection type will be changed to the "
-"selected option."
+"The GPG encryption/decryption will use the --armor option for GPG to protect "
+"the files with armor. Specify this switch to remove the --armor option."
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:21
-msgid "Configure the FTP data connection type"
+#: Library/Encryption/Strings.cs:19
+msgid "Don't use GPG Armor"
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:22
+#: Library/Encryption/Strings.cs:20
msgid ""
-"If this flag is set, the FTP encryption mode will be changed to the selected "
-"option."
-msgstr ""
-
-#: Library/Backend/AlternativeFTP/Strings.cs:23
-msgid "Configure the FTP encryption mode"
+"Use this switch to specify any extra options to GPG. You cannot specify the "
+"--passphrase-fd option here. The --encrypt option is always specified."
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:24
-msgid "This flag controls the SSL policy to use when encryption is enabled."
+#: Library/Encryption/Strings.cs:21
+msgid "Extra GPG commandline options for encryption"
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:25
-msgid "Configure the SSL policy to use when encryption is enabled"
+#: Library/Encryption/Strings.cs:22
+#, csharp-format
+msgid "Failed to execute GPG at \"\"{0}\" {1}\": {2}"
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:26
-#, csharp-format
-msgid "Error on deleting file: {0}"
+#: Library/Encryption/Strings.cs:23
+msgid ""
+"The path to the GNU Privacy Guard program. If not supplied, Duplicati will "
+"assume that the program \"gpg\" is available in the system path."
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:27
-#, csharp-format
-msgid "Error reading file: {0}"
+#: Library/Encryption/Strings.cs:24
+msgid "The path to GnuPG"
msgstr ""
-#: Library/Backend/AlternativeFTP/Strings.cs:28
+#: Library/Encryption/Strings.cs:25
#, csharp-format
-msgid "Error writing file: {0}"
+msgid ""
+"This option has non-standard handling, please use the --{0} option instead."
msgstr ""
-#: Library/Backend/AmazonCloudDrive/Strings.cs:23
+#: Library/Encryption/Strings.cs:26
msgid ""
-"This backend can read and write data to Amazon Cloud Drive. Supported format "
-"is \"amzcd://folder/subfolder\"."
+"Use this option to supply the --armor option to GPG. The files will be "
+"larger but can be sent as pure text files."
msgstr ""
-#: Library/Backend/AmazonCloudDrive/Strings.cs:24
-#: Library/Backend/Box/Strings.cs:24 Library/Backend/Dropbox/Strings.cs:24
-#: Library/Backend/GoogleServices/Strings.cs:26
-#: Library/Backend/GoogleServices/Strings.cs:43
-#: Library/Backend/HubiC/Strings.cs:24 Library/Backend/OAuthHelper/Strings.cs:9
-#: Library/Backend/OneDrive/Strings.cs:11
-msgid "The authorization code"
+#: Library/Encryption/Strings.cs:27
+msgid "Use GPG Armor"
msgstr ""
-#: Library/Backend/AmazonCloudDrive/Strings.cs:25
-#: Library/Backend/Box/Strings.cs:25 Library/Backend/Dropbox/Strings.cs:25
-#: Library/Backend/GoogleServices/Strings.cs:27
-#: Library/Backend/GoogleServices/Strings.cs:44
-#: Library/Backend/HubiC/Strings.cs:25
-#: Library/Backend/OAuthHelper/Strings.cs:10
-#: Library/Backend/OneDrive/Strings.cs:12
-#, csharp-format
-msgid "The authorization token retrieved from {0}"
+#: Library/Encryption/Strings.cs:28
+msgid "Overrides the GPG command supplied for decryption"
msgstr ""
-#: Library/Backend/AmazonCloudDrive/Strings.cs:26
-msgid "Amazon Cloud Drive"
+#: Library/Encryption/Strings.cs:29
+msgid "The GPG decryption command"
msgstr ""
-#: Library/Backend/AmazonCloudDrive/Strings.cs:27
-#: Library/Backend/Box/Strings.cs:23
-#: Library/Backend/GoogleServices/Strings.cs:24
-#: Library/Backend/GoogleServices/Strings.cs:46
-#: Library/Backend/HubiC/Strings.cs:23 Library/Backend/OAuthHelper/Strings.cs:6
+#: Library/Encryption/Strings.cs:30
#, csharp-format
-msgid "You need an AuthID, you can get it from: {0}"
+msgid ""
+"Overrides the default GPG encryption command \"{0}\", normal usage is to "
+"request asymetric encryption with the setting {1}"
msgstr ""
-#: Library/Backend/AmazonCloudDrive/Strings.cs:28
-msgid "The labels to set"
+#: Library/Encryption/Strings.cs:31
+msgid "The GPG encryption command"
msgstr ""
-#: Library/Backend/AmazonCloudDrive/Strings.cs:29
-msgid "Use this option to set labels on the files and folders created"
+#: Library/Encryption/Strings.cs:34
+#, csharp-format
+msgid "Decryption failed: {0}"
msgstr ""
-#: Library/Backend/AmazonCloudDrive/Strings.cs:30
-#: Library/Backend/GoogleServices/Strings.cs:47
-#, csharp-format
-msgid "There is more than one item named \"{0}\" in the folder \"{1}\""
+#: Library/Encryption/Strings.cs:35
+msgid "Failure while invoking GnuPG, program won't flush output"
msgstr ""
-#: Library/Backend/AmazonCloudDrive/Strings.cs:31
-msgid "The consistency delay"
+#: Library/Encryption/Strings.cs:36
+msgid "Failure while invoking GnuPG, program won't terminate"
msgstr ""
-#: Library/Backend/AmazonCloudDrive/Strings.cs:32
-msgid "Amazon Cloud drive needs a small delay for results to stay consistent."
+#: Library/Interface/Strings.cs:4
+msgid "aliases"
msgstr ""
-#: Library/Backend/AzureBlob/Strings.cs:4
-msgid "All files will be written to the container specified"
+#: Library/Interface/Strings.cs:5
+msgid "default value"
msgstr ""
-#: Library/Backend/AzureBlob/Strings.cs:5
-msgid "The name of the storage container "
+#: Library/Interface/Strings.cs:6
+msgid "[DEPRECATED]"
msgstr ""
-#: Library/Backend/AzureBlob/Strings.cs:6
-msgid "Azure blob"
+#: Library/Interface/Strings.cs:7
+msgid "values"
msgstr ""
-#: Library/Backend/AzureBlob/Strings.cs:7
-msgid "No Azure storage account name given"
+#: Library/Interface/Strings.cs:10
+msgid "Boolean"
msgstr ""
-#: Library/Backend/AzureBlob/Strings.cs:8
-msgid ""
-"The Azure storage account name which can be obtained by clicking the "
-"\"Manage Access Keys\" button on the storage account dashboard"
+#: Library/Interface/Strings.cs:11
+msgid "Enumeration"
msgstr ""
-#: Library/Backend/AzureBlob/Strings.cs:9
-msgid "The storage account name"
+#: Library/Interface/Strings.cs:12
+msgid "Flags"
msgstr ""
-#: Library/Backend/AzureBlob/Strings.cs:10
-msgid ""
-"The Azure access key which can be obtained by clicking the \"Manage Access "
-"Keys\" button on the storage account dashboard"
+#: Library/Interface/Strings.cs:13
+msgid "Integer"
msgstr ""
-#: Library/Backend/AzureBlob/Strings.cs:11
-msgid "The access key"
+#: Library/Interface/Strings.cs:14
+msgid "Path"
msgstr ""
-#: Library/Backend/AzureBlob/Strings.cs:12
-msgid "No Azure access key given"
+#: Library/Interface/Strings.cs:15
+msgid "Size"
msgstr ""
-#: Library/Backend/AzureBlob/Strings.cs:17
-msgid ""
-"This backend can read and write data to Azure blob storage. Allowed formats "
-"are: \"azure://bucketname\""
+#: Library/Interface/Strings.cs:16
+msgid "String"
msgstr ""
-#: Library/Backend/Backblaze/Strings.cs:4
-msgid ""
-"The \"B2 Cloud Storage Application Key\" can be obtained after logging into "
-"your Backblaze account, this can also be supplied through the \"auth-password"
-"\" property"
+#: Library/Interface/Strings.cs:17
+msgid "Timespan"
msgstr ""
-#: Library/Backend/Backblaze/Strings.cs:5
-msgid "The \"B2 Cloud Storage Application Key\""
+#: Library/Interface/Strings.cs:18
+msgid "Unknown"
msgstr ""
-#: Library/Backend/Backblaze/Strings.cs:6
+#: Library/Interface/Strings.cs:21
+#, csharp-format
msgid ""
-"The \"B2 Cloud Storage Account ID\" can be obtained after logging into your "
-"Backblaze account, this can also be supplied through the \"auth-username\" "
-"property"
+"The configuration for the backend is not valid, it is missing the {0} field"
msgstr ""
-#: Library/Backend/Backblaze/Strings.cs:7
-msgid "The \"B2 Cloud Storage Account ID\""
+#: Library/Interface/Strings.cs:22
+msgid "Do you want to test the connection?"
msgstr ""
-#: Library/Backend/Backblaze/Strings.cs:8
-msgid "B2 Cloud Storage"
+#: Library/Interface/Strings.cs:23
+#, csharp-format
+msgid "Connection Failed: {0}"
msgstr ""
-#: Library/Backend/Backblaze/Strings.cs:13
-msgid "No \"B2 Cloud Storage Application Key\" given"
+#: Library/Interface/Strings.cs:24
+msgid "Connection succeeded!"
msgstr ""
-#: Library/Backend/Backblaze/Strings.cs:14
-msgid "No \"B2 Cloud Storage Account ID\" given"
+#: Library/Interface/Strings.cs:25
+msgid ""
+"You have not entered a path. This will store all backups in the default "
+"directory. Is this what you want?"
msgstr ""
-#: Library/Backend/Backblaze/Strings.cs:15
-msgid ""
-"This backend can read and write data to the Backblaze B2 Cloud Storage. "
-"Allowed formats are: \"b2://bucketname/prefix\""
+#: Library/Interface/Strings.cs:26
+msgid "You must enter a password"
msgstr ""
-#: Library/Backend/Backblaze/Strings.cs:16
+#: Library/Interface/Strings.cs:27
msgid ""
-"By default, a private bucket is created. Use this option to set the bucket "
-"type. Refer to the B2 documentation for allowed types "
+"You have not entered a password.\n"
+"Proceed without a password?"
msgstr ""
-#: Library/Backend/Backblaze/Strings.cs:17
-msgid "The bucket type used when creating a bucket"
+#: Library/Interface/Strings.cs:29
+msgid "You must enter the name of the server"
msgstr ""
-#: Library/Backend/Box/Strings.cs:21
+#: Library/Interface/Strings.cs:30
+msgid "You must enter a username"
+msgstr ""
+
+#: Library/Interface/Strings.cs:31
msgid ""
-"This backend can read and write data to Box.com. Supported format is \"box://"
-"folder/subfolder\"."
+"You have not entered a username.\n"
+"This is fine if the server allows anonymous uploads, but likely a username "
+"is required\n"
+"Proceed without a username?"
msgstr ""
-#: Library/Backend/Box/Strings.cs:22
-msgid "Box.com"
+#: Library/Interface/Strings.cs:34
+msgid ""
+"The connection succeeded but another backup was found in the destination "
+"folder. It is possible to configure Duplicati to store multiple backups in "
+"the same folder, but it is not recommended.\n"
+"\n"
+"Do you want to use the selected folder?"
msgstr ""
-#: Library/Backend/Box/Strings.cs:26
-msgid "Force delete files"
+#: Library/Interface/Strings.cs:37
+msgid "The folder cannot be created because it already exists"
msgstr ""
-#: Library/Backend/Box/Strings.cs:27
-msgid ""
-"After deleting a file, it may end up in the trash folder where it will be "
-"deleted after a grace period. Use this command to force immediate removal of "
-"delete files."
+#: Library/Interface/Strings.cs:38
+msgid "Folder created!"
msgstr ""
-#: Library/Backend/CloudFiles/Strings.cs:4
-#, csharp-format
-msgid ""
-"CloudFiles use different servers for authentication based on where the "
-"account resides, use this option to set an alternate authentication URL. "
-"This option overrides --{0}."
+#: Library/Interface/Strings.cs:39
+msgid "The requested folder does not exist"
msgstr ""
-#: Library/Backend/CloudFiles/Strings.cs:5
-msgid "Provide another authentication URL"
+#: Library/Interface/Strings.cs:40
+#, csharp-format
+msgid "The server name \"{0}\" is not valid"
msgstr ""
-#: Library/Backend/CloudFiles/Strings.cs:10
-msgid "Supplies the API Access Key used to authenticate with CloudFiles."
+#: Library/Interface/Strings.cs:41
+msgid "Cancelled"
msgstr ""
-#: Library/Backend/CloudFiles/Strings.cs:11
-msgid "Supplies the access key used to connect to the server"
+#: Library/Interface/CustomExceptions.cs:77
+#: Library/Interface/CustomExceptions.cs:85
+msgid "The requested file does not exist"
msgstr ""
-#: Library/Backend/CloudFiles/Strings.cs:12
+#: Library/Snapshots/Strings.cs:4
#, csharp-format
msgid ""
-"Duplicati will assume that the credentials given are for a US account, use "
-"this option if the account is a UK based account. Note that this is "
-"equivalent to setting --{0}={1}."
+"The external command failed to start.\n"
+"Error message: {0}\n"
+"Command: {1} {2}"
msgstr ""
-#: Library/Backend/CloudFiles/Strings.cs:13
-msgid "Use a UK account"
+#: Library/Snapshots/Strings.cs:7
+#, csharp-format
+msgid ""
+"The external command failed to complete within the set time limit: {0} {1}"
msgstr ""
-#: Library/Backend/CloudFiles/Strings.cs:14
-msgid "Supplies the username used to authenticate with CloudFiles."
+#: Library/Snapshots/Strings.cs:8
+#, csharp-format
+msgid "Unable to match local path {0} with any snapshot path: {1}"
msgstr ""
-#: Library/Backend/CloudFiles/Strings.cs:15
-msgid "Supplies the username used to authenticate with CloudFiles"
+#: Library/Snapshots/Strings.cs:9
+#, csharp-format
+msgid ""
+"Script returned successfully, but the temporary folder {0} does not exist: "
+"{1}"
msgstr ""
-#: Library/Backend/CloudFiles/Strings.cs:16
+#: Library/Snapshots/Strings.cs:10
+#, csharp-format
msgid ""
-"Supports connections to the CloudFiles backend. Allowed formats is "
-"\"cloudfiles://container/folder\"."
+"Script returned successfully, but the temporary folder {0} still exist: {1}"
msgstr ""
-#: Library/Backend/CloudFiles/Strings.cs:17
-msgid "Rackspace CloudFiles"
+#: Library/Snapshots/Strings.cs:11
+#, csharp-format
+msgid "The script returned exit code {0}, but {1} was expected: {2}"
msgstr ""
-#: Library/Backend/CloudFiles/Strings.cs:18
-msgid "MD5 Hash (ETag) verification failed"
+#: Library/Snapshots/Strings.cs:12
+#, csharp-format
+msgid ""
+"Script returned successfully, but the output was missing the {0} parameter: "
+"{1}"
msgstr ""
-#: Library/Backend/CloudFiles/Strings.cs:19
-msgid "Failed to delete file"
+#: Library/Snapshots/Strings.cs:15
+msgid "Unexpected empty response while enumerating"
msgstr ""
-#: Library/Backend/CloudFiles/Strings.cs:20
-#: Library/Backend/Jottacloud/Strings.cs:11
-msgid "Failed to upload file"
+#: Library/Snapshots/Strings.cs:16
+msgid "USN is not supported on Linux"
msgstr ""
-#: Library/Backend/CloudFiles/Strings.cs:21
-msgid "No CloudFiles API Access Key given"
+#: Library/Snapshots/Strings.cs:17
+msgid ""
+"The number of files returned by USN was zero. This is likely an error. To "
+"remedy this, USN has been disabled."
msgstr ""
-#: Library/Backend/CloudFiles/Strings.cs:22
-msgid "No CloudFiles userID given"
+#: Library/Snapshots/Strings.cs:20
+msgid "Calling process does not have the backup privilege"
msgstr ""
-#: Library/Backend/CloudFiles/Strings.cs:23
-msgid "Unexpected CloudFiles response, perhaps the API has changed?"
+#: Library/Backend/OpenStack/Strings.cs:20
+msgid ""
+"This backend can read and write data to Swift (OpenStack Object Storage). "
+"Supported format is \"openstack://container/folder\"."
msgstr ""
-#: Library/Backend/Dropbox/Strings.cs:22
-msgid ""
-"This backend can read and write data to Dropbox. Supported format is "
-"\"dropbox://folder/subfolder\"."
+#: Library/Backend/OpenStack/Strings.cs:20
+msgid "OpenStack Simple Storage"
msgstr ""
-#: Library/Backend/Dropbox/Strings.cs:23
-msgid "Dropbox"
+#: Library/Backend/OpenStack/Strings.cs:20
+#, csharp-format
+msgid "Missing required option: {0}"
msgstr ""
-#: Library/Backend/File/Strings.cs:4
+#: Library/Backend/OpenStack/Strings.cs:20
#, csharp-format
msgid ""
-"This option only works when the --{0} option is also specified. If there are "
-"alternate paths specified, this option indicates the name of a marker file "
-"that must be present in the folder. This can be used to handle situations "
-"where an external drive changes drive letter or mount point. By ensuring "
-"that a certain file exists, it is possible to prevent writing data to an "
-"unwanted external drive. The contents of the file are never examined, only "
-"file existence."
+"The password used to connect to the server. This may also be supplied as the "
+"environment variable \"AUTH_PASSWORD\". If the password is supplied, --{0} "
+"must also be set"
msgstr ""
-#: Library/Backend/File/Strings.cs:5
-msgid "Look for a file in the destination folder"
+#: Library/Backend/OpenStack/Strings.cs:20 Library/Backend/FTP/Strings.cs:13
+#: Library/Backend/CloudFiles/Strings.cs:7 Library/Backend/S3/Strings.cs:10
+#: Library/Backend/AlternativeFTP/Strings.cs:11
+#: Library/Backend/SSHv2/Strings.cs:24 Library/Backend/File/Strings.cs:10
+#: Library/Backend/Backblaze/Strings.cs:10
+#: Library/Backend/AzureBlob/Strings.cs:14
+#: Library/Backend/Jottacloud/Strings.cs:14 Library/Backend/Mega/Strings.cs:6
+#: Library/Backend/SharePoint/Strings.cs:9 Library/Backend/WEBDAV/Strings.cs:8
+msgid "Supplies the password used to connect to the server"
msgstr ""
-#: Library/Backend/File/Strings.cs:6
-#, csharp-format
+#: Library/Backend/OpenStack/Strings.cs:20 Library/Backend/FTP/Strings.cs:14
+#: Library/Backend/CloudFiles/Strings.cs:8 Library/Backend/S3/Strings.cs:11
+#: Library/Backend/AlternativeFTP/Strings.cs:12
+#: Library/Backend/SSHv2/Strings.cs:25 Library/Backend/File/Strings.cs:11
+#: Library/Backend/Backblaze/Strings.cs:11
+#: Library/Backend/AzureBlob/Strings.cs:15
+#: Library/Backend/Jottacloud/Strings.cs:13 Library/Backend/Mega/Strings.cs:7
+#: Library/Backend/SharePoint/Strings.cs:10 Library/Backend/WEBDAV/Strings.cs:9
msgid ""
-"This option allows multiple targets to be specified. The primary target path "
-"is placed before the list of paths supplied with this option. Before "
-"starting the backup, each folder in the list is checked for existence and "
-"optionally the presence of the marker file supplied by --{0}. The first "
-"existing path that optionally contains the marker file is then used as the "
-"destination. Multiple destinations are separated with a \"{1}\". On Windows, "
-"the path may be a UNC path, and the drive letter may be substituted with an "
-"asterisk (*), eg.: \"*:\\backup\", which will examine all drive letters. If "
-"a username and password is supplied, the same credentials are used for all "
-"destinations."
+"The username used to connect to the server. This may also be supplied as the "
+"environment variable \"AUTH_USERNAME\"."
msgstr ""
-#: Library/Backend/File/Strings.cs:7
-msgid "A list of secondary target paths"
+#: Library/Backend/OpenStack/Strings.cs:20 Library/Backend/FTP/Strings.cs:15
+#: Library/Backend/CloudFiles/Strings.cs:9 Library/Backend/S3/Strings.cs:12
+#: Library/Backend/AlternativeFTP/Strings.cs:13
+#: Library/Backend/SSHv2/Strings.cs:26 Library/Backend/File/Strings.cs:12
+#: Library/Backend/Backblaze/Strings.cs:12
+#: Library/Backend/AzureBlob/Strings.cs:16
+#: Library/Backend/Jottacloud/Strings.cs:12 Library/Backend/Mega/Strings.cs:8
+#: Library/Backend/SharePoint/Strings.cs:11
+#: Library/Backend/WEBDAV/Strings.cs:10
+msgid "Supplies the username used to connect to the server"
msgstr ""
-#: Library/Backend/File/Strings.cs:8
+#: Library/Backend/OpenStack/Strings.cs:20
msgid ""
-"This backend can read and write data to an file based backend. Allowed "
-"formats are \"file://hostname/folder\" or \"file://username:"
-"password@hostname/folder\". You may supply UNC paths (eg: \"file://\\\\server"
-"\\folder\") or local paths (eg: (win) \"file://c:\\folder\", (linux) "
-"\"file:///usr/pub/files\")"
+"The Tenant Name is commonly the paying user account name. This option must "
+"be supplied when authenticating with a password, but is not required when "
+"using an API key."
msgstr ""
-#: Library/Backend/File/Strings.cs:13
-msgid "Local folder or drive"
+#: Library/Backend/OpenStack/Strings.cs:20
+msgid "Supplies the Tenant Name used to connect to the server"
msgstr ""
-#: Library/Backend/File/Strings.cs:14
-#, csharp-format
-msgid "The folder {0} does not exist"
+#: Library/Backend/OpenStack/Strings.cs:20
+msgid ""
+"The API key can be used to connect without supplying a password and tenant "
+"ID with some providers."
msgstr ""
-#: Library/Backend/File/Strings.cs:15
-#, csharp-format
-msgid ""
-"The marker file \"{0}\" was not found in any of the examined destinations: "
-"{1}"
+#: Library/Backend/OpenStack/Strings.cs:20
+msgid "Supplies the API key used to connect to the server"
msgstr ""
-#: Library/Backend/File/Strings.cs:16
+#: Library/Backend/OpenStack/Strings.cs:20
+#, csharp-format
msgid ""
-"When storing the file, the standard operation is to copy the file and delete "
-"the original. This sequence ensures that the operation can be retried if "
-"something goes wrong. Activating this option may cause the retry operation "
-"to fail. This option has no effect unless the --disable-streaming-transfers "
-"options is activated."
+"The authentication URL is used to authenticate the user and find the storage "
+"service. The URL commonly ends with \"/v2.0\". Known providers are: {0}{1}"
msgstr ""
-#: Library/Backend/File/Strings.cs:17
-msgid "Move the file instead of copying it"
+#: Library/Backend/OpenStack/Strings.cs:20
+msgid "Supplies the authentication URL"
msgstr ""
-#: Library/Backend/File/Strings.cs:18
-msgid "Force authentication against remote share"
+#: Library/Backend/OpenStack/Strings.cs:20
+msgid ""
+"This option is only used when creating a container, and is used to indicate "
+"where the container should be placed. Consult your provider for a list of "
+"valid regions, or leave empty for the default region."
msgstr ""
-#: Library/Backend/File/Strings.cs:19
-msgid ""
-"If this option is set, any existing authentication against the remote share "
-"is dropped before attempting to authenticate"
+#: Library/Backend/OpenStack/Strings.cs:20
+msgid "Supplies the region used for creating a container"
msgstr ""
#: Library/Backend/FTP/Strings.cs:7
@@ -684,6 +644,18 @@ msgid ""
"flag is ignored"
msgstr ""
+#: Library/Backend/FTP/Strings.cs:12 Library/Backend/CloudFiles/Strings.cs:6
+#: Library/Backend/S3/Strings.cs:9 Library/Backend/AlternativeFTP/Strings.cs:10
+#: Library/Backend/SSHv2/Strings.cs:23 Library/Backend/File/Strings.cs:9
+#: Library/Backend/Backblaze/Strings.cs:9
+#: Library/Backend/AzureBlob/Strings.cs:13
+#: Library/Backend/Jottacloud/Strings.cs:15 Library/Backend/Mega/Strings.cs:5
+#: Library/Backend/SharePoint/Strings.cs:8 Library/Backend/WEBDAV/Strings.cs:7
+msgid ""
+"The password used to connect to the server. This may also be supplied as the "
+"environment variable \"AUTH_PASSWORD\"."
+msgstr ""
+
#: Library/Backend/FTP/Strings.cs:16
msgid ""
"Use this flag to communicate using Secure Socket Layer (SSL) over ftp (ftps)."
@@ -697,12 +669,33 @@ msgstr ""
msgid "FTP"
msgstr ""
-#: Library/Backend/FTP/Strings.cs:19 Library/Backend/TahoeLAFS/Strings.cs:8
-#: Library/Backend/WEBDAV/Strings.cs:15
+#: Library/Backend/FTP/Strings.cs:19 Library/Backend/WEBDAV/Strings.cs:15
+#: Library/Backend/TahoeLAFS/Strings.cs:8
#, csharp-format
msgid "The folder {0} was not found, message: {1}"
msgstr ""
+#: Library/Backend/FTP/Strings.cs:20
+#: Library/Backend/AlternativeFTP/Strings.cs:16
+#, csharp-format
+msgid ""
+"The file {0} was uploaded but not found afterwards, the file listing "
+"returned {1}"
+msgstr ""
+
+#: Library/Backend/FTP/Strings.cs:21
+#: Library/Backend/AlternativeFTP/Strings.cs:17
+#, csharp-format
+msgid ""
+"The file {0} was uploaded but the returned size was {1} and it was expected "
+"to be {2}"
+msgstr ""
+
+#: Library/Backend/FTP/Strings.cs:22
+#: Library/Backend/AlternativeFTP/Strings.cs:18
+msgid "Disable upload verification"
+msgstr ""
+
#: Library/Backend/FTP/Strings.cs:23
msgid ""
"To protect against network failures, every upload will be attempted "
@@ -710,6 +703,66 @@ msgid ""
"faster but less reliable."
msgstr ""
+#: Library/Backend/AmazonCloudDrive/Strings.cs:23
+msgid ""
+"This backend can read and write data to Amazon Cloud Drive. Supported format "
+"is \"amzcd://folder/subfolder\"."
+msgstr ""
+
+#: Library/Backend/AmazonCloudDrive/Strings.cs:24
+#: Library/Backend/GoogleServices/Strings.cs:26
+#: Library/Backend/GoogleServices/Strings.cs:43
+#: Library/Backend/Box/Strings.cs:24 Library/Backend/OneDrive/Strings.cs:11
+#: Library/Backend/HubiC/Strings.cs:24 Library/Backend/Dropbox/Strings.cs:24
+#: Library/Backend/OAuthHelper/Strings.cs:9
+msgid "The authorization code"
+msgstr ""
+
+#: Library/Backend/AmazonCloudDrive/Strings.cs:25
+#: Library/Backend/GoogleServices/Strings.cs:27
+#: Library/Backend/GoogleServices/Strings.cs:44
+#: Library/Backend/Box/Strings.cs:25 Library/Backend/OneDrive/Strings.cs:12
+#: Library/Backend/HubiC/Strings.cs:25 Library/Backend/Dropbox/Strings.cs:25
+#: Library/Backend/OAuthHelper/Strings.cs:10
+#, csharp-format
+msgid "The authorization token retrieved from {0}"
+msgstr ""
+
+#: Library/Backend/AmazonCloudDrive/Strings.cs:26
+msgid "Amazon Cloud Drive"
+msgstr ""
+
+#: Library/Backend/AmazonCloudDrive/Strings.cs:27
+#: Library/Backend/GoogleServices/Strings.cs:24
+#: Library/Backend/GoogleServices/Strings.cs:46
+#: Library/Backend/Box/Strings.cs:23 Library/Backend/HubiC/Strings.cs:23
+#: Library/Backend/OAuthHelper/Strings.cs:6
+#, csharp-format
+msgid "You need an AuthID, you can get it from: {0}"
+msgstr ""
+
+#: Library/Backend/AmazonCloudDrive/Strings.cs:28
+msgid "The labels to set"
+msgstr ""
+
+#: Library/Backend/AmazonCloudDrive/Strings.cs:29
+msgid "Use this option to set labels on the files and folders created"
+msgstr ""
+
+#: Library/Backend/AmazonCloudDrive/Strings.cs:30
+#: Library/Backend/GoogleServices/Strings.cs:47
+#, csharp-format
+msgid "There is more than one item named \"{0}\" in the folder \"{1}\""
+msgstr ""
+
+#: Library/Backend/AmazonCloudDrive/Strings.cs:31
+msgid "The consistency delay"
+msgstr ""
+
+#: Library/Backend/AmazonCloudDrive/Strings.cs:32
+msgid "Amazon Cloud drive needs a small delay for results to stay consistent."
+msgstr ""
+
#: Library/Backend/GoogleServices/Strings.cs:22
msgid ""
"This backend can read and write data to Google Cloud Storage. Supported "
@@ -779,192 +832,79 @@ msgstr ""
msgid "Google Drive"
msgstr ""
-#: Library/Backend/HubiC/Strings.cs:21
-msgid ""
-"This backend can read and write data to HubiC. Supported format is \"hubic://"
-"container/folder\"."
-msgstr ""
-
-#: Library/Backend/HubiC/Strings.cs:22
-msgid "HubiC"
-msgstr ""
-
-#: Library/Backend/Jottacloud/Strings.cs:5
-msgid "Jottacloud"
-msgstr ""
-
-#: Library/Backend/Jottacloud/Strings.cs:6
-msgid ""
-"This backend can read and write data to Jottacloud using it's REST protocol. "
-"Allowed format is \"jottacloud://folder/subfolder\"."
-msgstr ""
-
-#: Library/Backend/Jottacloud/Strings.cs:7 Library/Backend/Mega/Strings.cs:10
-msgid "No username given"
-msgstr ""
-
-#: Library/Backend/Jottacloud/Strings.cs:8 Library/Backend/Mega/Strings.cs:9
-msgid "No password given"
-msgstr ""
-
-#: Library/Backend/Jottacloud/Strings.cs:9 Library/Backend/Mega/Strings.cs:11
-msgid "No path given, cannot upload files to the root folder"
-msgstr ""
-
-#: Library/Backend/Jottacloud/Strings.cs:10
-msgid "Illegal mount point given."
-msgstr ""
-
-#: Library/Backend/Jottacloud/Strings.cs:16
-msgid "Supplies the backup device to use"
-msgstr ""
-
-#: Library/Backend/Jottacloud/Strings.cs:17
-#, csharp-format
-msgid ""
-"The backup device to use. Will be created if not already exists. You can "
-"manage your devices from the backup panel in the Jottacloud web interface. "
-"When you specify a custom device you should also specify the mount point to "
-"use on this device with the \"{0}\" option."
-msgstr ""
-
-#: Library/Backend/Jottacloud/Strings.cs:18
-msgid "Supplies the mount point to use on the server"
-msgstr ""
-
-#: Library/Backend/Jottacloud/Strings.cs:19
-#, csharp-format
-msgid ""
-"The mount point to use on the server. The default is \"Archive\" for using "
-"the built-in archive mount point. Set this option to \"Sync\" to use the "
-"built-in synchronization mount point instead, or if you have specified a "
-"custom device with option \"{0}\" you are free to name the mount point as "
-"you like."
-msgstr ""
-
-#: Library/Backend/Mega/Strings.cs:4
-msgid "mega.nz"
-msgstr ""
-
-#: Library/Backend/Mega/Strings.cs:12
-msgid ""
-"This backend can read and write data to Mega.co.nz. Allowed formats are: "
-"\"mega://folder/subfolder\""
-msgstr ""
-
-#: Library/Backend/OAuthHelper/Strings.cs:7
-#, csharp-format
-msgid ""
-"Failed to authorize using the OAuth service: {0}. If the problem persists, "
-"try generating a new authid token from: {1}"
-msgstr ""
-
-#: Library/Backend/OAuthHelper/Strings.cs:8
-#: Library/Backend/OneDrive/Strings.cs:7
-#, csharp-format
-msgid "Unexpected error code: {0} - {1}"
-msgstr ""
-
-#: Library/Backend/OAuthHelper/Strings.cs:11
-msgid "The OAuth service is currently over quota, try again in a few hours"
-msgstr ""
-
-#: Library/Backend/OneDrive/Strings.cs:5
+#: Library/Backend/CloudFiles/Strings.cs:4
#, csharp-format
msgid ""
-"Failed to authorize using the WLID service: {0}. If the problem persists, "
-"try generating a new authid token from: {1}"
-msgstr ""
-
-#: Library/Backend/OneDrive/Strings.cs:6
-msgid "Autocreated folder"
+"CloudFiles use different servers for authentication based on where the "
+"account resides, use this option to set an alternate authentication URL. "
+"This option overrides --{0}."
msgstr ""
-#: Library/Backend/OneDrive/Strings.cs:8
-#, csharp-format
-msgid "Missing the folder: {0}"
+#: Library/Backend/CloudFiles/Strings.cs:5
+msgid "Provide another authentication URL"
msgstr ""
-#: Library/Backend/OneDrive/Strings.cs:9 Library/Compression/Strings.cs:13
-#, csharp-format
-msgid "File not found: {0}"
+#: Library/Backend/CloudFiles/Strings.cs:10
+msgid "Supplies the API Access Key used to authenticate with CloudFiles."
msgstr ""
-#: Library/Backend/OneDrive/Strings.cs:10
-msgid "Microsoft OneDrive"
+#: Library/Backend/CloudFiles/Strings.cs:11
+msgid "Supplies the access key used to connect to the server"
msgstr ""
-#: Library/Backend/OneDrive/Strings.cs:13
+#: Library/Backend/CloudFiles/Strings.cs:12
#, csharp-format
msgid ""
-"Stores files on Microsoft OneDrive. Usage of this backend requires that you "
-"agree to the terms in {0} ({1}) and {2} ({3})"
-msgstr ""
-
-#: Library/Backend/OpenStack/Strings.cs:20
-msgid ""
-"This backend can read and write data to Swift (OpenStack Object Storage). "
-"Supported format is \"openstack://container/folder\"."
+"Duplicati will assume that the credentials given are for a US account, use "
+"this option if the account is a UK based account. Note that this is "
+"equivalent to setting --{0}={1}."
msgstr ""
-#: Library/Backend/OpenStack/Strings.cs:20
-msgid "OpenStack Simple Storage"
+#: Library/Backend/CloudFiles/Strings.cs:13
+msgid "Use a UK account"
msgstr ""
-#: Library/Backend/OpenStack/Strings.cs:20
-#, csharp-format
-msgid "Missing required option: {0}"
+#: Library/Backend/CloudFiles/Strings.cs:14
+msgid "Supplies the username used to authenticate with CloudFiles."
msgstr ""
-#: Library/Backend/OpenStack/Strings.cs:20
-#, csharp-format
-msgid ""
-"The password used to connect to the server. This may also be supplied as the "
-"environment variable \"AUTH_PASSWORD\". If the password is supplied, --{0} "
-"must also be set"
+#: Library/Backend/CloudFiles/Strings.cs:15
+msgid "Supplies the username used to authenticate with CloudFiles"
msgstr ""
-#: Library/Backend/OpenStack/Strings.cs:20
+#: Library/Backend/CloudFiles/Strings.cs:16
msgid ""
-"The Tenant Name is commonly the paying user account name. This option must "
-"be supplied when authenticating with a password, but is not required when "
-"using an API key."
+"Supports connections to the CloudFiles backend. Allowed formats is "
+"\"cloudfiles://container/folder\"."
msgstr ""
-#: Library/Backend/OpenStack/Strings.cs:20
-msgid "Supplies the Tenant Name used to connect to the server"
+#: Library/Backend/CloudFiles/Strings.cs:17
+msgid "Rackspace CloudFiles"
msgstr ""
-#: Library/Backend/OpenStack/Strings.cs:20
-msgid ""
-"The API key can be used to connect without supplying a password and tenant "
-"ID with some providers."
+#: Library/Backend/CloudFiles/Strings.cs:18
+msgid "MD5 Hash (ETag) verification failed"
msgstr ""
-#: Library/Backend/OpenStack/Strings.cs:20
-msgid "Supplies the API key used to connect to the server"
+#: Library/Backend/CloudFiles/Strings.cs:19
+msgid "Failed to delete file"
msgstr ""
-#: Library/Backend/OpenStack/Strings.cs:20
-#, csharp-format
-msgid ""
-"The authentication URL is used to authenticate the user and find the storage "
-"service. The URL commonly ends with \"/v2.0\". Known providers are: {0}{1}"
+#: Library/Backend/CloudFiles/Strings.cs:20
+#: Library/Backend/Jottacloud/Strings.cs:11
+msgid "Failed to upload file"
msgstr ""
-#: Library/Backend/OpenStack/Strings.cs:20
-msgid "Supplies the authentication URL"
+#: Library/Backend/CloudFiles/Strings.cs:21
+msgid "No CloudFiles API Access Key given"
msgstr ""
-#: Library/Backend/OpenStack/Strings.cs:20
-msgid ""
-"This option is only used when creating a container, and is used to indicate "
-"where the container should be placed. Consult your provider for a list of "
-"valid regions, or leave empty for the default region."
+#: Library/Backend/CloudFiles/Strings.cs:22
+msgid "No CloudFiles userID given"
msgstr ""
-#: Library/Backend/OpenStack/Strings.cs:20
-msgid "Supplies the region used for creating a container"
+#: Library/Backend/CloudFiles/Strings.cs:23
+msgid "Unexpected CloudFiles response, perhaps the API has changed?"
msgstr ""
#: Library/Backend/S3/Strings.cs:4
@@ -1097,8 +1037,8 @@ msgid ""
"connections."
msgstr ""
-#: Library/Backend/S3/Strings.cs:34 Library/Backend/TahoeLAFS/Strings.cs:6
-#: Library/Backend/WEBDAV/Strings.cs:20
+#: Library/Backend/S3/Strings.cs:34 Library/Backend/WEBDAV/Strings.cs:20
+#: Library/Backend/TahoeLAFS/Strings.cs:6
msgid "Instructs Duplicati to use an SSL (https) connection"
msgstr ""
@@ -1112,139 +1052,70 @@ msgstr ""
msgid "Specify storage class"
msgstr ""
-#: Library/Backend/SharePoint/Strings.cs:6
-msgid "Microsoft SharePoint"
-msgstr ""
-
-#: Library/Backend/SharePoint/Strings.cs:7
+#: Library/Backend/AlternativeFTP/Strings.cs:9
msgid ""
-"Supports connections to a SharePoint server (including OneDrive for "
-"Business). Allowed formats are \"mssp://tennant.sharepoint.com/PathToWeb//"
-"BaseDocLibrary/subfolder\" or \"mssp://username:password@tennant.sharepoint."
-"com/PathToWeb//BaseDocLibrary/subfolder\". Use a double slash '//' in the "
-"path to denote the web from the documents library."
+"This backend can read and write data to an FTP based backend using an "
+"alternative FTP client. Allowed formats are \"aftp://hostname/folder\" or "
+"\"aftp://username:password@hostname/folder\""
msgstr ""
-#: Library/Backend/SharePoint/Strings.cs:12
-#: Library/Backend/WEBDAV/Strings.cs:11
-msgid ""
-"If the server and client both supports integrated authentication, this "
-"option enables that authentication method. This is likely only available "
-"with windows servers and clients."
+#: Library/Backend/AlternativeFTP/Strings.cs:14
+msgid "Alternative FTP"
msgstr ""
-#: Library/Backend/SharePoint/Strings.cs:13
-#: Library/Backend/WEBDAV/Strings.cs:12
-msgid "Use windows integrated authentication to connect to the server"
+#: Library/Backend/AlternativeFTP/Strings.cs:15
+#, csharp-format
+msgid "The folder {0} was not found. Message: {1}"
msgstr ""
-#: Library/Backend/SharePoint/Strings.cs:14
+#: Library/Backend/AlternativeFTP/Strings.cs:19
msgid ""
-"Use this option to have files moved to the recycle bin folder instead of "
-"removing them permanently when compacting or deleting backups."
-msgstr ""
-
-#: Library/Backend/SharePoint/Strings.cs:15
-msgid "Move deleted files to the recycle bin"
+"To protect against network or server failures, every upload will be "
+"attempted to be verified. Use this option to disable this verification to "
+"make the upload faster but less reliable."
msgstr ""
-#: Library/Backend/SharePoint/Strings.cs:17
+#: Library/Backend/AlternativeFTP/Strings.cs:20
msgid ""
-"Use this option to upload files to SharePoint as a whole with BinaryDirect "
-"mode. This is the most efficient way of uploading, but can cause non-"
-"recoverable timeouts under certain conditions. Use this option only with "
-"very fast and stable internet connections."
+"If this flag is set, the FTP data connection type will be changed to the "
+"selected option."
msgstr ""
-#: Library/Backend/SharePoint/Strings.cs:18
-msgid "Upload files using binary direct mode."
+#: Library/Backend/AlternativeFTP/Strings.cs:21
+msgid "Configure the FTP data connection type"
msgstr ""
-#: Library/Backend/SharePoint/Strings.cs:20
+#: Library/Backend/AlternativeFTP/Strings.cs:22
msgid ""
-"Use this option to specify a custom value for timeouts of web operation when "
-"communicating with SharePoint Server. Recommended value is 180s."
+"If this flag is set, the FTP encryption mode will be changed to the selected "
+"option."
msgstr ""
-#: Library/Backend/SharePoint/Strings.cs:21
-msgid "Set timeout for SharePoint web operations."
+#: Library/Backend/AlternativeFTP/Strings.cs:23
+msgid "Configure the FTP encryption mode"
msgstr ""
-#: Library/Backend/SharePoint/Strings.cs:23
-msgid ""
-"Use this option to specify the size of each chunk when uploading to "
-"SharePoint Server. Recommended value is 4MB."
+#: Library/Backend/AlternativeFTP/Strings.cs:24
+msgid "This flag controls the SSL policy to use when encryption is enabled."
msgstr ""
-#: Library/Backend/SharePoint/Strings.cs:24
-msgid "Set block size for chunked uploads to SharePoint."
+#: Library/Backend/AlternativeFTP/Strings.cs:25
+msgid "Configure the SSL policy to use when encryption is enabled"
msgstr ""
-#: Library/Backend/SharePoint/Strings.cs:26
+#: Library/Backend/AlternativeFTP/Strings.cs:26
#, csharp-format
-msgid "Element with path '{0}' not found on host '{1}'."
+msgid "Error on deleting file: {0}"
msgstr ""
-#: Library/Backend/SharePoint/Strings.cs:27
+#: Library/Backend/AlternativeFTP/Strings.cs:27
#, csharp-format
-msgid ""
-"No SharePoint web could be logged in to at path '{0}'. Maybe wrong "
-"credentials. Or try using '//' in path to separate web from folder path."
-msgstr ""
-
-#: Library/Backend/SharePoint/Strings.cs:28
-msgid ""
-"Everything seemed alright, but then web title could not be read to test "
-"connection. Something's wrong."
-msgstr ""
-
-#: Library/Backend/SharePoint/Strings.cs:33
-msgid "Microsoft OneDrive for Business"
-msgstr ""
-
-#: Library/Backend/SharePoint/Strings.cs:34
-msgid ""
-"Supports connections to Microsoft OneDrive for Business. Allowed formats are "
-"\"od4b://tennant.sharepoint.com/personal/username_domain/Documents/subfolder"
-"\" or \"od4b://username:password@tennant.sharepoint.com/personal/"
-"username_domain/Documents/folder\". You can use a double slash '//' in the "
-"path to denote the base path from the documents folder."
-msgstr ""
-
-#: Library/Backend/Sia/Strings.cs:6
-msgid "Sia Decentralized Cloud"
-msgstr ""
-
-#: Library/Backend/Sia/Strings.cs:7
-msgid "This backend can read and write data to Sia."
-msgstr ""
-
-#: Library/Backend/Sia/Strings.cs:8
-msgid "Sia address"
-msgstr ""
-
-#: Library/Backend/Sia/Strings.cs:9
-msgid "Sia address, ie 127.0.0.1:9980"
-msgstr ""
-
-#: Library/Backend/Sia/Strings.cs:10
-msgid "Backup path"
-msgstr ""
-
-#: Library/Backend/Sia/Strings.cs:11
-msgid "Target path, ie /backup"
-msgstr ""
-
-#: Library/Backend/Sia/Strings.cs:12 Library/Backend/Sia/Strings.cs:13
-msgid "Sia password"
-msgstr ""
-
-#: Library/Backend/Sia/Strings.cs:14
-msgid "3"
+msgid "Error reading file: {0}"
msgstr ""
-#: Library/Backend/Sia/Strings.cs:15
-msgid "Minimum value is 3."
+#: Library/Backend/AlternativeFTP/Strings.cs:28
+#, csharp-format
+msgid "Error writing file: {0}"
msgstr ""
#: Library/Backend/SSHv2/Strings.cs:4
@@ -1400,484 +1271,696 @@ msgid ""
"(NOT SECURE) for testing!"
msgstr ""
-#: Library/Backend/TahoeLAFS/Strings.cs:4
+#: Library/Backend/Box/Strings.cs:21
msgid ""
-"This backend can read and write data to a Tahoe-LAFS based backend. Allowed "
-"format is \"tahoe://hostname:port/uri/$DIRCAP\"."
+"This backend can read and write data to Box.com. Supported format is \"box://"
+"folder/subfolder\"."
+msgstr ""
+
+#: Library/Backend/Box/Strings.cs:22
+msgid "Box.com"
+msgstr ""
+
+#: Library/Backend/Box/Strings.cs:26
+msgid "Force delete files"
msgstr ""
-#: Library/Backend/TahoeLAFS/Strings.cs:5 Library/Backend/WEBDAV/Strings.cs:19
+#: Library/Backend/Box/Strings.cs:27
msgid ""
-"Use this flag to communicate using Secure Socket Layer (SSL) over http "
-"(https)."
+"After deleting a file, it may end up in the trash folder where it will be "
+"deleted after a grace period. Use this command to force immediate removal of "
+"delete files."
msgstr ""
-#: Library/Backend/TahoeLAFS/Strings.cs:7
-msgid "Tahoe-LAFS"
+#: Library/Backend/File/Strings.cs:4
+#, csharp-format
+msgid ""
+"This option only works when the --{0} option is also specified. If there are "
+"alternate paths specified, this option indicates the name of a marker file "
+"that must be present in the folder. This can be used to handle situations "
+"where an external drive changes drive letter or mount point. By ensuring "
+"that a certain file exists, it is possible to prevent writing data to an "
+"unwanted external drive. The contents of the file are never examined, only "
+"file existence."
msgstr ""
-#: Library/Backend/TahoeLAFS/Strings.cs:9
-msgid "Unsupported URL format, must start with \"uri/URI:DIR2:\""
+#: Library/Backend/File/Strings.cs:5
+msgid "Look for a file in the destination folder"
msgstr ""
-#: Library/Backend/WEBDAV/Strings.cs:4
+#: Library/Backend/File/Strings.cs:6
+#, csharp-format
msgid ""
-"Supports connections to a WEBDAV enabled web server, using the HTTP "
-"protocol. Allowed formats are \"webdav://hostname/folder\" or \"webdav://"
-"username:password@hostname/folder\"."
+"This option allows multiple targets to be specified. The primary target path "
+"is placed before the list of paths supplied with this option. Before "
+"starting the backup, each folder in the list is checked for existence and "
+"optionally the presence of the marker file supplied by --{0}. The first "
+"existing path that optionally contains the marker file is then used as the "
+"destination. Multiple destinations are separated with a \"{1}\". On Windows, "
+"the path may be a UNC path, and the drive letter may be substituted with an "
+"asterisk (*), eg.: \"*:\\backup\", which will examine all drive letters. If "
+"a username and password is supplied, the same credentials are used for all "
+"destinations."
msgstr ""
-#: Library/Backend/WEBDAV/Strings.cs:5
+#: Library/Backend/File/Strings.cs:7
+msgid "A list of secondary target paths"
+msgstr ""
+
+#: Library/Backend/File/Strings.cs:8
msgid ""
-"Using the HTTP Digest authentication method allows the user to authenticate "
-"with the server, without sending the password in clear. However, a man-in-"
-"the-middle attack is easy, because the HTTP protocol specifies a fallback to "
-"Basic authentication, which will make the client send the password to the "
-"attacker. Using this flag, the client does not accept this, and always uses "
-"Digest authentication or fails to connect."
+"This backend can read and write data to an file based backend. Allowed "
+"formats are \"file://hostname/folder\" or \"file://username:"
+"password@hostname/folder\". You may supply UNC paths (eg: \"file://\\\\server"
+"\\folder\") or local paths (eg: (win) \"file://c:\\folder\", (linux) "
+"\"file:///usr/pub/files\")"
msgstr ""
-#: Library/Backend/WEBDAV/Strings.cs:6
-msgid "Force the use of the HTTP Digest authentication method"
+#: Library/Backend/File/Strings.cs:13
+msgid "Local folder or drive"
msgstr ""
-#: Library/Backend/WEBDAV/Strings.cs:13
-msgid "WebDAV"
+#: Library/Backend/File/Strings.cs:14
+#, csharp-format
+msgid "The folder {0} does not exist"
msgstr ""
-#: Library/Backend/WEBDAV/Strings.cs:14
+#: Library/Backend/File/Strings.cs:15
#, csharp-format
msgid ""
-"The server returned the error code {0} ({1}), indicating that the server "
-"does not support WebDAV connections"
+"The marker file \"{0}\" was not found in any of the examined destinations: "
+"{1}"
msgstr ""
-#: Library/Backend/WEBDAV/Strings.cs:16
-#, csharp-format
+#: Library/Backend/File/Strings.cs:16
msgid ""
-"When listing the folder {0} the file {1} was listed, but the server now "
-"reports that the file is not found.\n"
-"This can be because the file is deleted or unavailable, but it can also be "
-"because the file extension {2} is blocked by the web server. IIS blocks "
-"unknown extensions by default.\n"
-"Error message: {3}"
+"When storing the file, the standard operation is to copy the file and delete "
+"the original. This sequence ensures that the operation can be retried if "
+"something goes wrong. Activating this option may cause the retry operation "
+"to fail. This option has no effect unless the --disable-streaming-transfers "
+"options is activated."
msgstr ""
-#: Library/Backend/WEBDAV/Strings.cs:21
+#: Library/Backend/File/Strings.cs:17
+msgid "Move the file instead of copying it"
+msgstr ""
+
+#: Library/Backend/File/Strings.cs:18
+msgid "Force authentication against remote share"
+msgstr ""
+
+#: Library/Backend/File/Strings.cs:19
msgid ""
-"To aid in debugging issues, it is possible to set a path to a file that will "
-"be overwritten with the PROPFIND response"
+"If this option is set, any existing authentication against the remote share "
+"is dropped before attempting to authenticate"
msgstr ""
-#: Library/Backend/WEBDAV/Strings.cs:22
-msgid "Dump the PROPFIND response"
+#: Library/Backend/Backblaze/Strings.cs:4
+msgid ""
+"The \"B2 Cloud Storage Application Key\" can be obtained after logging into "
+"your Backblaze account, this can also be supplied through the \"auth-password"
+"\" property"
msgstr ""
-#: Library/Compression/Strings.cs:4
-#, csharp-format
-msgid "Please use the {0} option instead"
+#: Library/Backend/Backblaze/Strings.cs:5
+msgid "The \"B2 Cloud Storage Application Key\""
msgstr ""
-#: Library/Compression/Strings.cs:5 Library/Compression/Strings.cs:23
+#: Library/Backend/Backblaze/Strings.cs:6
msgid ""
-"This option controls the compression level used. A setting of zero gives no "
-"compression, and a setting of 9 gives maximum compression."
+"The \"B2 Cloud Storage Account ID\" can be obtained after logging into your "
+"Backblaze account, this can also be supplied through the \"auth-username\" "
+"property"
msgstr ""
-#: Library/Compression/Strings.cs:6
-msgid "Sets the Zip compression level"
+#: Library/Backend/Backblaze/Strings.cs:7
+msgid "The \"B2 Cloud Storage Account ID\""
msgstr ""
-#: Library/Compression/Strings.cs:7
-#, csharp-format
+#: Library/Backend/Backblaze/Strings.cs:8
+msgid "B2 Cloud Storage"
+msgstr ""
+
+#: Library/Backend/Backblaze/Strings.cs:13
+msgid "No \"B2 Cloud Storage Application Key\" given"
+msgstr ""
+
+#: Library/Backend/Backblaze/Strings.cs:14
+msgid "No \"B2 Cloud Storage Account ID\" given"
+msgstr ""
+
+#: Library/Backend/Backblaze/Strings.cs:15
msgid ""
-"This option can be used to set an alternative compressor method, such as "
-"LZMA. Note that using another value than Deflate will cause the {0} option "
-"to be ignored."
+"This backend can read and write data to the Backblaze B2 Cloud Storage. "
+"Allowed formats are: \"b2://bucketname/prefix\""
msgstr ""
-#: Library/Compression/Strings.cs:8
-msgid "Sets the Zip compression method"
+#: Library/Backend/Backblaze/Strings.cs:16
+msgid ""
+"By default, a private bucket is created. Use this option to set the bucket "
+"type. Refer to the B2 documentation for allowed types "
msgstr ""
-#: Library/Compression/Strings.cs:9
-msgid "Toggles Zip64 support"
+#: Library/Backend/Backblaze/Strings.cs:17
+msgid "The bucket type used when creating a bucket"
msgstr ""
-#: Library/Compression/Strings.cs:10
+#: Library/Backend/Backblaze/Strings.cs:18
msgid ""
-"The zip64 format is required for files larger than 4GiB, use this flag to "
-"toggle it"
+"Use this option to set the page size for listing contents of B2 buckets. A "
+"lower number means less data, but can increase the number of Class C "
+"transaction on B2. Suggested values are between 100 and 1000"
msgstr ""
-#: Library/Compression/Strings.cs:11
+#: Library/Backend/Backblaze/Strings.cs:19
+msgid "The size of file-listing pages"
+msgstr ""
+
+#: Library/Backend/Backblaze/Strings.cs:20
+#, csharp-format
msgid ""
-"This module provides the industry standard Zip compression. Files created "
-"with this module can be read by any standard-compliant zip application."
+"The setting \"{0}\" is invalid for \"{1}\", it must be an integer larger "
+"than zero"
msgstr ""
-#: Library/Compression/Strings.cs:12
-msgid "Zip compression"
+#: Library/Backend/Sia/Strings.cs:6
+msgid "Sia Decentralized Cloud"
msgstr ""
-#: Library/Compression/Strings.cs:16
-msgid "Archive not opened for writing"
+#: Library/Backend/Sia/Strings.cs:7
+msgid "This backend can read and write data to Sia."
msgstr ""
-#: Library/Compression/Strings.cs:17
-msgid "Archive not opened for reading"
+#: Library/Backend/Sia/Strings.cs:8
+msgid "Sia address"
msgstr ""
-#: Library/Compression/Strings.cs:18
-msgid "The given file is not part of this archive"
+#: Library/Backend/Sia/Strings.cs:9
+msgid "Sia address, ie 127.0.0.1:9980"
msgstr ""
-#: Library/Compression/Strings.cs:19
-msgid "7z Archive with LZMA2 support."
+#: Library/Backend/Sia/Strings.cs:10
+msgid "Backup path"
msgstr ""
-#: Library/Compression/Strings.cs:20
-msgid "7z Archive"
+#: Library/Backend/Sia/Strings.cs:11
+msgid "Target path, ie /backup"
msgstr ""
-#: Library/Compression/Strings.cs:21
-msgid ""
-"The number of threads used in LZMA 2 compression. Defaults to the number of "
-"processor cores."
+#: Library/Backend/Sia/Strings.cs:12 Library/Backend/Sia/Strings.cs:13
+msgid "Sia password"
msgstr ""
-#: Library/Compression/Strings.cs:22
-msgid "Number of threads used in compression"
+#: Library/Backend/Sia/Strings.cs:14
+msgid "3"
msgstr ""
-#: Library/Compression/Strings.cs:24
-msgid "Sets the 7z compression level"
+#: Library/Backend/Sia/Strings.cs:15
+msgid "Minimum value is 3."
msgstr ""
-#: Library/Compression/Strings.cs:25
+#: Library/Backend/OneDrive/Strings.cs:5
+#, csharp-format
msgid ""
-"This option controls the compression algorithm used. Enabling this option "
-"will cause 7z to use the fast algorithm, which produces slightly less "
-"compression."
+"Failed to authorize using the WLID service: {0}. If the problem persists, "
+"try generating a new authid token from: {1}"
msgstr ""
-#: Library/Compression/Strings.cs:26
-msgid "Sets the 7z fast algorithm usage"
+#: Library/Backend/OneDrive/Strings.cs:6
+msgid "Autocreated folder"
msgstr ""
-#: Library/DynamicLoader/Strings.cs:4
+#: Library/Backend/OneDrive/Strings.cs:7
+#: Library/Backend/OAuthHelper/Strings.cs:8
#, csharp-format
-msgid "Failed to load assembly {0}, error message: {1}"
+msgid "Unexpected error code: {0} - {1}"
msgstr ""
-#: Library/DynamicLoader/Strings.cs:5
+#: Library/Backend/OneDrive/Strings.cs:8
#, csharp-format
-msgid "Failed to load process type {0} assembly {1}, error message: {2}"
+msgid "Missing the folder: {0}"
msgstr ""
-#: Library/Encryption/Strings.cs:4
-msgid ""
-"This module encrypts all files in the same way that AESCrypt does, using 256 "
-"bit AES encryption."
+#: Library/Backend/OneDrive/Strings.cs:9 Library/Compression/Strings.cs:13
+#, csharp-format
+msgid "File not found: {0}"
msgstr ""
-#: Library/Encryption/Strings.cs:5
-msgid "AES-256 encryption, built in"
+#: Library/Backend/OneDrive/Strings.cs:10
+msgid "Microsoft OneDrive"
msgstr ""
-#: Library/Encryption/Strings.cs:6
-msgid "Empty passphrase not allowed"
+#: Library/Backend/OneDrive/Strings.cs:13
+#, csharp-format
+msgid ""
+"Stores files on Microsoft OneDrive. Usage of this backend requires that you "
+"agree to the terms in {0} ({1}) and {2} ({3})"
msgstr ""
-#: Library/Encryption/Strings.cs:7
+#: Library/Backend/HubiC/Strings.cs:21
msgid ""
-"Use this option to set the thread level allowed for AES crypt operations. "
-"Valid values are 0 (uses default), or from 1 (no multithreading) to 4 (max. "
-"multithreading)"
+"This backend can read and write data to HubiC. Supported format is \"hubic://"
+"container/folder\"."
msgstr ""
-#: Library/Encryption/Strings.cs:8
-msgid "Set thread level utilized for crypting (0-4)"
+#: Library/Backend/HubiC/Strings.cs:22
+msgid "HubiC"
msgstr ""
-#: Library/Encryption/Strings.cs:11
-#, csharp-format
-msgid "Failed to decrypt data (invalid passphrase?): {0}"
+#: Library/Backend/AzureBlob/Strings.cs:4
+msgid "All files will be written to the container specified"
msgstr ""
-#: Library/Encryption/Strings.cs:14
+#: Library/Backend/AzureBlob/Strings.cs:5
+msgid "The name of the storage container "
+msgstr ""
+
+#: Library/Backend/AzureBlob/Strings.cs:6
+msgid "Azure blob"
+msgstr ""
+
+#: Library/Backend/AzureBlob/Strings.cs:7
+msgid "No Azure storage account name given"
+msgstr ""
+
+#: Library/Backend/AzureBlob/Strings.cs:8
msgid ""
-"The GPG encryption module uses the GNU Privacy Guard program to encrypt and "
-"decrypt files. It requires that the gpg executable is available on the "
-"system. On Windows it is assumed that this is in the default installation "
-"folder under program files, under Linux and OSX it is assumed that the "
-"program is available via the PATH environment variable. It is possible to "
-"supply the path to GPG using the --gpg-program-path switch."
+"The Azure storage account name which can be obtained by clicking the "
+"\"Manage Access Keys\" button on the storage account dashboard"
msgstr ""
-#: Library/Encryption/Strings.cs:15
-msgid "GNU Privacy Guard, external"
+#: Library/Backend/AzureBlob/Strings.cs:9
+msgid "The storage account name"
msgstr ""
-#: Library/Encryption/Strings.cs:16
+#: Library/Backend/AzureBlob/Strings.cs:10
msgid ""
-"Use this switch to specify any extra options to GPG. You cannot specify the "
-"--passphrase-fd option here. The --decrypt option is always specified."
+"The Azure access key which can be obtained by clicking the \"Manage Access "
+"Keys\" button on the storage account dashboard"
msgstr ""
-#: Library/Encryption/Strings.cs:17
-msgid "Extra GPG commandline options for decryption"
+#: Library/Backend/AzureBlob/Strings.cs:11
+msgid "The access key"
msgstr ""
-#: Library/Encryption/Strings.cs:18
+#: Library/Backend/AzureBlob/Strings.cs:12
+msgid "No Azure access key given"
+msgstr ""
+
+#: Library/Backend/AzureBlob/Strings.cs:17
msgid ""
-"The GPG encryption/decryption will use the --armor option for GPG to protect "
-"the files with armor. Specify this switch to remove the --armor option."
+"This backend can read and write data to Azure blob storage. Allowed formats "
+"are: \"azure://bucketname\""
msgstr ""
-#: Library/Encryption/Strings.cs:19
-msgid "Don't use GPG Armor"
+#: Library/Backend/Jottacloud/Strings.cs:5
+msgid "Jottacloud"
msgstr ""
-#: Library/Encryption/Strings.cs:20
+#: Library/Backend/Jottacloud/Strings.cs:6
msgid ""
-"Use this switch to specify any extra options to GPG. You cannot specify the "
-"--passphrase-fd option here. The --encrypt option is always specified."
+"This backend can read and write data to Jottacloud using it's REST protocol. "
+"Allowed format is \"jottacloud://folder/subfolder\"."
msgstr ""
-#: Library/Encryption/Strings.cs:21
-msgid "Extra GPG commandline options for encryption"
+#: Library/Backend/Jottacloud/Strings.cs:7 Library/Backend/Mega/Strings.cs:10
+msgid "No username given"
msgstr ""
-#: Library/Encryption/Strings.cs:22
-#, csharp-format
-msgid "Failed to execute GPG at \"\"{0}\" {1}\": {2}"
+#: Library/Backend/Jottacloud/Strings.cs:8 Library/Backend/Mega/Strings.cs:9
+msgid "No password given"
msgstr ""
-#: Library/Encryption/Strings.cs:23
+#: Library/Backend/Jottacloud/Strings.cs:9 Library/Backend/Mega/Strings.cs:11
+msgid "No path given, cannot upload files to the root folder"
+msgstr ""
+
+#: Library/Backend/Jottacloud/Strings.cs:10
+msgid "Illegal mount point given."
+msgstr ""
+
+#: Library/Backend/Jottacloud/Strings.cs:16
+msgid "Supplies the backup device to use"
+msgstr ""
+
+#: Library/Backend/Jottacloud/Strings.cs:17
+#, csharp-format
msgid ""
-"The path to the GNU Privacy Guard program. If not supplied, Duplicati will "
-"assume that the program \"gpg\" is available in the system path."
+"The backup device to use. Will be created if not already exists. You can "
+"manage your devices from the backup panel in the Jottacloud web interface. "
+"When you specify a custom device you should also specify the mount point to "
+"use on this device with the \"{0}\" option."
msgstr ""
-#: Library/Encryption/Strings.cs:24
-msgid "The path to GnuPG"
+#: Library/Backend/Jottacloud/Strings.cs:18
+msgid "Supplies the mount point to use on the server"
msgstr ""
-#: Library/Encryption/Strings.cs:25
+#: Library/Backend/Jottacloud/Strings.cs:19
#, csharp-format
msgid ""
-"This option has non-standard handling, please use the --{0} option instead."
+"The mount point to use on the server. The default is \"Archive\" for using "
+"the built-in archive mount point. Set this option to \"Sync\" to use the "
+"built-in synchronization mount point instead, or if you have specified a "
+"custom device with option \"{0}\" you are free to name the mount point as "
+"you like."
msgstr ""
-#: Library/Encryption/Strings.cs:26
+#: Library/Backend/Mega/Strings.cs:4
+msgid "mega.nz"
+msgstr ""
+
+#: Library/Backend/Mega/Strings.cs:12
msgid ""
-"Use this option to supply the --armor option to GPG. The files will be "
-"larger but can be sent as pure text files."
+"This backend can read and write data to Mega.co.nz. Allowed formats are: "
+"\"mega://folder/subfolder\""
msgstr ""
-#: Library/Encryption/Strings.cs:27
-msgid "Use GPG Armor"
+#: Library/Backend/SharePoint/Strings.cs:6
+msgid "Microsoft SharePoint"
msgstr ""
-#: Library/Encryption/Strings.cs:28
-msgid "Overrides the GPG command supplied for decryption"
+#: Library/Backend/SharePoint/Strings.cs:7
+msgid ""
+"Supports connections to a SharePoint server (including OneDrive for "
+"Business). Allowed formats are \"mssp://tennant.sharepoint.com/PathToWeb//"
+"BaseDocLibrary/subfolder\" or \"mssp://username:password@tennant.sharepoint."
+"com/PathToWeb//BaseDocLibrary/subfolder\". Use a double slash '//' in the "
+"path to denote the web from the documents library."
msgstr ""
-#: Library/Encryption/Strings.cs:29
-msgid "The GPG decryption command"
+#: Library/Backend/SharePoint/Strings.cs:12
+#: Library/Backend/WEBDAV/Strings.cs:11
+msgid ""
+"If the server and client both supports integrated authentication, this "
+"option enables that authentication method. This is likely only available "
+"with windows servers and clients."
msgstr ""
-#: Library/Encryption/Strings.cs:30
-#, csharp-format
+#: Library/Backend/SharePoint/Strings.cs:13
+#: Library/Backend/WEBDAV/Strings.cs:12
+msgid "Use windows integrated authentication to connect to the server"
+msgstr ""
+
+#: Library/Backend/SharePoint/Strings.cs:14
msgid ""
-"Overrides the default GPG encryption command \"{0}\", normal usage is to "
-"request asymetric encryption with the setting {1}"
+"Use this option to have files moved to the recycle bin folder instead of "
+"removing them permanently when compacting or deleting backups."
msgstr ""
-#: Library/Encryption/Strings.cs:31
-msgid "The GPG encryption command"
+#: Library/Backend/SharePoint/Strings.cs:15
+msgid "Move deleted files to the recycle bin"
msgstr ""
-#: Library/Encryption/Strings.cs:34
+#: Library/Backend/SharePoint/Strings.cs:17
+msgid ""
+"Use this option to upload files to SharePoint as a whole with BinaryDirect "
+"mode. This is the most efficient way of uploading, but can cause non-"
+"recoverable timeouts under certain conditions. Use this option only with "
+"very fast and stable internet connections."
+msgstr ""
+
+#: Library/Backend/SharePoint/Strings.cs:18
+msgid "Upload files using binary direct mode."
+msgstr ""
+
+#: Library/Backend/SharePoint/Strings.cs:20
+msgid ""
+"Use this option to specify a custom value for timeouts of web operation when "
+"communicating with SharePoint Server. Recommended value is 180s."
+msgstr ""
+
+#: Library/Backend/SharePoint/Strings.cs:21
+msgid "Set timeout for SharePoint web operations."
+msgstr ""
+
+#: Library/Backend/SharePoint/Strings.cs:23
+msgid ""
+"Use this option to specify the size of each chunk when uploading to "
+"SharePoint Server. Recommended value is 4MB."
+msgstr ""
+
+#: Library/Backend/SharePoint/Strings.cs:24
+msgid "Set block size for chunked uploads to SharePoint."
+msgstr ""
+
+#: Library/Backend/SharePoint/Strings.cs:26
#, csharp-format
-msgid "Decryption failed: {0}"
+msgid "Element with path '{0}' not found on host '{1}'."
msgstr ""
-#: Library/Encryption/Strings.cs:35
-msgid "Failure while invoking GnuPG, program won't flush output"
+#: Library/Backend/SharePoint/Strings.cs:27
+#, csharp-format
+msgid ""
+"No SharePoint web could be logged in to at path '{0}'. Maybe wrong "
+"credentials. Or try using '//' in path to separate web from folder path."
msgstr ""
-#: Library/Encryption/Strings.cs:36
-msgid "Failure while invoking GnuPG, program won't terminate"
+#: Library/Backend/SharePoint/Strings.cs:28
+msgid ""
+"Everything seemed alright, but then web title could not be read to test "
+"connection. Something's wrong."
msgstr ""
-#: Library/Interface/CustomExceptions.cs:77
-#: Library/Interface/CustomExceptions.cs:85
-msgid "The requested file does not exist"
+#: Library/Backend/SharePoint/Strings.cs:33
+msgid "Microsoft OneDrive for Business"
msgstr ""
-#: Library/Interface/Strings.cs:4
-msgid "aliases"
+#: Library/Backend/SharePoint/Strings.cs:34
+msgid ""
+"Supports connections to Microsoft OneDrive for Business. Allowed formats are "
+"\"od4b://tennant.sharepoint.com/personal/username_domain/Documents/subfolder"
+"\" or \"od4b://username:password@tennant.sharepoint.com/personal/"
+"username_domain/Documents/folder\". You can use a double slash '//' in the "
+"path to denote the base path from the documents folder."
msgstr ""
-#: Library/Interface/Strings.cs:5
-msgid "default value"
+#: Library/Backend/Dropbox/Strings.cs:22
+msgid ""
+"This backend can read and write data to Dropbox. Supported format is "
+"\"dropbox://folder/subfolder\"."
msgstr ""
-#: Library/Interface/Strings.cs:6
-msgid "[DEPRECATED]"
+#: Library/Backend/Dropbox/Strings.cs:23
+msgid "Dropbox"
msgstr ""
-#: Library/Interface/Strings.cs:7
-msgid "values"
+#: Library/Backend/WEBDAV/Strings.cs:4
+msgid ""
+"Supports connections to a WEBDAV enabled web server, using the HTTP "
+"protocol. Allowed formats are \"webdav://hostname/folder\" or \"webdav://"
+"username:password@hostname/folder\"."
msgstr ""
-#: Library/Interface/Strings.cs:10
-msgid "Boolean"
+#: Library/Backend/WEBDAV/Strings.cs:5
+msgid ""
+"Using the HTTP Digest authentication method allows the user to authenticate "
+"with the server, without sending the password in clear. However, a man-in-"
+"the-middle attack is easy, because the HTTP protocol specifies a fallback to "
+"Basic authentication, which will make the client send the password to the "
+"attacker. Using this flag, the client does not accept this, and always uses "
+"Digest authentication or fails to connect."
msgstr ""
-#: Library/Interface/Strings.cs:11
-msgid "Enumeration"
+#: Library/Backend/WEBDAV/Strings.cs:6
+msgid "Force the use of the HTTP Digest authentication method"
msgstr ""
-#: Library/Interface/Strings.cs:12
-msgid "Flags"
+#: Library/Backend/WEBDAV/Strings.cs:13
+msgid "WebDAV"
msgstr ""
-#: Library/Interface/Strings.cs:13
-msgid "Integer"
+#: Library/Backend/WEBDAV/Strings.cs:14
+#, csharp-format
+msgid ""
+"The server returned the error code {0} ({1}), indicating that the server "
+"does not support WebDAV connections"
msgstr ""
-#: Library/Interface/Strings.cs:14
-msgid "Path"
+#: Library/Backend/WEBDAV/Strings.cs:16
+#, csharp-format
+msgid ""
+"When listing the folder {0} the file {1} was listed, but the server now "
+"reports that the file is not found.\n"
+"This can be because the file is deleted or unavailable, but it can also be "
+"because the file extension {2} is blocked by the web server. IIS blocks "
+"unknown extensions by default.\n"
+"Error message: {3}"
msgstr ""
-#: Library/Interface/Strings.cs:15
-msgid "Size"
+#: Library/Backend/WEBDAV/Strings.cs:19 Library/Backend/TahoeLAFS/Strings.cs:5
+msgid ""
+"Use this flag to communicate using Secure Socket Layer (SSL) over http "
+"(https)."
msgstr ""
-#: Library/Interface/Strings.cs:16
-msgid "String"
+#: Library/Backend/WEBDAV/Strings.cs:21
+msgid ""
+"To aid in debugging issues, it is possible to set a path to a file that will "
+"be overwritten with the PROPFIND response"
msgstr ""
-#: Library/Interface/Strings.cs:17
-msgid "Timespan"
+#: Library/Backend/WEBDAV/Strings.cs:22
+msgid "Dump the PROPFIND response"
msgstr ""
-#: Library/Interface/Strings.cs:18
-msgid "Unknown"
+#: Library/Backend/TahoeLAFS/Strings.cs:4
+msgid ""
+"This backend can read and write data to a Tahoe-LAFS based backend. Allowed "
+"format is \"tahoe://hostname:port/uri/$DIRCAP\"."
msgstr ""
-#: Library/Interface/Strings.cs:21
+#: Library/Backend/TahoeLAFS/Strings.cs:7
+msgid "Tahoe-LAFS"
+msgstr ""
+
+#: Library/Backend/TahoeLAFS/Strings.cs:9
+msgid "Unsupported URL format, must start with \"uri/URI:DIR2:\""
+msgstr ""
+
+#: Library/Backend/OAuthHelper/Strings.cs:7
#, csharp-format
msgid ""
-"The configuration for the backend is not valid, it is missing the {0} field"
+"Failed to authorize using the OAuth service: {0}. If the problem persists, "
+"try generating a new authid token from: {1}"
msgstr ""
-#: Library/Interface/Strings.cs:22
-msgid "Do you want to test the connection?"
+#: Library/Backend/OAuthHelper/Strings.cs:11
+msgid "The OAuth service is currently over quota, try again in a few hours"
msgstr ""
-#: Library/Interface/Strings.cs:23
+#: Library/DynamicLoader/Strings.cs:4
#, csharp-format
-msgid "Connection Failed: {0}"
+msgid "Failed to load assembly {0}, error message: {1}"
msgstr ""
-#: Library/Interface/Strings.cs:24
-msgid "Connection succeeded!"
+#: Library/DynamicLoader/Strings.cs:5
+#, csharp-format
+msgid "Failed to load process type {0} assembly {1}, error message: {2}"
msgstr ""
-#: Library/Interface/Strings.cs:25
+#: Library/Compression/Strings.cs:4
+#, csharp-format
+msgid "Please use the {0} option instead"
+msgstr ""
+
+#: Library/Compression/Strings.cs:5 Library/Compression/Strings.cs:23
msgid ""
-"You have not entered a path. This will store all backups in the default "
-"directory. Is this what you want?"
+"This option controls the compression level used. A setting of zero gives no "
+"compression, and a setting of 9 gives maximum compression."
msgstr ""
-#: Library/Interface/Strings.cs:26
-msgid "You must enter a password"
+#: Library/Compression/Strings.cs:6
+msgid "Sets the Zip compression level"
msgstr ""
-#: Library/Interface/Strings.cs:27
+#: Library/Compression/Strings.cs:7
+#, csharp-format
msgid ""
-"You have not entered a password.\n"
-"Proceed without a password?"
+"This option can be used to set an alternative compressor method, such as "
+"LZMA. Note that using another value than Deflate will cause the {0} option "
+"to be ignored."
msgstr ""
-#: Library/Interface/Strings.cs:29
-msgid "You must enter the name of the server"
+#: Library/Compression/Strings.cs:8
+msgid "Sets the Zip compression method"
msgstr ""
-#: Library/Interface/Strings.cs:30
-msgid "You must enter a username"
+#: Library/Compression/Strings.cs:9
+msgid "Toggles Zip64 support"
msgstr ""
-#: Library/Interface/Strings.cs:31
+#: Library/Compression/Strings.cs:10
msgid ""
-"You have not entered a username.\n"
-"This is fine if the server allows anonymous uploads, but likely a username "
-"is required\n"
-"Proceed without a username?"
+"The zip64 format is required for files larger than 4GiB, use this flag to "
+"toggle it"
msgstr ""
-#: Library/Interface/Strings.cs:34
+#: Library/Compression/Strings.cs:11
msgid ""
-"The connection succeeded but another backup was found in the destination "
-"folder. It is possible to configure Duplicati to store multiple backups in "
-"the same folder, but it is not recommended.\n"
-"\n"
-"Do you want to use the selected folder?"
+"This module provides the industry standard Zip compression. Files created "
+"with this module can be read by any standard-compliant zip application."
msgstr ""
-#: Library/Interface/Strings.cs:37
-msgid "The folder cannot be created because it already exists"
+#: Library/Compression/Strings.cs:12
+msgid "Zip compression"
msgstr ""
-#: Library/Interface/Strings.cs:38
-msgid "Folder created!"
+#: Library/Compression/Strings.cs:16
+msgid "Archive not opened for writing"
msgstr ""
-#: Library/Interface/Strings.cs:39
-msgid "The requested folder does not exist"
+#: Library/Compression/Strings.cs:17
+msgid "Archive not opened for reading"
msgstr ""
-#: Library/Interface/Strings.cs:40
-#, csharp-format
-msgid "The server name \"{0}\" is not valid"
+#: Library/Compression/Strings.cs:18
+msgid "The given file is not part of this archive"
msgstr ""
-#: Library/Interface/Strings.cs:41
-msgid "Cancelled"
+#: Library/Compression/Strings.cs:19
+msgid "7z Archive with LZMA2 support."
msgstr ""
-#: Library/Main/BackendManager.cs:588
-#, csharp-format
-msgid "Failed to dispose backend instance: {0}"
+#: Library/Compression/Strings.cs:20
+msgid "7z Archive"
msgstr ""
-#: Library/Main/BackendManager.cs:611
-#, csharp-format
-msgid "Failed to delete file {0}, testing if file exists"
+#: Library/Compression/Strings.cs:21
+msgid ""
+"The number of threads used in LZMA 2 compression. Defaults to the number of "
+"processor cores."
msgstr ""
-#: Library/Main/BackendManager.cs:617
-#, csharp-format
-msgid "Recovered from problem with attempting to delete non-existing file {0}"
+#: Library/Compression/Strings.cs:22
+msgid "Number of threads used in compression"
+msgstr ""
+
+#: Library/Compression/Strings.cs:24
+msgid "Sets the 7z compression level"
+msgstr ""
+
+#: Library/Compression/Strings.cs:25
+msgid ""
+"This option controls the compression algorithm used. Enabling this option "
+"will cause 7z to use the fast algorithm, which produces slightly less "
+"compression."
+msgstr ""
+
+#: Library/Compression/Strings.cs:26
+msgid "Sets the 7z fast algorithm usage"
+msgstr ""
+
+#: Library/SQLiteHelper/Strings.cs:4
+msgid "backup"
msgstr ""
-#: Library/Main/BackendManager.cs:622
+#: Library/SQLiteHelper/Strings.cs:5
#, csharp-format
-msgid "Failed to recover from error deleting file {0}"
+msgid "Unable to determine database format: {0}"
msgstr ""
-#: Library/Main/BackendManager.cs:1122
+#: Library/SQLiteHelper/Strings.cs:6
#, csharp-format
-msgid "Delete operation failed for {0} with FileNotFound, listing contents"
+msgid ""
+"\n"
+"The database has version {0} but the largest supported version is {1}.\n"
+"\n"
+"This is likely caused by upgrading to a newer version and then downgrading.\n"
+"If this is the case, there is likely a backup file of the previous database "
+"version in the folder {2}."
+msgstr ""
+
+#: Library/SQLiteHelper/Strings.cs:11
+msgid "Unknown table layout detected"
msgstr ""
-#: Library/Main/BackendManager.cs:1135
+#: Library/SQLiteHelper/Strings.cs:12
#, csharp-format
-msgid "Listing indicates file {0} is deleted correctly"
+msgid ""
+"Failed to execute SQL: {0}\n"
+"Error: {1}\n"
+"Database is NOT upgraded."
msgstr ""
#: Library/Main/Database/ExtensionMethods.cs:48
@@ -1905,137 +1988,141 @@ msgstr ""
msgid "{0} records"
msgstr ""
-#: Library/Main/Strings.cs:7
+#: Library/Main/Strings.cs:8
#, csharp-format
msgid "Hash mismatch on file \"{0}\", recorded hash: {1}, actual hash {2}"
msgstr ""
-#: Library/Main/Strings.cs:8
+#: Library/Main/Strings.cs:9
#, csharp-format
msgid ""
"The file {0} was downloaded and had size {1} but the size was expected to be "
"{2}"
msgstr ""
-#: Library/Main/Strings.cs:9
+#: Library/Main/Strings.cs:10
#, csharp-format
msgid "The option {0} is deprecated: {1}"
msgstr ""
-#: Library/Main/Strings.cs:10
+#: Library/Main/Strings.cs:11
#, csharp-format
msgid ""
"The option --{0} exists more than once, please report this to the developers"
msgstr ""
-#: Library/Main/Strings.cs:11
+#: Library/Main/Strings.cs:12
msgid "No source folders specified for backup"
msgstr ""
-#: Library/Main/Strings.cs:12
+#: Library/Main/Strings.cs:13
#, csharp-format
msgid "The source folder {0} does not exist, aborting backup"
msgstr ""
-#: Library/Main/Strings.cs:13
+#: Library/Main/Strings.cs:14
#, csharp-format
msgid ""
"The value \"{1}\" supplied to --{0} does not parse into a valid boolean, "
"this will be treated as if it was set to \"true\""
msgstr ""
-#: Library/Main/Strings.cs:14
+#: Library/Main/Strings.cs:15
#, csharp-format
msgid ""
"The option --{0} does not support the value \"{1}\", supported values are: "
"{2}"
msgstr ""
-#: Library/Main/Strings.cs:15
+#: Library/Main/Strings.cs:16
#, csharp-format
msgid ""
"The option --{0} does not support the value \"{1}\", supported flag values "
"are: {2}"
msgstr ""
-#: Library/Main/Strings.cs:16
+#: Library/Main/Strings.cs:17
#, csharp-format
msgid "The value \"{1}\" supplied to --{0} does not represent a valid integer"
msgstr ""
-#: Library/Main/Strings.cs:17
+#: Library/Main/Strings.cs:18
#, csharp-format
msgid ""
"The option --{0} is not supported because the module {1} is not currently "
"loaded"
msgstr ""
-#: Library/Main/Strings.cs:18
+#: Library/Main/Strings.cs:19
#, csharp-format
msgid "The supplied option --{0} is not supported and will be ignored"
msgstr ""
-#: Library/Main/Strings.cs:19
+#: Library/Main/Strings.cs:20
#, csharp-format
msgid "The value \"{1}\" supplied to --{0} does not represent a valid path"
msgstr ""
-#: Library/Main/Strings.cs:20
+#: Library/Main/Strings.cs:21
#, csharp-format
msgid "The value \"{1}\" supplied to --{0} does not represent a valid size"
msgstr ""
-#: Library/Main/Strings.cs:21
+#: Library/Main/Strings.cs:22
#, csharp-format
msgid "The value \"{1}\" supplied to --{0} does not represent a valid time"
msgstr ""
-#: Library/Main/Strings.cs:22
+#: Library/Main/Strings.cs:23
#, csharp-format
msgid "The operation {0} has started"
msgstr ""
-#: Library/Main/Strings.cs:23
+#: Library/Main/Strings.cs:24
#, csharp-format
msgid "The operation {0} has completed"
msgstr ""
-#: Library/Main/Strings.cs:24
+#: Library/Main/Strings.cs:25
#, csharp-format
msgid "The operation {0} has failed with error: {1}"
msgstr ""
-#: Library/Main/Strings.cs:25
+#: Library/Main/Strings.cs:26
#, csharp-format
msgid "Invalid path: \"{0}\" ({1})"
msgstr ""
-#: Library/Main/Strings.cs:26
+#: Library/Main/Strings.cs:27
#, csharp-format
msgid ""
"Failed to apply 'force-locale' setting. Please try to update .NET-Framework. "
"Exception was: \"{0}\" "
msgstr ""
-#: Library/Main/Strings.cs:27
+#: Library/Main/Strings.cs:28
+#, csharp-format
+msgid "The source {0} uses an invalid volume name, aborting backup"
+msgstr ""
+
+#: Library/Main/Strings.cs:29
#, csharp-format
msgid ""
-"The source folder {0} uses a wildcard drive, which is only supported on "
-"Windows, aborting backup"
+"The source {0} is on volume {1}, which could not be found, aborting backup"
msgstr ""
-#: Library/Main/Strings.cs:32
+#: Library/Main/Strings.cs:34
msgid ""
"If a backup is interrupted there will likely be partial files present on the "
"backend. Using this flag, Duplicati will automatically remove such files "
"when encountered."
msgstr ""
-#: Library/Main/Strings.cs:33
+#: Library/Main/Strings.cs:35
msgid "A flag indicating that Duplicati should remove unused files"
msgstr ""
-#: Library/Main/Strings.cs:34
+#: Library/Main/Strings.cs:36
msgid ""
"A string used to prefix the filenames of the remote volumes, can be used to "
"store multiple backups in the same remote folder. The prefix cannot contain "
@@ -2043,11 +2130,11 @@ msgid ""
"storage."
msgstr ""
-#: Library/Main/Strings.cs:35
+#: Library/Main/Strings.cs:37
msgid "Remote filename prefix"
msgstr ""
-#: Library/Main/Strings.cs:36
+#: Library/Main/Strings.cs:38
msgid ""
"The operating system keeps track of the last time a file was written. Using "
"this information, Duplicati can quickly determine if the file has been "
@@ -2055,179 +2142,179 @@ msgid ""
"Duplicati won't work correctly unless this flag is set."
msgstr ""
-#: Library/Main/Strings.cs:37
+#: Library/Main/Strings.cs:39
msgid "Disable checks based on file time"
msgstr ""
-#: Library/Main/Strings.cs:38
+#: Library/Main/Strings.cs:40
msgid ""
"By default, files will be restored in the source folders, use this option to "
"restore to another folder"
msgstr ""
-#: Library/Main/Strings.cs:39
+#: Library/Main/Strings.cs:41
msgid "Restore to another folder"
msgstr ""
-#: Library/Main/Strings.cs:40
+#: Library/Main/Strings.cs:42
msgid "Toggles system sleep mode"
msgstr ""
-#: Library/Main/Strings.cs:41
+#: Library/Main/Strings.cs:43
msgid ""
"Allow system to enter sleep power modes for inactivity during backup/restore "
"operations (Windows/OSX only)"
msgstr ""
-#: Library/Main/Strings.cs:42
+#: Library/Main/Strings.cs:44
msgid ""
"By setting this value you can limit how much bandwidth Duplicati consumes "
"for downloads. Setting this limit can make the backups take longer, but will "
"make Duplicati less intrusive."
msgstr ""
-#: Library/Main/Strings.cs:43
+#: Library/Main/Strings.cs:45
msgid "Max number of kilobytes to download pr. second"
msgstr ""
-#: Library/Main/Strings.cs:44
+#: Library/Main/Strings.cs:46
msgid ""
"By setting this value you can limit how much bandwidth Duplicati consumes "
"for uploads. Setting this limit can make the backups take longer, but will "
"make Duplicati less intrusive."
msgstr ""
-#: Library/Main/Strings.cs:45
+#: Library/Main/Strings.cs:47
msgid "Max number of kilobytes to upload pr. second"
msgstr ""
-#: Library/Main/Strings.cs:46
+#: Library/Main/Strings.cs:48
msgid ""
"If you store the backups on a local disk, and prefer that they are kept "
"unencrypted, you can turn of encryption completely by using this switch."
msgstr ""
-#: Library/Main/Strings.cs:47
+#: Library/Main/Strings.cs:49
msgid "Disable encryption"
msgstr ""
-#: Library/Main/Strings.cs:48
+#: Library/Main/Strings.cs:50
msgid ""
"If an upload or download fails, Duplicati will retry a number of times "
"before failing. Use this to handle unstable network connections better."
msgstr ""
-#: Library/Main/Strings.cs:49
+#: Library/Main/Strings.cs:51
msgid "Number of times to retry a failed transmission"
msgstr ""
-#: Library/Main/Strings.cs:50
+#: Library/Main/Strings.cs:52
msgid ""
"Supply a passphrase that Duplicati will use to encrypt the backup volumes, "
"making them unreadable without the passphrase. This variable can also be "
"supplied through the environment variable PASSPHRASE."
msgstr ""
-#: Library/Main/Strings.cs:51
+#: Library/Main/Strings.cs:53
msgid "Passphrase used to encrypt backups"
msgstr ""
-#: Library/Main/Strings.cs:52
+#: Library/Main/Strings.cs:54
msgid ""
"By default, Duplicati will list and restore files from the most recent "
"backup, use this option to select another item. You may use relative times, "
"like \"-2M\" for a backup from two months ago."
msgstr ""
-#: Library/Main/Strings.cs:53
+#: Library/Main/Strings.cs:55
msgid "The time to list/restore files"
msgstr ""
-#: Library/Main/Strings.cs:54
+#: Library/Main/Strings.cs:56
msgid ""
"By default, Duplicati will list and restore files from the most recent "
"backup, use this option to select another item. You may enter multiple "
"values separated with comma, and ranges using -, e.g. \"0,2-4,7\" ."
msgstr ""
-#: Library/Main/Strings.cs:55
+#: Library/Main/Strings.cs:57
msgid "The version to list/restore files"
msgstr ""
-#: Library/Main/Strings.cs:56
+#: Library/Main/Strings.cs:58
msgid ""
"When searching for files, only the most recent backup is searched. Use this "
"option to show all previous versions too."
msgstr ""
-#: Library/Main/Strings.cs:57
+#: Library/Main/Strings.cs:59
msgid "Show all versions"
msgstr ""
-#: Library/Main/Strings.cs:58
+#: Library/Main/Strings.cs:60
msgid ""
"When searching for files, all matching files are returned. Use this option "
"to return only the largest common prefix path."
msgstr ""
-#: Library/Main/Strings.cs:59
+#: Library/Main/Strings.cs:61
msgid "Show largest prefix"
msgstr ""
-#: Library/Main/Strings.cs:60
+#: Library/Main/Strings.cs:62
msgid ""
"When searching for files, all matching files are returned. Use this option "
"to return only the entries found in the folder specified as filter."
msgstr ""
-#: Library/Main/Strings.cs:61
+#: Library/Main/Strings.cs:63
msgid "Show folder contents"
msgstr ""
-#: Library/Main/Strings.cs:62
+#: Library/Main/Strings.cs:64
msgid ""
"After a failed transmission, Duplicati will wait a short period before "
"attempting again. This is useful if the network drops out occasionally "
"during transmissions."
msgstr ""
-#: Library/Main/Strings.cs:63
+#: Library/Main/Strings.cs:65
msgid "Time to wait between retries"
msgstr ""
-#: Library/Main/Strings.cs:64
+#: Library/Main/Strings.cs:66
msgid "Use this option to attach extra files to the newly uploaded filelists."
msgstr ""
-#: Library/Main/Strings.cs:65
+#: Library/Main/Strings.cs:67
msgid "Set control files"
msgstr ""
-#: Library/Main/Strings.cs:66
+#: Library/Main/Strings.cs:68
msgid ""
"If the hash for the volume does not match, Duplicati will refuse to use the "
"backup. Supply this flag to allow Duplicati to proceed anyway."
msgstr ""
-#: Library/Main/Strings.cs:67
+#: Library/Main/Strings.cs:69
msgid "Set this flag to skip hash checks"
msgstr ""
-#: Library/Main/Strings.cs:68
+#: Library/Main/Strings.cs:70
msgid ""
"This option allows you to exclude files that are larger than the given "
"value. Use this to prevent backups becoming extremely large."
msgstr ""
-#: Library/Main/Strings.cs:69
+#: Library/Main/Strings.cs:71
msgid "Limit the size of files being backed up"
msgstr ""
-#: Library/Main/Strings.cs:70
+#: Library/Main/Strings.cs:72
msgid "Temporary storage folder"
msgstr ""
-#: Library/Main/Strings.cs:71
+#: Library/Main/Strings.cs:73
msgid ""
"Duplicati will use the system default temporary folder. This option can be "
"used to supply an alternative folder for temporary storage. Note that SQLite "
@@ -2236,49 +2323,49 @@ msgid ""
"folder for both Duplicati and SQLite."
msgstr ""
-#: Library/Main/Strings.cs:72
+#: Library/Main/Strings.cs:74
msgid ""
"Selects another thread priority for the process. Use this to set Duplicati "
"to be more or less CPU intensive."
msgstr ""
-#: Library/Main/Strings.cs:73
+#: Library/Main/Strings.cs:75
msgid "Thread priority"
msgstr ""
-#: Library/Main/Strings.cs:74
+#: Library/Main/Strings.cs:76
msgid ""
"This option can change the maximum size of dblock files. Changing the size "
"can be useful if the backend has a limit on the size of each individual file"
msgstr ""
-#: Library/Main/Strings.cs:75
+#: Library/Main/Strings.cs:77
msgid "Limit the size of the volumes"
msgstr ""
-#: Library/Main/Strings.cs:76
+#: Library/Main/Strings.cs:78
msgid ""
"Enabling this option will disallow usage of the streaming interface, which "
"means that transfer progress bars will not show, and bandwidth throttle "
"settings will be ignored."
msgstr ""
-#: Library/Main/Strings.cs:77
+#: Library/Main/Strings.cs:79
msgid "Disables use of the streaming transfer method"
msgstr ""
-#: Library/Main/Strings.cs:78
+#: Library/Main/Strings.cs:80
msgid ""
"This option will make sure the contents of the manifest file are not read. "
"This also implies that file hashes are not checked either. Use only for "
"disaster recovery."
msgstr ""
-#: Library/Main/Strings.cs:79
+#: Library/Main/Strings.cs:81
msgid "An option that prevents verifying the manifests"
msgstr ""
-#: Library/Main/Strings.cs:80
+#: Library/Main/Strings.cs:82
msgid ""
"Duplicati supports pluggable compression modules. Use this option to select "
"a module to use for compression. This is only applied when creating new "
@@ -2286,11 +2373,11 @@ msgid ""
"compression module."
msgstr ""
-#: Library/Main/Strings.cs:81
+#: Library/Main/Strings.cs:83
msgid "Select what module to use for compression"
msgstr ""
-#: Library/Main/Strings.cs:82
+#: Library/Main/Strings.cs:84
msgid ""
"Duplicati supports pluggable encryption modules. Use this option to select a "
"module to use for encryption. This is only applied when creating new "
@@ -2298,27 +2385,27 @@ msgid ""
"encryption module."
msgstr ""
-#: Library/Main/Strings.cs:83
+#: Library/Main/Strings.cs:85
msgid "Select what module to use for encryption"
msgstr ""
-#: Library/Main/Strings.cs:84
+#: Library/Main/Strings.cs:86
msgid "Supply one or more module names, separated by commas to unload them"
msgstr ""
-#: Library/Main/Strings.cs:85
+#: Library/Main/Strings.cs:87
msgid "Disabled one or more modules"
msgstr ""
-#: Library/Main/Strings.cs:86
+#: Library/Main/Strings.cs:88
msgid "Supply one or more module names, separated by commas to load them"
msgstr ""
-#: Library/Main/Strings.cs:87
+#: Library/Main/Strings.cs:89
msgid "Enables one or more modules"
msgstr ""
-#: Library/Main/Strings.cs:88
+#: Library/Main/Strings.cs:90
msgid ""
"This setting controls the usage of snapshots, which allows Duplicati to "
"backup files that are locked by other programs. If this is set to \"off\", "
@@ -2332,67 +2419,67 @@ msgid ""
"Logical Volume Management (LVM) and requires root privileges."
msgstr ""
-#: Library/Main/Strings.cs:89
+#: Library/Main/Strings.cs:91
msgid "Controls the use of disk snapshots"
msgstr ""
-#: Library/Main/Strings.cs:90
+#: Library/Main/Strings.cs:92
msgid ""
"The pre-generated volumes will be placed into the temporary folder by "
"default, this option can set a different folder for placing the temporary "
"volumes, despite the name, this also works for synchronous runs"
msgstr ""
-#: Library/Main/Strings.cs:91
+#: Library/Main/Strings.cs:93
msgid "The path where ready volumes are placed until uploaded"
msgstr ""
-#: Library/Main/Strings.cs:92
+#: Library/Main/Strings.cs:94
msgid ""
"When performing asynchronous uploads, Duplicati will create volumes that can "
"be uploaded. To prevent Duplicati from generating too many volumes, this "
"option limits the number of pending uploads. Set to zero to disable the limit"
msgstr ""
-#: Library/Main/Strings.cs:93
+#: Library/Main/Strings.cs:95
msgid "The number of volumes to create ahead of time"
msgstr ""
-#: Library/Main/Strings.cs:94
+#: Library/Main/Strings.cs:96
msgid ""
"Activating this option will make some error messages more verbose, which may "
"help you track down a particular issue"
msgstr ""
-#: Library/Main/Strings.cs:95
+#: Library/Main/Strings.cs:97
msgid "Enables debugging output"
msgstr ""
-#: Library/Main/Strings.cs:96
+#: Library/Main/Strings.cs:98
msgid "Log internal information"
msgstr ""
-#: Library/Main/Strings.cs:97
+#: Library/Main/Strings.cs:99
msgid ""
"Specifies the amount of log information to write into the file specified by "
"--log-file"
msgstr ""
-#: Library/Main/Strings.cs:98
+#: Library/Main/Strings.cs:100
msgid "Log information level"
msgstr ""
-#: Library/Main/Strings.cs:99
+#: Library/Main/Strings.cs:101
msgid ""
"If Duplicati detects that the target folder is missing, it will create it "
"automatically. Activate this option to prevent automatic folder creation."
msgstr ""
-#: Library/Main/Strings.cs:100
+#: Library/Main/Strings.cs:102
msgid "Disables automatic folder creation"
msgstr ""
-#: Library/Main/Strings.cs:101
+#: Library/Main/Strings.cs:103
msgid ""
"Use this option to exclude faulty writers from a snapshot. This is "
"equivalent to the -wx flag of the vshadow.exe tool, except that it only "
@@ -2401,12 +2488,12 @@ msgid ""
"are allowed, including with and without curly braces."
msgstr ""
-#: Library/Main/Strings.cs:102
+#: Library/Main/Strings.cs:104
msgid ""
"A semicolon separated list of guids of VSS writers to exclude (Windows only)"
msgstr ""
-#: Library/Main/Strings.cs:103
+#: Library/Main/Strings.cs:105
msgid ""
"This setting controls the usage of NTFS USN numbers, which allows Duplicati "
"to obtain a list of files and folders much faster. If this is set to \"off"
@@ -2419,11 +2506,11 @@ msgid ""
"privileges."
msgstr ""
-#: Library/Main/Strings.cs:104
+#: Library/Main/Strings.cs:106
msgid "Controls the use of NTFS Update Sequence Numbers"
msgstr ""
-#: Library/Main/Strings.cs:105
+#: Library/Main/Strings.cs:107
msgid ""
"If USN is enabled the USN numbers are used to find all changed files since "
"last backup. Use this option to disable the use of USN numbers, which will "
@@ -2432,11 +2519,11 @@ msgid ""
"If USN is not enabled, this option has no effect."
msgstr ""
-#: Library/Main/Strings.cs:106
+#: Library/Main/Strings.cs:108
msgid "Disables changelist by USN numbers"
msgstr ""
-#: Library/Main/Strings.cs:107
+#: Library/Main/Strings.cs:109
#, csharp-format
msgid ""
"When matching timestamps, Duplicati will adjust the times by a small "
@@ -2449,26 +2536,26 @@ msgid ""
"strict time checking"
msgstr ""
-#: Library/Main/Strings.cs:108
+#: Library/Main/Strings.cs:110
msgid "Deactivates tolerance when comparing times"
msgstr ""
-#: Library/Main/Strings.cs:109
+#: Library/Main/Strings.cs:111
msgid "Verify uploads by listing contents"
msgstr ""
-#: Library/Main/Strings.cs:110
+#: Library/Main/Strings.cs:112
msgid ""
"Duplicati will upload files while scanning the disk and producing volumes, "
"which usually makes the backup faster. Use this flag to turn the behavior "
"off, so that Duplicati will wait for each volume to complete."
msgstr ""
-#: Library/Main/Strings.cs:111
+#: Library/Main/Strings.cs:113
msgid "Upload files synchronously"
msgstr ""
-#: Library/Main/Strings.cs:112
+#: Library/Main/Strings.cs:114
msgid ""
"Duplicati will attempt to perform multiple operations on a single "
"connection, as this avoids repeated login attempts, and thus speeds up the "
@@ -2476,47 +2563,60 @@ msgid ""
"on a seperate connection"
msgstr ""
-#: Library/Main/Strings.cs:113
+#: Library/Main/Strings.cs:115
msgid "Do not re-use connections"
msgstr ""
-#: Library/Main/Strings.cs:114
+#: Library/Main/Strings.cs:116
msgid ""
"When an error occurs, Duplicati will silently retry, and only report the "
"number of retries. Enable this option to have the error messages displayed "
"when a retry is performed."
msgstr ""
-#: Library/Main/Strings.cs:115
+#: Library/Main/Strings.cs:117
msgid "Show error messages when a retry is performed"
msgstr ""
-#: Library/Main/Strings.cs:116
+#: Library/Main/Strings.cs:118
msgid ""
"If no files have changed, Duplicati will not upload a backup set. If the "
"backup data is used to verify that a backup was executed, this option will "
"make Duplicati upload a backupset even if it is empty"
msgstr ""
-#: Library/Main/Strings.cs:117
+#: Library/Main/Strings.cs:119
msgid "Upload empty backup files"
msgstr ""
-#: Library/Main/Strings.cs:118
+#: Library/Main/Strings.cs:120
msgid ""
"This value can be used to set a known upper limit on the amount of space a "
"backend has. If the backend reports the size itself, this value is ignored"
msgstr ""
-#: Library/Main/Strings.cs:119
+#: Library/Main/Strings.cs:121
msgid "A reported maximum storage"
msgstr ""
-#: Library/Main/Strings.cs:120
+#: Library/Main/Strings.cs:122
+#, csharp-format
+msgid ""
+"Exclude files that match the given filter sets. Which default filter sets "
+"should be used. Valid sets are \"{0}\", \"{1}\", \"{2}\", and \"{3}\". If "
+"this parameter is set with no value, the set for the current operating "
+"system will be used."
+msgstr ""
+
+#: Library/Main/Strings.cs:123
+msgid "Default filter sets"
+msgstr ""
+
+#: Library/Main/Strings.cs:124
msgid "Symlink handling"
msgstr ""
-#: Library/Main/Strings.cs:121
+#: Library/Main/Strings.cs:125
#, csharp-format
msgid ""
"Use this option to handle symlinks differently. The \"{0}\" option will "
@@ -2527,11 +2627,11 @@ msgid ""
"included and restore as normal files."
msgstr ""
-#: Library/Main/Strings.cs:122
+#: Library/Main/Strings.cs:126
msgid "Hardlink handling"
msgstr ""
-#: Library/Main/Strings.cs:123
+#: Library/Main/Strings.cs:127
#, csharp-format
msgid ""
"Use this option to handle hardlinks (only works on Linux/OSX). The \"{0}\" "
@@ -2541,11 +2641,11 @@ msgid ""
"will ignore all hardlinks with more than one link."
msgstr ""
-#: Library/Main/Strings.cs:124
+#: Library/Main/Strings.cs:128
msgid "Exclude files by attribute"
msgstr ""
-#: Library/Main/Strings.cs:125
+#: Library/Main/Strings.cs:129
#, csharp-format
msgid ""
"Use this option to exclude files with certain attributes. Use a comma "
@@ -2553,7 +2653,7 @@ msgid ""
"are: {0}"
msgstr ""
-#: Library/Main/Strings.cs:126
+#: Library/Main/Strings.cs:130
msgid ""
"Activate this option to map VSS snapshots to a drive (similar to SUBST, "
"using Win32 DefineDosDevice). This will create temporary drives that are "
@@ -2561,21 +2661,21 @@ msgid ""
"file access on Windows XP."
msgstr ""
-#: Library/Main/Strings.cs:127
+#: Library/Main/Strings.cs:131
msgid "Map snapshots to a drive (Windows only)"
msgstr ""
-#: Library/Main/Strings.cs:128
+#: Library/Main/Strings.cs:132
msgid ""
"A display name that is attached to this backup. Can be used to identify the "
"backup when sending mail or running scripts."
msgstr ""
-#: Library/Main/Strings.cs:129
+#: Library/Main/Strings.cs:133
msgid "Name of the backup"
msgstr ""
-#: Library/Main/Strings.cs:130
+#: Library/Main/Strings.cs:134
#, csharp-format
msgid ""
"This property can be used to point to a text file where each line contains a "
@@ -2587,22 +2687,22 @@ msgid ""
"{0}."
msgstr ""
-#: Library/Main/Strings.cs:131
+#: Library/Main/Strings.cs:135
msgid "Manage non-compressible file extensions"
msgstr ""
-#: Library/Main/Strings.cs:132 Library/Main/Strings.cs:142
-#: Library/Main/Strings.cs:151
+#: Library/Main/Strings.cs:136 Library/Main/Strings.cs:146
+#: Library/Main/Strings.cs:155
msgid ""
"A fragment of memory is used to reduce database lookups. You should not "
"change this value unless you get warnings in the log."
msgstr ""
-#: Library/Main/Strings.cs:133
+#: Library/Main/Strings.cs:137
msgid "Memory used by the block hash"
msgstr ""
-#: Library/Main/Strings.cs:134
+#: Library/Main/Strings.cs:138
msgid ""
"The block size determines how files are fragmented. Choosing a large value "
"will cause a larger overhead on file changes, choosing a small value will "
@@ -2610,93 +2710,93 @@ msgid ""
"be changed after remote files are created."
msgstr ""
-#: Library/Main/Strings.cs:135
+#: Library/Main/Strings.cs:139
msgid "Block size used in hashing"
msgstr ""
-#: Library/Main/Strings.cs:136
+#: Library/Main/Strings.cs:140
msgid ""
"This option can be used to limit the scan to only files that are known to "
"have changed. This is usually only activated in combination with a "
"filesystem watcher that keeps track of file changes."
msgstr ""
-#: Library/Main/Strings.cs:137
+#: Library/Main/Strings.cs:141
msgid "List of files to examine for changes"
msgstr ""
-#: Library/Main/Strings.cs:138
+#: Library/Main/Strings.cs:142
msgid "Path to the file containing the local cache of the remote file database"
msgstr ""
-#: Library/Main/Strings.cs:139
+#: Library/Main/Strings.cs:143
msgid "Path to the local state database"
msgstr ""
-#: Library/Main/Strings.cs:140
+#: Library/Main/Strings.cs:144
#, csharp-format
msgid ""
"This option can be used to supply a list of deleted files. This option will "
"be ignored unless the option --{0} is also set."
msgstr ""
-#: Library/Main/Strings.cs:141
+#: Library/Main/Strings.cs:145
msgid "List of deleted files"
msgstr ""
-#: Library/Main/Strings.cs:143
+#: Library/Main/Strings.cs:147
msgid "Memory used by the file hash"
msgstr ""
-#: Library/Main/Strings.cs:144
+#: Library/Main/Strings.cs:148
msgid ""
"This option can be used to reduce the memory footprint by not keeping paths "
"and modification timestamps in memory"
msgstr ""
-#: Library/Main/Strings.cs:145
+#: Library/Main/Strings.cs:149
msgid "Reduce memory footprint by disabling in-memory lookups"
msgstr ""
-#: Library/Main/Strings.cs:146
+#: Library/Main/Strings.cs:150
msgid ""
"This option can be used to increase speed in exchange for extra memory use."
msgstr ""
-#: Library/Main/Strings.cs:147
+#: Library/Main/Strings.cs:151
msgid "Store an in-memory block cache"
msgstr ""
-#: Library/Main/Strings.cs:148
+#: Library/Main/Strings.cs:152
msgid ""
"Stores metadata, such as file timestamps and attributes. This increases the "
"required storage space as well as the processing time."
msgstr ""
-#: Library/Main/Strings.cs:149
+#: Library/Main/Strings.cs:153
msgid "Enables storing file metadata"
msgstr ""
-#: Library/Main/Strings.cs:150
+#: Library/Main/Strings.cs:154
msgid "This option is no longer used as metadata is now stored by default"
msgstr ""
-#: Library/Main/Strings.cs:152
+#: Library/Main/Strings.cs:156
msgid "Memory used by the metadata hash"
msgstr ""
-#: Library/Main/Strings.cs:153
+#: Library/Main/Strings.cs:157
msgid ""
"If this flag is set, the local database is not compared to the remote "
"filelist on startup. The intended usage for this option is to work correctly "
"in cases where the filelisting is broken or unavailable."
msgstr ""
-#: Library/Main/Strings.cs:154
+#: Library/Main/Strings.cs:158
msgid "Do not query backend at startup"
msgstr ""
-#: Library/Main/Strings.cs:155
+#: Library/Main/Strings.cs:159
msgid ""
"The index files are used to limit the need for downloading dblock files when "
"there is no local database present. The more information is recorded in the "
@@ -2705,11 +2805,11 @@ msgid ""
"never be used."
msgstr ""
-#: Library/Main/Strings.cs:156
+#: Library/Main/Strings.cs:160
msgid "Determines usage of index files"
msgstr ""
-#: Library/Main/Strings.cs:157
+#: Library/Main/Strings.cs:161
msgid ""
"As files are changed, some data stored at the remote destination may not be "
"required. This option controls how much wasted space the destination can "
@@ -2717,43 +2817,43 @@ msgid ""
"volume and the total storage."
msgstr ""
-#: Library/Main/Strings.cs:158
+#: Library/Main/Strings.cs:162
msgid "The maximum wasted space in percent"
msgstr ""
-#: Library/Main/Strings.cs:159
+#: Library/Main/Strings.cs:163
msgid ""
"This option can be used to experiment with different settings and observe "
"the outcome without changing actual files."
msgstr ""
-#: Library/Main/Strings.cs:160
+#: Library/Main/Strings.cs:164
msgid "Does not perform any modifications"
msgstr ""
-#: Library/Main/Strings.cs:161
+#: Library/Main/Strings.cs:165
msgid ""
"This is a very advanced option! This option can be used to select a block "
"hash algorithm with smaller or larger hash size, for performance or storage "
"space reasons."
msgstr ""
-#: Library/Main/Strings.cs:162
+#: Library/Main/Strings.cs:166
msgid "The hash algorithm used on blocks"
msgstr ""
-#: Library/Main/Strings.cs:163
+#: Library/Main/Strings.cs:167
msgid ""
"This is a very advanced option! This option can be used to select a file "
"hash algorithm with smaller or larger hash size, for performance or storage "
"space reasons."
msgstr ""
-#: Library/Main/Strings.cs:164
+#: Library/Main/Strings.cs:168
msgid "The hash algorithm used on files"
msgstr ""
-#: Library/Main/Strings.cs:165
+#: Library/Main/Strings.cs:169
msgid ""
"If a large number of small files are detected during a backup, or wasted "
"space is found after deleting backups, the remote data will be compacted. "
@@ -2761,11 +2861,11 @@ msgid ""
"running the compact command."
msgstr ""
-#: Library/Main/Strings.cs:166
+#: Library/Main/Strings.cs:170
msgid "Disable automatic compacting"
msgstr ""
-#: Library/Main/Strings.cs:167
+#: Library/Main/Strings.cs:171
msgid ""
"When examining the size of a volume in consideration for compacting, a small "
"tolerance value is used, by default 20 percent of the volume size. This "
@@ -2773,114 +2873,128 @@ msgid ""
"downloaded and rewritten."
msgstr ""
-#: Library/Main/Strings.cs:168
+#: Library/Main/Strings.cs:172
msgid "Volume size threshold"
msgstr ""
-#: Library/Main/Strings.cs:169
+#: Library/Main/Strings.cs:173
msgid ""
"To avoid filling the remote storage with small files, this value can force "
"grouping small files. The small volumes will always be combined when they "
"can fill an entire volume."
msgstr ""
-#: Library/Main/Strings.cs:170
+#: Library/Main/Strings.cs:174
msgid "Maximum number of small volumes"
msgstr ""
-#: Library/Main/Strings.cs:171
+#: Library/Main/Strings.cs:175
msgid ""
"Enable this option to look into other files on this machine to find existing "
"blocks. This is a fairly slow operation but can limit the size of downloads."
msgstr ""
-#: Library/Main/Strings.cs:172
+#: Library/Main/Strings.cs:176
msgid "Use local file data when restoring"
msgstr ""
-#: Library/Main/Strings.cs:173
+#: Library/Main/Strings.cs:177
msgid "Disables the local database"
msgstr ""
-#: Library/Main/Strings.cs:174
+#: Library/Main/Strings.cs:178
msgid ""
"When listing contents or when restoring files, the local database can be "
"skipped. This is usually slower, but can be used to verify the actual "
"contents of the remote store"
msgstr ""
-#: Library/Main/Strings.cs:175
+#: Library/Main/Strings.cs:179
msgid "Keep a number of versions"
msgstr ""
-#: Library/Main/Strings.cs:176
+#: Library/Main/Strings.cs:180
msgid ""
"Use this option to set number of versions to keep, supply -1 to keep all "
"versions"
msgstr ""
-#: Library/Main/Strings.cs:177
+#: Library/Main/Strings.cs:181
msgid "Keep all versions within a timespan"
msgstr ""
-#: Library/Main/Strings.cs:178
+#: Library/Main/Strings.cs:182
msgid "Use this option to set the timespan in which backups are kept."
msgstr ""
-#: Library/Main/Strings.cs:179
+#: Library/Main/Strings.cs:183
+msgid "Reduce number of versions by deleting old intermediate backups"
+msgstr ""
+
+#: Library/Main/Strings.cs:184
+msgid ""
+"Use this option to reduce the number of versions that are kept with "
+"increasing version age by deleting most of the old backups. The expected "
+"format is a comma seperated list of collon sperated time frame and interval "
+"pairs. For example the value \"7D:0s,3M:1D,10Y:2M\" means \"For 7 day keep "
+"all backups, for 3 months keep one backup per day and for 10 years one "
+"backup every 2nd month"
+msgstr ""
+
+#: Library/Main/Strings.cs:185
msgid "Ignore missing source elements"
msgstr ""
-#: Library/Main/Strings.cs:180
+#: Library/Main/Strings.cs:186
msgid "Use this option to continue even if some source entries are missing."
msgstr ""
-#: Library/Main/Strings.cs:181
+#: Library/Main/Strings.cs:187
msgid "Overwrite files when restoring"
msgstr ""
-#: Library/Main/Strings.cs:182
+#: Library/Main/Strings.cs:188
msgid ""
"Use this option to overwrite target files when restoring, if this option is "
"not set the files will be restored with a timestamp and a number appended."
msgstr ""
-#: Library/Main/Strings.cs:183
+#: Library/Main/Strings.cs:189
msgid "Output more progress information"
msgstr ""
-#: Library/Main/Strings.cs:184
+#: Library/Main/Strings.cs:190
msgid ""
"Use this option to increase the amount of output generated when running an "
"option. Generally this option will produce a line for each file processed."
msgstr ""
-#: Library/Main/Strings.cs:185
+#: Library/Main/Strings.cs:191
msgid "Output full results"
msgstr ""
-#: Library/Main/Strings.cs:186
+#: Library/Main/Strings.cs:192
msgid ""
"Use this option to increase the amount of output generated as the result of "
"the operation, including all filenames."
msgstr ""
-#: Library/Main/Strings.cs:187
+#: Library/Main/Strings.cs:193
msgid "Determine if verification files are uploaded"
msgstr ""
-#: Library/Main/Strings.cs:188
+#: Library/Main/Strings.cs:194
msgid ""
"Use this option to upload a verification file after changing the remote "
"storage. The file is not encrypted and contains the size and SHA256 hashes "
"of all the remote files and can be used to verify the integrity of the files."
msgstr ""
-#: Library/Main/Strings.cs:189
+#: Library/Main/Strings.cs:195
msgid "The number of samples to test after a backup"
msgstr ""
-#: Library/Main/Strings.cs:190
+#: Library/Main/Strings.cs:196
#, csharp-format
msgid ""
"After a backup is completed, some files are selected for verification on the "
@@ -2888,11 +3002,11 @@ msgid ""
"0 or the option --{0} is set, no remote files are verified"
msgstr ""
-#: Library/Main/Strings.cs:191
+#: Library/Main/Strings.cs:197
msgid "Activates in-depth verification of files"
msgstr ""
-#: Library/Main/Strings.cs:192
+#: Library/Main/Strings.cs:198
#, csharp-format
msgid ""
"After a backup is completed, some files are selected for verification on the "
@@ -2903,109 +3017,101 @@ msgid ""
"performed directly."
msgstr ""
-#: Library/Main/Strings.cs:193
+#: Library/Main/Strings.cs:199
msgid "Size of the file read buffer"
msgstr ""
-#: Library/Main/Strings.cs:194
+#: Library/Main/Strings.cs:200
msgid ""
"Use this size to control how many bytes a read from a file before processing"
msgstr ""
-#: Library/Main/Strings.cs:195
+#: Library/Main/Strings.cs:201
msgid "Allow the passphrase to change"
msgstr ""
-#: Library/Main/Strings.cs:196
+#: Library/Main/Strings.cs:202
msgid ""
"Use this option to allow the passphrase to change, note that this option is "
"not permitted for a backup or repair operation"
msgstr ""
-#: Library/Main/Strings.cs:197
+#: Library/Main/Strings.cs:203
msgid "List only filesets"
msgstr ""
-#: Library/Main/Strings.cs:198
+#: Library/Main/Strings.cs:204
msgid ""
"Use this option to only list filesets and avoid traversing file names and "
"other metadata which slows down the process"
msgstr ""
-#: Library/Main/Strings.cs:200
+#: Library/Main/Strings.cs:206
msgid "Don't store metadata"
msgstr ""
-#: Library/Main/Strings.cs:201
+#: Library/Main/Strings.cs:207
msgid ""
"Use this option to disable the storage of metadata, such as file timestamps. "
"Disabling metadata storage will speed up the backup and restore operations, "
"but does not affect file size much."
msgstr ""
-#: Library/Main/Strings.cs:202
+#: Library/Main/Strings.cs:208
msgid "Restore file permissions"
msgstr ""
-#: Library/Main/Strings.cs:203
+#: Library/Main/Strings.cs:209
msgid ""
"By default permissions are not restored as they might prevent you from "
"accessing your files. Use this option to restore the permissions as well."
msgstr ""
-#: Library/Main/Strings.cs:204
+#: Library/Main/Strings.cs:210
msgid "Skip restored file check"
msgstr ""
-#: Library/Main/Strings.cs:205
+#: Library/Main/Strings.cs:211
msgid ""
"After restoring files, the file hash of all restored files are checked to "
"verify that the restore was successful. Use this option to disable the check "
"and avoid waiting for the verification."
msgstr ""
-#: Library/Main/Strings.cs:206
+#: Library/Main/Strings.cs:212
msgid "Activate caches"
msgstr ""
-#: Library/Main/Strings.cs:207
+#: Library/Main/Strings.cs:213
msgid "Activate in-memory caches, which are now off by default"
msgstr ""
-#: Library/Main/Strings.cs:208
+#: Library/Main/Strings.cs:214
msgid "Do not use local data"
msgstr ""
-#: Library/Main/Strings.cs:209
+#: Library/Main/Strings.cs:215
msgid ""
"Duplicati will attempt to use data from source files to minimize the amount "
"of downloaded data. Use this option to skip this optimization and only use "
"remote data."
msgstr ""
-#: Library/Main/Strings.cs:210
+#: Library/Main/Strings.cs:216
msgid "Check block hashes"
msgstr ""
-#: Library/Main/Strings.cs:211
+#: Library/Main/Strings.cs:217
msgid ""
"Use this option to increase verification by checking the hash of blocks read "
"from a volume before patching restored files with the data."
msgstr ""
-#: Library/Main/Strings.cs:212 Server/Strings.cs:31
-msgid "Clean up old log data"
-msgstr ""
-
-#: Library/Main/Strings.cs:213 Server/Strings.cs:32
-msgid "Set the time after which log data will be purged from the database."
-msgstr ""
-
-#: Library/Main/Strings.cs:214
+#: Library/Main/Strings.cs:220
msgid "Repair database with paths"
msgstr ""
-#: Library/Main/Strings.cs:215
+#: Library/Main/Strings.cs:221
msgid ""
"Use this option to build a searchable local database which only contains "
"path information. This option is usable for quickly building a database to "
@@ -3013,11 +3119,11 @@ msgid ""
"resulting database can be searched, but cannot be used to restore data with."
msgstr ""
-#: Library/Main/Strings.cs:216
+#: Library/Main/Strings.cs:222
msgid "Force the locale setting"
msgstr ""
-#: Library/Main/Strings.cs:217
+#: Library/Main/Strings.cs:223
msgid ""
"By default, your system locale and culture settings will be used. In some "
"cases you may prefer to run with another locale, for example to get messages "
@@ -3025,40 +3131,40 @@ msgid ""
"blank string to choose the \"Invariant Culture\"."
msgstr ""
-#: Library/Main/Strings.cs:218
+#: Library/Main/Strings.cs:224
msgid "Handle file communication with backend using threaded pipes"
msgstr ""
-#: Library/Main/Strings.cs:219
+#: Library/Main/Strings.cs:225
msgid ""
"Use this option to disable multithreaded handling of up- and downloads, that "
"can significantly speed up backend operations depending on the hardware "
"you're running on and the transfer rate of your backend."
msgstr ""
-#: Library/Main/Strings.cs:220
+#: Library/Main/Strings.cs:226
msgid "Perform backup of Hyper-V machines (Windows only)"
msgstr ""
-#: Library/Main/Strings.cs:221
+#: Library/Main/Strings.cs:227
msgid ""
"Use this option to specify the IDs of machines to include in the backup. "
"Specify multiple machine IDs with a semicolon separator. (You can use this "
"Powershell command to get ID 'Get-VM | ft VMName, ID')"
msgstr ""
-#: Library/Main/Strings.cs:222
+#: Library/Main/Strings.cs:228
msgid ""
"If Duplicati detects that the previous backup did not complete, it will "
"generate a filelist that is a merge of the last completed backup and the "
"contents that were uploaded in the incomplete backup session."
msgstr ""
-#: Library/Main/Strings.cs:223
+#: Library/Main/Strings.cs:229
msgid "Disables synthetic filelist"
msgstr ""
-#: Library/Main/Strings.cs:224
+#: Library/Main/Strings.cs:230
msgid ""
"This flag instructs Duplicati to not look at metadata or filesize when "
"deciding to scan a file for changes. Use this option if you have a large "
@@ -3066,15 +3172,15 @@ msgid ""
"unmodified files."
msgstr ""
-#: Library/Main/Strings.cs:225
+#: Library/Main/Strings.cs:231
msgid "Checks only file lastmodified"
msgstr ""
-#: Library/Main/Strings.cs:226
+#: Library/Main/Strings.cs:232
msgid "Disables path compresion on restore"
msgstr ""
-#: Library/Main/Strings.cs:227
+#: Library/Main/Strings.cs:233
msgid ""
"When restore a subset of a backup into a new folder, the shortest possible "
"path is used to avoid generating deep paths with empty folders. Use this "
@@ -3082,22 +3188,22 @@ msgid ""
"structure is preserved, including upper level empty folders."
msgstr ""
-#: Library/Main/Strings.cs:228
+#: Library/Main/Strings.cs:234
msgid "Allow removing all filesets"
msgstr ""
-#: Library/Main/Strings.cs:229
+#: Library/Main/Strings.cs:235
msgid ""
"By default, the last fileset cannot be removed. This is a safeguard to make "
"sure that all remote data is not deleted by a configuration mistake. Use "
"this flag to disable that protection, such that all filesets can be deleted."
msgstr ""
-#: Library/Main/Strings.cs:230
+#: Library/Main/Strings.cs:236
msgid "Allow automatic rebuilding of local database to save space."
msgstr ""
-#: Library/Main/Strings.cs:231
+#: Library/Main/Strings.cs:237
msgid ""
"Some operations that manipulate the local database leave unused entries "
"behind. These entries are not deleted from a hard drive until a VACUUM "
@@ -3107,27 +3213,57 @@ msgid ""
"discretion."
msgstr ""
-#: Library/Main/Strings.cs:236
+#: Library/Main/Strings.cs:242
#, csharp-format
msgid ""
"The cryptolibrary does not support re-usable transforms for the hash "
"algorithm {0}"
msgstr ""
-#: Library/Main/Strings.cs:237
+#: Library/Main/Strings.cs:243
#, csharp-format
msgid "The cryptolibrary does not support the hash algorithm {0}"
msgstr ""
-#: Library/Main/Strings.cs:238
+#: Library/Main/Strings.cs:244
msgid "The passphrase cannot be changed for an existing backup"
msgstr ""
-#: Library/Main/Strings.cs:239
+#: Library/Main/Strings.cs:245
#, csharp-format
msgid "Failed to create a snapshot: {0}"
msgstr ""
+#: Library/Main/BackendManager.cs:595
+#, csharp-format
+msgid "Failed to dispose backend instance: {0}"
+msgstr ""
+
+#: Library/Main/BackendManager.cs:618
+#, csharp-format
+msgid "Failed to delete file {0}, testing if file exists"
+msgstr ""
+
+#: Library/Main/BackendManager.cs:624
+#, csharp-format
+msgid "Recovered from problem with attempting to delete non-existing file {0}"
+msgstr ""
+
+#: Library/Main/BackendManager.cs:629
+#, csharp-format
+msgid "Failed to recover from error deleting file {0}"
+msgstr ""
+
+#: Library/Main/BackendManager.cs:1134
+#, csharp-format
+msgid "Delete operation failed for {0} with FileNotFound, listing contents"
+msgstr ""
+
+#: Library/Main/BackendManager.cs:1147
+#, csharp-format
+msgid "Listing indicates file {0} is deleted correctly"
+msgstr ""
+
#: Library/Modules/Builtin/Strings.cs:7
msgid "Confirm encryption passphrase"
msgstr ""
@@ -3658,100 +3794,6 @@ msgstr ""
msgid "Failed to send http message: {0}"
msgstr ""
-#: Library/Snapshots/Strings.cs:4
-#, csharp-format
-msgid ""
-"The external command failed to start.\n"
-"Error message: {0}\n"
-"Command: {1} {2}"
-msgstr ""
-
-#: Library/Snapshots/Strings.cs:7
-#, csharp-format
-msgid ""
-"The external command failed to complete within the set time limit: {0} {1}"
-msgstr ""
-
-#: Library/Snapshots/Strings.cs:8
-#, csharp-format
-msgid "Unable to match local path {0} with any snapshot path: {1}"
-msgstr ""
-
-#: Library/Snapshots/Strings.cs:9
-#, csharp-format
-msgid ""
-"Script returned successfully, but the temporary folder {0} does not exist: "
-"{1}"
-msgstr ""
-
-#: Library/Snapshots/Strings.cs:10
-#, csharp-format
-msgid ""
-"Script returned successfully, but the temporary folder {0} still exist: {1}"
-msgstr ""
-
-#: Library/Snapshots/Strings.cs:11
-#, csharp-format
-msgid "The script returned exit code {0}, but {1} was expected: {2}"
-msgstr ""
-
-#: Library/Snapshots/Strings.cs:12
-#, csharp-format
-msgid ""
-"Script returned successfully, but the output was missing the {0} parameter: "
-"{1}"
-msgstr ""
-
-#: Library/Snapshots/Strings.cs:15
-msgid "Unexpected empty response while enumerating"
-msgstr ""
-
-#: Library/Snapshots/Strings.cs:16
-msgid "USN is not supported on Linux"
-msgstr ""
-
-#: Library/Snapshots/Strings.cs:17
-msgid ""
-"The number of files returned by USN was zero. This is likely an error. To "
-"remedy this, USN has been disabled."
-msgstr ""
-
-#: Library/Snapshots/Strings.cs:20
-msgid "Calling process does not have the backup privilege"
-msgstr ""
-
-#: Library/SQLiteHelper/Strings.cs:4
-msgid "backup"
-msgstr ""
-
-#: Library/SQLiteHelper/Strings.cs:5
-#, csharp-format
-msgid "Unable to determine database format: {0}"
-msgstr ""
-
-#: Library/SQLiteHelper/Strings.cs:6
-#, csharp-format
-msgid ""
-"\n"
-"The database has version {0} but the largest supported version is {1}.\n"
-"\n"
-"This is likely caused by upgrading to a newer version and then downgrading.\n"
-"If this is the case, there is likely a backup file of the previous database "
-"version in the folder {2}."
-msgstr ""
-
-#: Library/SQLiteHelper/Strings.cs:11
-msgid "Unknown table layout detected"
-msgstr ""
-
-#: Library/SQLiteHelper/Strings.cs:12
-#, csharp-format
-msgid ""
-"Failed to execute SQL: {0}\n"
-"Error: {1}\n"
-"Database is NOT upgraded."
-msgstr ""
-
#: Library/Utility/Strings.cs:7
#, csharp-format
msgid "Invalid size value: {0}"
@@ -3850,158 +3892,169 @@ msgstr ""
msgid "Cannot read and write on the same stream"
msgstr ""
-#: Server/Strings.cs:7
-msgid "Another instance is running, and was notified"
+#: Library/Utility/Strings.cs:39
+#, csharp-format
+msgid "Unknown default filter set: {0}"
msgstr ""
-#: Server/Strings.cs:8
+#: CommandLine/Strings.cs:4
+#, csharp-format
+msgid "The command {0} needs at least one of the following options set: {1}"
+msgstr ""
+
+#: CommandLine/Strings.cs:5
#, csharp-format
msgid ""
-"Failed to create, open or upgrade the database.\n"
-"Error message: {0}"
+"Found {0} commands but expected {1}, commands: \n"
+"{2}"
msgstr ""
-#: Server/Strings.cs:10
-msgid "Displays this help"
+#: CommandLine/Strings.cs:7
+#, csharp-format
+msgid "Command not supported: {0}"
msgstr ""
-#: Server/Strings.cs:11
-msgid ""
-"Supported commandline arguments:\n"
-"\n"
+#: CommandLine/Strings.cs:8
+msgid "No filesets matched the criteria"
msgstr ""
-#: Server/Strings.cs:14
-#, csharp-format
-msgid "--{0}: {1}"
+#: CommandLine/Strings.cs:9
+msgid "The following filesets would be deleted:"
msgstr ""
-#: Server/Strings.cs:15
-msgid "Outputs log information to the file given"
+#: CommandLine/Strings.cs:10
+msgid "These filesets were deleted:"
msgstr ""
-#: Server/Strings.cs:16
-msgid "Determines the amount of information written in the log file"
+#: CommandLine/Strings.cs:11
+msgid "Supported backends:"
msgstr ""
-#: Server/Strings.cs:17
-msgid ""
-"Activates portable mode where the database is placed below the program "
-"executable"
+#: CommandLine/Strings.cs:12
+msgid "Supported compression modules:"
msgstr ""
-#: Server/Strings.cs:18
-#, csharp-format
-msgid "A serious error occurred in Duplicati: {0}"
+#: CommandLine/Strings.cs:13
+msgid "Supported encryption modules:"
msgstr ""
-#: Server/Strings.cs:19
-#, csharp-format
-msgid ""
-"Unable to start up, perhaps another process is already running?\n"
-"Error message: {0}"
+#: CommandLine/Strings.cs:14
+msgid "Supported options:"
msgstr ""
-#: Server/Strings.cs:21
-msgid "Disables database encryption"
+#: CommandLine/Strings.cs:15
+msgid "Module is loaded automatically, use --disable-module to prevent this"
msgstr ""
-#: Server/Strings.cs:22
+#: CommandLine/Strings.cs:16
+msgid "Module is not loaded automatically, use --enable-module to load it"
+msgstr ""
+
+#: CommandLine/Strings.cs:17
+msgid "Supported generic modules:"
+msgstr ""
+
+#: CommandLine/Strings.cs:18
#, csharp-format
-msgid "Unsupported version of SQLite detected ({0}), must be {1} or higher"
+msgid "Unable to read the parameters file \"{0}\", reason: {1}"
msgstr ""
-#: Server/Strings.cs:23
+#: CommandLine/Strings.cs:19
+#, csharp-format
msgid ""
-"The path to the folder where the static files for the webserver is present. "
-"The folder must be located beneath the installation folder"
+"Filters cannot be specified on the commandline if filters are also present "
+"in the parameter file. Use the special --{0}, --{1}, or --{2} options to "
+"specify filters inside the parameter file. Each filter must be prefixed with "
+"either a + or a -, and multiple filters must be joined with {3}"
msgstr ""
-#: Server/Strings.cs:24
+#: CommandLine/Strings.cs:20
+#, csharp-format
msgid ""
-"The port the webserver listens on. Multiple values may be supplied with a "
-"comma in between."
+"The option --{0} was supplied, but it is reserved for internal use and may "
+"not be set on the commandline"
msgstr ""
-#: Server/Strings.cs:25
+#: CommandLine/Strings.cs:21
+#, csharp-format
msgid ""
-"The certificate and key file in PKCS #12 format the webserver use for SSL. "
-"Only RSA/DSA keys are supported."
+"This option can be used to store some or all of the options given to the "
+"commandline client. The file must be a plain text file, UTF-8 encoding is "
+"preferred. Each line in the file should be of the format --option=value. The "
+"special options --{0} and --{1} can be used to override the localpath and "
+"the remote destination uri, respectively. The options in this file take "
+"precedence over the options provided on the commandline. You cannot specify "
+"filters in both the file and on the commandline. Instead, you can use the "
+"special --{2}, --{3}, or --{4} options to specify filters inside the "
+"parameter file. Each filter must be prefixed with either a + or a -, and "
+"multiple filters must be joined with {5} "
msgstr ""
-#: Server/Strings.cs:26
-msgid "The password for decryption of certificate PKCS #12 file."
+#: CommandLine/Strings.cs:22
+msgid "Path to a file with parameters"
msgstr ""
-#: Server/Strings.cs:27
-msgid ""
-"The interface the webserver listens on. The special values \"*\" and \"any\" "
-"means any interface. The special value \"loopback\" means the loopback "
-"adapter."
+#: CommandLine/Strings.cs:23
+#, csharp-format
+msgid "An error occured: {0}"
msgstr ""
-#: Server/Strings.cs:28
+#: CommandLine/Strings.cs:24
+#, csharp-format
+msgid "The inner error message is: {0}"
+msgstr ""
+
+#: CommandLine/Strings.cs:25
msgid ""
-"The password required to access the webserver. This option is saved so you "
-"do not need to set it on each run. Setting an empty value disables the "
-"password."
+"Include files that match this filter. The special character * means any "
+"number of character, and the special character ? means any single character, "
+"use *.txt to include all files with a txt extension. Regular expressions are "
+"also supported and can be supplied by using hard braces, i.e. [.*\\.txt]."
msgstr ""
-#: Server/Strings.cs:29
-msgid "Enables the ping-pong responder"
+#: CommandLine/Strings.cs:26
+msgid "Include files"
msgstr ""
-#: Server/Strings.cs:30
+#: CommandLine/Strings.cs:27
msgid ""
-"When running as a server, the service daemon must verify that the process is "
-"responding. If this option is enabled, the server reads stdin and writes a "
-"reply to each line read"
+"Exclude files that match this filter. The special character * means any "
+"number of character, and the special character ? means any single character, "
+"use *.txt to exclude all files with a txt extension. Regular expressions are "
+"also supported and can be supplied by using hard braces, i.e. [.*\\.txt]."
msgstr ""
-#: Server/Strings.cs:33
-msgid "Sets the folder where settings are stored"
+#: CommandLine/Strings.cs:28
+msgid "Exclude files"
msgstr ""
-#: Server/Strings.cs:34
-#, csharp-format
+#: CommandLine/Strings.cs:29
msgid ""
-"Duplicati needs to store a small database with all settings. Use this option "
-"to choose where the settings are stored. This option can also be set with "
-"the environment variable {0}."
+"If this option is used with a backup operation, it is interpreted as a list "
+"of files to add to the filesets. When used with list or restore, it will "
+"list or restore the control files instead of the normal files."
msgstr ""
-#: Server/Strings.cs:35
-msgid "Sets the database encryption key"
+#: CommandLine/Strings.cs:30
+msgid "Use control files"
msgstr ""
-#: Server/Strings.cs:36
-#, csharp-format
+#: CommandLine/Strings.cs:31
msgid ""
-"This option sets the encryption key used to scramble the local settings "
-"database. This option can also be set with the environment variable {0}. Use "
-"the option --{1} to disable the database scrambling."
+"If this option is set, progress reports and other messages that would "
+"normally go to the console will be redirected to the log."
msgstr ""
-#: Server/Strings.cs:39
-#, csharp-format
-msgid ""
-"Unable to find a valid date, given the start date {0}, the repetition "
-"interval {1} and the allowed days {2}"
+#: CommandLine/Strings.cs:32
+msgid "Disable console output"
msgstr ""
-#: Server/Strings.cs:44
-#, csharp-format
-msgid "Server has started and is listening on {0}, port {1}"
+#: CommandLine/Program.cs:302
+msgid "Toggle automatic updates"
msgstr ""
-#: Server/Strings.cs:45
-#, csharp-format
+#: CommandLine/Program.cs:302
msgid ""
-"Unable to create SSL certificate using provided parameters. Exception "
-"detail: {0}"
-msgstr ""
-
-#: Server/Strings.cs:46
-#, csharp-format
-msgid "Unable to open a socket for listening, tried ports: {0}"
+"Set this option if you prefer to have the commandline version automatically "
+"update"
msgstr ""
diff --git a/Localizations/webroot/localization_webroot.pot b/Localizations/webroot/localization_webroot.pot
index c881620fe..89519edb6 100644
--- a/Localizations/webroot/localization_webroot.pot
+++ b/Localizations/webroot/localization_webroot.pot
@@ -108,7 +108,7 @@ msgstr ""
msgid "Advanced Options"
msgstr ""
-#: templates/addoredit.html:334
+#: templates/addoredit.html:348
#: templates/edituri.html:28
msgid "Advanced options"
msgstr ""
@@ -117,6 +117,10 @@ msgstr ""
msgid "Advanced:"
msgstr ""
+#: scripts/controllers/EditBackupController.js:22
+msgid "All"
+msgstr ""
+
#: scripts/directives/sourceFolderPicker.js:423
msgid "All Hyper-V Machines"
msgstr ""
@@ -125,7 +129,7 @@ msgstr ""
msgid "All Microsoft SQL Databases"
msgstr ""
-#: templates/settings.html:115
+#: templates/settings.html:116
msgid "All usage reports are sent anonymously and do not contain any personal information. They contain information about hardware and operating system, the type of backend, backup duration, overall size of source data and similar data. They do not contain paths, filenames, usernames, passwords or similar sensitive information."
msgstr ""
@@ -133,7 +137,7 @@ msgstr ""
msgid "Allow remote access (requires restart)"
msgstr ""
-#: templates/addoredit.html:268
+#: templates/addoredit.html:282
msgid "Allowed days"
msgstr ""
@@ -147,7 +151,7 @@ msgid ""
"Are you sure you want the database to point to an existing file?"
msgstr ""
-#: scripts/controllers/EditBackupController.js:399
+#: scripts/controllers/EditBackupController.js:472
msgid ""
"An existing local database for the storage has been found.\n"
"Re-using the database will allow the command-line and server instances to work on the same remote storage.\n"
@@ -155,7 +159,7 @@ msgid ""
" Do you wish to use the existing database?"
msgstr ""
-#: templates/settings.html:103
+#: templates/settings.html:104
msgid "Anonymous usage reports"
msgstr ""
@@ -181,11 +185,11 @@ msgstr ""
msgid "Authentication username"
msgstr ""
-#: scripts/controllers/EditBackupController.js:308
+#: scripts/controllers/EditBackupController.js:381
msgid "Autogenerated passphrase"
msgstr ""
-#: templates/addoredit.html:248
+#: templates/addoredit.html:262
msgid "Automatically run backups."
msgstr ""
@@ -230,7 +234,7 @@ msgstr ""
msgid "Backup:"
msgstr ""
-#: templates/settings.html:80
+#: templates/settings.html:81
msgid "Beta"
msgstr ""
@@ -290,19 +294,19 @@ msgstr ""
msgid "Busy ..."
msgstr ""
-#: templates/settings.html:90
+#: templates/settings.html:91
msgid "Canary"
msgstr ""
#: scripts/controllers/AppController.js:44
#: scripts/controllers/AppController.js:59
-#: scripts/controllers/EditBackupController.js:293
-#: scripts/controllers/EditBackupController.js:308
-#: scripts/controllers/EditBackupController.js:342
-#: scripts/controllers/EditBackupController.js:351
-#: scripts/controllers/EditBackupController.js:378
-#: scripts/controllers/EditBackupController.js:399
-#: scripts/controllers/EditBackupController.js:73
+#: scripts/controllers/EditBackupController.js:366
+#: scripts/controllers/EditBackupController.js:381
+#: scripts/controllers/EditBackupController.js:415
+#: scripts/controllers/EditBackupController.js:424
+#: scripts/controllers/EditBackupController.js:451
+#: scripts/controllers/EditBackupController.js:472
+#: scripts/controllers/EditBackupController.js:82
#: scripts/controllers/LocalDatabaseController.js:72
#: scripts/controllers/LocalDatabaseController.js:88
#: scripts/controllers/RestoreDirectController.js:24
@@ -316,7 +320,7 @@ msgstr ""
#: scripts/services/EditUriBuiltins.js:719
#: templates/delete.html:54
#: templates/export.html:26
-#: templates/settings.html:145
+#: templates/settings.html:146
#: templates/waitarea.html:19
msgid "Cancel"
msgstr ""
@@ -456,7 +460,7 @@ msgstr ""
msgid "Continue"
msgstr ""
-#: scripts/controllers/EditBackupController.js:378
+#: scripts/controllers/EditBackupController.js:451
msgid "Continue without encryption"
msgstr ""
@@ -481,7 +485,7 @@ msgstr ""
msgid "Counting ({{files}} files found, {{size}})"
msgstr ""
-#: templates/settings.html:110
+#: templates/settings.html:111
msgid "Crashes only"
msgstr ""
@@ -556,7 +560,7 @@ msgid "Database ..."
msgstr ""
#: scripts/services/AppUtils.js:90
-#: templates/addoredit.html:314
+#: templates/addoredit.html:328
msgid "Days"
msgstr ""
@@ -564,11 +568,15 @@ msgstr ""
msgid "Default"
msgstr ""
-#: templates/settings.html:67
+#: templates/settings.html:68
msgid "Default ({{channelname}})"
msgstr ""
-#: templates/settings.html:130
+#: templates/addoredit.html:201
+msgid "Default Filters"
+msgstr ""
+
+#: templates/settings.html:131
msgid "Default options"
msgstr ""
@@ -635,7 +643,7 @@ msgstr ""
msgid "Dismiss"
msgstr ""
-#: templates/settings.html:49
+#: templates/settings.html:50
msgid "Display and color theme"
msgstr ""
@@ -662,16 +670,16 @@ msgstr ""
msgid "Donate with PayPal"
msgstr ""
-#: templates/settings.html:57
-#: templates/settings.html:59
+#: templates/settings.html:58
+#: templates/settings.html:60
msgid "Donation messages"
msgstr ""
-#: templates/settings.html:61
+#: templates/settings.html:62
msgid "Donation messages are hidden, click to show"
msgstr ""
-#: templates/settings.html:60
+#: templates/settings.html:61
msgid "Donation messages are visible, click to hide"
msgstr ""
@@ -723,16 +731,16 @@ msgid "Edit ..."
msgstr ""
#: templates/addoredit.html:170
-#: templates/addoredit.html:345
+#: templates/addoredit.html:359
#: templates/edituri.html:39
-#: templates/settings.html:134
+#: templates/settings.html:135
msgid "Edit as list"
msgstr ""
#: templates/addoredit.html:173
-#: templates/addoredit.html:348
+#: templates/addoredit.html:362
#: templates/edituri.html:42
-#: templates/settings.html:140
+#: templates/settings.html:141
msgid "Edit as text"
msgstr ""
@@ -747,7 +755,7 @@ msgstr ""
msgid "Encryption"
msgstr ""
-#: scripts/controllers/EditBackupController.js:351
+#: scripts/controllers/EditBackupController.js:424
msgid "Encryption changed"
msgstr ""
@@ -755,7 +763,7 @@ msgstr ""
msgid "Encryption modules:"
msgstr ""
-#: scripts/controllers/EditBackupController.js:73
+#: scripts/controllers/EditBackupController.js:82
#: scripts/controllers/RestoreDirectController.js:24
msgid "Enter URL"
msgstr ""
@@ -834,11 +842,11 @@ msgstr ""
msgid "Error!"
msgstr ""
-#: templates/settings.html:109
+#: templates/settings.html:110
msgid "Errors and crashes"
msgstr ""
-#: templates/addoredit.html:204
+#: templates/addoredit.html:218
msgid "Exclude"
msgstr ""
@@ -874,7 +882,7 @@ msgstr ""
msgid "Existing file found"
msgstr ""
-#: templates/settings.html:85
+#: templates/settings.html:86
msgid "Experimental"
msgstr ""
@@ -939,7 +947,7 @@ msgstr ""
msgid "Failed to import:"
msgstr ""
-#: scripts/controllers/EditBackupController.js:632
+#: scripts/controllers/EditBackupController.js:737
msgid "Failed to read backup defaults:"
msgstr ""
@@ -960,7 +968,7 @@ msgstr ""
msgid "File"
msgstr ""
-#: templates/addoredit.html:227
+#: templates/addoredit.html:241
msgid "Files larger than:"
msgstr ""
@@ -1021,7 +1029,7 @@ msgstr ""
msgid "General backup settings"
msgstr ""
-#: templates/addoredit.html:295
+#: templates/addoredit.html:309
msgid "General options"
msgstr ""
@@ -1037,7 +1045,7 @@ msgstr ""
msgid "Getting file versions ..."
msgstr ""
-#: scripts/controllers/EditBackupController.js:17
+#: scripts/controllers/EditBackupController.js:26
msgid "Hidden files"
msgstr ""
@@ -1057,7 +1065,7 @@ msgstr ""
#: scripts/services/AppUtils.js:89
#: scripts/services/AppUtils.js:99
-#: templates/settings.html:33
+#: templates/settings.html:34
msgid "Hours"
msgstr ""
@@ -1083,7 +1091,7 @@ msgstr ""
msgid "ID:"
msgstr ""
-#: templates/addoredit.html:251
+#: templates/addoredit.html:265
msgid "If a date was missed, the job will run as soon as possible."
msgstr ""
@@ -1148,7 +1156,7 @@ msgstr ""
msgid "Importing ..."
msgstr ""
-#: scripts/controllers/EditBackupController.js:141
+#: scripts/controllers/EditBackupController.js:150
msgid "Include a file?"
msgstr ""
@@ -1164,7 +1172,7 @@ msgstr ""
msgid "Incorrect answer, try again"
msgstr ""
-#: templates/settings.html:91
+#: templates/settings.html:92
msgid "Individual builds for developers only."
msgstr ""
@@ -1185,8 +1193,8 @@ msgstr ""
msgid "Invalid characters in path"
msgstr ""
-#: scripts/controllers/EditBackupController.js:250
-#: scripts/controllers/EditBackupController.js:257
+#: scripts/controllers/EditBackupController.js:323
+#: scripts/controllers/EditBackupController.js:330
msgid "Invalid retention time"
msgstr ""
@@ -1204,11 +1212,11 @@ msgstr ""
msgid "KByte/s"
msgstr ""
-#: templates/addoredit.html:303
+#: templates/addoredit.html:317
msgid "Keep this number of backups"
msgstr ""
-#: templates/settings.html:39
+#: templates/settings.html:40
msgid "Language in user interface"
msgstr ""
@@ -1228,6 +1236,10 @@ msgstr ""
msgid "Libraries"
msgstr ""
+#: scripts/controllers/EditBackupController.js:21
+msgid "Linux"
+msgstr ""
+
#: scripts/controllers/RestoreDirectController.js:64
msgid "Listing backup dates ..."
msgstr ""
@@ -1333,7 +1345,7 @@ msgstr ""
#: index.html:152
#: templates/addoredit.html:123
#: templates/addoredit.html:165
-#: templates/addoredit.html:340
+#: templates/addoredit.html:354
#: templates/addoredit.html:91
#: templates/edituri.html:34
#: templates/restoredirect.html:34
@@ -1358,19 +1370,19 @@ msgstr ""
#: scripts/services/AppUtils.js:88
#: scripts/services/AppUtils.js:98
-#: templates/settings.html:32
+#: templates/settings.html:33
msgid "Minutes"
msgstr ""
-#: scripts/controllers/EditBackupController.js:217
+#: scripts/controllers/EditBackupController.js:290
msgid "Missing name"
msgstr ""
-#: scripts/controllers/EditBackupController.js:225
+#: scripts/controllers/EditBackupController.js:298
msgid "Missing passphrase"
msgstr ""
-#: scripts/controllers/EditBackupController.js:238
+#: scripts/controllers/EditBackupController.js:311
msgid "Missing sources"
msgstr ""
@@ -1379,7 +1391,7 @@ msgid "Mon"
msgstr ""
#: scripts/services/AppUtils.js:92
-#: templates/addoredit.html:316
+#: templates/addoredit.html:330
msgid "Months"
msgstr ""
@@ -1426,8 +1438,8 @@ msgid ""
msgstr ""
#: templates/addoredit.html:109
-#: templates/addoredit.html:236
-#: templates/addoredit.html:286
+#: templates/addoredit.html:250
+#: templates/addoredit.html:300
#: templates/addoredit.html:78
#: templates/addwizard.html:28
#: templates/restoredirect.html:52
@@ -1447,14 +1459,14 @@ msgstr ""
msgid "Next task:"
msgstr ""
-#: templates/addoredit.html:254
+#: templates/addoredit.html:268
msgid "Next time"
msgstr ""
#: scripts/controllers/DeleteController.js:77
-#: scripts/controllers/EditBackupController.js:131
-#: scripts/controllers/EditBackupController.js:141
-#: scripts/controllers/EditBackupController.js:399
+#: scripts/controllers/EditBackupController.js:140
+#: scripts/controllers/EditBackupController.js:150
+#: scripts/controllers/EditBackupController.js:472
#: scripts/controllers/HomeController.js:7
#: scripts/controllers/LocalDatabaseController.js:28
#: scripts/controllers/LocalDatabaseController.js:72
@@ -1481,7 +1493,7 @@ msgstr ""
msgid "No editor found for the &quot;{{backend}}&quot; storage type"
msgstr ""
-#: scripts/controllers/EditBackupController.js:378
+#: scripts/controllers/EditBackupController.js:451
#: templates/addoredit.html:45
msgid "No encryption"
msgstr ""
@@ -1506,18 +1518,18 @@ msgstr ""
msgid "No, my machine has only a single account"
msgstr ""
-#: scripts/controllers/EditBackupController.js:231
+#: scripts/controllers/EditBackupController.js:304
msgid "Non-matching passphrase"
msgstr ""
-#: templates/settings.html:111
+#: templates/settings.html:112
msgid "None / disabled"
msgstr ""
#: scripts/controllers/AppController.js:44
#: scripts/controllers/AppController.js:59
-#: scripts/controllers/EditBackupController.js:73
-#: scripts/controllers/EditBackupController.js:81
+#: scripts/controllers/EditBackupController.js:82
+#: scripts/controllers/EditBackupController.js:90
#: scripts/controllers/RestoreDirectController.js:24
#: scripts/controllers/RestoreDirectController.js:33
#: scripts/services/CaptchaService.js:22
@@ -1526,10 +1538,14 @@ msgstr ""
#: scripts/services/DialogService.js:58
#: scripts/services/EditUriBuiltins.js:121
#: templates/restore.html:147
-#: templates/settings.html:146
+#: templates/settings.html:147
msgid "OK"
msgstr ""
+#: scripts/controllers/EditBackupController.js:20
+msgid "OSX"
+msgstr ""
+
#: templates/backends/openstack.html:7
msgid "OpenStack AuthURI"
msgstr ""
@@ -1557,12 +1573,12 @@ msgstr ""
#: templates/addoredit.html:28
#: templates/edituri.html:51
-#: templates/settings.html:133
-#: templates/settings.html:139
+#: templates/settings.html:134
+#: templates/settings.html:140
msgid "Options"
msgstr ""
-#: templates/settings.html:131
+#: templates/settings.html:132
msgid "Options added here are applied to all backups, but can be overridden in each individual backup"
msgstr ""
@@ -1588,11 +1604,11 @@ msgstr ""
msgid "Passphrase (if encrypted)"
msgstr ""
-#: scripts/controllers/EditBackupController.js:342
+#: scripts/controllers/EditBackupController.js:415
msgid "Passphrase changed"
msgstr ""
-#: scripts/controllers/EditBackupController.js:231
+#: scripts/controllers/EditBackupController.js:304
msgid "Passphrases are not matching"
msgstr ""
@@ -1609,7 +1625,7 @@ msgstr ""
msgid "Password"
msgstr ""
-#: scripts/controllers/EditBackupController.js:27
+#: scripts/controllers/EditBackupController.js:36
msgid "Passwords do not match"
msgstr ""
@@ -1617,7 +1633,7 @@ msgstr ""
msgid "Patching files with local blocks ..."
msgstr ""
-#: scripts/controllers/EditBackupController.js:131
+#: scripts/controllers/EditBackupController.js:140
msgid "Path not found"
msgstr ""
@@ -1660,9 +1676,9 @@ msgid "Port"
msgstr ""
#: templates/addoredit.html:110
-#: templates/addoredit.html:237
-#: templates/addoredit.html:287
-#: templates/addoredit.html:367
+#: templates/addoredit.html:251
+#: templates/addoredit.html:301
+#: templates/addoredit.html:381
#: templates/restoredirect.html:81
msgid "Previous"
msgstr ""
@@ -1695,7 +1711,7 @@ msgstr ""
msgid "Registering temporary backup ..."
msgstr ""
-#: scripts/controllers/EditBackupController.js:116
+#: scripts/controllers/EditBackupController.js:125
msgid "Relative paths not allowed"
msgstr ""
@@ -1784,7 +1800,7 @@ msgstr ""
msgid "Resume"
msgstr ""
-#: templates/addoredit.html:259
+#: templates/addoredit.html:273
msgid "Run again every"
msgstr ""
@@ -1813,7 +1829,7 @@ msgstr ""
msgid "S3 Compatible"
msgstr ""
-#: templates/settings.html:68
+#: templates/settings.html:69
msgid "Same as the base install version: {{channelname}}"
msgstr ""
@@ -1821,7 +1837,7 @@ msgstr ""
msgid "Sat"
msgstr ""
-#: templates/addoredit.html:366
+#: templates/addoredit.html:380
#: templates/localdatabase.html:32
msgid "Save"
msgstr ""
@@ -1846,7 +1862,7 @@ msgstr ""
msgid "Scanning for local blocks ..."
msgstr ""
-#: templates/addoredit.html:245
+#: templates/addoredit.html:259
#: templates/addoredit.html:27
msgid "Schedule"
msgstr ""
@@ -1860,7 +1876,7 @@ msgid "Search for files"
msgstr ""
#: scripts/services/AppUtils.js:97
-#: templates/settings.html:31
+#: templates/settings.html:32
msgid "Seconds"
msgstr ""
@@ -1968,7 +1984,7 @@ msgstr ""
msgid "Source:"
msgstr ""
-#: templates/settings.html:86
+#: templates/settings.html:87
msgid "Specific builds for developers only."
msgstr ""
@@ -2031,7 +2047,7 @@ msgstr ""
msgid "Stored"
msgstr ""
-#: scripts/controllers/EditBackupController.js:31
+#: scripts/controllers/EditBackupController.js:40
msgid "Strong"
msgstr ""
@@ -2048,11 +2064,11 @@ msgstr ""
msgid "Symbolic link"
msgstr ""
-#: templates/settings.html:106
+#: templates/settings.html:107
msgid "System default ({{levelname}})"
msgstr ""
-#: scripts/controllers/EditBackupController.js:18
+#: scripts/controllers/EditBackupController.js:27
msgid "System files"
msgstr ""
@@ -2080,7 +2096,7 @@ msgstr ""
msgid "Task is running"
msgstr ""
-#: scripts/controllers/EditBackupController.js:19
+#: scripts/controllers/EditBackupController.js:28
msgid "Temporary files"
msgstr ""
@@ -2121,11 +2137,11 @@ msgstr ""
msgid "The connection to the server is lost, attempting again in {{time}} ..."
msgstr ""
-#: templates/settings.html:53
+#: templates/settings.html:54
msgid "The dark theme (by Michal)"
msgstr ""
-#: templates/settings.html:52
+#: templates/settings.html:53
msgid "The default blue on white theme (by Alex)"
msgstr ""
@@ -2142,18 +2158,18 @@ msgid ""
"Do you want to REPLACE your CURRENT host key \"{{prev}}\" with the REPORTED host key: {{key}}?"
msgstr ""
-#: scripts/controllers/EditBackupController.js:131
+#: scripts/controllers/EditBackupController.js:140
msgid "The path does not appear to exist, do you want to add it anyway?"
msgstr ""
-#: scripts/controllers/EditBackupController.js:141
+#: scripts/controllers/EditBackupController.js:150
msgid ""
"The path does not end with a '{{dirsep}}' character, which means that you include a file, not a folder.\n"
"\n"
"Do you want to include the specified file?"
msgstr ""
-#: scripts/controllers/EditBackupController.js:116
+#: scripts/controllers/EditBackupController.js:125
msgid "The path must be an absolute path, i.e. it must start with a forward slash '/'"
msgstr ""
@@ -2234,7 +2250,7 @@ msgstr ""
msgid "Trust server certificate?"
msgstr ""
-#: templates/settings.html:81
+#: templates/settings.html:82
msgid "Try out the new features we are working on. Don't use with important data."
msgstr ""
@@ -2254,7 +2270,7 @@ msgstr ""
msgid "Until resumed"
msgstr ""
-#: templates/settings.html:64
+#: templates/settings.html:65
msgid "Update channel"
msgstr ""
@@ -2266,7 +2282,7 @@ msgstr ""
msgid "Updating with existing database"
msgstr ""
-#: templates/addoredit.html:297
+#: templates/addoredit.html:311
msgid "Upload volume size"
msgstr ""
@@ -2274,15 +2290,15 @@ msgstr ""
msgid "Uploading verification file ..."
msgstr ""
-#: templates/settings.html:113
+#: templates/settings.html:114
msgid "Usage reports help us improve the user experience and evaluate impact of new features. We use them to generate <a href=\"{{link}}\" target=\"_blank\">public usage statistics</a>"
msgstr ""
-#: templates/settings.html:101
+#: templates/settings.html:102
msgid "Usage statistics"
msgstr ""
-#: templates/settings.html:107
+#: templates/settings.html:108
msgid "Usage statistics, warnings, errors, and crashes"
msgstr ""
@@ -2291,15 +2307,15 @@ msgstr ""
msgid "Use SSL"
msgstr ""
-#: scripts/controllers/EditBackupController.js:399
+#: scripts/controllers/EditBackupController.js:472
msgid "Use existing database?"
msgstr ""
-#: scripts/controllers/EditBackupController.js:293
+#: scripts/controllers/EditBackupController.js:366
msgid "Use weak passphrase"
msgstr ""
-#: scripts/controllers/EditBackupController.js:28
+#: scripts/controllers/EditBackupController.js:37
msgid "Useless"
msgstr ""
@@ -2311,7 +2327,7 @@ msgstr ""
msgid "User has too many permissions"
msgstr ""
-#: templates/settings.html:37
+#: templates/settings.html:38
msgid "User interface settings"
msgstr ""
@@ -2365,11 +2381,11 @@ msgstr ""
msgid "Verifying restored files ..."
msgstr ""
-#: scripts/controllers/EditBackupController.js:32
+#: scripts/controllers/EditBackupController.js:41
msgid "Very strong"
msgstr ""
-#: scripts/controllers/EditBackupController.js:29
+#: scripts/controllers/EditBackupController.js:38
msgid "Very weak"
msgstr ""
@@ -2397,7 +2413,7 @@ msgstr ""
msgid "Waiting for upload ..."
msgstr ""
-#: templates/settings.html:108
+#: templates/settings.html:109
msgid "Warnings, errors and crashes"
msgstr ""
@@ -2405,11 +2421,11 @@ msgstr ""
msgid "We recommend that you encrypt all backups stored outside your system"
msgstr ""
-#: scripts/controllers/EditBackupController.js:30
+#: scripts/controllers/EditBackupController.js:39
msgid "Weak"
msgstr ""
-#: scripts/controllers/EditBackupController.js:293
+#: scripts/controllers/EditBackupController.js:366
msgid "Weak passphrase"
msgstr ""
@@ -2418,7 +2434,7 @@ msgid "Wed"
msgstr ""
#: scripts/services/AppUtils.js:91
-#: templates/addoredit.html:315
+#: templates/addoredit.html:329
msgid "Weeks"
msgstr ""
@@ -2430,16 +2446,20 @@ msgstr ""
msgid "Where do you want to restore the files to?"
msgstr ""
+#: scripts/controllers/EditBackupController.js:19
+msgid "Windows"
+msgstr ""
+
#: scripts/services/AppUtils.js:93
-#: templates/addoredit.html:317
+#: templates/addoredit.html:331
msgid "Years"
msgstr ""
#: scripts/controllers/AppController.js:172
#: scripts/controllers/DeleteController.js:77
-#: scripts/controllers/EditBackupController.js:131
-#: scripts/controllers/EditBackupController.js:141
-#: scripts/controllers/EditBackupController.js:399
+#: scripts/controllers/EditBackupController.js:140
+#: scripts/controllers/EditBackupController.js:150
+#: scripts/controllers/EditBackupController.js:472
#: scripts/controllers/HomeController.js:7
#: scripts/controllers/LocalDatabaseController.js:28
#: scripts/controllers/LocalDatabaseController.js:72
@@ -2455,15 +2475,15 @@ msgstr ""
msgid "Yes"
msgstr ""
-#: scripts/controllers/EditBackupController.js:308
+#: scripts/controllers/EditBackupController.js:381
msgid "Yes, I have stored the passphrase safely"
msgstr ""
-#: scripts/controllers/EditBackupController.js:351
+#: scripts/controllers/EditBackupController.js:424
msgid "Yes, I'm brave!"
msgstr ""
-#: scripts/controllers/EditBackupController.js:342
+#: scripts/controllers/EditBackupController.js:415
msgid "Yes, please break my backup!"
msgstr ""
@@ -2495,15 +2515,15 @@ msgstr ""
msgid "You can stop the task immediately, or allow the process to continue its current file and the stop."
msgstr ""
-#: scripts/controllers/EditBackupController.js:351
+#: scripts/controllers/EditBackupController.js:424
msgid "You have changed the encryption mode. This may break stuff. You are encouraged to create a new backup instead"
msgstr ""
-#: scripts/controllers/EditBackupController.js:342
+#: scripts/controllers/EditBackupController.js:415
msgid "You have changed the passphrase, which is not supported. You are encouraged to create a new backup instead."
msgstr ""
-#: scripts/controllers/EditBackupController.js:378
+#: scripts/controllers/EditBackupController.js:451
msgid "You have chosen not to encrypt the backup. Encryption is recommended for all data stored on a remote server."
msgstr ""
@@ -2511,23 +2531,23 @@ msgstr ""
msgid "You have chosen to restore to a new location, but not entered one"
msgstr ""
-#: scripts/controllers/EditBackupController.js:308
-msgid "You have generated a strong passphrase. Make sure you have made a safe copy of the passphrase, as the data cannot be recovered if you loose the passphrase."
+#: scripts/controllers/EditBackupController.js:381
+msgid "You have generated a strong passphrase. Make sure you have made a safe copy of the passphrase, as the data cannot be recovered if you lose the passphrase."
msgstr ""
-#: scripts/controllers/EditBackupController.js:238
+#: scripts/controllers/EditBackupController.js:311
msgid "You must choose at least one source folder"
msgstr ""
-#: scripts/controllers/EditBackupController.js:217
+#: scripts/controllers/EditBackupController.js:290
msgid "You must enter a name for the backup"
msgstr ""
-#: scripts/controllers/EditBackupController.js:225
+#: scripts/controllers/EditBackupController.js:298
msgid "You must enter a passphrase or disable encryption"
msgstr ""
-#: scripts/controllers/EditBackupController.js:257
+#: scripts/controllers/EditBackupController.js:330
msgid "You must enter a positive number of backups to keep"
msgstr ""
@@ -2535,7 +2555,7 @@ msgstr ""
msgid "You must enter a tenant name if you do not provide an API Key"
msgstr ""
-#: scripts/controllers/EditBackupController.js:250
+#: scripts/controllers/EditBackupController.js:323
msgid "You must enter a valid duration for the time to keep backups"
msgstr ""
@@ -2556,6 +2576,7 @@ msgid "You must fill in the server name or address"
msgstr ""
#: scripts/services/EditUriBackendConfig.js:106
+#: scripts/services/EditUriBackendConfig.js:115
msgid "You must fill in the username"
msgstr ""
@@ -2579,11 +2600,11 @@ msgstr ""
msgid "Your files and folders have been restored successfully."
msgstr ""
-#: scripts/controllers/EditBackupController.js:293
+#: scripts/controllers/EditBackupController.js:366
msgid "Your passphrase is easy to guess. Consider changing passphrase."
msgstr ""
-#: templates/addoredit.html:307
+#: templates/addoredit.html:321
msgid "a specific number"
msgstr ""
@@ -2600,8 +2621,8 @@ msgstr ""
msgid "byte/s"
msgstr ""
-#: templates/addoredit.html:262
-#: templates/addoredit.html:318
+#: templates/addoredit.html:276
+#: templates/addoredit.html:332
#: templates/advancedoptionseditor.html:28
#: templates/advancedoptionseditor.html:35
msgid "custom"
@@ -2613,11 +2634,11 @@ msgstr ""
msgid "resume now"
msgstr ""
-#: templates/addoredit.html:305
+#: templates/addoredit.html:319
msgid "unlimited"
msgstr ""
-#: templates/addoredit.html:306
+#: templates/addoredit.html:320
msgid "until they are older than"
msgstr ""