# Copyright (C) 2016 WebDevStudios # This file is distributed under the same license as the CMB2 package. # Translators: # Groonya , 2015 # Feliks , 2015 # Борис Шпаковский , 2016 msgid "" msgstr "" "Project-Id-Version: CMB2\n" "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/cmb2\n" "POT-Creation-Date: 2016-06-27 17:01:22+00:00\n" "PO-Revision-Date: 2016-08-14 12:07+0000\n" "Last-Translator: Борис Шпаковский \n" "Language-Team: Russian (Russia) (http://www.transifex.com/wp-translations/cmb2/language/ru_RU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru_RU\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" "X-Generator: grunt-wp-i18n 0.4.9\n" "X-Poedit-Basepath: ../\n" "X-Poedit-Bookmarks: \n" "X-Poedit-Country: United States\n" "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Textdomain-Support: yes\n" #: example-functions.php:117 tests/test-cmb-field.php:255 msgid "Test Metabox" msgstr "Тестовый метабокс" #: example-functions.php:130 example-functions.php:436 msgid "Test Text" msgstr "Тестовое текстовое поле" #: example-functions.php:131 example-functions.php:144 #: example-functions.php:157 example-functions.php:165 #: example-functions.php:173 example-functions.php:182 #: example-functions.php:190 example-functions.php:205 #: example-functions.php:213 example-functions.php:221 #: example-functions.php:238 example-functions.php:247 #: example-functions.php:260 example-functions.php:267 #: example-functions.php:274 example-functions.php:288 #: example-functions.php:301 example-functions.php:314 #: example-functions.php:326 example-functions.php:335 #: example-functions.php:343 example-functions.php:352 #: example-functions.php:359 example-functions.php:373 #: example-functions.php:437 example-functions.php:528 #: example-functions.php:536 example-functions.php:543 #: example-functions.php:550 example-functions.php:557 #: example-functions.php:564 example-functions.php:571 #: example-functions.php:598 example-functions.php:606 #: example-functions.php:613 example-functions.php:650 #: tests/test-cmb-field.php:267 msgid "field description (optional)" msgstr "описание поля (необязательно)" #: example-functions.php:143 msgid "Test Text Small" msgstr "Тестовое маленькое текстовое поле" #: example-functions.php:156 msgid "Test Text Medium" msgstr "Среднее текстовое поле" #: example-functions.php:164 msgid "Custom Rendered Field" msgstr "Вывод пользовательского поля" #: example-functions.php:172 msgid "Website URL" msgstr "URL Сайта" #: example-functions.php:181 msgid "Test Text Email" msgstr "Поле с Email" #: example-functions.php:189 msgid "Test Time" msgstr "Поле с временем" #: example-functions.php:197 example-functions.php:198 msgid "Time zone" msgstr "Часовой пояс" #: example-functions.php:204 msgid "Test Date Picker" msgstr "Поле выбора даты" #: example-functions.php:212 msgid "Test Date Picker (UNIX timestamp)" msgstr "Поле выбора даты (в формате UNIX)" #: example-functions.php:220 msgid "Test Date/Time Picker Combo (UNIX timestamp)" msgstr "Поле выбора даты/времени (в формате UNIX)" #: example-functions.php:237 msgid "Test Money" msgstr "Поле для денежных значений" #: example-functions.php:246 msgid "Test Color Picker" msgstr "Поле выбора цвета" #: example-functions.php:259 msgid "Test Text Area" msgstr "Текстовая область" #: example-functions.php:266 msgid "Test Text Area Small" msgstr "Маленькая текстовая область" #: example-functions.php:273 msgid "Test Text Area for Code" msgstr "Текстовая область для кода" #: example-functions.php:280 msgid "Test Title Weeeee" msgstr "Пример заголовка" #: example-functions.php:281 msgid "This is a title description" msgstr "Это описание заголовка" #: example-functions.php:287 msgid "Test Select" msgstr "Пример выпадающего списка" #: example-functions.php:293 example-functions.php:306 #: example-functions.php:318 msgid "Option One" msgstr "Первая опция" #: example-functions.php:294 example-functions.php:307 #: example-functions.php:319 msgid "Option Two" msgstr "Вторая опция" #: example-functions.php:295 example-functions.php:308 #: example-functions.php:320 msgid "Option Three" msgstr "Третья опция" #: example-functions.php:300 msgid "Test Radio inline" msgstr "Переключатели в ряд" #: example-functions.php:313 msgid "Test Radio" msgstr "Переключатели" #: example-functions.php:325 msgid "Test Taxonomy Radio" msgstr "Переключатели таксономии" #: example-functions.php:334 msgid "Test Taxonomy Select" msgstr "Выпадающий список с таксономиями" #: example-functions.php:342 msgid "Test Taxonomy Multi Checkbox" msgstr "Мультивыбор таксономии" #: example-functions.php:351 msgid "Test Checkbox" msgstr "Тестовый чекбокс" #: example-functions.php:358 tests/test-cmb-field.php:266 msgid "Test Multi Checkbox" msgstr "Тестовые множественные чекбоксы" #: example-functions.php:364 tests/test-cmb-field.php:272 msgid "Check One" msgstr "Первое значение" #: example-functions.php:365 tests/test-cmb-field.php:273 msgid "Check Two" msgstr "Второе значение" #: example-functions.php:366 tests/test-cmb-field.php:274 msgid "Check Three" msgstr "Третье значение" #: example-functions.php:372 msgid "Test wysiwyg" msgstr "Визуальный редактор" #: example-functions.php:380 msgid "Test Image" msgstr "Тестовое изображение" #: example-functions.php:381 msgid "Upload an image or enter a URL." msgstr "Загрузите изображение или введите URL" #: example-functions.php:387 msgid "Multiple Files" msgstr "Несколько файлов" #: example-functions.php:388 msgid "Upload or add multiple images/attachments." msgstr "Загрузите или добавьте несколько изображений/вложений" #: example-functions.php:395 msgid "oEmbed" msgstr "Вставка объектов" #: example-functions.php:396 msgid "" "Enter a youtube, twitter, or instagram URL. Supports services listed at http://codex.wordpress.org/Embeds." msgstr "Введите адрес youtube, twitter или instagram. Поддерживаемые сервисы указаны на http://codex.wordpress.org/Embeds." #: example-functions.php:427 msgid "About Page Metabox" msgstr "Блок страницы \"О нас\"" #: example-functions.php:456 msgid "Repeating Field Group" msgstr "Повторяемая группа полей" #: example-functions.php:464 msgid "Generates reusable form entries" msgstr "Генерирует повторно используемые формы" #: example-functions.php:466 msgid "Entry {#}" msgstr "Запись {#}" #: example-functions.php:467 msgid "Add Another Entry" msgstr "Добавить еще одну Запись" #: example-functions.php:468 msgid "Remove Entry" msgstr "Удалить Запись" #: example-functions.php:481 msgid "Entry Title" msgstr "Заголовок записи" #: example-functions.php:488 msgid "Description" msgstr "Описание" #: example-functions.php:489 msgid "Write a short description for this entry" msgstr "Введите короткое описание для этой записи" #: example-functions.php:495 msgid "Entry Image" msgstr "Изображение записи" #: example-functions.php:501 msgid "Image Caption" msgstr "Подпись" #: example-functions.php:520 msgid "User Profile Metabox" msgstr "Блок профайла пользователя" #: example-functions.php:527 example-functions.php:597 msgid "Extra Info" msgstr "Дополнительная информация" #: example-functions.php:535 msgid "Avatar" msgstr "Аватар" #: example-functions.php:542 msgid "Facebook URL" msgstr "URL-адрес Facebook" #: example-functions.php:549 msgid "Twitter URL" msgstr "Адрес Twitter" #: example-functions.php:556 msgid "Google+ URL" msgstr "URL-адрес Google+ " #: example-functions.php:563 msgid "Linkedin URL" msgstr "Адрес LinkedIn" #: example-functions.php:570 msgid "User Field" msgstr "Пользовательское поле" #: example-functions.php:590 msgid "Category Metabox" msgstr "Метабокс категории" #: example-functions.php:605 msgid "Term Image" msgstr "Изображение термина" #: example-functions.php:612 msgid "Arbitrary Term Field" msgstr "Поле произвольного термина" #: example-functions.php:634 msgid "Theme Options Metabox" msgstr "Метабокс опций темы" #: example-functions.php:649 msgid "Site Background Color" msgstr "Цвет фона сайта" #: includes/CMB2.php:129 msgid "Metabox configuration is required to have an ID parameter" msgstr "Чтобы настроить метабокс необходимо иметь параметр ID" #: includes/CMB2.php:418 msgid "Click to toggle" msgstr "Нажмите, чтобы переключить" #: includes/CMB2_Ajax.php:71 msgid "Please Try Again" msgstr "Пожалуйста, попробуйте еще раз" #: includes/CMB2_Ajax.php:173 tests/cmb-tests-base.php:59 msgid "Remove Embed" msgstr "Убрать встроенный объект" #: includes/CMB2_Ajax.php:177 tests/cmb-tests-base.php:64 msgid "No oEmbed Results Found for %s. View more info at" msgstr "Не найдено результатов для %s. Узнайте больше на" #: includes/CMB2_Field.php:1186 msgid "Add Group" msgstr "Добавить группу" #: includes/CMB2_Field.php:1187 msgid "Remove Group" msgstr "Убрать группу" #: includes/CMB2_Field.php:1209 includes/CMB2_Field.php:1213 #: tests/test-cmb-field.php:229 msgid "None" msgstr "Нет" #: includes/CMB2_Field.php:1269 msgid "Sorry, this field does not have a cmb_id specified." msgstr "Извините, в этом поле не указан cmb_id" #: includes/CMB2_Field_Display.php:408 includes/CMB2_JS.php:139 #: includes/types/CMB2_Type_File_Base.php:75 tests/test-cmb-types-base.php:143 #: tests/test-cmb-types.php:701 msgid "File:" msgstr "Файл:" #: includes/CMB2_JS.php:86 includes/CMB2_JS.php:119 msgid "Clear" msgstr "Очистить" #: includes/CMB2_JS.php:87 msgid "Default" msgstr "По умолчанию" #: includes/CMB2_JS.php:88 msgid "Select Color" msgstr "Выбрать цвет" #: includes/CMB2_JS.php:89 msgid "Current Color" msgstr "Текущий цвет" #: includes/CMB2_JS.php:110 msgid "Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday" msgstr "Воскресенье, Понедельник, Вторник, Среда, Четверг, Пятница, Суббота" #: includes/CMB2_JS.php:111 msgid "Su, Mo, Tu, We, Th, Fr, Sa" msgstr "Вс, Пн, Вт, Ср, Чт, Пт, Сб" #: includes/CMB2_JS.php:112 msgid "Sun, Mon, Tue, Wed, Thu, Fri, Sat" msgstr "Вск, Пон, Втр, Срд, Чтв, Птн, Сбт" #: includes/CMB2_JS.php:113 msgid "" "January, February, March, April, May, June, July, August, September, " "October, November, December" msgstr "Январь, Февраль, Март, Апрель, Май, Июнь, Июль, Август, Сентябрь, Октябрь, Ноябрь, Декабрь" #: includes/CMB2_JS.php:114 msgid "Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec" msgstr "Янв, Фев, Мар, Апр, Май, Июн, Июл, Авг, Сен, Окт, Ноя, Дек" #: includes/CMB2_JS.php:115 msgid "Next" msgstr "Далее" #: includes/CMB2_JS.php:116 msgid "Prev" msgstr "Назад" #: includes/CMB2_JS.php:117 msgid "Today" msgstr "Сегодня" #: includes/CMB2_JS.php:118 includes/CMB2_JS.php:128 msgid "Done" msgstr "Готово" #: includes/CMB2_JS.php:122 msgid "Choose Time" msgstr "Выберите время" #: includes/CMB2_JS.php:123 msgid "Time" msgstr "Время" #: includes/CMB2_JS.php:124 msgid "Hour" msgstr "Час" #: includes/CMB2_JS.php:125 msgid "Minute" msgstr "Минута" #: includes/CMB2_JS.php:126 msgid "Second" msgstr "Секунда" #: includes/CMB2_JS.php:127 msgid "Now" msgstr "Сейчас" #: includes/CMB2_JS.php:135 msgid "Use this file" msgstr "Использовать этот файл" #: includes/CMB2_JS.php:136 msgid "Use these files" msgstr "Использовать эти файлы" #: includes/CMB2_JS.php:137 includes/types/CMB2_Type_File_Base.php:61 msgid "Remove Image" msgstr "Удалить изображение" #: includes/CMB2_JS.php:138 includes/CMB2_Types.php:257 #: includes/types/CMB2_Type_File_Base.php:80 tests/test-cmb-types-base.php:143 #: tests/test-cmb-types.php:47 tests/test-cmb-types.php:55 #: tests/test-cmb-types.php:701 msgid "Remove" msgstr "Убрать" #: includes/CMB2_JS.php:140 includes/types/CMB2_Type_File_Base.php:78 #: tests/test-cmb-types-base.php:143 tests/test-cmb-types.php:701 msgid "Download" msgstr "Скачать" #: includes/CMB2_JS.php:141 msgid "Select / Deselect All" msgstr "Выбрать/сбросить все" #: includes/CMB2_Types.php:194 msgid "Add Row" msgstr "Добавить строку" #: includes/CMB2_hookup.php:145 msgid "" "Term Metadata is a WordPress > 4.4 feature. Please upgrade your WordPress " "install." msgstr "Метаданные терминов работают только в Wordpress 4.4 или выше, пожалуйста обновите Wordpress" #: includes/CMB2_hookup.php:149 msgid "Term metaboxes configuration requires a 'taxonomies' parameter" msgstr "Для настройки метабоксов терминов требуется параметр 'taxonimies'" #: includes/helper-functions.php:93 msgid "No oEmbed Results Found for %s. View more info at %s" msgstr "" #: includes/helper-functions.php:279 msgid "Save" msgstr "Сохранить" #: includes/types/CMB2_Type_File.php:36 tests/test-cmb-types.php:683 #: tests/test-cmb-types.php:701 msgid "Add or Upload File" msgstr "Добавить или загрузить файл" #: includes/types/CMB2_Type_File_List.php:36 tests/test-cmb-types.php:639 #: tests/test-cmb-types.php:663 msgid "Add or Upload Files" msgstr "Добавить или загрузить файлы" #: includes/types/CMB2_Type_Taxonomy_Multicheck.php:27 #: includes/types/CMB2_Type_Taxonomy_Radio.php:25 msgid "No terms" msgstr "Нет категорий" #. Plugin Name of the plugin/theme msgid "CMB2" msgstr "CMB2" #. Plugin URI of the plugin/theme msgid "https://github.com/CMB2/CMB2" msgstr "https://github.com/CMB2/CMB2" #. Description of the plugin/theme msgid "" "CMB2 will create metaboxes and forms with custom fields that will blow your " "mind." msgstr "CMB2 позволяет создавать блоки и формы с собственными полями" #. Author of the plugin/theme msgid "WebDevStudios" msgstr "WebDevStudios" #. Author URI of the plugin/theme msgid "http://webdevstudios.com" msgstr "http://webdevstudios.com" #: includes/CMB2_JS.php:109 msgctxt "Valid formatDate string for jquery-ui datepicker" msgid "mm/dd/yy" msgstr "dd.mm.yy" #: includes/CMB2_JS.php:129 msgctxt "" "Valid formatting string, as per " "http://trentrichardson.com/examples/timepicker/" msgid "hh:mm TT" msgstr "hh:mm TT"