Plugin Directory

Changeset 2145145


Ignore:
Timestamp:
08/25/2019 03:41:59 PM (7 years ago)
Author:
heorhiiev
Message:

update .mo .po

Location:
cf7-phone-mask-field/trunk/assets/languages
Files:
2 edited

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 Russian
    2 # 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.
    33msgid ""
    44msgstr ""
    5 "PO-Revision-Date: 2019-07-03 19:09:33+0000\n"
     5"PO-Revision-Date: 2019-08-25 15:40:53+0000\n"
    66"MIME-Version: 1.0\n"
    77"Content-Type: text/plain; charset=UTF-8\n"
     
    1010"X-Generator: GlotPress/2.4.0-alpha\n"
    1111"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"
    1313
    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
     15msgid "Placeholder"
     16msgstr "Placeholder"
    1717
    18 #. Plugin name.
     18#. Author of the plugin
     19msgid "Ruslan Heorhiiev"
     20msgstr "Руслан Георгиев"
     21
     22#. Description of the plugin
     23msgid "This plugin adds a new field in which you can set the phone number entry mask or other to Contact Form 7."
     24msgstr "Плагин добавляет новое текстовое поле для которого можно установить маску ввода, например маску ввода телефонного номера. Плагин расширяет Contact Form 7."
     25
     26#. Plugin Name of the plugin
    1927msgid "Contact Form 7 - Phone mask field"
    20 msgstr "Contact Form 7 - Маска ввода телефонного номера"
     28msgstr "Contact Form 7 - Маска телефонного номера"
    2129
    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
     31msgid "Insert Tag"
     32msgstr "Вставить тег"
    2533
    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
     35msgid "Class attribute"
     36msgstr "атрибут class"
    2937
    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
     39msgid "Id attribute"
     40msgstr "атрибут Id"
    3341
    34 #. Found in installation list item.
    35 msgid "That's it!"
    36 msgstr "Это все!"
     42#: cf7-phone-mask-field.php:317
     43msgid "Enter the mask for this field. <br /><code>Example: +_ (___) ___-__-__</code>"
     44msgstr "Введите маску вводу.  <br /><code>Пример: +7 (921) ___-__-__</code>"
    3745
    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
     47msgid "Mask"
     48msgstr "Маска"
    4149
    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
     51msgid "Name"
     52msgstr "Имя"
    4553
    46 #. Found in description paragraph.
    47 msgid "A new field &quot;mask field&quot; will be added to the Contact Form 7 panel buttons."
    48 msgstr "Кнопка «маска ввода» будет добавлена в панель кнопок Contact Form 7."
     54#: cf7-phone-mask-field.php:303
     55msgid "Required field"
     56msgstr "Обязательное поле"
    4957
    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
     59msgid "Field type"
     60msgstr "Тип поля"
    5361
    54 #. Found in changelog list item.
    55 msgid "Added support for the type value."
    56 msgstr "Добавлена поддержка установки типа поля."
     62#: cf7-phone-mask-field.php:292
     63msgid "Generate a form-tag for a single-line plain text input field in which you can set the input mask."
     64msgstr "Сгенерируйте поле ввода текста которому можно установить маску."
    5765
    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
     67msgid "mask field"
     68msgstr "маска ввода"
Note: See TracChangeset for help on using the changeset viewer.