Plugin Directory

Changeset 2117157


Ignore:
Timestamp:
07/03/2019 07:12:14 PM (7 years ago)
Author:
heorhiiev
Message:

.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

    r2007103 r2117157  
    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.
     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.
    33msgid ""
    44msgstr ""
    5 "PO-Revision-Date: 2019-01-06 10:43:28+0000\n"
     5"PO-Revision-Date: 2019-07-03 19:09:33+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 (trunk)\n"
     12"Project-Id-Version: Plugins - Contact Form 7 – Phone mask field - Development Readme (trunk)\n"
    1313
    14 #: cf7-phone-mask-field.php:247
    15 msgid "Placeholder"
    16 msgstr "Placeholder"
     14#. Found in description paragraph.
     15msgid "This plugin adds a new field in which you can set the phone number mask or other to Contact Form 7."
     16msgstr "Этот плагин добавляет новое поле в котором можно установить маску ввода телефонного номера, или любую другую, для Contact Form 7."
    1717
    18 #. Author of the plugin
    19 msgid "Ruslan Heorhiiev"
    20 msgstr "Руслан Георгиев"
     18#. Plugin name.
     19msgid "Contact Form 7 - Phone mask field"
     20msgstr "Contact Form 7 - Маска ввода телефонного номера"
    2121
    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."
     22#. Found in description paragraph.
     23msgid "Example of shortcode: [mask* your-tel "your_mask"  "Your placeholder"]"
     24msgstr "Пример шорткода: [mask* your-tel "маска"  "Placeholder"]"
    2525
    26 #. Plugin Name of the plugin
    27 msgid "Contact Form 7 - Phone mask field"
    28 msgstr "Contact Form 7 - Маска телефонного номера"
     26#. Found in description paragraph.
     27msgid "Please notice that Contact Form 7 (version 5.0.3 or latest) must be installed and active."
     28msgstr "Обратите внимание, плагин Contact Form 7 (версия 5.0.3 или новее) должен быть установлен и активирован."
    2929
    30 #: cf7-phone-mask-field.php:271
    31 msgid "Insert Tag"
    32 msgstr "Вставить тег"
     30#. Found in installation paragraph.
     31msgid "Just install from your WordPress \"Plugins > Add New\" screen and all will be well. Manual installation is very straightforward as well:"
     32msgstr "Просто установите с помощью WordPress: «Плагины > Добавить новый». Ручная установка также очень проста:"
    3333
    34 #: cf7-phone-mask-field.php:257
    35 msgid "Class attribute"
    36 msgstr "атрибут класса"
     34#. Found in installation list item.
     35msgid "That's it!"
     36msgstr "Это все!"
    3737
    38 #: cf7-phone-mask-field.php:252
    39 msgid "Id attribute"
    40 msgstr "атрибут Id"
     38#. Found in installation list item.
     39msgid "Activate the plugin through the 'Plugins' menu in WordPress"
     40msgstr "Активируйте плагин через меню «Плагины» в WordPress."
    4141
    42 #: cf7-phone-mask-field.php:242
    43 msgid "Enter the mask for this field. <br /><code>Example: +_ (___) ___-__-__</code>"
    44 msgstr "Введите маску вводу.  <br /><code>Пример: +7 (921) ___-__-__</code>"
     42#. Found in installation list item.
     43msgid "Upload the <code>cf7-phone-mask-field</code> folder to the <code>/wp-content/plugins/</code> directory"
     44msgstr "Загрузите папку <code>cf7-phone-mask-field</code> в директорию плагинов <code>/wp-content/plugins/</code>"
    4545
    46 #: cf7-phone-mask-field.php:240
    47 msgid "Mask"
    48 msgstr "Маска"
     46#. Found in description paragraph.
     47msgid "A new field &quot;mask field&quot; will be added to the Contact Form 7 panel buttons."
     48msgstr "Кнопка «маска ввода» будет добавлена в панель кнопок Contact Form 7."
    4949
    50 #: cf7-phone-mask-field.php:234
    51 msgid "Name"
    52 msgstr "Имя"
     50#. Screenshot description.
     51msgid "New field in Contact Form 7"
     52msgstr "Новое поле в Contact Form 7."
    5353
    54 #: cf7-phone-mask-field.php:228
    55 msgid "Required field"
    56 msgstr "Обязательное поле"
     54#. Found in changelog list item.
     55msgid "Added support for the type value."
     56msgstr "Добавлена поддержка установки типа поля."
    5757
    58 #: cf7-phone-mask-field.php:224 cf7-phone-mask-field.php:227
    59 msgid "Field type"
    60 msgstr "Тип поля"
     58#. Found in changelog list item.
     59msgid "Added a form-tag generator field for the placeholder value."
     60msgstr "Добавлена форма генерации меток для значения placeholder"
    6161
    62 #: cf7-phone-mask-field.php:217
    63 msgid "Generate a form-tag for a single-line plain text input field in which you can set the input mask."
    64 msgstr "Сгенерируйте поле ввода текста для которого можно установить маску ввода."
     62#. Found in changelog list item.
     63msgid "Added support for the placeholder field."
     64msgstr "Добавлена поддержка placeholder."
    6565
    66 #: cf7-phone-mask-field.php:196
    67 msgid "mask field"
    68 msgstr "маска ввода"
     66#. Found in changelog list item.
     67msgid "First released version."
     68msgstr "Первая версия."
Note: See TracChangeset for help on using the changeset viewer.