mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
New: More information on on why hardlinks should be used over copying
(cherry picked from commit 83a9d15ff8721c8effdc2c8055e37bfb757022d4) Closes #3519
This commit is contained in:
parent
0d2d36176e
commit
8dbc522774
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@
|
||||||
"ContinuingNoAdditionalAlbumsAreExpected": "No additional albums are expected",
|
"ContinuingNoAdditionalAlbumsAreExpected": "No additional albums are expected",
|
||||||
"ContinuingOnly": "ContinuingOnly",
|
"ContinuingOnly": "ContinuingOnly",
|
||||||
"CopyToClipboard": "Copy to clipboard",
|
"CopyToClipboard": "Copy to clipboard",
|
||||||
"CopyUsingHardlinksHelpText": "Use Hardlinks when trying to copy files from torrents that are still being seeded",
|
"CopyUsingHardlinksHelpText": "Hardlinks allow Lidarr to import seeding torrents to the the series folder without taking extra disk space or copying the entire contents of the file. Hardlinks will only work if the source and destination are on the same volume",
|
||||||
"CopyUsingHardlinksHelpTextWarning": "Occasionally, file locks may prevent renaming files that are being seeded. You may temporarily disable seeding and use Lidarr's rename function as a work around.",
|
"CopyUsingHardlinksHelpTextWarning": "Occasionally, file locks may prevent renaming files that are being seeded. You may temporarily disable seeding and use Lidarr's rename function as a work around.",
|
||||||
"CouldntFindAnyResultsForTerm": "Couldn't find any results for '{0}'",
|
"CouldntFindAnyResultsForTerm": "Couldn't find any results for '{0}'",
|
||||||
"Country": "Country",
|
"Country": "Country",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue