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:
authoragrajaghh <agrajaghh@gmail.com>2017-09-17 23:31:51 +0300
committeragrajaghh <agrajaghh@gmail.com>2017-09-17 23:31:51 +0300
commit9b2d2b1b189a26a5c3316d20d42b6032dd5d2969 (patch)
tree260eeeb45e6a6568de94038aad983c962cdf2ca2 /Localizations
parent60e34ed26e07432d6be053e034e0f4b166fda904 (diff)
extract strings
Diffstat (limited to 'Localizations')
-rw-r--r--Localizations/duplicati/localization.pot630
-rw-r--r--Localizations/webroot/localization_webroot.pot161
2 files changed, 451 insertions, 340 deletions
diff --git a/Localizations/duplicati/localization.pot b/Localizations/duplicati/localization.pot
index e37127261..33414d66d 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-01 09:49+0200\n"
+"POT-Creation-Date: 2017-09-17 22:31+0200\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"
@@ -1211,6 +1211,42 @@ msgid ""
"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"
+msgstr ""
+
+#: Library/Backend/Sia/Strings.cs:15
+msgid "Minimum value is 3."
+msgstr ""
+
#: Library/Backend/SSHv2/Strings.cs:4
msgid "Module for generating SSH private/public keys"
msgstr ""
@@ -1981,18 +2017,25 @@ msgid ""
"Exception was: \"{0}\" "
msgstr ""
-#: Library/Main/Strings.cs:31
+#: Library/Main/Strings.cs:27
+#, csharp-format
+msgid ""
+"The source folder {0} uses a wildcard drive, which is only supported on "
+"Windows, aborting backup"
+msgstr ""
+
+#: Library/Main/Strings.cs:32
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:32
+#: Library/Main/Strings.cs:33
msgid "A flag indicating that Duplicati should remove unused files"
msgstr ""
-#: Library/Main/Strings.cs:33
+#: Library/Main/Strings.cs:34
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 "
@@ -2000,11 +2043,11 @@ msgid ""
"storage."
msgstr ""
-#: Library/Main/Strings.cs:34
+#: Library/Main/Strings.cs:35
msgid "Remote filename prefix"
msgstr ""
-#: Library/Main/Strings.cs:35
+#: Library/Main/Strings.cs:36
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 "
@@ -2012,179 +2055,179 @@ msgid ""
"Duplicati won't work correctly unless this flag is set."
msgstr ""
-#: Library/Main/Strings.cs:36
+#: Library/Main/Strings.cs:37
msgid "Disable checks based on file time"
msgstr ""
-#: Library/Main/Strings.cs:37
+#: Library/Main/Strings.cs:38
msgid ""
"By default, files will be restored in the source folders, use this option to "
"restore to another folder"
msgstr ""
-#: Library/Main/Strings.cs:38
+#: Library/Main/Strings.cs:39
msgid "Restore to another folder"
msgstr ""
-#: Library/Main/Strings.cs:39
+#: Library/Main/Strings.cs:40
msgid "Toggles system sleep mode"
msgstr ""
-#: Library/Main/Strings.cs:40
+#: Library/Main/Strings.cs:41
msgid ""
"Allow system to enter sleep power modes for inactivity during backup/restore "
"operations (Windows/OSX only)"
msgstr ""
-#: Library/Main/Strings.cs:41
+#: Library/Main/Strings.cs:42
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:42
+#: Library/Main/Strings.cs:43
msgid "Max number of kilobytes to download pr. second"
msgstr ""
-#: Library/Main/Strings.cs:43
+#: Library/Main/Strings.cs:44
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:44
+#: Library/Main/Strings.cs:45
msgid "Max number of kilobytes to upload pr. second"
msgstr ""
-#: Library/Main/Strings.cs:45
+#: Library/Main/Strings.cs:46
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:46
+#: Library/Main/Strings.cs:47
msgid "Disable encryption"
msgstr ""
-#: Library/Main/Strings.cs:47
+#: Library/Main/Strings.cs:48
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:48
+#: Library/Main/Strings.cs:49
msgid "Number of times to retry a failed transmission"
msgstr ""
-#: Library/Main/Strings.cs:49
+#: Library/Main/Strings.cs:50
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:50
+#: Library/Main/Strings.cs:51
msgid "Passphrase used to encrypt backups"
msgstr ""
-#: Library/Main/Strings.cs:51
+#: Library/Main/Strings.cs:52
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:52
+#: Library/Main/Strings.cs:53
msgid "The time to list/restore files"
msgstr ""
-#: Library/Main/Strings.cs:53
+#: 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 enter multiple "
"values separated with comma, and ranges using -, e.g. \"0,2-4,7\" ."
msgstr ""
-#: Library/Main/Strings.cs:54
+#: Library/Main/Strings.cs:55
msgid "The version to list/restore files"
msgstr ""
-#: Library/Main/Strings.cs:55
+#: Library/Main/Strings.cs:56
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:56
+#: Library/Main/Strings.cs:57
msgid "Show all versions"
msgstr ""
-#: Library/Main/Strings.cs:57
+#: Library/Main/Strings.cs:58
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:58
+#: Library/Main/Strings.cs:59
msgid "Show largest prefix"
msgstr ""
-#: Library/Main/Strings.cs:59
+#: Library/Main/Strings.cs:60
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:60
+#: Library/Main/Strings.cs:61
msgid "Show folder contents"
msgstr ""
-#: Library/Main/Strings.cs:61
+#: Library/Main/Strings.cs:62
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:62
+#: Library/Main/Strings.cs:63
msgid "Time to wait between retries"
msgstr ""
-#: Library/Main/Strings.cs:63
+#: Library/Main/Strings.cs:64
msgid "Use this option to attach extra files to the newly uploaded filelists."
msgstr ""
-#: Library/Main/Strings.cs:64
+#: Library/Main/Strings.cs:65
msgid "Set control files"
msgstr ""
-#: Library/Main/Strings.cs:65
+#: Library/Main/Strings.cs:66
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:66
+#: Library/Main/Strings.cs:67
msgid "Set this flag to skip hash checks"
msgstr ""
-#: Library/Main/Strings.cs:67
+#: Library/Main/Strings.cs:68
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:68
+#: Library/Main/Strings.cs:69
msgid "Limit the size of files being backed up"
msgstr ""
-#: Library/Main/Strings.cs:69
+#: Library/Main/Strings.cs:70
msgid "Temporary storage folder"
msgstr ""
-#: Library/Main/Strings.cs:70
+#: Library/Main/Strings.cs:71
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 "
@@ -2193,49 +2236,49 @@ msgid ""
"folder for both Duplicati and SQLite."
msgstr ""
-#: Library/Main/Strings.cs:71
+#: Library/Main/Strings.cs:72
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:72
+#: Library/Main/Strings.cs:73
msgid "Thread priority"
msgstr ""
-#: Library/Main/Strings.cs:73
+#: Library/Main/Strings.cs:74
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:74
+#: Library/Main/Strings.cs:75
msgid "Limit the size of the volumes"
msgstr ""
-#: Library/Main/Strings.cs:75
+#: Library/Main/Strings.cs:76
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:76
+#: Library/Main/Strings.cs:77
msgid "Disables use of the streaming transfer method"
msgstr ""
-#: Library/Main/Strings.cs:77
+#: Library/Main/Strings.cs:78
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:78
+#: Library/Main/Strings.cs:79
msgid "An option that prevents verifying the manifests"
msgstr ""
-#: Library/Main/Strings.cs:79
+#: Library/Main/Strings.cs:80
msgid ""
"Duplicati supports pluggable compression modules. Use this option to select "
"a module to use for compression. This is only applied when creating new "
@@ -2243,11 +2286,11 @@ msgid ""
"compression module."
msgstr ""
-#: Library/Main/Strings.cs:80
+#: Library/Main/Strings.cs:81
msgid "Select what module to use for compression"
msgstr ""
-#: Library/Main/Strings.cs:81
+#: Library/Main/Strings.cs:82
msgid ""
"Duplicati supports pluggable encryption modules. Use this option to select a "
"module to use for encryption. This is only applied when creating new "
@@ -2255,27 +2298,27 @@ msgid ""
"encryption module."
msgstr ""
-#: Library/Main/Strings.cs:82
+#: Library/Main/Strings.cs:83
msgid "Select what module to use for encryption"
msgstr ""
-#: Library/Main/Strings.cs:83
+#: Library/Main/Strings.cs:84
msgid "Supply one or more module names, separated by commas to unload them"
msgstr ""
-#: Library/Main/Strings.cs:84
+#: Library/Main/Strings.cs:85
msgid "Disabled one or more modules"
msgstr ""
-#: Library/Main/Strings.cs:85
+#: Library/Main/Strings.cs:86
msgid "Supply one or more module names, separated by commas to load them"
msgstr ""
-#: Library/Main/Strings.cs:86
+#: Library/Main/Strings.cs:87
msgid "Enables one or more modules"
msgstr ""
-#: Library/Main/Strings.cs:87
+#: Library/Main/Strings.cs:88
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\", "
@@ -2289,67 +2332,67 @@ msgid ""
"Logical Volume Management (LVM) and requires root privileges."
msgstr ""
-#: Library/Main/Strings.cs:88
+#: Library/Main/Strings.cs:89
msgid "Controls the use of disk snapshots"
msgstr ""
-#: Library/Main/Strings.cs:89
+#: Library/Main/Strings.cs:90
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:90
+#: Library/Main/Strings.cs:91
msgid "The path where ready volumes are placed until uploaded"
msgstr ""
-#: Library/Main/Strings.cs:91
+#: Library/Main/Strings.cs:92
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:92
+#: Library/Main/Strings.cs:93
msgid "The number of volumes to create ahead of time"
msgstr ""
-#: Library/Main/Strings.cs:93
+#: Library/Main/Strings.cs:94
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:94
+#: Library/Main/Strings.cs:95
msgid "Enables debugging output"
msgstr ""
-#: Library/Main/Strings.cs:95
+#: Library/Main/Strings.cs:96
msgid "Log internal information"
msgstr ""
-#: Library/Main/Strings.cs:96
+#: Library/Main/Strings.cs:97
msgid ""
"Specifies the amount of log information to write into the file specified by "
"--log-file"
msgstr ""
-#: Library/Main/Strings.cs:97
+#: Library/Main/Strings.cs:98
msgid "Log information level"
msgstr ""
-#: Library/Main/Strings.cs:98
+#: Library/Main/Strings.cs:99
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:99
+#: Library/Main/Strings.cs:100
msgid "Disables automatic folder creation"
msgstr ""
-#: Library/Main/Strings.cs:100
+#: Library/Main/Strings.cs:101
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 "
@@ -2358,12 +2401,12 @@ msgid ""
"are allowed, including with and without curly braces."
msgstr ""
-#: Library/Main/Strings.cs:101
+#: Library/Main/Strings.cs:102
msgid ""
"A semicolon separated list of guids of VSS writers to exclude (Windows only)"
msgstr ""
-#: Library/Main/Strings.cs:102
+#: Library/Main/Strings.cs:103
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"
@@ -2376,11 +2419,11 @@ msgid ""
"privileges."
msgstr ""
-#: Library/Main/Strings.cs:103
+#: Library/Main/Strings.cs:104
msgid "Controls the use of NTFS Update Sequence Numbers"
msgstr ""
-#: Library/Main/Strings.cs:104
+#: Library/Main/Strings.cs:105
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 "
@@ -2389,11 +2432,11 @@ msgid ""
"If USN is not enabled, this option has no effect."
msgstr ""
-#: Library/Main/Strings.cs:105
+#: Library/Main/Strings.cs:106
msgid "Disables changelist by USN numbers"
msgstr ""
-#: Library/Main/Strings.cs:106
+#: Library/Main/Strings.cs:107
#, csharp-format
msgid ""
"When matching timestamps, Duplicati will adjust the times by a small "
@@ -2406,26 +2449,26 @@ msgid ""
"strict time checking"
msgstr ""
-#: Library/Main/Strings.cs:107
+#: Library/Main/Strings.cs:108
msgid "Deactivates tolerance when comparing times"
msgstr ""
-#: Library/Main/Strings.cs:108
+#: Library/Main/Strings.cs:109
msgid "Verify uploads by listing contents"
msgstr ""
-#: Library/Main/Strings.cs:109
+#: Library/Main/Strings.cs:110
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:110
+#: Library/Main/Strings.cs:111
msgid "Upload files synchronously"
msgstr ""
-#: Library/Main/Strings.cs:111
+#: Library/Main/Strings.cs:112
msgid ""
"Duplicati will attempt to perform multiple operations on a single "
"connection, as this avoids repeated login attempts, and thus speeds up the "
@@ -2433,47 +2476,47 @@ msgid ""
"on a seperate connection"
msgstr ""
-#: Library/Main/Strings.cs:112
+#: Library/Main/Strings.cs:113
msgid "Do not re-use connections"
msgstr ""
-#: Library/Main/Strings.cs:113
+#: Library/Main/Strings.cs:114
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:114
+#: Library/Main/Strings.cs:115
msgid "Show error messages when a retry is performed"
msgstr ""
-#: Library/Main/Strings.cs:115
+#: Library/Main/Strings.cs:116
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:116
+#: Library/Main/Strings.cs:117
msgid "Upload empty backup files"
msgstr ""
-#: Library/Main/Strings.cs:117
+#: Library/Main/Strings.cs:118
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:118
+#: Library/Main/Strings.cs:119
msgid "A reported maximum storage"
msgstr ""
-#: Library/Main/Strings.cs:119
+#: Library/Main/Strings.cs:120
msgid "Symlink handling"
msgstr ""
-#: Library/Main/Strings.cs:120
+#: Library/Main/Strings.cs:121
#, csharp-format
msgid ""
"Use this option to handle symlinks differently. The \"{0}\" option will "
@@ -2484,11 +2527,11 @@ msgid ""
"included and restore as normal files."
msgstr ""
-#: Library/Main/Strings.cs:121
+#: Library/Main/Strings.cs:122
msgid "Hardlink handling"
msgstr ""
-#: Library/Main/Strings.cs:122
+#: Library/Main/Strings.cs:123
#, csharp-format
msgid ""
"Use this option to handle hardlinks (only works on Linux/OSX). The \"{0}\" "
@@ -2498,11 +2541,11 @@ msgid ""
"will ignore all hardlinks with more than one link."
msgstr ""
-#: Library/Main/Strings.cs:123
+#: Library/Main/Strings.cs:124
msgid "Exclude files by attribute"
msgstr ""
-#: Library/Main/Strings.cs:124
+#: Library/Main/Strings.cs:125
#, csharp-format
msgid ""
"Use this option to exclude files with certain attributes. Use a comma "
@@ -2510,7 +2553,7 @@ msgid ""
"are: {0}"
msgstr ""
-#: Library/Main/Strings.cs:125
+#: Library/Main/Strings.cs:126
msgid ""
"Activate this option to map VSS snapshots to a drive (similar to SUBST, "
"using Win32 DefineDosDevice). This will create temporary drives that are "
@@ -2518,21 +2561,21 @@ msgid ""
"file access on Windows XP."
msgstr ""
-#: Library/Main/Strings.cs:126
+#: Library/Main/Strings.cs:127
msgid "Map snapshots to a drive (Windows only)"
msgstr ""
-#: Library/Main/Strings.cs:127
+#: Library/Main/Strings.cs:128
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:128
+#: Library/Main/Strings.cs:129
msgid "Name of the backup"
msgstr ""
-#: Library/Main/Strings.cs:129
+#: Library/Main/Strings.cs:130
#, csharp-format
msgid ""
"This property can be used to point to a text file where each line contains a "
@@ -2544,22 +2587,22 @@ msgid ""
"{0}."
msgstr ""
-#: Library/Main/Strings.cs:130
+#: Library/Main/Strings.cs:131
msgid "Manage non-compressible file extensions"
msgstr ""
-#: Library/Main/Strings.cs:131 Library/Main/Strings.cs:141
-#: Library/Main/Strings.cs:148
+#: Library/Main/Strings.cs:132 Library/Main/Strings.cs:142
+#: Library/Main/Strings.cs:151
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:132
+#: Library/Main/Strings.cs:133
msgid "Memory used by the block hash"
msgstr ""
-#: Library/Main/Strings.cs:133
+#: Library/Main/Strings.cs:134
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 "
@@ -2567,84 +2610,93 @@ msgid ""
"be changed after remote files are created."
msgstr ""
-#: Library/Main/Strings.cs:134
+#: Library/Main/Strings.cs:135
msgid "Block size used in hashing"
msgstr ""
-#: Library/Main/Strings.cs:135
+#: Library/Main/Strings.cs:136
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:136
+#: Library/Main/Strings.cs:137
msgid "List of files to examine for changes"
msgstr ""
-#: Library/Main/Strings.cs:137
+#: Library/Main/Strings.cs:138
msgid "Path to the file containing the local cache of the remote file database"
msgstr ""
-#: Library/Main/Strings.cs:138
+#: Library/Main/Strings.cs:139
msgid "Path to the local state database"
msgstr ""
-#: Library/Main/Strings.cs:139
+#: Library/Main/Strings.cs:140
#, 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:140
+#: Library/Main/Strings.cs:141
msgid "List of deleted files"
msgstr ""
-#: Library/Main/Strings.cs:142
+#: Library/Main/Strings.cs:143
msgid "Memory used by the file hash"
msgstr ""
-#: Library/Main/Strings.cs:143
+#: Library/Main/Strings.cs:144
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:144
+#: Library/Main/Strings.cs:145
msgid "Reduce memory footprint by disabling in-memory lookups"
msgstr ""
-#: Library/Main/Strings.cs:145
+#: Library/Main/Strings.cs:146
+msgid ""
+"This option can be used to increase speed in exchange for extra memory use."
+msgstr ""
+
+#: Library/Main/Strings.cs:147
+msgid "Store an in-memory block cache"
+msgstr ""
+
+#: Library/Main/Strings.cs:148
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:146
+#: Library/Main/Strings.cs:149
msgid "Enables storing file metadata"
msgstr ""
-#: Library/Main/Strings.cs:147
+#: Library/Main/Strings.cs:150
msgid "This option is no longer used as metadata is now stored by default"
msgstr ""
-#: Library/Main/Strings.cs:149
+#: Library/Main/Strings.cs:152
msgid "Memory used by the metadata hash"
msgstr ""
-#: Library/Main/Strings.cs:150
+#: Library/Main/Strings.cs:153
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:151
+#: Library/Main/Strings.cs:154
msgid "Do not query backend at startup"
msgstr ""
-#: Library/Main/Strings.cs:152
+#: Library/Main/Strings.cs:155
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 "
@@ -2653,11 +2705,11 @@ msgid ""
"never be used."
msgstr ""
-#: Library/Main/Strings.cs:153
+#: Library/Main/Strings.cs:156
msgid "Determines usage of index files"
msgstr ""
-#: Library/Main/Strings.cs:154
+#: Library/Main/Strings.cs:157
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 "
@@ -2665,43 +2717,43 @@ msgid ""
"volume and the total storage."
msgstr ""
-#: Library/Main/Strings.cs:155
+#: Library/Main/Strings.cs:158
msgid "The maximum wasted space in percent"
msgstr ""
-#: Library/Main/Strings.cs:156
+#: Library/Main/Strings.cs:159
msgid ""
"This option can be used to experiment with different settings and observe "
"the outcome without changing actual files."
msgstr ""
-#: Library/Main/Strings.cs:157
+#: Library/Main/Strings.cs:160
msgid "Does not perform any modifications"
msgstr ""
-#: Library/Main/Strings.cs:158
+#: Library/Main/Strings.cs:161
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:159
+#: Library/Main/Strings.cs:162
msgid "The hash algorithm used on blocks"
msgstr ""
-#: Library/Main/Strings.cs:160
+#: Library/Main/Strings.cs:163
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:161
+#: Library/Main/Strings.cs:164
msgid "The hash algorithm used on files"
msgstr ""
-#: Library/Main/Strings.cs:162
+#: Library/Main/Strings.cs:165
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. "
@@ -2709,11 +2761,11 @@ msgid ""
"running the compact command."
msgstr ""
-#: Library/Main/Strings.cs:163
+#: Library/Main/Strings.cs:166
msgid "Disable automatic compacting"
msgstr ""
-#: Library/Main/Strings.cs:164
+#: Library/Main/Strings.cs:167
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 "
@@ -2721,114 +2773,114 @@ msgid ""
"downloaded and rewritten."
msgstr ""
-#: Library/Main/Strings.cs:165
+#: Library/Main/Strings.cs:168
msgid "Volume size threshold"
msgstr ""
-#: Library/Main/Strings.cs:166
+#: Library/Main/Strings.cs:169
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:167
+#: Library/Main/Strings.cs:170
msgid "Maximum number of small volumes"
msgstr ""
-#: Library/Main/Strings.cs:168
+#: Library/Main/Strings.cs:171
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:169
+#: Library/Main/Strings.cs:172
msgid "Use local file data when restoring"
msgstr ""
-#: Library/Main/Strings.cs:170
+#: Library/Main/Strings.cs:173
msgid "Disables the local database"
msgstr ""
-#: Library/Main/Strings.cs:171
+#: Library/Main/Strings.cs:174
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:172
+#: Library/Main/Strings.cs:175
msgid "Keep a number of versions"
msgstr ""
-#: Library/Main/Strings.cs:173
+#: Library/Main/Strings.cs:176
msgid ""
"Use this option to set number of versions to keep, supply -1 to keep all "
"versions"
msgstr ""
-#: Library/Main/Strings.cs:174
+#: Library/Main/Strings.cs:177
msgid "Keep all versions within a timespan"
msgstr ""
-#: Library/Main/Strings.cs:175
+#: Library/Main/Strings.cs:178
msgid "Use this option to set the timespan in which backups are kept."
msgstr ""
-#: Library/Main/Strings.cs:176
+#: Library/Main/Strings.cs:179
msgid "Ignore missing source elements"
msgstr ""
-#: Library/Main/Strings.cs:177
+#: Library/Main/Strings.cs:180
msgid "Use this option to continue even if some source entries are missing."
msgstr ""
-#: Library/Main/Strings.cs:178
+#: Library/Main/Strings.cs:181
msgid "Overwrite files when restoring"
msgstr ""
-#: Library/Main/Strings.cs:179
+#: Library/Main/Strings.cs:182
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:180
+#: Library/Main/Strings.cs:183
msgid "Output more progress information"
msgstr ""
-#: Library/Main/Strings.cs:181
+#: Library/Main/Strings.cs:184
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:182
+#: Library/Main/Strings.cs:185
msgid "Output full results"
msgstr ""
-#: Library/Main/Strings.cs:183
+#: Library/Main/Strings.cs:186
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:184
+#: Library/Main/Strings.cs:187
msgid "Determine if verification files are uploaded"
msgstr ""
-#: Library/Main/Strings.cs:185
+#: Library/Main/Strings.cs:188
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:186
+#: Library/Main/Strings.cs:189
msgid "The number of samples to test after a backup"
msgstr ""
-#: Library/Main/Strings.cs:187
+#: Library/Main/Strings.cs:190
#, csharp-format
msgid ""
"After a backup is completed, some files are selected for verification on the "
@@ -2836,11 +2888,11 @@ msgid ""
"0 or the option --{0} is set, no remote files are verified"
msgstr ""
-#: Library/Main/Strings.cs:188
+#: Library/Main/Strings.cs:191
msgid "Activates in-depth verification of files"
msgstr ""
-#: Library/Main/Strings.cs:189
+#: Library/Main/Strings.cs:192
#, csharp-format
msgid ""
"After a backup is completed, some files are selected for verification on the "
@@ -2851,109 +2903,109 @@ msgid ""
"performed directly."
msgstr ""
-#: Library/Main/Strings.cs:190
+#: Library/Main/Strings.cs:193
msgid "Size of the file read buffer"
msgstr ""
-#: Library/Main/Strings.cs:191
+#: Library/Main/Strings.cs:194
msgid ""
"Use this size to control how many bytes a read from a file before processing"
msgstr ""
-#: Library/Main/Strings.cs:192
+#: Library/Main/Strings.cs:195
msgid "Allow the passphrase to change"
msgstr ""
-#: Library/Main/Strings.cs:193
+#: Library/Main/Strings.cs:196
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:194
+#: Library/Main/Strings.cs:197
msgid "List only filesets"
msgstr ""
-#: Library/Main/Strings.cs:195
+#: Library/Main/Strings.cs:198
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:197
+#: Library/Main/Strings.cs:200
msgid "Don't store metadata"
msgstr ""
-#: Library/Main/Strings.cs:198
+#: Library/Main/Strings.cs:201
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:199
+#: Library/Main/Strings.cs:202
msgid "Restore file permissions"
msgstr ""
-#: Library/Main/Strings.cs:200
+#: Library/Main/Strings.cs:203
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:201
+#: Library/Main/Strings.cs:204
msgid "Skip restored file check"
msgstr ""
-#: Library/Main/Strings.cs:202
+#: Library/Main/Strings.cs:205
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:203
+#: Library/Main/Strings.cs:206
msgid "Activate caches"
msgstr ""
-#: Library/Main/Strings.cs:204
+#: Library/Main/Strings.cs:207
msgid "Activate in-memory caches, which are now off by default"
msgstr ""
-#: Library/Main/Strings.cs:205
+#: Library/Main/Strings.cs:208
msgid "Do not use local data"
msgstr ""
-#: Library/Main/Strings.cs:206
+#: Library/Main/Strings.cs:209
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:207
+#: Library/Main/Strings.cs:210
msgid "Check block hashes"
msgstr ""
-#: Library/Main/Strings.cs:208
+#: Library/Main/Strings.cs:211
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:209 Server/Strings.cs:31
+#: Library/Main/Strings.cs:212 Server/Strings.cs:31
msgid "Clean up old log data"
msgstr ""
-#: Library/Main/Strings.cs:210 Server/Strings.cs:32
+#: 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:211
+#: Library/Main/Strings.cs:214
msgid "Repair database with paths"
msgstr ""
-#: Library/Main/Strings.cs:212
+#: Library/Main/Strings.cs:215
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 "
@@ -2961,11 +3013,11 @@ msgid ""
"resulting database can be searched, but cannot be used to restore data with."
msgstr ""
-#: Library/Main/Strings.cs:213
+#: Library/Main/Strings.cs:216
msgid "Force the locale setting"
msgstr ""
-#: Library/Main/Strings.cs:214
+#: Library/Main/Strings.cs:217
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 "
@@ -2973,40 +3025,40 @@ msgid ""
"blank string to choose the \"Invariant Culture\"."
msgstr ""
-#: Library/Main/Strings.cs:215
+#: Library/Main/Strings.cs:218
msgid "Handle file communication with backend using threaded pipes"
msgstr ""
-#: Library/Main/Strings.cs:216
+#: Library/Main/Strings.cs:219
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:217
+#: Library/Main/Strings.cs:220
msgid "Perform backup of Hyper-V machines (Windows only)"
msgstr ""
-#: Library/Main/Strings.cs:218
+#: Library/Main/Strings.cs:221
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:219
+#: Library/Main/Strings.cs:222
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:220
+#: Library/Main/Strings.cs:223
msgid "Disables synthetic filelist"
msgstr ""
-#: Library/Main/Strings.cs:221
+#: Library/Main/Strings.cs:224
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 "
@@ -3014,15 +3066,15 @@ msgid ""
"unmodified files."
msgstr ""
-#: Library/Main/Strings.cs:222
+#: Library/Main/Strings.cs:225
msgid "Checks only file lastmodified"
msgstr ""
-#: Library/Main/Strings.cs:223
+#: Library/Main/Strings.cs:226
msgid "Disables path compresion on restore"
msgstr ""
-#: Library/Main/Strings.cs:224
+#: Library/Main/Strings.cs:227
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 "
@@ -3030,22 +3082,22 @@ msgid ""
"structure is preserved, including upper level empty folders."
msgstr ""
-#: Library/Main/Strings.cs:225
+#: Library/Main/Strings.cs:228
msgid "Allow removing all filesets"
msgstr ""
-#: Library/Main/Strings.cs:226
+#: Library/Main/Strings.cs:229
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:227
+#: Library/Main/Strings.cs:230
msgid "Allow automatic rebuilding of local database to save space."
msgstr ""
-#: Library/Main/Strings.cs:228
+#: Library/Main/Strings.cs:231
msgid ""
"Some operations that manipulate the local database leave unused entries "
"behind. These entries are not deleted from a hard drive until a VACUUM "
@@ -3055,23 +3107,23 @@ msgid ""
"discretion."
msgstr ""
-#: Library/Main/Strings.cs:233
+#: Library/Main/Strings.cs:236
#, csharp-format
msgid ""
"The cryptolibrary does not support re-usable transforms for the hash "
"algorithm {0}"
msgstr ""
-#: Library/Main/Strings.cs:234
+#: Library/Main/Strings.cs:237
#, csharp-format
msgid "The cryptolibrary does not support the hash algorithm {0}"
msgstr ""
-#: Library/Main/Strings.cs:235
+#: Library/Main/Strings.cs:238
msgid "The passphrase cannot be changed for an existing backup"
msgstr ""
-#: Library/Main/Strings.cs:236
+#: Library/Main/Strings.cs:239
#, csharp-format
msgid "Failed to create a snapshot: {0}"
msgstr ""
@@ -3197,112 +3249,144 @@ msgid ""
"around an issue with a particular SSL protocol."
msgstr ""
+#: Library/Modules/Builtin/Strings.cs:34
+msgid "Sets the default operation timeout"
+msgstr ""
+
+#: Library/Modules/Builtin/Strings.cs:35
+msgid ""
+"This option changes the default timeout for any HTTP request, the time "
+"covers the entire operation from initial packet to shutdown"
+msgstr ""
+
#: Library/Modules/Builtin/Strings.cs:36
+msgid "Sets readwrite"
+msgstr ""
+
+#: Library/Modules/Builtin/Strings.cs:37
+msgid ""
+"This option changes the default read-write timeout. Read-write timeouts are "
+"used to detect a stalled requests, and this option configures the maximum "
+"time between activity on a connection."
+msgstr ""
+
+#: Library/Modules/Builtin/Strings.cs:38
+msgid "Sets HTTP buffering"
+msgstr ""
+
+#: Library/Modules/Builtin/Strings.cs:39
+#, csharp-format
+msgid ""
+"This option sets the HTTP buffering. Setting this to \"{0}\" can cause "
+"memory leaks, but can also improve performance in some cases."
+msgstr ""
+
+#: Library/Modules/Builtin/Strings.cs:42
msgid ""
"This module works internaly to parse source parameters to backup Hyper-V "
"virtual machines"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:37
+#: Library/Modules/Builtin/Strings.cs:43
msgid "Configure Hyper-V module"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:41
+#: Library/Modules/Builtin/Strings.cs:47
msgid ""
"This module works internaly to parse source parameters to backup Microsoft "
"SQL Server databases"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:42
+#: Library/Modules/Builtin/Strings.cs:48
msgid "Configure Microsoft SQL Server module"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:45
+#: Library/Modules/Builtin/Strings.cs:51
msgid "Executes a script before starting an operation, and again on completion"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:46
+#: Library/Modules/Builtin/Strings.cs:52
msgid "Run script"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:47
+#: Library/Modules/Builtin/Strings.cs:53
msgid ""
"Executes a script after performing an operation. The script will receive the "
"operation results written to stdout."
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:48
+#: Library/Modules/Builtin/Strings.cs:54
msgid "Run a script on exit"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:49
+#: Library/Modules/Builtin/Strings.cs:55
#, csharp-format
msgid "The script \"{0}\" returned with exit code {1}"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:50
+#: Library/Modules/Builtin/Strings.cs:56
msgid ""
"Executes a script before performing an operation. The operation will block "
"until the script has completed or timed out. If the script returns a non-"
"zero error code or times out, the operation will be aborted."
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:51
+#: Library/Modules/Builtin/Strings.cs:57
msgid "Run a required script on startup"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:52
+#: Library/Modules/Builtin/Strings.cs:58
#, csharp-format
msgid "Error while executing script \"{0}\": {1}"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:53
+#: Library/Modules/Builtin/Strings.cs:59
#, csharp-format
msgid "Execution of the script \"{0}\" timed out"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:54
+#: Library/Modules/Builtin/Strings.cs:60
msgid ""
"Executes a script before performing an operation. The operation will block "
"until the script has completed or timed out."
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:55
+#: Library/Modules/Builtin/Strings.cs:61
msgid "Run a script on startup"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:56
+#: Library/Modules/Builtin/Strings.cs:62
#, csharp-format
msgid "The script \"{0}\" reported error messages: {1}"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:57
+#: Library/Modules/Builtin/Strings.cs:63
msgid ""
"Sets the maximum time a script is allowed to execute. If the script has not "
"completed within this time, it will continue to execute but the operation "
"will continue too, and no script output will be processed."
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:58
+#: Library/Modules/Builtin/Strings.cs:64
msgid "Sets the script timeout"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:61
+#: Library/Modules/Builtin/Strings.cs:67
msgid "This module can send email after an operation completes"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:62
+#: Library/Modules/Builtin/Strings.cs:68
msgid "Send mail"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:63
+#: Library/Modules/Builtin/Strings.cs:69
#, csharp-format
msgid ""
"Unable to find the destination mail server through MX lookup, please use the "
"option {0} to specify what smtp server to use."
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:64
+#: Library/Modules/Builtin/Strings.cs:70
msgid ""
"This value can be a filename. If the file exists, the file contents will be "
"used as the message body.\n"
@@ -3319,19 +3403,19 @@ msgid ""
"Any unknown/unset value is removed."
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:73
+#: Library/Modules/Builtin/Strings.cs:79
msgid "The message body"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:74
+#: Library/Modules/Builtin/Strings.cs:80
msgid "The password used to authenticate with the SMTP server if required."
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:75
+#: Library/Modules/Builtin/Strings.cs:81
msgid "SMTP Password"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:76
+#: Library/Modules/Builtin/Strings.cs:82
msgid ""
"This setting is required if mail should be sent, all other settings have "
"default values. You can supply multiple email addresses separated with "
@@ -3343,21 +3427,21 @@ msgid ""
"admin@example.com"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:80
+#: Library/Modules/Builtin/Strings.cs:86
msgid "Email recipient(s)"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:81
+#: Library/Modules/Builtin/Strings.cs:87
msgid ""
"By default, mail will only be sent after a Backup operation. Use this option "
"to send mail for all operations."
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:82
+#: Library/Modules/Builtin/Strings.cs:88
msgid "Send email for all operations"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:83
+#: Library/Modules/Builtin/Strings.cs:89
msgid ""
"Address of the email sender. If no host is supplied, the hostname of the "
"first recipient is used. Examples of allowed formats:\n"
@@ -3368,11 +3452,11 @@ msgid ""
"Mail Sender <sender@example.com>"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:89
+#: Library/Modules/Builtin/Strings.cs:95
msgid "Email sender"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:90
+#: Library/Modules/Builtin/Strings.cs:96
#, csharp-format
msgid ""
"You can specify one of \"{0}\", \"{1}\", \"{2}\", \"{3}\". You can supply "
@@ -3381,12 +3465,12 @@ msgid ""
"operations to send an email."
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:91 Library/Modules/Builtin/Strings.cs:123
-#: Library/Modules/Builtin/Strings.cs:153
+#: Library/Modules/Builtin/Strings.cs:97 Library/Modules/Builtin/Strings.cs:129
+#: Library/Modules/Builtin/Strings.cs:159
msgid "The messages to send"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:92
+#: Library/Modules/Builtin/Strings.cs:98
msgid ""
"A url for the SMTP server, e.g. smtp://example.com:25. Multiple servers can "
"be supplied in a prioritized list, separated with semicolon. If a server "
@@ -3403,66 +3487,66 @@ msgid ""
"use smtp://example.com:25/?starttls=never."
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:96
+#: Library/Modules/Builtin/Strings.cs:102
msgid "SMTP Url"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:97
+#: Library/Modules/Builtin/Strings.cs:103
#, csharp-format
msgid ""
"This setting supplies the email subject. Values are replaced as described in "
"the description for --{0}."
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:98
+#: Library/Modules/Builtin/Strings.cs:104
msgid "The email subject"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:99
+#: Library/Modules/Builtin/Strings.cs:105
msgid "The username used to authenticate with the SMTP server if required."
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:100
+#: Library/Modules/Builtin/Strings.cs:106
msgid "SMTP Username"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:101
+#: Library/Modules/Builtin/Strings.cs:107
#, csharp-format
msgid "Failed to send email: {0}"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:102
+#: Library/Modules/Builtin/Strings.cs:108
#, csharp-format
msgid "Whole SMTP communication: {0}"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:103
+#: Library/Modules/Builtin/Strings.cs:109
#, csharp-format
msgid "Failed to send email with server: {0}, message: {1}, retrying with {2}"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:104
+#: Library/Modules/Builtin/Strings.cs:110
#, csharp-format
msgid "Email sent successfully using server: {0}"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:107
+#: Library/Modules/Builtin/Strings.cs:113
msgid "XMPP recipient email"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:108
+#: Library/Modules/Builtin/Strings.cs:114
msgid ""
"The users who should have the messages sent, specify multiple users "
"separated with commas"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:109
-#: Library/Modules/Builtin/Strings.cs:139
+#: Library/Modules/Builtin/Strings.cs:115
+#: Library/Modules/Builtin/Strings.cs:145
msgid "The message template"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:110
-#: Library/Modules/Builtin/Strings.cs:140
+#: Library/Modules/Builtin/Strings.cs:116
+#: Library/Modules/Builtin/Strings.cs:146
msgid ""
"This value can be a filename. If the file exists, the file contents will be "
"used as the message.\n"
@@ -3479,26 +3563,26 @@ msgid ""
"Any unknown/unset value is removed."
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:119
+#: Library/Modules/Builtin/Strings.cs:125
msgid "The XMPP username"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:120
+#: Library/Modules/Builtin/Strings.cs:126
msgid ""
"The username for the account that will send the message, including the "
"hostname. I.e. \"account@jabber.org/Home\""
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:121
+#: Library/Modules/Builtin/Strings.cs:127
msgid "The XMPP password"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:122
+#: Library/Modules/Builtin/Strings.cs:128
msgid "The password for the account that will send the message"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:124
-#: Library/Modules/Builtin/Strings.cs:154
+#: Library/Modules/Builtin/Strings.cs:130
+#: Library/Modules/Builtin/Strings.cs:160
#, csharp-format
msgid ""
"You can specify one of \"{0}\", \"{1}\", \"{2}\", \"{3}\". \n"
@@ -3507,69 +3591,69 @@ msgid ""
"cause all backup operations to send a message."
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:126
-#: Library/Modules/Builtin/Strings.cs:156
+#: Library/Modules/Builtin/Strings.cs:132
+#: Library/Modules/Builtin/Strings.cs:162
msgid "Send messages for all operations"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:127
-#: Library/Modules/Builtin/Strings.cs:157
+#: Library/Modules/Builtin/Strings.cs:133
+#: Library/Modules/Builtin/Strings.cs:163
msgid ""
"By default, messages will only be sent after a Backup operation. Use this "
"option to send messages for all operations"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:128
+#: Library/Modules/Builtin/Strings.cs:134
msgid "XMPP report module"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:129
+#: Library/Modules/Builtin/Strings.cs:135
msgid ""
"This module provides support for sending status reports via XMPP messages"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:130
+#: Library/Modules/Builtin/Strings.cs:136
msgid "Timeout occurred while logging in to jabber server"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:131
+#: Library/Modules/Builtin/Strings.cs:137
#, csharp-format
msgid "Failed to send jabber message: {0}"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:135
+#: Library/Modules/Builtin/Strings.cs:141
msgid "HTTP report module"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:136
+#: Library/Modules/Builtin/Strings.cs:142
msgid ""
"This module provides support for sending status reports via HTTP messages"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:137
-#: Library/Modules/Builtin/Strings.cs:138
+#: Library/Modules/Builtin/Strings.cs:143
+#: Library/Modules/Builtin/Strings.cs:144
msgid "HTTP report url"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:149
+#: Library/Modules/Builtin/Strings.cs:155
msgid "The name of the parameter to send the message as"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:150
+#: Library/Modules/Builtin/Strings.cs:156
msgid "The name of the parameter to send the message as."
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:151
+#: Library/Modules/Builtin/Strings.cs:157
msgid "Extra parameters to add to the http message"
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:152
+#: Library/Modules/Builtin/Strings.cs:158
msgid ""
"Extra parameters to add to the http message. I.e. "
"\"parameter1=value1&parameter2=value2\""
msgstr ""
-#: Library/Modules/Builtin/Strings.cs:158
+#: Library/Modules/Builtin/Strings.cs:164
#, csharp-format
msgid "Failed to send http message: {0}"
msgstr ""
diff --git a/Localizations/webroot/localization_webroot.pot b/Localizations/webroot/localization_webroot.pot
index de5c8137d..c881620fe 100644
--- a/Localizations/webroot/localization_webroot.pot
+++ b/Localizations/webroot/localization_webroot.pot
@@ -17,19 +17,19 @@ msgstr ""
msgid "API Key"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:658
+#: scripts/services/EditUriBuiltins.js:691
#: templates/backends/s3.html:54
#: templates/backends/s3.html:55
msgid "AWS Access ID"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:659
+#: scripts/services/EditUriBuiltins.js:692
#: templates/backends/s3.html:58
#: templates/backends/s3.html:59
msgid "AWS Access Key"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:134
+#: scripts/services/EditUriBuiltins.js:135
msgid "AWS IAM Policy"
msgstr ""
@@ -42,7 +42,7 @@ msgstr ""
msgid "About {{appname}}"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:623
+#: scripts/services/EditUriBuiltins.js:656
#: templates/backends/azure.html:11
msgid "Access Key"
msgstr ""
@@ -55,7 +55,7 @@ msgstr ""
msgid "Access to user interface"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:622
+#: scripts/services/EditUriBuiltins.js:655
#: templates/backends/azure.html:7
msgid "Account name"
msgstr ""
@@ -94,12 +94,12 @@ msgstr ""
msgid "Add path"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:669
-#: scripts/services/EditUriBuiltins.js:686
+#: scripts/services/EditUriBuiltins.js:702
+#: scripts/services/EditUriBuiltins.js:719
msgid "Adjust bucket name?"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:597
+#: scripts/services/EditUriBuiltins.js:630
msgid "Adjust path name?"
msgstr ""
@@ -163,7 +163,7 @@ msgstr ""
msgid "As Command-line"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:581
+#: scripts/services/EditUriBuiltins.js:614
#: templates/backends/gcs.html:8
#: templates/backends/gcs.html:9
#: templates/backends/oauth.html:8
@@ -197,12 +197,12 @@ msgstr ""
msgid "B2 Application Key"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:705
+#: scripts/services/EditUriBuiltins.js:738
#: templates/backends/b2.html:13
msgid "B2 Cloud Storage Account ID"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:706
+#: scripts/services/EditUriBuiltins.js:739
#: templates/backends/b2.html:17
msgid "B2 Cloud Storage Application Key"
msgstr ""
@@ -251,9 +251,9 @@ msgstr ""
msgid "Browser default"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:633
-#: scripts/services/EditUriBuiltins.js:657
-#: scripts/services/EditUriBuiltins.js:704
+#: scripts/services/EditUriBuiltins.js:666
+#: scripts/services/EditUriBuiltins.js:690
+#: scripts/services/EditUriBuiltins.js:737
msgid "Bucket Name"
msgstr ""
@@ -306,14 +306,14 @@ msgstr ""
#: scripts/controllers/LocalDatabaseController.js:72
#: scripts/controllers/LocalDatabaseController.js:88
#: scripts/controllers/RestoreDirectController.js:24
-#: scripts/controllers/StateController.js:108
-#: scripts/controllers/StateController.js:99
+#: scripts/controllers/StateController.js:103
+#: scripts/controllers/StateController.js:112
#: scripts/services/CaptchaService.js:22
#: scripts/services/DialogService.js:50
-#: scripts/services/EditUriBuiltins.js:46
-#: scripts/services/EditUriBuiltins.js:597
-#: scripts/services/EditUriBuiltins.js:669
-#: scripts/services/EditUriBuiltins.js:686
+#: scripts/services/EditUriBuiltins.js:47
+#: scripts/services/EditUriBuiltins.js:630
+#: scripts/services/EditUriBuiltins.js:702
+#: scripts/services/EditUriBuiltins.js:719
#: templates/delete.html:54
#: templates/export.html:26
#: templates/settings.html:145
@@ -443,7 +443,7 @@ msgstr ""
msgid "Connection worked!"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:624
+#: scripts/services/EditUriBuiltins.js:657
#: templates/backends/azure.html:2
msgid "Container name"
msgstr ""
@@ -493,7 +493,7 @@ msgstr ""
msgid "Create folder?"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:120
+#: scripts/services/EditUriBuiltins.js:121
msgid "Created new limited user"
msgstr ""
@@ -501,7 +501,7 @@ msgstr ""
msgid "Creating bug report ..."
msgstr ""
-#: scripts/services/EditUriBuiltins.js:111
+#: scripts/services/EditUriBuiltins.js:112
msgid "Creating new user with limited access ..."
msgstr ""
@@ -513,7 +513,7 @@ msgstr ""
msgid "Creating temporary backup ..."
msgstr ""
-#: scripts/services/EditUriBuiltins.js:111
+#: scripts/services/EditUriBuiltins.js:112
msgid "Creating user..."
msgstr ""
@@ -989,6 +989,7 @@ msgstr ""
#: templates/backends/jottacloud.html:2
#: templates/backends/mega.html:2
#: templates/backends/s3.html:49
+#: templates/backends/sia.html:6
#: templates/restore.html:105
#: templates/restore.html:89
msgid "Folder path"
@@ -1180,12 +1181,16 @@ msgstr ""
msgid "Install failed:"
msgstr ""
+#: scripts/services/EditUriBuiltins.js:771
+msgid "Invalid characters in path"
+msgstr ""
+
#: scripts/controllers/EditBackupController.js:250
#: scripts/controllers/EditBackupController.js:257
msgid "Invalid retention time"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:557
+#: scripts/services/EditUriBuiltins.js:590
msgid ""
"It is possible to connect to some FTP without a password.\n"
"Are you sure your FTP server supports password-less logins?"
@@ -1276,7 +1281,7 @@ msgstr ""
msgid "Local database path:"
msgstr ""
-#: scripts/services/SystemInfo.js:76
+#: scripts/services/SystemInfo.js:77
msgid "Local storage"
msgstr ""
@@ -1343,6 +1348,14 @@ msgstr ""
msgid "Microsoft SQL Databases"
msgstr ""
+#: templates/backends/sia.html:14
+msgid "Minimum redundancy"
+msgstr ""
+
+#: scripts/services/EditUriBuiltins.js:775
+msgid "Minimum redundancy is 1.0"
+msgstr ""
+
#: scripts/services/AppUtils.js:88
#: scripts/services/AppUtils.js:98
#: templates/settings.html:32
@@ -1406,7 +1419,7 @@ msgstr ""
msgid "New update found: {{message}}"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:120
+#: scripts/services/EditUriBuiltins.js:121
msgid ""
"New user name is {{user}}.\n"
"Updated credentials to use the new limited user"
@@ -1450,10 +1463,10 @@ msgstr ""
#: scripts/directives/backupEditUri.js:214
#: scripts/directives/backupEditUri.js:87
#: scripts/services/EditUriBackendConfig.js:66
-#: scripts/services/EditUriBuiltins.js:46
-#: scripts/services/EditUriBuiltins.js:597
-#: scripts/services/EditUriBuiltins.js:669
-#: scripts/services/EditUriBuiltins.js:686
+#: scripts/services/EditUriBuiltins.js:47
+#: scripts/services/EditUriBuiltins.js:630
+#: scripts/services/EditUriBuiltins.js:702
+#: scripts/services/EditUriBuiltins.js:719
msgid "No"
msgstr ""
@@ -1511,7 +1524,7 @@ msgstr ""
#: scripts/services/DialogService.js:28
#: scripts/services/DialogService.js:50
#: scripts/services/DialogService.js:58
-#: scripts/services/EditUriBuiltins.js:120
+#: scripts/services/EditUriBuiltins.js:121
#: templates/restore.html:147
#: templates/settings.html:146
msgid "OK"
@@ -1557,7 +1570,7 @@ msgstr ""
msgid "Original location"
msgstr ""
-#: scripts/services/SystemInfo.js:79
+#: scripts/services/SystemInfo.js:80
msgid "Others"
msgstr ""
@@ -1583,8 +1596,8 @@ msgstr ""
msgid "Passphrases are not matching"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:716
-#: scripts/services/EditUriBuiltins.js:726
+#: scripts/services/EditUriBuiltins.js:749
+#: scripts/services/EditUriBuiltins.js:759
#: templates/backends/file.html:33
#: templates/backends/generic.html:22
#: templates/backends/jottacloud.html:11
@@ -1658,7 +1671,7 @@ msgstr ""
msgid "ProjectID is optional if the bucket exist"
msgstr ""
-#: scripts/services/SystemInfo.js:78
+#: scripts/services/SystemInfo.js:79
msgid "Proprietary"
msgstr ""
@@ -1861,7 +1874,9 @@ msgstr ""
msgid "Select files"
msgstr ""
+#: scripts/services/EditUriBuiltins.js:767
#: templates/backends/s3.html:8
+#: templates/backends/sia.html:2
msgid "Server"
msgstr ""
@@ -1883,6 +1898,10 @@ msgstr ""
msgid "Server is currently paused, do you want to resume now?"
msgstr ""
+#: templates/backends/sia.html:10
+msgid "Server password"
+msgstr ""
+
#: scripts/controllers/HomeController.js:7
msgid "Server paused"
msgstr ""
@@ -1924,6 +1943,10 @@ msgstr ""
msgid "Show treeview"
msgstr ""
+#: templates/backends/sia.html:11
+msgid "Sia server password"
+msgstr ""
+
#: templates/backends/openstack.html:33
msgid "Some OpenStack providers allow an API key instead of a password and tenant name"
msgstr ""
@@ -1949,7 +1972,7 @@ msgstr ""
msgid "Specific builds for developers only."
msgstr ""
-#: scripts/services/SystemInfo.js:77
+#: scripts/services/SystemInfo.js:78
msgid "Standard protocols"
msgstr ""
@@ -1963,24 +1986,24 @@ msgstr ""
msgid "Starting the restore process ..."
msgstr ""
-#: scripts/controllers/StateController.js:108
+#: scripts/controllers/StateController.js:112
msgid "Stop after the current file"
msgstr ""
-#: scripts/controllers/StateController.js:99
+#: scripts/controllers/StateController.js:103
msgid "Stop after upload"
msgstr ""
-#: scripts/controllers/StateController.js:108
-#: scripts/controllers/StateController.js:99
+#: scripts/controllers/StateController.js:103
+#: scripts/controllers/StateController.js:112
msgid "Stop now"
msgstr ""
-#: scripts/controllers/StateController.js:97
+#: scripts/controllers/StateController.js:101
msgid "Stop running backup"
msgstr ""
-#: scripts/controllers/StateController.js:106
+#: scripts/controllers/StateController.js:110
msgid "Stop running task"
msgstr ""
@@ -2049,6 +2072,10 @@ msgstr ""
msgid "TByte/s"
msgstr ""
+#: templates/backends/sia.html:7
+msgid "Target path, ie /backup"
+msgstr ""
+
#: templates/waitarea.html:5
msgid "Task is running"
msgstr ""
@@ -2074,19 +2101,19 @@ msgstr ""
msgid "Testing connection ..."
msgstr ""
-#: scripts/services/EditUriBuiltins.js:41
+#: scripts/services/EditUriBuiltins.js:42
msgid "Testing permissions ..."
msgstr ""
-#: scripts/services/EditUriBuiltins.js:41
+#: scripts/services/EditUriBuiltins.js:42
msgid "Testing permissions..."
msgstr ""
-#: scripts/services/EditUriBuiltins.js:686
+#: scripts/services/EditUriBuiltins.js:719
msgid "The bucket name should be all lower-case, convert automatically?"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:669
+#: scripts/services/EditUriBuiltins.js:702
msgid "The bucket name should start with your username, prepend automatically?"
msgstr ""
@@ -2130,7 +2157,7 @@ msgstr ""
msgid "The path must be an absolute path, i.e. it must start with a forward slash '/'"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:597
+#: scripts/services/EditUriBuiltins.js:630
msgid ""
"The path should start with \"{{prefix1}}\" or \"{{prefix2}}\", otherwise you will not be able to see the files in the HubiC web interface.\n"
"\n"
@@ -2159,7 +2186,7 @@ msgstr ""
msgid "The target folder contains encrypted files, please supply the passphrase"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:46
+#: scripts/services/EditUriBuiltins.js:47
msgid "The user has too many permissions. Do you want to create a new limited user, with only permissions to the selected path?"
msgstr ""
@@ -2280,7 +2307,7 @@ msgstr ""
msgid "User data"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:46
+#: scripts/services/EditUriBuiltins.js:47
msgid "User has too many permissions"
msgstr ""
@@ -2288,10 +2315,10 @@ msgstr ""
msgid "User interface settings"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:552
-#: scripts/services/EditUriBuiltins.js:632
-#: scripts/services/EditUriBuiltins.js:715
-#: scripts/services/EditUriBuiltins.js:725
+#: scripts/services/EditUriBuiltins.js:585
+#: scripts/services/EditUriBuiltins.js:665
+#: scripts/services/EditUriBuiltins.js:748
+#: scripts/services/EditUriBuiltins.js:758
#: templates/backends/file.html:29
#: templates/backends/generic.html:18
#: templates/backends/jottacloud.html:7
@@ -2421,10 +2448,10 @@ msgstr ""
#: scripts/directives/backupEditUri.js:214
#: scripts/directives/backupEditUri.js:87
#: scripts/services/EditUriBackendConfig.js:66
-#: scripts/services/EditUriBuiltins.js:46
-#: scripts/services/EditUriBuiltins.js:597
-#: scripts/services/EditUriBuiltins.js:669
-#: scripts/services/EditUriBuiltins.js:686
+#: scripts/services/EditUriBuiltins.js:47
+#: scripts/services/EditUriBuiltins.js:630
+#: scripts/services/EditUriBuiltins.js:702
+#: scripts/services/EditUriBuiltins.js:719
msgid "Yes"
msgstr ""
@@ -2460,11 +2487,11 @@ msgstr ""
msgid "You are currently running {{appname}} {{version}}"
msgstr ""
-#: scripts/controllers/StateController.js:98
+#: scripts/controllers/StateController.js:102
msgid "You can stop the backup immediately, or stop after the current file has been uploaded."
msgstr ""
-#: scripts/controllers/StateController.js:107
+#: scripts/controllers/StateController.js:111
msgid "You can stop the task immediately, or allow the process to continue its current file and the stop."
msgstr ""
@@ -2504,7 +2531,7 @@ msgstr ""
msgid "You must enter a positive number of backups to keep"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:644
+#: scripts/services/EditUriBuiltins.js:677
msgid "You must enter a tenant name if you do not provide an API Key"
msgstr ""
@@ -2512,11 +2539,11 @@ msgstr ""
msgid "You must enter a valid duration for the time to keep backups"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:641
+#: scripts/services/EditUriBuiltins.js:674
msgid "You must enter either a password or an API Key"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:648
+#: scripts/services/EditUriBuiltins.js:681
msgid "You must enter either a password or an API Key, not both"
msgstr ""
@@ -2536,11 +2563,11 @@ msgstr ""
msgid "You must fill in {{field}}"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:636
+#: scripts/services/EditUriBuiltins.js:669
msgid "You must select or fill in the AuthURI"
msgstr ""
-#: scripts/services/EditUriBuiltins.js:662
+#: scripts/services/EditUriBuiltins.js:695
msgid "You must select or fill in the server"
msgstr ""
@@ -2598,8 +2625,8 @@ msgstr ""
msgid "{{appname}} was primarily developed by <a href=\"{{mail1}}\">{{dev1}}</a> and <a href=\"{{mail2}}\">{{dev2}}</a>. {{appname}} can be downloaded from <a href=\"{{websitelink}}\">{{websitename}}</a>. {{appname}} is licensed under the <a href=\"{{licenselink}}\">{{licensename}}</a>."
msgstr ""
-#: scripts/controllers/StateController.js:46
-msgid "{{files}} files ({{size}}) to go"
+#: scripts/controllers/StateController.js:50
+msgid "{{files}} files ({{size}}) to go {{speed_txt}}"
msgstr ""
#: templates/home.html:61