Changeset 2145145
- Timestamp:
- 08/25/2019 03:41:59 PM (7 years ago)
- Location:
- cf7-phone-mask-field/trunk/assets/languages
- Files:
-
- 2 edited
-
cf7-phone-mask-field-ru_RU.mo (modified) (previous)
-
cf7-phone-mask-field-ru_RU.po (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cf7-phone-mask-field/trunk/assets/languages/cf7-phone-mask-field-ru_RU.po
r2117157 r2145145 1 # Translation of Plugins - Contact Form 7 – Phone mask field - Development Readme(trunk) in Russian2 # This file is distributed under the same license as the Plugins - Contact Form 7 – Phone mask field - Development Readme(trunk) package.1 # Translation of Plugins - Contact Form 7 – Phone mask field - Development (trunk) in Russian 2 # This file is distributed under the same license as the Plugins - Contact Form 7 – Phone mask field - Development (trunk) package. 3 3 msgid "" 4 4 msgstr "" 5 "PO-Revision-Date: 2019-0 7-03 19:09:33+0000\n"5 "PO-Revision-Date: 2019-08-25 15:40:53+0000\n" 6 6 "MIME-Version: 1.0\n" 7 7 "Content-Type: text/plain; charset=UTF-8\n" … … 10 10 "X-Generator: GlotPress/2.4.0-alpha\n" 11 11 "Language: ru\n" 12 "Project-Id-Version: Plugins - Contact Form 7 – Phone mask field - Development Readme(trunk)\n"12 "Project-Id-Version: Plugins - Contact Form 7 – Phone mask field - Development (trunk)\n" 13 13 14 # . Found in description paragraph.15 msgid " This plugin adds a new field in which you can set the phone number mask or other to Contact Form 7."16 msgstr " Этот плагин добавляет новое поле в котором можно установить маску ввода телефонного номера, или любую другую, для Contact Form 7."14 #: cf7-phone-mask-field.php:322 15 msgid "Placeholder" 16 msgstr "Placeholder" 17 17 18 #. Plugin name. 18 #. Author of the plugin 19 msgid "Ruslan Heorhiiev" 20 msgstr "Руслан Георгиев" 21 22 #. Description of the plugin 23 msgid "This plugin adds a new field in which you can set the phone number entry mask or other to Contact Form 7." 24 msgstr "Плагин добавляет новое текстовое поле для которого можно установить маску ввода, например маску ввода телефонного номера. Плагин расширяет Contact Form 7." 25 26 #. Plugin Name of the plugin 19 27 msgid "Contact Form 7 - Phone mask field" 20 msgstr "Contact Form 7 - Маска вводателефонного номера"28 msgstr "Contact Form 7 - Маска телефонного номера" 21 29 22 # . Found in description paragraph.23 msgid " Example of shortcode: [mask* your-tel "your_mask" "Your placeholder"]"24 msgstr " Пример шорткода: [mask* your-tel "маска" "Placeholder"]"30 #: cf7-phone-mask-field.php:346 31 msgid "Insert Tag" 32 msgstr "Вставить тег" 25 33 26 # . Found in description paragraph.27 msgid " Please notice that Contact Form 7 (version 5.0.3 or latest) must be installed and active."28 msgstr " Обратите внимание, плагин Contact Form 7 (версия 5.0.3 или новее) должен быть установлен и активирован."34 #: cf7-phone-mask-field.php:332 35 msgid "Class attribute" 36 msgstr "атрибут class" 29 37 30 # . Found in installation paragraph.31 msgid " Just install from your WordPress \"Plugins > Add New\" screen and all will be well. Manual installation is very straightforward as well:"32 msgstr " Просто установите с помощью WordPress: «Плагины > Добавить новый». Ручная установка также очень проста:"38 #: cf7-phone-mask-field.php:327 39 msgid "Id attribute" 40 msgstr "атрибут Id" 33 41 34 # . Found in installation list item.35 msgid " That's it!"36 msgstr " Это все!"42 #: cf7-phone-mask-field.php:317 43 msgid "Enter the mask for this field. <br /><code>Example: +_ (___) ___-__-__</code>" 44 msgstr "Введите маску вводу. <br /><code>Пример: +7 (921) ___-__-__</code>" 37 45 38 # . Found in installation list item.39 msgid " Activate the plugin through the 'Plugins' menu in WordPress"40 msgstr " Активируйте плагин через меню «Плагины» в WordPress."46 #: cf7-phone-mask-field.php:315 47 msgid "Mask" 48 msgstr "Маска" 41 49 42 # . Found in installation list item.43 msgid " Upload the <code>cf7-phone-mask-field</code> folder to the <code>/wp-content/plugins/</code> directory"44 msgstr " Загрузите папку <code>cf7-phone-mask-field</code> в директорию плагинов <code>/wp-content/plugins/</code>"50 #: cf7-phone-mask-field.php:309 51 msgid "Name" 52 msgstr "Имя" 45 53 46 # . Found in description paragraph.47 msgid " A new field "mask field" will be added to the Contact Form 7 panel buttons."48 msgstr " Кнопка «маска ввода» будет добавлена в панель кнопок Contact Form 7."54 #: cf7-phone-mask-field.php:303 55 msgid "Required field" 56 msgstr "Обязательное поле" 49 57 50 # . Screenshot description.51 msgid " New field in Contact Form 7"52 msgstr " Новое поле в Contact Form 7."58 #: cf7-phone-mask-field.php:299 cf7-phone-mask-field.php:302 59 msgid "Field type" 60 msgstr "Тип поля" 53 61 54 # . Found in changelog list item.55 msgid " Added support for the type value."56 msgstr " Добавлена поддержка установки типа поля."62 #: cf7-phone-mask-field.php:292 63 msgid "Generate a form-tag for a single-line plain text input field in which you can set the input mask." 64 msgstr "Сгенерируйте поле ввода текста которому можно установить маску." 57 65 58 #. Found in changelog list item. 59 msgid "Added a form-tag generator field for the placeholder value." 60 msgstr "Добавлена форма генерации меток для значения placeholder" 61 62 #. Found in changelog list item. 63 msgid "Added support for the placeholder field." 64 msgstr "Добавлена поддержка placeholder." 65 66 #. Found in changelog list item. 67 msgid "First released version." 68 msgstr "Первая версия." 66 #: cf7-phone-mask-field.php:271 67 msgid "mask field" 68 msgstr "маска ввода"
Note: See TracChangeset
for help on using the changeset viewer.