summaryrefslogtreecommitdiffstats
path: root/res/values-bg/cm_strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-bg/cm_strings.xml')
-rw-r--r--res/values-bg/cm_strings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/values-bg/cm_strings.xml b/res/values-bg/cm_strings.xml
index 3971edded..0a6c00689 100644
--- a/res/values-bg/cm_strings.xml
+++ b/res/values-bg/cm_strings.xml
@@ -16,6 +16,14 @@
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">Широк</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> мегапиксела</string>
<!-- Settings screen, scene mode -->
<string name="pref_camera_scenemode_entry_refocus">Макро+</string>
<string name="pref_camera_scenemode_entry_antimotionblur">Намаляване на замъгляването</string>
@@ -95,4 +103,7 @@
<!-- Shutter speed -->
<string name="pref_camera_shutter_speed_title">Скорост на затвора</string>
<string name="auto_hdr_enabled">Автоматичния HDR активиран</string>
+ <!-- Advanced options -->
+ <string name="developer_menu_enabled">Вие сте активирали разширени опции на камерата</string>
+ <string name="developer_menu_disabled">Вие сте деактивирали разширени опции на камерата</string>
</resources>