summaryrefslogtreecommitdiffstats
path: root/res/values-pl/cm_strings.xml
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-02-19 16:53:23 -0800
committerAbhisek Devkota <ciwrl@lineageos.org>2017-02-19 16:53:23 -0800
commit32c73817a91a1671bbdde2c76a2ad8889e0c8913 (patch)
tree08a0071e3bd2b0c1daf366041d3f3609526f088b /res/values-pl/cm_strings.xml
parent203aba2c71c2bf3a557a5ecf6ed3ed10142d35e3 (diff)
downloadandroid_packages_apps_Snap-32c73817a91a1671bbdde2c76a2ad8889e0c8913.tar.gz
android_packages_apps_Snap-32c73817a91a1671bbdde2c76a2ad8889e0c8913.tar.bz2
android_packages_apps_Snap-32c73817a91a1671bbdde2c76a2ad8889e0c8913.zip
Automatic translation import
Change-Id: Ia8a0d8a7546ee672d81f3b5468e1bbba47ddc8b9
Diffstat (limited to 'res/values-pl/cm_strings.xml')
-rw-r--r--res/values-pl/cm_strings.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/values-pl/cm_strings.xml b/res/values-pl/cm_strings.xml
index f7faec4ba..11c51f848 100644
--- a/res/values-pl/cm_strings.xml
+++ b/res/values-pl/cm_strings.xml
@@ -16,7 +16,14 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="pref_camera_megapixel_format">(%1$s) %2$1.1f Mpix</string>
+ <!-- common aspect ratios -->
+ <!-- aspect ratio greater than 16:9, so "widescreen" or "cinematic" -->
+ <string name="pref_camera_aspectratio_wide">Szeroki</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> megapikseli</string>
<!-- Settings screen, scene mode -->
<string name="pref_camera_scenemode_entry_refocus">Makro+</string>
<string name="pref_camera_scenemode_entry_antimotionblur">Redukcja rozmazywania</string>