summaryrefslogtreecommitdiffstats
path: root/res/values-ru/cm_strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-ru/cm_strings.xml')
-rw-r--r--res/values-ru/cm_strings.xml23
1 files changed, 19 insertions, 4 deletions
diff --git a/res/values-ru/cm_strings.xml b/res/values-ru/cm_strings.xml
index 33cec8417..534cb5c39 100644
--- a/res/values-ru/cm_strings.xml
+++ b/res/values-ru/cm_strings.xml
@@ -16,9 +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 Мпикс.</string>
+ <!-- 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 -->
<!-- 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>
@@ -61,6 +66,7 @@
<string name="pref_camera_scenemode_entry_text">Текст</string>
<string name="pref_camera_scenemode_entry_theatre">Театр</string>
<string name="pref_camera_scenemode_entry_whiteboard">Белая доска</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>
@@ -70,6 +76,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>
@@ -77,16 +84,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>
- <string name="pref_camera_flashmode_entry_redeye">Ум. эфф. красных глаз</string>
- <string name="pref_camera_flashmode_label_redeye">УМ. ЭФФ. КРАСНЫХ ГЛАЗ</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 cекунды</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>