summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-06-22 20:56:42 -0700
committerAbhisek Devkota <ciwrl@lineageos.org>2017-06-22 20:56:42 -0700
commit30cc23d2ae41d0f237fb9a375b235169ca0df7ee (patch)
tree34e0304fbc984a933df2cb802ebaa3f8e524d8b0
parent6b65be981c09d2cd5563393fe24908509b267310 (diff)
downloadandroid_packages_providers_DownloadProvider-30cc23d2ae41d0f237fb9a375b235169ca0df7ee.tar.gz
android_packages_providers_DownloadProvider-30cc23d2ae41d0f237fb9a375b235169ca0df7ee.tar.bz2
android_packages_providers_DownloadProvider-30cc23d2ae41d0f237fb9a375b235169ca0df7ee.zip
Automatic translation import
Change-Id: I0bc9aacfe260c702eabcf59a032c519bbd41facb
-rw-r--r--res/values-sr/cm_strings.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/values-sr/cm_strings.xml b/res/values-sr/cm_strings.xml
index 624b81c7..070ec603 100644
--- a/res/values-sr/cm_strings.xml
+++ b/res/values-sr/cm_strings.xml
@@ -19,20 +19,20 @@
<!-- 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 s</string>
+ <string name="duration_seconds">%d сек.</string>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
- <string name="duration_minutes">%d мин</string>
+ <string name="duration_minutes">%d мин.</string>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
- <string name="duration_hours">%d h</string>
+ <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">Nastavi</string>
+ <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>
+ <string name="button_pause_download">паузирај</string>
<!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
- <string name="notif_summary_paused">%d паузиран</string>
+ <string name="notif_summary_paused">%d на паузи</string>
</resources>