summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/values-ast-rES/cm_strings.xml5
-rw-r--r--res/values-ast-rES/strings.xml13
-rw-r--r--res/values-bn-rBD/cm_strings.xml7
-rw-r--r--res/values-en-rGB/cm_strings.xml1
-rw-r--r--res/values-ru/cm_strings.xml2
-rw-r--r--ui/res/values-ast-rES/strings.xml30
6 files changed, 57 insertions, 1 deletions
diff --git a/res/values-ast-rES/cm_strings.xml b/res/values-ast-rES/cm_strings.xml
index 1c75b35e..ca68e297 100644
--- a/res/values-ast-rES/cm_strings.xml
+++ b/res/values-ast-rES/cm_strings.xml
@@ -17,13 +17,18 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Notification text containing download duration left and download speed -->
+ <string name="text_download_speed">%1$s, %2$s/s</string>
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+ <string name="duration_seconds">%d s</string>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <string name="duration_minutes">%d min</string>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <string name="duration_hours">%d h</string>
<!-- Status indicating that the download has been paused to start in the future. Appears for an
individual item in the download list. [CHAR LIMIT=24] -->
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
<!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
+ <string name="button_resume_download">Siguir</string>
<!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
<!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
</resources>
diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml
index ea7f8d81..aeefd9a9 100644
--- a/res/values-ast-rES/strings.xml
+++ b/res/values-ast-rES/strings.xml
@@ -16,6 +16,7 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- This is the name of the Download Manager application. -->
+ <string name="app_label">Xestor de descargues</string>
<!-- This is the short description of a permission associated with the
Android Download Manager. It is displayed as part of the description
of any application that was granted that permission.
@@ -97,6 +98,7 @@
downloads over the mobile network, and the user may choose to start the download over mobile
anyway or to queue for download to start next time a Wi-Fi connection is available [CHAR
LIMIT=50] -->
+ <string name="wifi_recommended_title">¿Poner na cola pa baxar más sero?</string>
<!-- Text for dialog when a download exceeds the carrier-specified recommended maximum size of
downloads over the mobile network, and the user may choose to start the download over mobile
anyway or to queue for download to start next time a Wi-Fi connection is available [CHAR
@@ -105,21 +107,32 @@
-->
<!-- Text for button to cancel a download because it's too large to proceed over the mobile
network and the user does not want to queue it for Wi-Fi [CHAR LIMIT=25] -->
+ <string name="button_cancel_download">Encaboxar</string>
<!-- Text for button to start a download over the mobile connection now, even though it's over
the carrier-specified recommended maximum size for downloads over the mobile connection
[CHAR LIMIT=25] -->
+ <string name="button_start_now">Aniciar agora</string>
<!-- Title summarizing active downloads. [CHAR LIMIT=32] -->
+ <plurals name="notif_summary_active">
+ <item quantity="one">Baxando 1 ficheru</item>
+ <item quantity="other">Baxando <xliff:g id="number">%d</xliff:g> ficheros</item>
+ </plurals>
<!-- Title summarizing waiting downloads. [CHAR LIMIT=32] -->
<!-- Time remaining until download is complete. [CHAR LIMIT=32] -->
<!-- Text for a toast appearing when a user clicks on a completed download, informing the user
that there is no application on the device that can open the file that was downloaded
[CHAR LIMIT=200] -->
+ <string name="download_no_application_title">Nun pue abrise\'l ficheru</string>
<!-- Label describing Downloads as a storage root [CHAR LIMIT=32] -->
+ <string name="root_downloads">Descargues</string>
<!-- Status indicating that the download has been queued to start in the future. Appears for an
individual item in the download list. [CHAR LIMIT=24] -->
+ <string name="download_queued">En cola</string>
<!-- Status indicating that the system is currently downloading the file. Appears for an
individual item in the download list. [CHAR LIMIT=24] -->
+ <string name="download_running">En cursu</string>
<!-- Status indicating that the download has ended without completing successfully. Appears for
an individual item in the download list. [CHAR LIMIT=24] -->
<!-- Representation of download progress percentage when running. [CHAR LIMIT=24] -->
+ <string name="download_running_percent">En cursu, <xliff:g id="percentage" example="50%">%s</xliff:g></string>
</resources>
diff --git a/res/values-bn-rBD/cm_strings.xml b/res/values-bn-rBD/cm_strings.xml
index 1c75b35e..2442a3d8 100644
--- a/res/values-bn-rBD/cm_strings.xml
+++ b/res/values-bn-rBD/cm_strings.xml
@@ -18,12 +18,19 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Notification text containing download duration left and download speed -->
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+ <string name="duration_seconds">%d সেকেন্ড</string>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <string name="duration_minutes">%d মিনিট</string>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <string name="duration_hours">%d ঘন্টা</string>
<!-- Status indicating that the download has been paused to start in the future. Appears for an
individual item in the download list. [CHAR LIMIT=24] -->
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">বিরত, %d%%</string>
<!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
+ <string name="button_resume_download">পুনরায় শুরু করুন</string>
<!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
+ <string name="button_pause_download">বিরতি</string>
<!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
+ <string name="notif_summary_paused">%d বিরতি</string>
</resources>
diff --git a/res/values-en-rGB/cm_strings.xml b/res/values-en-rGB/cm_strings.xml
index 1c47c884..52756d71 100644
--- a/res/values-en-rGB/cm_strings.xml
+++ b/res/values-en-rGB/cm_strings.xml
@@ -34,4 +34,5 @@
<!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
<string name="button_pause_download">pause</string>
<!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
+ <string name="notif_summary_paused">%d paused</string>
</resources>
diff --git a/res/values-ru/cm_strings.xml b/res/values-ru/cm_strings.xml
index 18732f4a..07c21ae7 100644
--- a/res/values-ru/cm_strings.xml
+++ b/res/values-ru/cm_strings.xml
@@ -17,7 +17,7 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Notification text containing download duration left and download speed -->
- <string name="text_download_speed">Ост. время: %1$s, %2$s/с</string>
+ <string name="text_download_speed">%1$s, %2$s/с</string>
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
<string name="duration_seconds">%d сек.</string>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
diff --git a/ui/res/values-ast-rES/strings.xml b/ui/res/values-ast-rES/strings.xml
index 6c63ba26..088c7210 100644
--- a/ui/res/values-ast-rES/strings.xml
+++ b/ui/res/values-ast-rES/strings.xml
@@ -16,19 +16,27 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The name of the application that appears in the launcher [CHAR LIMIT=15] -->
+ <string name="app_label">Descargues</string>
<!-- The title that appears at the top of the activity listing downloads sorted by date [CHAR LIMIT=40] -->
+ <string name="download_title_sorted_by_date">Descargues - Ordenaes pela data</string>
<!-- The title that appears at the top of the activity listing downloads sorted by size [CHAR LIMIT=40] -->
+ <string name="download_title_sorted_by_size">Descargues - Ordenaes pel tamañu</string>
<!-- Appears in lieu of the list of downloads if there are no downloads to view
[CHAR LIMIT=200] -->
+ <string name="no_downloads">Nun hai descargues.</string>
<!-- Default title for an item in the download list for which no title was provided by the app.
[CHAR LIMIT=20] -->
<!-- Button to display sort-by-size option [CHAR LIMIT=25] -->
+ <string name="button_sort_by_size">Ordenar pel tamañu</string>
<!-- Button to display sort-by-date option [CHAR LIMIT=25] -->
+ <string name="button_sort_by_date">Ordenar pela data</string>
<!-- Status messages -->
<!-- Status indicating that the download has been queued to start in the future. Appears for an
individual item in the download list. [CHAR LIMIT=11] -->
+ <string name="download_queued">Na cola</string>
<!-- Status indicating that the system is currently downloading the file. Appears for an
individual item in the download list. [CHAR LIMIT=11] -->
+ <string name="download_running">En cursu</string>
<!-- Status indicating that the download has completed successfully. Appears for an individual
item in the download list. [CHAR LIMIT=11] -->
<!-- Status indicating that the download has ended without completing successfully. Appears for
@@ -37,35 +45,56 @@
<!-- Title of dialog that is shown when the user clicks a download for which no file is
available, either because the download hasn't started or because the download failed
[CHAR LIMIT=25] -->
+ <string name="dialog_title_not_available">Nun pudo baxase</string>
<!-- Text for dialog when user clicks on a download that failed [CHAR LIMIT=200] -->
+ <string name="dialog_failed_body">¿Quies retentar la descarga más sero o
+ desaniciar el ficheru de la cola?</string>
<!-- Title for dialog when user clicks on a download that has not yet begun, but will be started
in the future. [CHAR LIMIT=25] -->
+ <string name="dialog_title_queued_body">Ficheru na cola</string>
<!-- Text for dialog when user clicks on a download that has not yet begun, but will be started
in the future. [CHAR LIMIT=200] -->
+ <string name="dialog_queued_body">Esti ficheru ta na cola pa una descarga futura, polo qu\'entá nun ta disponible.</string>
<!-- Text for dialog when user clicks on a completed download but the file is missing
[CHAR LIMIT=200] -->
+ <string name="dialog_file_missing_body">Nun pue alcontrase\'l ficheru de descarga.</string>
<!-- Text for dialog when user clicks on a download that failed due to insufficient space on
external storage [CHAR LIMIT=200] -->
+ <string name="dialog_insufficient_space_on_external">Nun pue finar la descarga. Nun hai espaciu
+ abondo nel almacenamientu esternu.</string>
<!-- Text for dialog when user clicks on a download that failed due to insufficient space on
the internal download cache [CHAR LIMIT=200] -->
+ <string name="dialog_insufficient_space_on_cache">Nun pue finar la descarga. Nun hai espaciu
+ abondo nel almacenamientu internu.</string>
<!-- Text for dialog when user clicks on a download that failed because it was interrupted and
the server doesn't support resuming downloads [CHAR LIMIT=200] -->
+ <string name="dialog_cannot_resume">Interrumpióse la descarga y nun pue siguir.</string>
<!-- Text for dialog when user clicks on a download that failed because the requested
destination file already exists [CHAR LIMIT=200] -->
+ <string name="dialog_file_already_exists">Nun pue baxase. Yá esiste\'l ficheru de destín.
+ </string>
<!-- Text for dialog when user clicks on a download that failed because it was requested to go
on the external media, which is not mounted [CHAR LIMIT=200] -->
+ <string name="dialog_media_not_found">Nun pue baxase. El mediu esternu nun ta disponible.
+ </string>
<!-- Text for a toast appearing when a user clicks on a completed download, informing the user
that there is no application on the device that can open the file that was downloaded
[CHAR LIMIT=200] -->
+ <string name="download_no_application_title">Nun pue abrise\'l ficheru</string>
<!-- Buttons -->
<!-- Text for button to remove the entry for a download that has not yet begun or that has
failed [CHAR LIMIT=25] -->
+ <string name="remove_download">Desaniciar</string>
<!-- Text for button to delete a download that has completed, or to delete multiple download
entries [CHAR LIMIT=25] -->
+ <string name="delete_download">Desaniciar</string>
<!-- Text for button to keep a download that has not yet begun [CHAR LIMIT=25] -->
+ <string name="keep_queued_download">Caltener</string>
<!-- Text for button to cancel a download that is currently in progress [CHAR LIMIT=25] -->
+ <string name="cancel_running_download">Encaboxar</string>
<!-- Text for button appearing in a dialog to restart a download, either one that failed or one
for which the downloaded file is now missing [CHAR LIMIT=25] -->
+ <string name="retry_download">Retentar</string>
<!-- Text for button to start a download over the mobile connection now, even though it's over
the carrier-specified recommended maximum size for downloads over the mobile connection
[CHAR LIMIT=25] -->
@@ -75,4 +104,5 @@
<!-- number of downloads selected [CHAR LIMIT=50] -->
<!-- title shown when displaying list of apps to choose from when share is clicked on
[CHAR LIMIT = 20] -->
+ <string name="download_share_dialog">Compartir per</string>
</resources>