Added plural forms for download related strings (#6930)
Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
This commit is contained in:
parent
023a2c1d9c
commit
43e91ae4ae
69 changed files with 27 additions and 194 deletions
|
|
@ -611,8 +611,10 @@
|
|||
<string name="permission_denied">Action denied by the system</string>
|
||||
<!-- download notifications -->
|
||||
<string name="download_failed">Download failed</string>
|
||||
<string name="download_finished">Download finished</string>
|
||||
<string name="download_finished_more">%s downloads finished</string>
|
||||
<plurals name="download_finished_notification">
|
||||
<item quantity="one">Download finished</item>
|
||||
<item quantity="other">%s downloads finished</item>
|
||||
</plurals>
|
||||
<!-- dialog about existing downloads -->
|
||||
<string name="generate_unique_name">Generate unique name</string>
|
||||
<string name="overwrite">Overwrite</string>
|
||||
|
|
@ -642,7 +644,10 @@
|
|||
<string name="clear_download_history">Clear download history</string>
|
||||
<string name="confirm_prompt">Do you want to clear your download history or delete all downloaded files?</string>
|
||||
<string name="delete_downloaded_files">Delete downloaded files</string>
|
||||
<string name="deleted_downloads">Deleted %1$d downloads</string>
|
||||
<plurals name="deleted_downloads_toast">
|
||||
<item quantity="one">Deleted %1$s download</item>
|
||||
<item quantity="other">Deleted %1$s downloads</item>
|
||||
</plurals>
|
||||
<string name="stop">Stop</string>
|
||||
<string name="max_retry_msg">Maximum retries</string>
|
||||
<string name="max_retry_desc">Maximum number of attempts before canceling the download</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue