added locale

This commit is contained in:
Slava Petrov 2024-12-20 16:57:30 +03:00
parent a870e60571
commit 7977a84b49
3 changed files with 3 additions and 1 deletions

View file

@ -245,7 +245,7 @@
<hr size="1"> <hr size="1">
<text>{php echo OPENVK_ROOT_CONF['openvk']['preferences']['news']['title'];}</text> <text>{php echo OPENVK_ROOT_CONF['openvk']['preferences']['news']['title'];}</text>
<br><br> <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>
<div n:if="OPENVK_ROOT_CONF['openvk']['preferences']['commerce'] && $thisUser->getCoins() != 0" id="votesBalance"> <div n:if="OPENVK_ROOT_CONF['openvk']['preferences']['commerce'] && $thisUser->getCoins() != 0" id="votesBalance">

View file

@ -1063,6 +1063,7 @@
"points_count" = "votes"; "points_count" = "votes";
"on_your_account" = "on your account"; "on_your_account" = "on your account";
"top_up_your_account" = "Get more"; "top_up_your_account" = "Get more";
"news_more" = "More";
"you_still_have_x_points" = "You have <b>$1</b> unused votes."; "you_still_have_x_points" = "You have <b>$1</b> unused votes.";
"vouchers" = "Vouchers"; "vouchers" = "Vouchers";

View file

@ -1015,6 +1015,7 @@
"on_your_account" = "на вашем счету"; "on_your_account" = "на вашем счету";
"top_up_your_account" = "Пополнить баланс"; "top_up_your_account" = "Пополнить баланс";
"you_still_have_x_points" = "У Вас <b>$1</b> неиспользованных голосов."; "you_still_have_x_points" = "У Вас <b>$1</b> неиспользованных голосов.";
"news_more" = "Подробнее";
"vouchers" = "Ваучеры"; "vouchers" = "Ваучеры";
"have_voucher" = "Есть ваучер"; "have_voucher" = "Есть ваучер";
"voucher_token" = "Код ваучера"; "voucher_token" = "Код ваучера";