|
@@ -187,7 +187,10 @@
|
|
|
<string name="sync_fail_content_unauthorized">Wrong password for %1$s</string>
|
|
|
<string name="sync_conflicts_in_favourites_ticker">Conflicts found</string>
|
|
|
<string name="sync_fail_in_favourites_ticker">Kept-in-sync files failed</string>
|
|
|
- <string name="sync_fail_in_favourites_content">Contents of %1$d files could not be sync\'ed (%2$d conflicts)</string>
|
|
|
+ <plurals name="sync_fail_in_favourites_content">
|
|
|
+ <item quantity="one">Contents of %1$d file could not be sync\'ed (conflicts: %2$d)</item>
|
|
|
+ <item quantity="other">Contents of %1$d files could not be sync\'ed (conflicts: %2$d)</item>
|
|
|
+ </plurals>
|
|
|
<string name="sync_foreign_files_forgotten_ticker">Some local files were forgotten</string>
|
|
|
<string name="sync_foreign_files_forgotten_content">%1$d files out of the %2$s folder could not be copied into</string>
|
|
|
<string name="sync_foreign_files_forgotten_explanation">As of version 1.3.16, files uploaded from this device are copied into the local %1$s folder to prevent data loss when a single file is synced with multiple accounts.\n\nDue to this change, all files uploaded with earlier versions of this app were copied into the %2$s folder. However, an error prevented the completion of this operation during account synchronization. You may either leave the file(s) as is and delete the link to %3$s, or move the file(s) into the %1$s folder and retain the link to %4$s.\n\nListed below are the local file(s), and the remote file(s) in %5$s they were linked to.</string>
|