Changeset 2007103
- Timestamp:
- 01/06/2019 10:55:18 AM (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
r1995419 r2007103 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 3 msgid "" 2 4 msgstr "" 3 "Project-Id-Version: Contact Form 7 - Phone mask field\n" 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2018-12-15 12:11+0000\n" 6 "PO-Revision-Date: 2018-12-15 12:19+0000\n" 7 "Last-Translator: Ruslan Heorhiiev <ruslanheorhiiev@gmail.com>\n" 8 "Language-Team: Русский\n" 9 "Language: ru_RU\n" 10 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && " 11 "n%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n" 5 "PO-Revision-Date: 2019-01-06 10:43:28+0000\n" 12 6 "MIME-Version: 1.0\n" 13 7 "Content-Type: text/plain; charset=UTF-8\n" 14 8 "Content-Transfer-Encoding: 8bit\n" 15 "X-Generator: Loco https://localise.biz/\n" 16 "X-Loco-Version: 2.2.0; wp-5.0.1" 9 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" 10 "X-Generator: GlotPress/2.4.0-alpha\n" 11 "Language: ru\n" 12 "Project-Id-Version: Plugins - Contact Form 7 – Phone mask field - Development (trunk)\n" 17 13 18 #: cf7-phone-mask-field.php: 19619 msgid " mask field"20 msgstr " маска ввода"14 #: cf7-phone-mask-field.php:247 15 msgid "Placeholder" 16 msgstr "Placeholder" 21 17 22 #: cf7-phone-mask-field.php:217 23 msgid "" 24 "Generate a form-tag for a single-line plain text input field in which you " 25 "can set the input mask." 26 msgstr "Сгенерируйте поле ввода для которого можно установить маску ввода." 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 27 msgid "Contact Form 7 - Phone mask field" 28 msgstr "Contact Form 7 - Маска телефонного номера" 29 30 #: cf7-phone-mask-field.php:271 31 msgid "Insert Tag" 32 msgstr "Вставить тег" 33 34 #: cf7-phone-mask-field.php:257 35 msgid "Class attribute" 36 msgstr "атрибут класса" 37 38 #: cf7-phone-mask-field.php:252 39 msgid "Id attribute" 40 msgstr "атрибут Id" 41 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>" 27 45 28 46 #: cf7-phone-mask-field.php:240 … … 30 48 msgstr "Маска" 31 49 32 #: cf7-phone-mask-field.php:242 33 msgid "" 34 "Enter the mask for this field. <br /><code>Example: +_ (___) ___-__-__</code>" 35 msgstr "Введите маску вводу. <br /><code>Пример: +_ (___) ___-__-__</code>" 50 #: cf7-phone-mask-field.php:234 51 msgid "Name" 52 msgstr "Имя" 36 53 37 #: cf7-phone-mask-field.php:2 4738 msgid " Placeholder"39 msgstr " "54 #: cf7-phone-mask-field.php:228 55 msgid "Required field" 56 msgstr "Обязательное поле" 40 57 41 # . Name of the plugin42 msgid " Contact Form 7 - Phone mask field"43 msgstr " Contact Form 7 - Маска телефонного номера"58 #: cf7-phone-mask-field.php:224 cf7-phone-mask-field.php:227 59 msgid "Field type" 60 msgstr "Тип поля" 44 61 45 #. Description of the plugin 46 msgid "" 47 "This plugin adds a new field in which you can set the phone number entry " 48 "mask or other to Contact Form 7." 49 msgstr "" 50 "Плагин добавляет новое текстовое поле для которого можно установить маску " 51 "ввода, например маску ввода телефонного номера. Плагин расширяет Contact " 52 "Form 7." 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 "Сгенерируйте поле ввода текста для которого можно установить маску ввода." 53 65 54 # . Author of the plugin55 msgid " Ruslan Heorhiiev"56 msgstr " Руслан Георгиев"66 #: cf7-phone-mask-field.php:196 67 msgid "mask field" 68 msgstr "маска ввода"
Note: See TracChangeset
for help on using the changeset viewer.