new settings added

This commit is contained in:
2024-03-10 13:42:41 +01:00
Unverified
parent 7f1163449c
commit 6246a96be7
15 changed files with 112 additions and 20 deletions

View File

@@ -180,6 +180,15 @@
<data name="TasksMediaType.Header" xml:space="preserve">
<value>Media type</value>
</data>
<data name="TasksMeteredConnectionWarning.Header" xml:space="preserve">
<value>Show warning before downloading on a metered connection</value>
</data>
<data name="TasksReplaceOutputFile.Description" xml:space="preserve">
<value>If file with same name as output file, already exists, it will be replaced. Otherwise new file with unique name will be created.</value>
</data>
<data name="TasksReplaceOutputFile.Header" xml:space="preserve">
<value>Replace output file if exists</value>
</data>
<data name="TasksRunningTasks.Header" xml:space="preserve">
<value>Maximum number of tasks running in parallel</value>
</data>