mirror of
https://github.com/openvk/openvk
synced 2025-06-07 21:00:33 +03:00
feat: "sent" at gifts page
This commit is contained in:
parent
40b19ec561
commit
b85e74a3d8
3 changed files with 8 additions and 0 deletions
|
@ -34,6 +34,12 @@
|
|||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="nobold">{_sent}: </span></td>
|
||||
<td>
|
||||
{$x->sent}
|
||||
</td>
|
||||
</tr>
|
||||
<tr n:if="!empty($x->caption)">
|
||||
<td><span class="nobold">{_comment}: </span></td>
|
||||
<td>{$x->caption}</td>
|
||||
|
|
|
@ -1200,6 +1200,7 @@
|
|||
"coins_other" = "$1 votes";
|
||||
|
||||
"users_gifts" = "Gifts";
|
||||
"sent" = "Sent";
|
||||
|
||||
/* Apps */
|
||||
"app" = "Application";
|
||||
|
|
|
@ -1142,6 +1142,7 @@
|
|||
"coins_many" = "$1 голосов";
|
||||
"coins_other" = "$1 голосов";
|
||||
"users_gifts" = "Подарки";
|
||||
"sent" = "Отправлено";
|
||||
|
||||
/* Apps */
|
||||
"app" = "Приложение";
|
||||
|
|
Loading…
Reference in a new issue