summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblinky@build01 <jenkins@cyanogenmod.com>2016-11-24 23:21:40 -0800
committerblinky@build01 <jenkins@cyanogenmod.com>2016-11-24 23:21:40 -0800
commitaee1af3bf39c28913e31b48891ff108d733229ca (patch)
treeec518ff7a014f5382f7333a03123646af3873f45
parent9a8fb272bf8e1e0fe5eb05db3074f71377ec1397 (diff)
downloadandroid_packages_providers_DownloadProvider-aee1af3bf39c28913e31b48891ff108d733229ca.tar.gz
android_packages_providers_DownloadProvider-aee1af3bf39c28913e31b48891ff108d733229ca.tar.bz2
android_packages_providers_DownloadProvider-aee1af3bf39c28913e31b48891ff108d733229ca.zip
Automatic translation import
Change-Id: Ife4305cde9fc84ab5c82eb6e7f1854482e13651b
-rw-r--r--res/values-ja/cm_strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values-ja/cm_strings.xml b/res/values-ja/cm_strings.xml
index c89ddbc5..13e18089 100644
--- a/res/values-ja/cm_strings.xml
+++ b/res/values-ja/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/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>