Plugin Directory

Changeset 2167781


Ignore:
Timestamp:
10/03/2019 05:50:28 PM (6 years ago)
Author:
Mofsy
Message:

New version: 2.0.0.1

Location:
wc-webmoney/trunk
Files:
112 added
3 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • wc-webmoney/trunk/gatework/class-logger.php

    r1847580 r2167781  
    161161        );
    162162
    163         if(is_object($object))
     163        if(is_object($object) || is_array($object))
    164164        {
    165             $content[print_r($object, true)];
     165            $content['content'] = print_r($object, true);
     166        }
     167        else
     168        {
     169            $content['content'] = $object;
    166170        }
    167171
  • wc-webmoney/trunk/languages/wc-webmoney-ru_RU.po

    r1847580 r2167781  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: Woocommerce - Webmoney Payment Gateway\n"
    4 "POT-Creation-Date: 2018-03-27 10:27+0300\n"
    5 "PO-Revision-Date: 2018-03-27 10:28+0300\n"
     3"Project-Id-Version: Webmoney - payment gateway for WooCommerce\n"
     4"POT-Creation-Date: 2019-10-03 20:04+0300\n"
     5"PO-Revision-Date: 2019-10-03 20:21+0300\n"
    66"Last-Translator: Mofsy <ru.mofsy@yandex.ru>\n"
    7 "Language-Team: Mofsy <ru.mofsy@yandex.ru>\n"
     7"Language-Team: Mofsy <support@mofsy.ru>\n"
    88"Language: ru_RU\n"
    99"MIME-Version: 1.0\n"
     
    1212"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
    1313"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
    14 "X-Generator: Poedit 2.0.4\n"
     14"X-Generator: Poedit 2.2\n"
    1515"X-Poedit-Basepath: ..\n"
    1616"X-Poedit-WPHeader: wc-webmoney.php\n"
     
    2222"X-Poedit-SearchPathExcluded-0: *.js\n"
    2323
    24 #: class-wc-webmoney.php:473 class-wc-webmoney.php:546
     24#: includes/class-wc-webmoney-method.php:83
    2525msgid "Webmoney"
    2626msgstr "Webmoney"
    2727
    28 #: class-wc-webmoney.php:474
    29 msgid ""
    30 "Setting receiving payments through Webmoney Merchant. If the gateway is not "
    31 "working, you can turn error level DEBUG."
    32 msgstr ""
    33 "Установка приема платежей через Webmoney Merchant. Если шлюз не работает, вы "
    34 "можете включить отладку ошибок (DEBUG tool)."
    35 
    36 #: class-wc-webmoney.php:483
    37 msgid "Gateway offline"
    38 msgstr "Шлюз выключен"
    39 
    40 #: class-wc-webmoney.php:483
    41 msgid "Webmoney does not support the currency your store."
    42 msgstr "Webmoney не поддерживает ваши текущие валюты в магазине."
    43 
    44 #: class-wc-webmoney.php:500
    45 msgid "Online/Offline gateway"
     28#: includes/class-wc-webmoney-method.php:88
     29msgid "Pay via Webmoney."
     30msgstr "Оплата с помощью Webmoney"
     31
     32#: includes/class-wc-webmoney-method.php:397
     33msgid "Main settings"
     34msgstr "Основные настройки"
     35
     36#: includes/class-wc-webmoney-method.php:399
     37msgid ""
     38"Work is impossible without these settings. Copy Result, Fail, Success urls "
     39"for purses settings in Webmoney site."
     40msgstr ""
     41"Работа невозможна без этих настроек. Скопируйте Result, Fail, Success  "
     42"адреса  для настройки кошельков на сайте Webmoney."
     43
     44#: includes/class-wc-webmoney-method.php:404
     45msgid "Online / Offline gateway"
    4646msgstr "Включить/Выключить шлюз"
    4747
    48 #: class-wc-webmoney.php:502
    49 msgid "Online"
    50 msgstr "Включить"
    51 
    52 #: class-wc-webmoney.php:506
     48#: includes/class-wc-webmoney-method.php:406
     49msgid "Enable display of the payment gateway on the website"
     50msgstr "Включить отображение платежного шлюза на сайте"
     51
     52#: includes/class-wc-webmoney-method.php:413
     53msgid "Signature method"
     54msgstr "Метод подписи"
     55
     56#: includes/class-wc-webmoney-method.php:420
     57msgid ""
     58"A method of forming the control signature. Must match the methods specified "
     59"in the settings of all configured wallets."
     60msgstr ""
     61"Способ формирования контрольной подписи. Должны соответствовать методам, "
     62"указанным в настройках всех настроенных кошельков."
     63
     64#: includes/class-wc-webmoney-method.php:423
     65msgid ""
     66"Address to notify the site of the results of operations in the background. "
     67"Copy the address and enter it in site Webmoney in the purse technical "
     68"settings. Notification method: POST or GET."
     69msgstr ""
     70"Адрес для уведомления сайта о результатах операций в фоновом режиме. "
     71"Скопируйте адрес и введите его на сайте Webmoney в технических настройках "
     72"кошелька. Способ уведомления: отправить или получить."
     73
     74#: includes/class-wc-webmoney-method.php:427
     75msgid "Result URL"
     76msgstr "Result URL"
     77
     78#: includes/class-wc-webmoney-method.php:434
     79msgid ""
     80"The address for the user to go to the site after successful payment. Copy "
     81"the address and enter it in site Webmoney in the purse technical settings. "
     82"Notification method: POST or GET. You can specify other addresses of your "
     83"choice."
     84msgstr ""
     85"Адрес для перехода пользователя на сайт после успешной оплаты. Скопируйте "
     86"адрес и введите его на сайте Webmoney в технических настройках кошелька. "
     87"Способ уведомления: отправить или получить. Вы можете указать другие адреса "
     88"по вашему выбору."
     89
     90#: includes/class-wc-webmoney-method.php:438
     91msgid "Success URL"
     92msgstr "Success URL"
     93
     94#: includes/class-wc-webmoney-method.php:445
     95msgid ""
     96"The address for the user to go to the site, after payment with an error. "
     97"Copy the address and enter it in site Webmoney in the purse technical "
     98"settings. Notification method: POST or GET. You can specify other addresses "
     99"of your choice."
     100msgstr ""
     101"Адрес для перехода пользователя на сайт, после оплаты с ошибкой. Скопируйте "
     102"адрес и введите его на сайте Webmoney в технических настройках кошелька. "
     103"Способ уведомления: отправить или получить. Вы можете указать другие адреса "
     104"по вашему выбору."
     105
     106#: includes/class-wc-webmoney-method.php:449
     107msgid "Fail URL"
     108msgstr "Fail URL"
     109
     110#: includes/class-wc-webmoney-method.php:458
     111msgid "Test mode"
     112msgstr "Тестовый режим"
     113
     114#: includes/class-wc-webmoney-method.php:460
     115msgid "The field is used only in the test mode."
     116msgstr "Данное поле используется только в тестовом режиме."
     117
     118#: includes/class-wc-webmoney-method.php:464
     119#: includes/class-wc-webmoney-method.php:479
     120msgid "Off"
     121msgstr "Отключить"
     122
     123#: includes/class-wc-webmoney-method.php:465
     124msgid "Will be all successful"
     125msgstr "Выполнение с успехом"
     126
     127#: includes/class-wc-webmoney-method.php:466
     128msgid "Will be all fail"
     129msgstr "Выполнение с ошибкой"
     130
     131#: includes/class-wc-webmoney-method.php:467
     132#, fuzzy, php-format
     133#| msgid ""
     134#| "80%% of test payments will be successful, 20%% of test payments will fail"
     135msgid "80% of will be successful, 20% of will be fail"
     136msgstr "80%% платежей успешно, 20%% не успешно"
     137
     138#: includes/class-wc-webmoney-method.php:473
     139msgid "Enable logging?"
     140msgstr "Включить логирование?"
     141
     142#: includes/class-wc-webmoney-method.php:475
     143msgid ""
     144"You can enable gateway logging, specify the level of error that you want to "
     145"benefit from logging. You can send reports to developer manually by pressing "
     146"the button. All sensitive data in the report are deleted. By default, the "
     147"error rate should not be less than ERROR."
     148msgstr ""
     149"Вы можете включить ведение журнала шлюза, указав уровень ошибок, которые вы "
     150"хотите записывать. Вы так же можете отправить отчеты разработчику, нажав "
     151"кнопку отправки отчета. Все конфиденциальные данные в отчете будут "
     152"удалены. \n"
     153"По умолчанию, уровень ошибок не должен быть меньше, чем ERROR."
     154
     155#: includes/class-wc-webmoney-method.php:505
    53156msgid "Interface"
    54157msgstr "Интерфейс"
    55158
    56 #: class-wc-webmoney.php:512
     159#: includes/class-wc-webmoney-method.php:507
     160msgid "Customize the appearance. Can leave it at that."
     161msgstr "Настройка внешнего вида. Можете оставить все как есть."
     162
     163#: includes/class-wc-webmoney-method.php:512
    57164msgid "Show gateway icon?"
    58165msgstr "Показать иконку шлюза?"
    59166
    60 #: class-wc-webmoney.php:514
     167#: includes/class-wc-webmoney-method.php:514
    61168msgid "Show"
    62169msgstr "Показать"
    63170
    64 #: class-wc-webmoney.php:519
     171#: includes/class-wc-webmoney-method.php:520
    65172msgid "Language interface"
    66173msgstr "Язык интерфейса"
    67174
    68 #: class-wc-webmoney.php:523
     175#: includes/class-wc-webmoney-method.php:524
    69176msgid "Russian"
    70177msgstr "Русский"
    71178
    72 #: class-wc-webmoney.php:524
     179#: includes/class-wc-webmoney-method.php:525
    73180msgid "English"
    74181msgstr "Английский"
    75182
    76 #: class-wc-webmoney.php:526
     183#: includes/class-wc-webmoney-method.php:527
    77184msgid ""
    78185"What language interface displayed for the customer on Webmoney Transfer?"
    79186msgstr "Какой язык интерфейса отображается для клиента на Webmoney Transfer?"
    80187
    81 #: class-wc-webmoney.php:531
     188#: includes/class-wc-webmoney-method.php:533
    82189msgid "Language based on the locale?"
    83190msgstr "Язык интерфейса на основе локали?"
    84191
    85 #: class-wc-webmoney.php:535
     192#: includes/class-wc-webmoney-method.php:537
    86193msgid "Yes"
    87194msgstr "Да"
    88195
    89 #: class-wc-webmoney.php:536
     196#: includes/class-wc-webmoney-method.php:538
    90197msgid "No"
    91198msgstr "Нет"
    92199
    93 #: class-wc-webmoney.php:538
    94 msgid "Trying to get the language based on the locale?"
    95 msgstr "Получать язык для интерфейса Webmoney на основе локали?"
    96 
    97 #: class-wc-webmoney.php:543
     200#: includes/class-wc-webmoney-method.php:540
     201msgid "Trying to get the language based on the user locale?"
     202msgstr "Получать язык для интерфейса Webmoney на основе локали пользователя?"
     203
     204#: includes/class-wc-webmoney-method.php:546
    98205msgid "Title"
    99206msgstr "Название"
    100207
    101 #: class-wc-webmoney.php:545
     208#: includes/class-wc-webmoney-method.php:548
    102209msgid "This is the name that the user sees during the payment."
    103210msgstr "Заголовок, который видит пользователь в процессе оформления заказа."
    104211
    105 #: class-wc-webmoney.php:550
     212#: includes/class-wc-webmoney-method.php:549
     213#, fuzzy
     214#| msgid "Webmoney"
     215msgid "webmoney"
     216msgstr "Webmoney"
     217
     218#: includes/class-wc-webmoney-method.php:554
    106219msgid "Order button text"
    107220msgstr "Название кнопки оплаты"
    108221
    109 #: class-wc-webmoney.php:552
     222#: includes/class-wc-webmoney-method.php:556
    110223msgid "This is the button text that the user sees during the payment."
    111224msgstr ""
     
    113226"заказа."
    114227
    115 #: class-wc-webmoney.php:553 class-wc-webmoney.php:842
    116 msgid "Pay"
    117 msgstr "Оплатить"
    118 
    119 #: class-wc-webmoney.php:557
     228#: includes/class-wc-webmoney-method.php:557
     229msgid "Goto pay"
     230msgstr "Перейти к оплате"
     231
     232#: includes/class-wc-webmoney-method.php:562
    120233msgid "Description"
    121234msgstr "Описание"
    122235
    123 #: class-wc-webmoney.php:559
     236#: includes/class-wc-webmoney-method.php:564
    124237msgid ""
    125238"Description of the method of payment that the customer will see on our "
     
    127240msgstr "Описанием метода оплаты которое клиент будет видеть на вашем сайте."
    128241
    129 #: class-wc-webmoney.php:560
    130 msgid "Payment by Webmoney."
     242#: includes/class-wc-webmoney-method.php:565
     243msgid "Payment via Webmoney."
    131244msgstr "Оплата с помощью Webmoney"
    132245
    133 #: class-wc-webmoney.php:563
    134 msgid "Purses"
    135 msgstr "Кошельки"
    136 
    137 #: class-wc-webmoney.php:569
     246#: includes/class-wc-webmoney-method.php:582
     247msgid "Purse type: WMR"
     248msgstr "Кошелек WMR"
     249
     250#: includes/class-wc-webmoney-method.php:584
     251#: includes/class-wc-webmoney-method.php:619
     252msgid "This type of wallet receives money from orders in currency: RUB"
     253msgstr "На этот тип кошелька приходят деньги от заказов в валюте: RUB"
     254
     255#: includes/class-wc-webmoney-method.php:589
     256msgid "Purse WMR"
     257msgstr "Кошелек WMR"
     258
     259#: includes/class-wc-webmoney-method.php:591
     260#: includes/class-wc-webmoney-method.php:626
     261msgid ""
     262"Russian rubles webmoney purse to which the buyer has to make a payment for "
     263"billing in rubles."
     264msgstr ""
     265"Рублевый WebMoney кошелек, на который покупатель должен произвести оплату "
     266"счетов в рублях."
     267
     268#: includes/class-wc-webmoney-method.php:592
     269msgid "R"
     270msgstr "R"
     271
     272#: includes/class-wc-webmoney-method.php:597
     273msgid "Secret key for WMR"
     274msgstr "Секретный ключ для WMR"
     275
     276#: includes/class-wc-webmoney-method.php:599
     277msgid "Please write Secret key for WMR purse."
     278msgstr "Пожалуйста, введите Секретный ключ  для WMR"
     279
     280#: includes/class-wc-webmoney-method.php:617
     281msgid "Purse type: WMP"
     282msgstr "Кошелек WMP"
     283
     284#: includes/class-wc-webmoney-method.php:624
     285msgid "Purse WMP"
     286msgstr "Кошелек WMP"
     287
     288#: includes/class-wc-webmoney-method.php:627
     289msgid "P"
     290msgstr "P"
     291
     292#: includes/class-wc-webmoney-method.php:632
     293msgid "Secret key for WMP"
     294msgstr "Секретный ключ для WMP"
     295
     296#: includes/class-wc-webmoney-method.php:634
     297msgid "Please write Secret key for WMP purse."
     298msgstr "Пожалуйста, введите Секретный ключ для WMP кошелька."
     299
     300#: includes/class-wc-webmoney-method.php:652
     301msgid "Purse type: WME"
     302msgstr "Тип кошелька: WME"
     303
     304#: includes/class-wc-webmoney-method.php:654
     305msgid "This type of wallet receives money from orders in currency: EUR"
     306msgstr "На этот тип кошелька приходят деньги от заказов в валюте: EUR"
     307
     308#: includes/class-wc-webmoney-method.php:659
     309msgid "Purse WME"
     310msgstr "Кошелек WME"
     311
     312#: includes/class-wc-webmoney-method.php:661
     313msgid ""
     314"Euros webmoney purse to which the buyer has to make a payment for billing in "
     315"euros."
     316msgstr ""
     317"Евровый WebMoney кошелек, на который покупатель должен произвести оплату "
     318"счетов в евро."
     319
     320#: includes/class-wc-webmoney-method.php:662
     321msgid "E"
     322msgstr "E"
     323
     324#: includes/class-wc-webmoney-method.php:667
     325msgid "Secret key for WME"
     326msgstr "Секретный ключ для WME"
     327
     328#: includes/class-wc-webmoney-method.php:669
     329msgid "Please write Secret key for WME purse."
     330msgstr "Пожалуйста, введите Секретный ключ для WME кошелька."
     331
     332#: includes/class-wc-webmoney-method.php:687
     333msgid "Purse type: WMZ"
     334msgstr "Кошелек WMZ"
     335
     336#: includes/class-wc-webmoney-method.php:689
     337msgid "This type of wallet receives money from orders in currency: USD"
     338msgstr "На этот тип кошелька приходят деньги от заказов в валюте: USD"
     339
     340#: includes/class-wc-webmoney-method.php:694
    138341msgid "Purse WMZ"
    139342msgstr "Кошелек WMZ"
    140343
    141 #: class-wc-webmoney.php:571
     344#: includes/class-wc-webmoney-method.php:696
    142345msgid ""
    143346"Dollars webmoney purse to which the buyer has to make a payment for billing "
     
    147350"счетов в долларах."
    148351
    149 #: class-wc-webmoney.php:572
     352#: includes/class-wc-webmoney-method.php:697
    150353msgid "Z"
    151354msgstr "Z"
    152355
    153 #: class-wc-webmoney.php:576
     356#: includes/class-wc-webmoney-method.php:702
    154357msgid "Secret key for WMZ"
    155358msgstr "Секретный ключ для WMZ"
    156359
    157 #: class-wc-webmoney.php:578
     360#: includes/class-wc-webmoney-method.php:704
    158361msgid "Please write Secret key for WMZ purse."
    159362msgstr "Пожалуйста, введите Секретный ключ для WMZ кошелька."
    160363
    161 #: class-wc-webmoney.php:583
    162 msgid "Purse WME"
    163 msgstr "Кошелек WME"
    164 
    165 #: class-wc-webmoney.php:585
    166 msgid ""
    167 "Euros webmoney purse to which the buyer has to make a payment for billing in "
    168 "euros."
    169 msgstr ""
    170 "Евровый WebMoney кошелек, на который покупатель должен произвести оплату "
    171 "счетов в евро."
    172 
    173 #: class-wc-webmoney.php:586
    174 msgid "E"
    175 msgstr "E"
    176 
    177 #: class-wc-webmoney.php:590
    178 msgid "Secret key for WME"
    179 msgstr "Секретный ключ для WME"
    180 
    181 #: class-wc-webmoney.php:592
    182 msgid "Please write Secret key for WME purse."
    183 msgstr "Пожалуйста, введите Секретный ключ для WME кошелька."
    184 
    185 #: class-wc-webmoney.php:597
    186 msgid "Purse WMR"
    187 msgstr "Кошелек WMR"
    188 
    189 #: class-wc-webmoney.php:599
    190 msgid ""
    191 "Russian rubles webmoney purse to which the buyer has to make a payment for "
    192 "billing in rubles."
    193 msgstr ""
    194 "Рублевый WebMoney кошелек, на который покупатель должен произвести оплату "
    195 "счетов в рублях."
    196 
    197 #: class-wc-webmoney.php:600
    198 msgid "R"
    199 msgstr "R"
    200 
    201 #: class-wc-webmoney.php:604
    202 msgid "Secret key for WMR"
    203 msgstr "Секретный ключ для WMR"
    204 
    205 #: class-wc-webmoney.php:606
    206 msgid "Please write Secret key for WMR purse."
    207 msgstr "Пожалуйста, введите Секретный ключ  для WMR"
    208 
    209 #: class-wc-webmoney.php:611
     364#: includes/class-wc-webmoney-method.php:722
     365msgid "Purse type: WMU"
     366msgstr "Тип кошелька: WMU"
     367
     368#: includes/class-wc-webmoney-method.php:724
     369msgid "This type of wallet receives money from orders in currency: UAH"
     370msgstr "На этот тип кошелька приходят деньги от заказов в валюте: UAH"
     371
     372#: includes/class-wc-webmoney-method.php:729
    210373msgid "Purse WMU"
    211374msgstr "Кошелек WMU"
    212375
    213 #: class-wc-webmoney.php:613
     376#: includes/class-wc-webmoney-method.php:731
    214377msgid ""
    215378"UAH webmoney purse to which the buyer has to make a payment for billing in "
     
    219382"счетов в гривнах."
    220383
    221 #: class-wc-webmoney.php:614
     384#: includes/class-wc-webmoney-method.php:732
    222385msgid "U"
    223386msgstr "U"
    224387
    225 #: class-wc-webmoney.php:618
     388#: includes/class-wc-webmoney-method.php:737
    226389msgid "Secret key for WMU"
    227390msgstr "Секретный ключ для WMU"
    228391
    229 #: class-wc-webmoney.php:620
     392#: includes/class-wc-webmoney-method.php:739
    230393msgid "Please write Secret key for WMU purse."
    231394msgstr "Пожалуйста, введите Секретный ключ для WMU кошелька."
    232395
    233 #: class-wc-webmoney.php:624
    234 msgid "Technical details"
    235 msgstr "Технические детали"
    236 
    237 #: class-wc-webmoney.php:630
    238 msgid "Signature method"
    239 msgstr "Метод подписи"
    240 
    241 #: class-wc-webmoney.php:640
    242 msgid "Test mode"
    243 msgstr "Тестовый режим"
    244 
    245 #: class-wc-webmoney.php:642
    246 msgid "The field is used only in the test mode."
    247 msgstr "Данное поле используется только в тестовом режиме."
    248 
    249 #: class-wc-webmoney.php:646 class-wc-webmoney.php:661
    250 msgid "Off"
    251 msgstr "Отключить"
    252 
    253 #: class-wc-webmoney.php:647
    254 msgid "All test payments will be successful"
    255 msgstr ""
    256 "Для всех тестовых платежей сервис будет имитировать успешное выполнение"
    257 
    258 #: class-wc-webmoney.php:648
    259 msgid "All test payments will fail"
    260 msgstr ""
    261 "Для всех тестовых платежей сервис будет имитировать выполнение с ошибкой "
    262 "(платеж не выполнен)"
    263 
    264 #: class-wc-webmoney.php:649
    265 #, php-format
    266 msgid ""
    267 "80%% of test payments will be successful, 20%% of test payments will fail"
    268 msgstr "80%% платежей успешно, 20%% не успешно"
    269 
    270 #: class-wc-webmoney.php:654
    271 msgid "Enable logging?"
    272 msgstr "Включить логирование?"
    273 
    274 #: class-wc-webmoney.php:656
    275 msgid ""
    276 "You can enable gateway logging, specify the level of error that you want to "
    277 "benefit from logging. You can send reports to developer manually by pressing "
    278 "the button. All sensitive data in the report are deleted.\n"
    279 "By default, the error rate should not be less than ERROR."
    280 msgstr ""
    281 "Вы можете включить ведение журнала шлюза, указав уровень ошибок, которые вы "
    282 "хотите записывать. Вы так же можете отправить отчеты разработчику, нажав "
    283 "кнопку отправки отчета. Все конфиденциальные данные в отчете будут удалены.\n"
    284 "По умолчанию, уровень ошибок не должен быть меньше, чем ERROR."
    285 
    286 #: class-wc-webmoney.php:767
     396#: includes/class-wc-webmoney-method.php:793
     397msgid "Return to payment gateways"
     398msgstr "Вернуться в платежные системы"
     399
     400#: includes/class-wc-webmoney-method.php:854
     401msgid ""
     402"TEST mode is active. Payment will not be charged. After checking, disable "
     403"this mode."
     404msgstr ""
     405"Тестовый режим активен. Оплата не взимается. После проверки, отключите этот "
     406"режим."
     407
     408#: includes/class-wc-webmoney-method.php:896
     409msgid "The client started to pay."
     410msgstr "Клиент начал оплату."
     411
     412#: includes/class-wc-webmoney-method.php:969
    287413msgid "Order number: "
    288414msgstr "Номер заказа: "
    289415
    290 #: class-wc-webmoney.php:843
     416#: includes/class-wc-webmoney-method.php:1025
     417msgid "Pay"
     418msgstr "Оплатить"
     419
     420#: includes/class-wc-webmoney-method.php:1026
    291421msgid "Cancel & return to cart"
    292422msgstr "Отменить и вернутся в корзину"
    293423
    294 #: class-wc-webmoney.php:860
    295 msgid "The client started to pay."
    296 msgstr "Клиент начал оплату."
    297 
    298 #: class-wc-webmoney.php:884
    299 msgid "Thank you for your order, please press the button below to pay."
    300 msgstr ""
    301 "Спасибо за ваш заказ, пожалуйста, нажмите ниже на кнопку, чтобы заплатить."
    302 
    303 #: class-wc-webmoney.php:1068
     424#: includes/class-wc-webmoney-method.php:1074
     425msgid "Action error."
     426msgstr "Ошибка действия."
     427
     428#: includes/class-wc-webmoney-method.php:1239
    304429msgid "Order not found."
    305430msgstr "Заказ не найден."
    306431
    307 #: class-wc-webmoney.php:1089
     432#: includes/class-wc-webmoney-method.php:1255
    308433#, php-format
    309434msgid "Webmoney PRE request success. WMID: %1$s and purse: %2$s and IP: %3$s"
    310435msgstr "Webmoney предзапрос выполнен. WMID: %1$s Кошелек: %2$s IP: %3$s"
    311436
    312 #: class-wc-webmoney.php:1115
     437#: includes/class-wc-webmoney-method.php:1276
    313438#, php-format
    314439msgid "Validate hash error. Local: %1$s Remote: %2$s"
    315440msgstr "Ошибка валидации хеша. Локальный: %1$s Удаленный: %2$s"
    316441
    317 #: class-wc-webmoney.php:1133
     442#: includes/class-wc-webmoney-method.php:1289
    318443#, php-format
    319444msgid "Validate secret key error. Local: %1$s Remote: %2$s"
    320445msgstr "Ошибка проверки секретного ключа. Локальный: %1$s Удаленный: %2$s"
    321446
    322 #: class-wc-webmoney.php:1168
     447#: includes/class-wc-webmoney-method.php:1314
    323448#, php-format
    324449msgid ""
     
    327452"Счет успешно оплачен (ТЕСТОВЫЙ ПЛАТЕЖ). WMID: %1$s Кошелек: %2$s IP: %3$s"
    328453
    329 #: class-wc-webmoney.php:1183
     454#: includes/class-wc-webmoney-method.php:1324
    330455#, php-format
    331456msgid "Order successfully paid. WMID: %1$s and purse: %2$s and IP: %3$s"
    332457msgstr "Счет успешно оплачен. WMID: %1$s Кошелек: %2$s IP: %3$s"
    333458
    334 #: class-wc-webmoney.php:1212 class-wc-webmoney.php:1224
     459#: includes/class-wc-webmoney-method.php:1338
     460#: includes/class-wc-webmoney-method.php:1345
    335461msgid "Payment error, please pay other time."
    336462msgstr "Ошибка платежа, пожалуйста повторите попытку позже."
    337463
    338 #: class-wc-webmoney.php:1260
     464#: includes/class-wc-webmoney-method.php:1355
     465msgid "Client return to success page."
     466msgstr "Клиент вернулся на страницу успешного платежа."
     467
     468#: includes/class-wc-webmoney-method.php:1376
    339469#, php-format
    340470msgid "The order has not been paid. WMID: %1$s and purse: %2$s and IP: %3$s"
    341471msgstr "Счет не был оплачен. WMID: %1$s Кошелек: %2$s IP: %3$s"
    342472
    343 #: class-wc-webmoney.php:1283
    344 msgid "IPN Request Failure."
    345 msgstr ""
    346 
    347 #: class-wc-webmoney.php:1329 class-wc-webmoney.php:1346
     473#: includes/class-wc-webmoney-method.php:1393
     474msgid "Api request error. Action not found."
     475msgstr "Ошибка запроса Api. Действие не найдено."
     476
     477#: includes/class-wc-webmoney.php:365
     478msgid "Buy Premium add-on"
     479msgstr "Купить премиум"
     480
     481#: includes/class-wc-webmoney.php:380
     482msgid "Settings"
     483msgstr "Настройки"
     484
     485#: includes/class-wc-webmoney.php:410
     486msgid ""
     487"The plugin for accepting payments through Webmoney for WooCommerce has been "
     488"updated to a version that requires additional configuration."
     489msgstr ""
     490"Плагин для приема платежей через Webmoney для WooCommerce обновлен до "
     491"версии, требующей дополнительной настройки."
     492
     493#: includes/class-wc-webmoney.php:412
    348494msgid "here"
    349495msgstr "сюда"
    350496
    351 #: class-wc-webmoney.php:1334
     497#: includes/class-wc-webmoney.php:413
    352498#, php-format
    353 msgid ""
    354 "Webmoney test mode is enabled. Click %s -  to disable it when you want to "
    355 "start accepting live payment on your site."
    356 msgstr ""
    357 "В шлюзе Webmoney активирован тестовый режим. Нажмите %s - для отключения "
    358 "режима и включения приема реальных платежей на вашем сайте."
    359 
    360 #: class-wc-webmoney.php:1347
    361 #, php-format
    362 msgid "Webmoney debug tool is enabled. Click %s -  to disable."
    363 msgstr "Отлов ошибок Webmoney включен. Кликните %s -  для выключения."
     499msgid "Press %s (to go to payment gateway settings)."
     500msgstr "Нажмите %s (для перехода к настройкам платежного шлюза)."
     501
     502#: includes/class-wc-webmoney.php:518
     503msgid "Useful information"
     504msgstr "Полезная информация"
     505
     506#: includes/class-wc-webmoney.php:521 includes/class-wc-webmoney.php:543
     507msgid "Official plugin page"
     508msgstr "Официальная страница плагина"
     509
     510#: includes/class-wc-webmoney.php:522
     511msgid "Related news: webmoney"
     512msgstr "Новости по теме: webmoney"
     513
     514#: includes/class-wc-webmoney.php:523
     515msgid "Plugins for WooCommerce"
     516msgstr "Плагины для WooCommerce"
     517
     518#: includes/class-wc-webmoney.php:524
     519msgid "Feedback to author"
     520msgstr "Связь с автором"
     521
     522#: includes/class-wc-webmoney.php:536
     523msgid "Paid supplement"
     524msgstr "Платное дополнение"
     525
     526#: includes/class-wc-webmoney.php:541
     527msgid "Even more opportunities to accept payments. Increase conversion."
     528msgstr "Еще больше возможностей принимать платежи. Увеличьте конверсию."
    364529
    365530#. Plugin Name of the plugin/theme
    366 msgid "WooCommerce - Webmoney Payment Gateway"
    367 msgstr "Woocommerce - платежный шлюз для  Webmoney"
     531msgid "Webmoney - payment gateway for WooCommerce"
     532msgstr "Webmoney - платежный шлюз для WooCommerce"
    368533
    369534#. Plugin URI of the plugin/theme
    370 msgid "https://mofsy.ru/projects/woocommerce-webmoney-payment-gateway"
    371 msgstr "https://mofsy.ru/projects/woocommerce-webmoney-payment-gateway"
     535#| msgid "https://mofsy.ru/projects/woocommerce-webmoney-payment-gateway"
     536msgid "https://mofsy.ru/projects/wc-webmoney"
     537msgstr "https://mofsy.ru/projects/wc-webmoney"
    372538
    373539#. Description of the plugin/theme
    374540msgid "Allows you to use Webmoney payment gateway with the WooCommerce plugin."
    375 msgstr "Позволяет использовать платежный шлюз Webmoney с плагином WooCommerce."
     541msgstr "Позволяет использовать Webmoney  как платежный шлюз для WooCommerce."
    376542
    377543#. Author of the plugin/theme
     
    383549msgstr "https://mofsy.ru"
    384550
     551#~ msgid ""
     552#~ "Setting receiving payments through Webmoney Merchant. If the gateway is "
     553#~ "not working, you can turn error level DEBUG."
     554#~ msgstr ""
     555#~ "Установка приема платежей через Webmoney Merchant. Если шлюз не работает, "
     556#~ "вы можете включить отладку ошибок (DEBUG tool)."
     557
     558#~ msgid "Gateway offline"
     559#~ msgstr "Шлюз выключен"
     560
     561#~ msgid "Webmoney does not support the currency your store."
     562#~ msgstr "Webmoney не поддерживает ваши текущие валюты в магазине."
     563
     564#~ msgid "Online"
     565#~ msgstr "Включить"
     566
     567#~ msgid "Purses"
     568#~ msgstr "Кошельки"
     569
     570#~ msgid "Technical details"
     571#~ msgstr "Технические детали"
     572
     573#~ msgid "Thank you for your order, please press the button below to pay."
     574#~ msgstr ""
     575#~ "Спасибо за ваш заказ, пожалуйста, нажмите ниже на кнопку, чтобы заплатить."
     576
     577#~ msgid ""
     578#~ "Webmoney test mode is enabled. Click %s -  to disable it when you want to "
     579#~ "start accepting live payment on your site."
     580#~ msgstr ""
     581#~ "В шлюзе Webmoney активирован тестовый режим. Нажмите %s - для отключения "
     582#~ "режима и включения приема реальных платежей на вашем сайте."
     583
     584#~ msgid "Webmoney debug tool is enabled. Click %s -  to disable."
     585#~ msgstr "Отлов ошибок Webmoney включен. Кликните %s -  для выключения."
     586
     587#~ msgid "WooCommerce - Webmoney Payment Gateway"
     588#~ msgstr "Woocommerce - платежный шлюз для  Webmoney"
     589
    385590#~ msgid "Send report to author. Do not press if no errors! "
    386591#~ msgstr "Отправить отчет автору. Не нажимайте, если ошибок нет!"
  • wc-webmoney/trunk/languages/wc-webmoney.pot

    r1847580 r2167781  
    33msgstr ""
    44"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
    5 "Project-Id-Version: Woocommerce - Webmoney Payment Gateway\n"
    6 "POT-Creation-Date: 2018-03-27 10:27+0300\n"
     5"Project-Id-Version: Webmoney - payment gateway for WooCommerce\n"
     6"POT-Creation-Date: 2019-10-03 20:02+0300\n"
    77"PO-Revision-Date: 2016-01-05 19:06+0300\n"
    88"Last-Translator: Mofsy <ru.mofsy@yandex.ru>\n"
    9 "Language-Team: Mofsy <ru.mofsy@yandex.ru>\n"
     9"Language-Team: Mofsy <support@mofsy.ru>\n"
    1010"MIME-Version: 1.0\n"
    1111"Content-Type: text/plain; charset=UTF-8\n"
    1212"Content-Transfer-Encoding: 8bit\n"
    13 "X-Generator: Poedit 2.0.4\n"
     13"X-Generator: Poedit 2.2\n"
    1414"X-Poedit-Basepath: ..\n"
    1515"X-Poedit-WPHeader: wc-webmoney.php\n"
     
    2121"X-Poedit-SearchPathExcluded-0: *.js\n"
    2222
    23 #: class-wc-webmoney.php:473 class-wc-webmoney.php:546
     23#: includes/class-wc-webmoney-method.php:83
    2424msgid "Webmoney"
    2525msgstr ""
    2626
    27 #: class-wc-webmoney.php:474
    28 msgid ""
    29 "Setting receiving payments through Webmoney Merchant. If the gateway is not "
    30 "working, you can turn error level DEBUG."
    31 msgstr ""
    32 
    33 #: class-wc-webmoney.php:483
    34 msgid "Gateway offline"
    35 msgstr ""
    36 
    37 #: class-wc-webmoney.php:483
    38 msgid "Webmoney does not support the currency your store."
    39 msgstr ""
    40 
    41 #: class-wc-webmoney.php:500
    42 msgid "Online/Offline gateway"
    43 msgstr ""
    44 
    45 #: class-wc-webmoney.php:502
    46 msgid "Online"
    47 msgstr ""
    48 
    49 #: class-wc-webmoney.php:506
     27#: includes/class-wc-webmoney-method.php:88
     28msgid "Pay via Webmoney."
     29msgstr ""
     30
     31#: includes/class-wc-webmoney-method.php:397
     32msgid "Main settings"
     33msgstr ""
     34
     35#: includes/class-wc-webmoney-method.php:399
     36msgid ""
     37"Work is impossible without these settings. Copy Result, Fail, Success urls "
     38"for purses settings in Webmoney site."
     39msgstr ""
     40
     41#: includes/class-wc-webmoney-method.php:404
     42msgid "Online / Offline gateway"
     43msgstr ""
     44
     45#: includes/class-wc-webmoney-method.php:406
     46msgid "Enable display of the payment gateway on the website"
     47msgstr ""
     48
     49#: includes/class-wc-webmoney-method.php:413
     50msgid "Signature method"
     51msgstr ""
     52
     53#: includes/class-wc-webmoney-method.php:420
     54msgid ""
     55"A method of forming the control signature. Must match the methods specified "
     56"in the settings of all configured wallets."
     57msgstr ""
     58
     59#: includes/class-wc-webmoney-method.php:423
     60msgid ""
     61"Address to notify the site of the results of operations in the background. "
     62"Copy the address and enter it in site Webmoney in the purse technical "
     63"settings. Notification method: POST or GET."
     64msgstr ""
     65
     66#: includes/class-wc-webmoney-method.php:427
     67msgid "Result URL"
     68msgstr ""
     69
     70#: includes/class-wc-webmoney-method.php:434
     71msgid ""
     72"The address for the user to go to the site after successful payment. Copy "
     73"the address and enter it in site Webmoney in the purse technical settings. "
     74"Notification method: POST or GET. You can specify other addresses of your "
     75"choice."
     76msgstr ""
     77
     78#: includes/class-wc-webmoney-method.php:438
     79msgid "Success URL"
     80msgstr ""
     81
     82#: includes/class-wc-webmoney-method.php:445
     83msgid ""
     84"The address for the user to go to the site, after payment with an error. "
     85"Copy the address and enter it in site Webmoney in the purse technical "
     86"settings. Notification method: POST or GET. You can specify other addresses "
     87"of your choice."
     88msgstr ""
     89
     90#: includes/class-wc-webmoney-method.php:449
     91msgid "Fail URL"
     92msgstr ""
     93
     94#: includes/class-wc-webmoney-method.php:458
     95msgid "Test mode"
     96msgstr ""
     97
     98#: includes/class-wc-webmoney-method.php:460
     99msgid "The field is used only in the test mode."
     100msgstr ""
     101
     102#: includes/class-wc-webmoney-method.php:464
     103#: includes/class-wc-webmoney-method.php:479
     104msgid "Off"
     105msgstr ""
     106
     107#: includes/class-wc-webmoney-method.php:465
     108msgid "Will be all successful"
     109msgstr ""
     110
     111#: includes/class-wc-webmoney-method.php:466
     112msgid "Will be all fail"
     113msgstr ""
     114
     115#: includes/class-wc-webmoney-method.php:467
     116#, php-format
     117msgid "80% of will be successful, 20% of will be fail"
     118msgstr ""
     119
     120#: includes/class-wc-webmoney-method.php:473
     121msgid "Enable logging?"
     122msgstr ""
     123
     124#: includes/class-wc-webmoney-method.php:475
     125msgid ""
     126"You can enable gateway logging, specify the level of error that you want to "
     127"benefit from logging. You can send reports to developer manually by pressing "
     128"the button. All sensitive data in the report are deleted. By default, the "
     129"error rate should not be less than ERROR."
     130msgstr ""
     131
     132#: includes/class-wc-webmoney-method.php:505
    50133msgid "Interface"
    51134msgstr ""
    52135
    53 #: class-wc-webmoney.php:512
     136#: includes/class-wc-webmoney-method.php:507
     137msgid "Customize the appearance. Can leave it at that."
     138msgstr ""
     139
     140#: includes/class-wc-webmoney-method.php:512
    54141msgid "Show gateway icon?"
    55142msgstr ""
    56143
    57 #: class-wc-webmoney.php:514
     144#: includes/class-wc-webmoney-method.php:514
    58145msgid "Show"
    59146msgstr ""
    60147
    61 #: class-wc-webmoney.php:519
     148#: includes/class-wc-webmoney-method.php:520
    62149msgid "Language interface"
    63150msgstr ""
    64151
    65 #: class-wc-webmoney.php:523
     152#: includes/class-wc-webmoney-method.php:524
    66153msgid "Russian"
    67154msgstr ""
    68155
    69 #: class-wc-webmoney.php:524
     156#: includes/class-wc-webmoney-method.php:525
    70157msgid "English"
    71158msgstr ""
    72159
    73 #: class-wc-webmoney.php:526
     160#: includes/class-wc-webmoney-method.php:527
    74161msgid ""
    75162"What language interface displayed for the customer on Webmoney Transfer?"
    76163msgstr ""
    77164
    78 #: class-wc-webmoney.php:531
     165#: includes/class-wc-webmoney-method.php:533
    79166msgid "Language based on the locale?"
    80167msgstr ""
    81168
    82 #: class-wc-webmoney.php:535
     169#: includes/class-wc-webmoney-method.php:537
    83170msgid "Yes"
    84171msgstr ""
    85172
    86 #: class-wc-webmoney.php:536
     173#: includes/class-wc-webmoney-method.php:538
    87174msgid "No"
    88175msgstr ""
    89176
    90 #: class-wc-webmoney.php:538
    91 msgid "Trying to get the language based on the locale?"
    92 msgstr ""
    93 
    94 #: class-wc-webmoney.php:543
     177#: includes/class-wc-webmoney-method.php:540
     178msgid "Trying to get the language based on the user locale?"
     179msgstr ""
     180
     181#: includes/class-wc-webmoney-method.php:546
    95182msgid "Title"
    96183msgstr ""
    97184
    98 #: class-wc-webmoney.php:545
     185#: includes/class-wc-webmoney-method.php:548
    99186msgid "This is the name that the user sees during the payment."
    100187msgstr ""
    101188
    102 #: class-wc-webmoney.php:550
     189#: includes/class-wc-webmoney-method.php:549
     190msgid "webmoney"
     191msgstr ""
     192
     193#: includes/class-wc-webmoney-method.php:554
    103194msgid "Order button text"
    104195msgstr ""
    105196
    106 #: class-wc-webmoney.php:552
     197#: includes/class-wc-webmoney-method.php:556
    107198msgid "This is the button text that the user sees during the payment."
    108199msgstr ""
    109200
    110 #: class-wc-webmoney.php:553 class-wc-webmoney.php:842
    111 msgid "Pay"
    112 msgstr ""
    113 
    114 #: class-wc-webmoney.php:557
     201#: includes/class-wc-webmoney-method.php:557
     202msgid "Goto pay"
     203msgstr ""
     204
     205#: includes/class-wc-webmoney-method.php:562
    115206msgid "Description"
    116207msgstr ""
    117208
    118 #: class-wc-webmoney.php:559
     209#: includes/class-wc-webmoney-method.php:564
    119210msgid ""
    120211"Description of the method of payment that the customer will see on our "
     
    122213msgstr ""
    123214
    124 #: class-wc-webmoney.php:560
    125 msgid "Payment by Webmoney."
    126 msgstr ""
    127 
    128 #: class-wc-webmoney.php:563
    129 msgid "Purses"
    130 msgstr ""
    131 
    132 #: class-wc-webmoney.php:569
     215#: includes/class-wc-webmoney-method.php:565
     216msgid "Payment via Webmoney."
     217msgstr ""
     218
     219#: includes/class-wc-webmoney-method.php:582
     220msgid "Purse type: WMR"
     221msgstr ""
     222
     223#: includes/class-wc-webmoney-method.php:584
     224#: includes/class-wc-webmoney-method.php:619
     225msgid "This type of wallet receives money from orders in currency: RUB"
     226msgstr ""
     227
     228#: includes/class-wc-webmoney-method.php:589
     229msgid "Purse WMR"
     230msgstr ""
     231
     232#: includes/class-wc-webmoney-method.php:591
     233#: includes/class-wc-webmoney-method.php:626
     234msgid ""
     235"Russian rubles webmoney purse to which the buyer has to make a payment for "
     236"billing in rubles."
     237msgstr ""
     238
     239#: includes/class-wc-webmoney-method.php:592
     240msgid "R"
     241msgstr ""
     242
     243#: includes/class-wc-webmoney-method.php:597
     244msgid "Secret key for WMR"
     245msgstr ""
     246
     247#: includes/class-wc-webmoney-method.php:599
     248msgid "Please write Secret key for WMR purse."
     249msgstr ""
     250
     251#: includes/class-wc-webmoney-method.php:617
     252msgid "Purse type: WMP"
     253msgstr ""
     254
     255#: includes/class-wc-webmoney-method.php:624
     256msgid "Purse WMP"
     257msgstr ""
     258
     259#: includes/class-wc-webmoney-method.php:627
     260msgid "P"
     261msgstr ""
     262
     263#: includes/class-wc-webmoney-method.php:632
     264msgid "Secret key for WMP"
     265msgstr ""
     266
     267#: includes/class-wc-webmoney-method.php:634
     268msgid "Please write Secret key for WMP purse."
     269msgstr ""
     270
     271#: includes/class-wc-webmoney-method.php:652
     272msgid "Purse type: WME"
     273msgstr ""
     274
     275#: includes/class-wc-webmoney-method.php:654
     276msgid "This type of wallet receives money from orders in currency: EUR"
     277msgstr ""
     278
     279#: includes/class-wc-webmoney-method.php:659
     280msgid "Purse WME"
     281msgstr ""
     282
     283#: includes/class-wc-webmoney-method.php:661
     284msgid ""
     285"Euros webmoney purse to which the buyer has to make a payment for billing in "
     286"euros."
     287msgstr ""
     288
     289#: includes/class-wc-webmoney-method.php:662
     290msgid "E"
     291msgstr ""
     292
     293#: includes/class-wc-webmoney-method.php:667
     294msgid "Secret key for WME"
     295msgstr ""
     296
     297#: includes/class-wc-webmoney-method.php:669
     298msgid "Please write Secret key for WME purse."
     299msgstr ""
     300
     301#: includes/class-wc-webmoney-method.php:687
     302msgid "Purse type: WMZ"
     303msgstr ""
     304
     305#: includes/class-wc-webmoney-method.php:689
     306msgid "This type of wallet receives money from orders in currency: USD"
     307msgstr ""
     308
     309#: includes/class-wc-webmoney-method.php:694
    133310msgid "Purse WMZ"
    134311msgstr ""
    135312
    136 #: class-wc-webmoney.php:571
     313#: includes/class-wc-webmoney-method.php:696
    137314msgid ""
    138315"Dollars webmoney purse to which the buyer has to make a payment for billing "
     
    140317msgstr ""
    141318
    142 #: class-wc-webmoney.php:572
     319#: includes/class-wc-webmoney-method.php:697
    143320msgid "Z"
    144321msgstr ""
    145322
    146 #: class-wc-webmoney.php:576
     323#: includes/class-wc-webmoney-method.php:702
    147324msgid "Secret key for WMZ"
    148325msgstr ""
    149326
    150 #: class-wc-webmoney.php:578
     327#: includes/class-wc-webmoney-method.php:704
    151328msgid "Please write Secret key for WMZ purse."
    152329msgstr ""
    153330
    154 #: class-wc-webmoney.php:583
    155 msgid "Purse WME"
    156 msgstr ""
    157 
    158 #: class-wc-webmoney.php:585
    159 msgid ""
    160 "Euros webmoney purse to which the buyer has to make a payment for billing in "
    161 "euros."
    162 msgstr ""
    163 
    164 #: class-wc-webmoney.php:586
    165 msgid "E"
    166 msgstr ""
    167 
    168 #: class-wc-webmoney.php:590
    169 msgid "Secret key for WME"
    170 msgstr ""
    171 
    172 #: class-wc-webmoney.php:592
    173 msgid "Please write Secret key for WME purse."
    174 msgstr ""
    175 
    176 #: class-wc-webmoney.php:597
    177 msgid "Purse WMR"
    178 msgstr ""
    179 
    180 #: class-wc-webmoney.php:599
    181 msgid ""
    182 "Russian rubles webmoney purse to which the buyer has to make a payment for "
    183 "billing in rubles."
    184 msgstr ""
    185 
    186 #: class-wc-webmoney.php:600
    187 msgid "R"
    188 msgstr ""
    189 
    190 #: class-wc-webmoney.php:604
    191 msgid "Secret key for WMR"
    192 msgstr ""
    193 
    194 #: class-wc-webmoney.php:606
    195 msgid "Please write Secret key for WMR purse."
    196 msgstr ""
    197 
    198 #: class-wc-webmoney.php:611
     331#: includes/class-wc-webmoney-method.php:722
     332msgid "Purse type: WMU"
     333msgstr ""
     334
     335#: includes/class-wc-webmoney-method.php:724
     336msgid "This type of wallet receives money from orders in currency: UAH"
     337msgstr ""
     338
     339#: includes/class-wc-webmoney-method.php:729
    199340msgid "Purse WMU"
    200341msgstr ""
    201342
    202 #: class-wc-webmoney.php:613
     343#: includes/class-wc-webmoney-method.php:731
    203344msgid ""
    204345"UAH webmoney purse to which the buyer has to make a payment for billing in "
     
    206347msgstr ""
    207348
    208 #: class-wc-webmoney.php:614
     349#: includes/class-wc-webmoney-method.php:732
    209350msgid "U"
    210351msgstr ""
    211352
    212 #: class-wc-webmoney.php:618
     353#: includes/class-wc-webmoney-method.php:737
    213354msgid "Secret key for WMU"
    214355msgstr ""
    215356
    216 #: class-wc-webmoney.php:620
     357#: includes/class-wc-webmoney-method.php:739
    217358msgid "Please write Secret key for WMU purse."
    218359msgstr ""
    219360
    220 #: class-wc-webmoney.php:624
    221 msgid "Technical details"
    222 msgstr ""
    223 
    224 #: class-wc-webmoney.php:630
    225 msgid "Signature method"
    226 msgstr ""
    227 
    228 #: class-wc-webmoney.php:640
    229 msgid "Test mode"
    230 msgstr ""
    231 
    232 #: class-wc-webmoney.php:642
    233 msgid "The field is used only in the test mode."
    234 msgstr ""
    235 
    236 #: class-wc-webmoney.php:646 class-wc-webmoney.php:661
    237 msgid "Off"
    238 msgstr ""
    239 
    240 #: class-wc-webmoney.php:647
    241 msgid "All test payments will be successful"
    242 msgstr ""
    243 
    244 #: class-wc-webmoney.php:648
    245 msgid "All test payments will fail"
    246 msgstr ""
    247 
    248 #: class-wc-webmoney.php:649
    249 #, php-format
    250 msgid ""
    251 "80%% of test payments will be successful, 20%% of test payments will fail"
    252 msgstr ""
    253 
    254 #: class-wc-webmoney.php:654
    255 msgid "Enable logging?"
    256 msgstr ""
    257 
    258 #: class-wc-webmoney.php:656
    259 msgid ""
    260 "You can enable gateway logging, specify the level of error that you want to "
    261 "benefit from logging. You can send reports to developer manually by pressing "
    262 "the button. All sensitive data in the report are deleted.\n"
    263 "By default, the error rate should not be less than ERROR."
    264 msgstr ""
    265 
    266 #: class-wc-webmoney.php:767
     361#: includes/class-wc-webmoney-method.php:793
     362msgid "Return to payment gateways"
     363msgstr ""
     364
     365#: includes/class-wc-webmoney-method.php:854
     366msgid ""
     367"TEST mode is active. Payment will not be charged. After checking, disable "
     368"this mode."
     369msgstr ""
     370
     371#: includes/class-wc-webmoney-method.php:896
     372msgid "The client started to pay."
     373msgstr ""
     374
     375#: includes/class-wc-webmoney-method.php:969
    267376msgid "Order number: "
    268377msgstr ""
    269378
    270 #: class-wc-webmoney.php:843
     379#: includes/class-wc-webmoney-method.php:1025
     380msgid "Pay"
     381msgstr ""
     382
     383#: includes/class-wc-webmoney-method.php:1026
    271384msgid "Cancel & return to cart"
    272385msgstr ""
    273386
    274 #: class-wc-webmoney.php:860
    275 msgid "The client started to pay."
    276 msgstr ""
    277 
    278 #: class-wc-webmoney.php:884
    279 msgid "Thank you for your order, please press the button below to pay."
    280 msgstr ""
    281 
    282 #: class-wc-webmoney.php:1068
     387#: includes/class-wc-webmoney-method.php:1074
     388msgid "Action error."
     389msgstr ""
     390
     391#: includes/class-wc-webmoney-method.php:1239
    283392msgid "Order not found."
    284393msgstr ""
    285394
    286 #: class-wc-webmoney.php:1089
     395#: includes/class-wc-webmoney-method.php:1255
    287396#, php-format
    288397msgid "Webmoney PRE request success. WMID: %1$s and purse: %2$s and IP: %3$s"
    289398msgstr ""
    290399
    291 #: class-wc-webmoney.php:1115
     400#: includes/class-wc-webmoney-method.php:1276
    292401#, php-format
    293402msgid "Validate hash error. Local: %1$s Remote: %2$s"
    294403msgstr ""
    295404
    296 #: class-wc-webmoney.php:1133
     405#: includes/class-wc-webmoney-method.php:1289
    297406#, php-format
    298407msgid "Validate secret key error. Local: %1$s Remote: %2$s"
    299408msgstr ""
    300409
    301 #: class-wc-webmoney.php:1168
     410#: includes/class-wc-webmoney-method.php:1314
    302411#, php-format
    303412msgid ""
     
    305414msgstr ""
    306415
    307 #: class-wc-webmoney.php:1183
     416#: includes/class-wc-webmoney-method.php:1324
    308417#, php-format
    309418msgid "Order successfully paid. WMID: %1$s and purse: %2$s and IP: %3$s"
    310419msgstr ""
    311420
    312 #: class-wc-webmoney.php:1212 class-wc-webmoney.php:1224
     421#: includes/class-wc-webmoney-method.php:1338
     422#: includes/class-wc-webmoney-method.php:1345
    313423msgid "Payment error, please pay other time."
    314424msgstr ""
    315425
    316 #: class-wc-webmoney.php:1260
     426#: includes/class-wc-webmoney-method.php:1355
     427msgid "Client return to success page."
     428msgstr ""
     429
     430#: includes/class-wc-webmoney-method.php:1376
    317431#, php-format
    318432msgid "The order has not been paid. WMID: %1$s and purse: %2$s and IP: %3$s"
    319433msgstr ""
    320434
    321 #: class-wc-webmoney.php:1283
    322 msgid "IPN Request Failure."
    323 msgstr ""
    324 
    325 #: class-wc-webmoney.php:1329 class-wc-webmoney.php:1346
     435#: includes/class-wc-webmoney-method.php:1393
     436msgid "Api request error. Action not found."
     437msgstr ""
     438
     439#: includes/class-wc-webmoney.php:365
     440msgid "Buy Premium add-on"
     441msgstr ""
     442
     443#: includes/class-wc-webmoney.php:380
     444msgid "Settings"
     445msgstr ""
     446
     447#: includes/class-wc-webmoney.php:410
     448msgid ""
     449"The plugin for accepting payments through Webmoney for WooCommerce has been "
     450"updated to a version that requires additional configuration."
     451msgstr ""
     452
     453#: includes/class-wc-webmoney.php:412
    326454msgid "here"
    327455msgstr ""
    328456
    329 #: class-wc-webmoney.php:1334
    330 #, php-format
    331 msgid ""
    332 "Webmoney test mode is enabled. Click %s -  to disable it when you want to "
    333 "start accepting live payment on your site."
    334 msgstr ""
    335 
    336 #: class-wc-webmoney.php:1347
    337 #, php-format
    338 msgid "Webmoney debug tool is enabled. Click %s -  to disable."
     457#: includes/class-wc-webmoney.php:413
     458#, php-format
     459msgid "Press %s (to go to payment gateway settings)."
     460msgstr ""
     461
     462#: includes/class-wc-webmoney.php:518
     463msgid "Useful information"
     464msgstr ""
     465
     466#: includes/class-wc-webmoney.php:521 includes/class-wc-webmoney.php:543
     467msgid "Official plugin page"
     468msgstr ""
     469
     470#: includes/class-wc-webmoney.php:522
     471msgid "Related news: webmoney"
     472msgstr ""
     473
     474#: includes/class-wc-webmoney.php:523
     475msgid "Plugins for WooCommerce"
     476msgstr ""
     477
     478#: includes/class-wc-webmoney.php:524
     479msgid "Feedback to author"
     480msgstr ""
     481
     482#: includes/class-wc-webmoney.php:536
     483msgid "Paid supplement"
     484msgstr ""
     485
     486#: includes/class-wc-webmoney.php:541
     487msgid "Even more opportunities to accept payments. Increase conversion."
    339488msgstr ""
    340489
    341490#. Plugin Name of the plugin/theme
    342 msgid "WooCommerce - Webmoney Payment Gateway"
     491msgid "Webmoney - payment gateway for WooCommerce"
    343492msgstr ""
    344493
    345494#. Plugin URI of the plugin/theme
    346 msgid "https://mofsy.ru/projects/woocommerce-webmoney-payment-gateway"
     495msgid "https://mofsy.ru/projects/wc-webmoney"
    347496msgstr ""
    348497
  • wc-webmoney/trunk/readme.txt

    r1847580 r2167781  
    1 === WooCommerce - Webmoney Payment Gateway===
     1=== Webmoney - payment gateway for WooCommerce ===
    22Contributors: Mofsy
    3 Tags: webmoney, payment gateway, woo commerce, woocommerce, ecommerce, gateway, woo webmoney, wmtransfer, merchant, woo
     3Tags: webmoney, payment gateway, woo commerce, woocommerce, ecommerce, gateway, woo webmoney, wmtransfer, merchant, woo, вебмани
    44Requires at least: 3.0
    5 Tested up to: 4.9
     5Tested up to: 5.2
    66Requires PHP: 5.4
    77Stable tag: trunk
    88WC requires at least: 3.0
    9 WC tested up to: 3.3
     9WC tested up to: 3.7
    1010License: GNU General Public License v3.0
    1111License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1313
    1414== Description ==
    15 Allows you to use Webmoney payment gateway with the WooCommerce plugin.
     15Allows you to use the Webmoney with WooCommerce as a payment gateway plugin.
     16Created for individuals, individual entrepreneurs and legal entities.
     17
    1618This is the best payment gateway plugin for Webmoney, because it is the most integrated with Webmoney Merchant capabilities and is available for most versions WooCommerce and Wordpress.
     19[More description](https://mofsy.ru/projects/wc-webmoney
    1720
    18 Support purses: **WMR**, **WMZ**, **WME**, **WMU**
     21Questions and answers:
     22Email - support@mofsy.ru
     23
     24= Support external plugins =
     251. WPML (http://wpml.org)
     262. WooCommerce Currency Switcher (https://currency-switcher.com))
     27
     28= Support currency =
     29**RUB**, **USD**, **EUR**, **UAH**
     30
     31= Support wallets =
     32**WMR**, **WMZ**, **WME**, **WMU**
     33
     34== Screenshots ==
     35
     361. One
     372. Two
     383. Three
    1939
    2040== Translations ==
     41
    2142* English - default, always included
    2243* Russian - always included
     
    2647
    2748== Installation ==
     49
    28501. Archive extract and upload folder "wc-webmoney" to /wp-content/plugins
    29512. Activation plugin
    30523. Setting
    3153
    32 For https://merchant.wmtransfer.com/conf/purses.asp settings:
    33 <ul style="list-style:none;">
    34 <li>Result URL: http://your_domain/?wc-api=wc_webmoney&action=result</li>
    35 <li>Send parameters in the preliminary inquiry: Yes, security is good.</li>
    36 <li>Success URL: http://your_domain/?wc-api=wc_webmoney&action=success</li>
    37 <li>Fail URL: http://your_domain/?wc-api=wc_webmoney&action=fail</li>
    38 <li>Request method for all: POST</li>
    39 <li>Control sign forming method: sha256</li>
    40 </ul>
     54== Changelog ==
    4155
    42 == Changelog ==
     56= 2.0.0.1 =
     57* Plugin rename
     58* Global refactoring
     59* Fix localization files
     60* Add support last WordPress & WooCommerce
     61* Add licence.txt
     62* Add WMP wallet support
     63* Add new hooks
     64* Add WooCommerce Currency Switcher support
     65* More fix
    4366
    4467= 1.0.0.1 =
  • wc-webmoney/trunk/wc-webmoney.php

    r1847580 r2167781  
    11<?php
    22/*
    3     Plugin Name: WooCommerce - Webmoney Payment Gateway
    4     Plugin URI: https://mofsy.ru/projects/woocommerce-webmoney-payment-gateway
     3    Plugin Name: Webmoney - payment gateway for WooCommerce
     4    Plugin URI: https://mofsy.ru/projects/wc-webmoney
    55    Description: Allows you to use Webmoney payment gateway with the WooCommerce plugin.
    6     Version: 1.0.0.1
     6    Version: 2.0.0.1
     7    WC requires at least: 3.0
     8    WC tested up to: 3.7
    79    Author: Mofsy
    810    Author URI: https://mofsy.ru
    911    Text Domain: wc-webmoney
    1012    Domain Path: /languages
    11     Copyright: © 2015-2018 Mofsy
     13    Copyright: © 2015-2019 Mofsy
    1214    License: GNU General Public License v3.0
    1315    License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    2123 * Run
    2224 *
    23  * @action woocommerce_webmoney_init
     25 * @action wc_webmoney_init
    2426 */
    25 add_action('plugins_loaded', 'woocommerce_webmoney_init', 0);
     27add_action('plugins_loaded', 'wc_webmoney_init', 0);
    2628
    2729/**
    2830 * Init plugin gateway
     31 *
     32 * @action wc_webmoney_gateway_init_before
     33 * @action wc_webmoney_gateway_init_after
    2934 */
    30 function woocommerce_webmoney_init()
     35function wc_webmoney_init()
    3136{
    32     /**
     37    // hook
     38    do_action('wc_webmoney_gateway_init_before');
     39
     40    /**
    3341     * Main check
    3442     */
     
    4149     * Define plugin url
    4250     */
    43     define('WC_WEBMONEY_URL', plugin_dir_url(__FILE__));
     51    if (!defined( 'WC_WEBMONEY_URL' ))
     52    {
     53        define('WC_WEBMONEY_URL', plugin_dir_url(__FILE__));
     54    }
     55
     56    /**
     57     * Plugin Dir
     58     */
     59    if (!defined( 'WC_WEBMONEY_PLUGIN_DIR' ))
     60    {
     61        define( 'WC_WEBMONEY_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
     62    }
     63
     64    /**
     65     * Plugin Name
     66     */
     67    if (!defined( 'WC_WEBMONEY_PLUGIN_NAME' ))
     68    {
     69        define( 'WC_WEBMONEY_PLUGIN_NAME', plugin_basename( __FILE__ ) );
     70    }
    4471
    4572    /**
     
    5178     * Gateway main class
    5279     */
    53     include_once __DIR__ . '/class-wc-webmoney.php';
     80    include_once __DIR__ . '/includes/class-wc-webmoney.php';
    5481
    5582    /**
    56      * Load language
    57      *
    58      * todo: optimize load
    59      */
    60     load_plugin_textdomain( 'wc-webmoney',  false, __DIR__ . '/languages' );
     83     * Run
     84     */
     85    WC_Webmoney::instance();
    6186
    62     /**
    63      * Check status in Order
    64      */
    65     if( class_exists('WooCommerce_Payment_Status') )
    66     {
    67         add_filter( 'woocommerce_valid_order_statuses_for_payment', array( 'WC_Webmoney', 'valid_order_statuses_for_payment' ), 52, 2 );
    68     }
    69 
    70     /**
    71      * Add the gateway to WooCommerce
    72      *
    73      * @param $methods
    74      *
    75      * @return array
    76      */
    77     function wc_webmoney_gateway_add($methods)
    78     {
    79         $methods[] = 'WC_Webmoney';
    80 
    81         return $methods;
    82     }
    83 
    84     /**
    85      * Add payment method
    86      *
    87      * @filter wc_webmoney_gateway_add
    88      */
    89     add_filter('woocommerce_payment_gateways', 'wc_webmoney_gateway_add');
     87    // hook
     88    do_action('wc_webmoney_gateway_init_after');
    9089}
Note: See TracChangeset for help on using the changeset viewer.