summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorblinky@build01 <jenkins@cyanogenmod.com>2016-09-10 22:30:14 -0700
committerblinky@build01 <jenkins@cyanogenmod.com>2016-09-10 22:30:14 -0700
commitc67d3cc2854091848f4249c718f5e803e97e97cc (patch)
tree89dc333c89d696feb310d858df1f3de8245e4174 /res
parente7826fae24d91296246c0005696d370b0fb671a7 (diff)
downloadandroid_packages_apps_Snap-c67d3cc2854091848f4249c718f5e803e97e97cc.tar.gz
android_packages_apps_Snap-c67d3cc2854091848f4249c718f5e803e97e97cc.tar.bz2
android_packages_apps_Snap-c67d3cc2854091848f4249c718f5e803e97e97cc.zip
Automatic translation import
Change-Id: I2711384662b5a0bcf6cfaf8f981941e8db05b516 Ticket: RM-214
Diffstat (limited to 'res')
-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>