Skip to content

Commit fd20378

Browse files
committed
updated en_GB abd ru_RU language files
1 parent d97bc71 commit fd20378

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

folder_ex/languages/en_GB.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"Ok": "Ok",
5252
"Order": "Order",
5353
"Other currencies": "Other currencies",
54+
"Payment methods:": "Payment methods:",
5455
"PayPal": "PayPal",
5556
"PHP version": "PHP version",
5657
"Please, fill in all the fields below, then click Submit button": "Please, fill in all the fields below, then click Submit button",

folder_ex/languages/ru_RU.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"Ok": "Ок",
5252
"Order": "Порядок",
5353
"Other currencies": "Другие валюты",
54+
"Payment methods:": "Способы оплаты:",
5455
"PayPal": "PayPal",
5556
"PHP version": "Версия PHP",
5657
"Please, fill in all the fields below, then click Submit button": "Пожалуйста, заполните все следующие ниже поля, после этого нажмите на кнопку Подписаться",

folder_ex/views/WidgetkitExPlugin.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ public function printDonationInfo($appWK){
904904
<div>
905905
<div class="uk-panel uk-panel-box uk-text-center uk-margin-bottom">
906906
<p class="uk-panel-title">{{ 'Euro' |trans}} <i class="uk-icon uk-icon-euro"></i></p>
907-
<p>Payment methods:</p>
907+
<p>{{ 'Payment methods:' |trans}}</p>
908908
<ul style="list-style-type: none;">
909909
<li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BJJF3E6DBRYHA" target="_blank"><i class="uk-icon uk-icon-credit-card"></i> {{ 'Bank card' |trans}}</a></li>
910910
<li><a href="https://www.paypal.me/valitov/0eur" target="_blank"><i class="uk-icon uk-icon-paypal"></i> {{ 'PayPal' |trans}}</a></li>
@@ -914,7 +914,7 @@ public function printDonationInfo($appWK){
914914
<div>
915915
<div class="uk-panel uk-panel-box uk-text-center uk-margin-bottom">
916916
<p class="uk-panel-title">{{ 'USD' |trans}} <i class="uk-icon uk-icon-usd"></i></p>
917-
<p>Payment methods:</p>
917+
<p>{{ 'Payment methods:' |trans}}</p>
918918
<ul style="list-style-type: none;">
919919
<li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=B8VMNU7SEAU8J" target="_blank"><i class="uk-icon uk-icon-credit-card"></i> {{ 'Bank card' |trans}}</a></li>
920920
<li><a href="https://www.paypal.me/valitov/0usd" target="_blank"><i class="uk-icon uk-icon-paypal"></i> {{ 'PayPal' |trans}}</a></li>
@@ -924,7 +924,7 @@ public function printDonationInfo($appWK){
924924
<div>
925925
<div class="uk-panel uk-panel-box uk-text-center uk-margin-bottom">
926926
<p class="uk-panel-title">{{ 'Russian ruble' |trans}} <i class="uk-icon uk-icon-rouble"></i></p>
927-
<p>Payment methods:</p>
927+
<p>{{ 'Payment methods:' |trans}}</p>
928928
<ul style="list-style-type: none;">
929929
<li><a href="https://money.yandex.ru/to/410011424143476" target="_blank"><i class="uk-icon uk-icon-credit-card"></i> {{ 'Bank card' |trans}}</a></li>
930930
<li><a href="https://www.paypal.me/valitov/0rub" target="_blank"><i class="uk-icon uk-icon-paypal"></i> {{ 'PayPal' |trans}}</a></li>
@@ -935,7 +935,7 @@ public function printDonationInfo($appWK){
935935
<div>
936936
<div class="uk-panel uk-panel-box uk-text-center uk-margin-bottom">
937937
<p class="uk-panel-title">{{ 'Other currencies' |trans}}</p>
938-
<p>Payment methods:</p>
938+
<p>{{ 'Payment methods:' |trans}}</p>
939939
<ul style="list-style-type: none;">
940940
<li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BJJF3E6DBRYHA" target="_blank"><i class="uk-icon uk-icon-credit-card"></i> {{ 'Bank card' |trans}}</a></li>
941941
<li><a href="https://www.paypal.me/valitov" target="_blank"><i class="uk-icon uk-icon-paypal"></i> {{ 'PayPal' |trans}}</a></li>

0 commit comments

Comments
 (0)