mirror of
https://github.com/openvk/openvk
synced 2025-06-07 20:34:38 +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>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><span class="nobold">{_sent}: </span></td>
|
||||||
|
<td>
|
||||||
|
{$x->sent}
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr n:if="!empty($x->caption)">
|
<tr n:if="!empty($x->caption)">
|
||||||
<td><span class="nobold">{_comment}: </span></td>
|
<td><span class="nobold">{_comment}: </span></td>
|
||||||
<td>{$x->caption}</td>
|
<td>{$x->caption}</td>
|
||||||
|
|
|
@ -1200,6 +1200,7 @@
|
||||||
"coins_other" = "$1 votes";
|
"coins_other" = "$1 votes";
|
||||||
|
|
||||||
"users_gifts" = "Gifts";
|
"users_gifts" = "Gifts";
|
||||||
|
"sent" = "Sent";
|
||||||
|
|
||||||
/* Apps */
|
/* Apps */
|
||||||
"app" = "Application";
|
"app" = "Application";
|
||||||
|
|
|
@ -1142,6 +1142,7 @@
|
||||||
"coins_many" = "$1 голосов";
|
"coins_many" = "$1 голосов";
|
||||||
"coins_other" = "$1 голосов";
|
"coins_other" = "$1 голосов";
|
||||||
"users_gifts" = "Подарки";
|
"users_gifts" = "Подарки";
|
||||||
|
"sent" = "Отправлено";
|
||||||
|
|
||||||
/* Apps */
|
/* Apps */
|
||||||
"app" = "Приложение";
|
"app" = "Приложение";
|
||||||
|
|
Loading…
Reference in a new issue