mirror of
https://github.com/openvk/openvk
synced 2024-12-22 08:31:18 +03:00
added locale
This commit is contained in:
parent
a870e60571
commit
7977a84b49
3 changed files with 3 additions and 1 deletions
|
@ -245,7 +245,7 @@
|
|||
<hr size="1">
|
||||
<text>{php echo OPENVK_ROOT_CONF['openvk']['preferences']['news']['title'];}</text>
|
||||
<br><br>
|
||||
<a href="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['news']['link'];}">Подробнее »</a>
|
||||
<a href="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['news']['link'];}">{_news_more} »</a>
|
||||
</div>
|
||||
|
||||
<div n:if="OPENVK_ROOT_CONF['openvk']['preferences']['commerce'] && $thisUser->getCoins() != 0" id="votesBalance">
|
||||
|
|
|
@ -1063,6 +1063,7 @@
|
|||
"points_count" = "votes";
|
||||
"on_your_account" = "on your account";
|
||||
"top_up_your_account" = "Get more";
|
||||
"news_more" = "More";
|
||||
"you_still_have_x_points" = "You have <b>$1</b> unused votes.";
|
||||
|
||||
"vouchers" = "Vouchers";
|
||||
|
|
|
@ -1015,6 +1015,7 @@
|
|||
"on_your_account" = "на вашем счету";
|
||||
"top_up_your_account" = "Пополнить баланс";
|
||||
"you_still_have_x_points" = "У Вас <b>$1</b> неиспользованных голосов.";
|
||||
"news_more" = "Подробнее";
|
||||
"vouchers" = "Ваучеры";
|
||||
"have_voucher" = "Есть ваучер";
|
||||
"voucher_token" = "Код ваучера";
|
||||
|
|
Loading…
Reference in a new issue