summaryrefslogtreecommitdiffstats
path: root/res/values-iw/cm_strings.xml
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-02-16 10:42:46 -0800
committerAbhisek Devkota <ciwrl@lineageos.org>2017-02-16 10:42:46 -0800
commite3b13c91172f4c376811b2d2d23f41dda1163b49 (patch)
tree8a1c3c2fbedf21901cba574635f0622972ba32a4 /res/values-iw/cm_strings.xml
parent6422cd172a81562c96bd21165d065f3325da4294 (diff)
downloadandroid_packages_providers_DownloadProvider-e3b13c91172f4c376811b2d2d23f41dda1163b49.tar.gz
android_packages_providers_DownloadProvider-e3b13c91172f4c376811b2d2d23f41dda1163b49.tar.bz2
android_packages_providers_DownloadProvider-e3b13c91172f4c376811b2d2d23f41dda1163b49.zip
Automatic translation import
Change-Id: I2aac8c501435fd468ca188c121b81f2c1de2fe54
Diffstat (limited to 'res/values-iw/cm_strings.xml')
-rw-r--r--res/values-iw/cm_strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values-iw/cm_strings.xml b/res/values-iw/cm_strings.xml
index 5faaeaa5..3cae1787 100644
--- a/res/values-iw/cm_strings.xml
+++ b/res/values-iw/cm_strings.xml
@@ -17,14 +17,22 @@
-->
<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>
<!-- 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] -->
<string name="download_paused">מושהה</string>
<!-- 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>