summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorinky@build01 <jenkins@cyanogenmod.com>2016-09-10 14:38:25 -0700
committerinky@build01 <jenkins@cyanogenmod.com>2016-09-10 14:38:25 -0700
commitf2ab40d32de890aed4a6f296ce34a236df0de908 (patch)
treed86ee10a52d2855ea55b49316afcd9736dcad795
parentcca20ec06916b66beb198b60ba7667da1df92325 (diff)
downloadandroid_packages_apps_Snap-f2ab40d32de890aed4a6f296ce34a236df0de908.tar.gz
android_packages_apps_Snap-f2ab40d32de890aed4a6f296ce34a236df0de908.tar.bz2
android_packages_apps_Snap-f2ab40d32de890aed4a6f296ce34a236df0de908.zip
Automatic translation import
Change-Id: Ie3fc3981f093aba63b35ba61a4b81d5ce28a19ed Ticket: RM-231
-rw-r--r--res/values-sl/cm_strings.xml4
-rw-r--r--res/values-sl/strings.xml2
2 files changed, 6 insertions, 0 deletions
diff --git a/res/values-sl/cm_strings.xml b/res/values-sl/cm_strings.xml
index 8cf206c05..ea047befb 100644
--- a/res/values-sl/cm_strings.xml
+++ b/res/values-sl/cm_strings.xml
@@ -115,11 +115,15 @@
<!-- Settings screen, dialog choice for SVGA picture size [CHAR LIMIT=15] -->
<string name="pref_camera_picturesize_entry_svga">SVGA</string>
<!-- Settings screen, dialog choice for WVGA picture size [CHAR LIMIT=15] -->
+ <string name="pref_camera_picturesize_entry_wvga">WVGA</string>
<!-- Settings screen, dialog choice for VGA picture size [CHAR LIMIT=15] -->
+ <string name="pref_camera_picturesize_entry_vga">VGA</string>
<!-- Settings screen, dialog choice for nHD picture size [CHAR LIMIT=15] -->
<string name="pref_camera_picturesize_entry_nhd_wide">(16:9) nHD</string>
<!-- Settings screen, dialog choice for WQVGA picture size [CHAR LIMIT=15] -->
+ <string name="pref_camera_picturesize_entry_wqvga">WQVGA</string>
<!-- Settings screen, dialog choice for QVGA picture size [CHAR LIMIT=15] -->
+ <string name="pref_camera_picturesize_entry_qvga">QVGA</string>
<!-- Settings screen, scene mode -->
<string name="pref_camera_scenemode_entry_refocus">Makro+</string>
<string name="pref_camera_scenemode_entry_antimotionblur">Zmanjšanje zamegljenosti gibanja</string>
diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml
index b0e523e08..1692bc254 100644
--- a/res/values-sl/strings.xml
+++ b/res/values-sl/strings.xml
@@ -20,7 +20,9 @@
<!-- The label for the Video Camera activity. [CHAR LIMIT=16] -->
<string name="video_camera_label">Kamera</string>
<!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
+ <string name="details_ms">%1$02d:%2$02d</string>
<!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
+ <string name="details_hms">%1$d:%2$02d:%3$02d</string>
<!-- Displayed in the title of the dialog for things to do with a picture
that is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
<string name="set_image">Nastavi sliko kot</string>