Added plural forms for download related strings (#6930)

Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
This commit is contained in:
Agnieszka C 2021-08-29 13:28:01 +02:00 committed by GitHub
parent 023a2c1d9c
commit 43e91ae4ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 27 additions and 194 deletions

View file

@ -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>