summaryrefslogtreecommitdiffstats
path: root/res/values-sl/cm_strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-sl/cm_strings.xml')
-rw-r--r--res/values-sl/cm_strings.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/res/values-sl/cm_strings.xml b/res/values-sl/cm_strings.xml
index cc0316958..8dec5773f 100644
--- a/res/values-sl/cm_strings.xml
+++ b/res/values-sl/cm_strings.xml
@@ -16,9 +16,17 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- common aspect ratios -->
+ <!-- aspect ratio greater than 16:9, so "widescreen" or "cinematic" -->
+ <string name="pref_camera_aspectratio_wide">Široko</string>
+ <!-- Format for entries in the picture size menu. Parameter one is aspect ratio,
+ parameter two is size in megapixels, e.g. "(4:3) 12.1 megapixels"
+ NOTE: for Chinese (zh) and Korean (ko) the pixel number (parameter two)
+ will be multiplied by 100 as those languages want to count by ten thousands -->
+ <string name="pref_camera_megapixel_format">(<xliff:g id="ratio" example="16:9">%1$s</xliff:g>) <xliff:g id="pixels">%2$1,1f</xliff:g> mio. sl. točk</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>
+ <string name="pref_camera_scenemode_entry_antimotionblur">Zmanjševanje zamegljenosti gibanja</string>
<string name="pref_camera_scenemode_entry_aqua">Akva</string>
<string name="pref_camera_scenemode_entry_ar">Izboljšana resničnost</string>
<string name="pref_camera_scenemode_entry_asd">Najboljši posnetek</string>
@@ -95,4 +103,7 @@
<!-- Shutter speed -->
<string name="pref_camera_shutter_speed_title">Hitrost zaslonke</string>
<string name="auto_hdr_enabled">Samodejni HDR omogočen</string>
+ <!-- Advanced options -->
+ <string name="developer_menu_enabled">Omogočili ste napredne možnosti fotoaparata</string>
+ <string name="developer_menu_disabled">Onemogočili ste napredne možnosti fotoaparata</string>
</resources>