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.xml21
1 files changed, 19 insertions, 2 deletions
diff --git a/res/values-bg/cm_strings.xml b/res/values-bg/cm_strings.xml
index fc61d1b7a..e9738c7c2 100644
--- a/res/values-bg/cm_strings.xml
+++ b/res/values-bg/cm_strings.xml
@@ -16,8 +16,15 @@
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">(%1$s) %2$1.1f мегапиксела</string>
<!-- Settings screen, scene mode -->
- <string name="pref_camera_scenemode_entry_refocus">Макро+</string>
<string name="pref_camera_scenemode_entry_antimotionblur">Намаляване на замъгляването</string>
<string name="pref_camera_scenemode_entry_aqua">Вода</string>
<string name="pref_camera_scenemode_entry_ar">Увеличена реалност</string>
@@ -60,7 +67,8 @@
<string name="pref_camera_scenemode_entry_text">Текст</string>
<string name="pref_camera_scenemode_entry_theatre">Театър</string>
<string name="pref_camera_scenemode_entry_whiteboard">Бяла дъска</string>
- <string name="pref_camera_focusmode_entry_continuous">Непрекъснато</string>
+ <!-- Settings screen, focus mode -->
+ <string name="pref_camera_focusmode_entry_continuous">Непрекъснат</string>
<string name="pref_camera_focusmode_entry_mw_continuous">Непрекъснато (MW)</string>
<string name="pref_camera_focusmode_entry_extended">Разширен</string>
<string name="pref_camera_focusmode_entry_facedetect">Откриване на лице</string>
@@ -69,6 +77,7 @@
<string name="pref_camera_focusmode_entry_normal">Нормално</string>
<string name="pref_camera_focusmode_entry_portrait">Портрет</string>
<string name="pref_camera_focusmode_entry_hyperfocal">Хиперфокално разстояние</string>
+ <!-- Color effects -->
<string name="pref_camera_coloreffect_entry_washed">Измити</string>
<string name="pref_camera_coloreffect_entry_vintage_warm">Ретро топли цветове</string>
<string name="pref_camera_coloreffect_entry_vintage_cold">Ретро студени цветове</string>
@@ -76,16 +85,24 @@
<string name="pref_camera_coloreffect_entry_point_green">Зелена точка</string>
<string name="pref_camera_coloreffect_entry_point_red_yellow">Червено-жълта точка</string>
<string name="pref_camera_coloreffect_entry_cartoonize">Комикс</string>
+ <!-- Red eye flash mode title -->
<string name="pref_camera_flashmode_entry_redeye">Червени очи</string>
<string name="pref_camera_flashmode_label_redeye">ЧЕРВЕНИ ОЧИ</string>
+ <!-- Power shutter -->
<string name="pref_camera_power_shutter_title">Бутонът за вклюване снима</string>
+ <!-- Max brightness -->
<string name="pref_camera_max_brightness_title">Ярък екран</string>
+ <!-- Touch focus duration -->
<string name="pref_camera_focustime_title">Продължителност на фокуса</string>
<string name="pref_camera_focustime_entry_0">0 секунди</string>
<string name="pref_camera_focustime_entry_3">3 секунди</string>
<string name="pref_camera_focustime_entry_5">5 секунди</string>
<string name="pref_camera_focustime_entry_10">10 секунди</string>
<string name="pref_camera_focustime_entry_infinite">Безкраен</string>
+ <!-- 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>