mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
L10n: New string "View other comments"
This commit is contained in:
parent
14b3e13d95
commit
e7c3d46e83
3 changed files with 3 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div n:if="$commentSection == true && $compact == false" class="post-menu-s">
|
<div n:if="$commentSection == true && $compact == false" class="post-menu-s">
|
||||||
{if $commentsCount > 3}
|
{if $commentsCount > 3}
|
||||||
<a href="/wall{$post->getPrettyId()}" class="expand_button">Посмотреть остальные комментарии</a>
|
<a href="/wall{$post->getPrettyId()}" class="expand_button">{_view_other_comments}</a>
|
||||||
{/if}
|
{/if}
|
||||||
{foreach $comments as $comment}
|
{foreach $comments as $comment}
|
||||||
{include "../comment.xml", comment => $comment, $compact => true}
|
{include "../comment.xml", comment => $comment, $compact => true}
|
||||||
|
|
|
@ -121,6 +121,7 @@
|
||||||
"wall_other" = "$1 posts";
|
"wall_other" = "$1 posts";
|
||||||
"feed" = "News";
|
"feed" = "News";
|
||||||
"publish_post" = "Add post";
|
"publish_post" = "Add post";
|
||||||
|
"view_other_comments" = "View other comments";
|
||||||
|
|
||||||
"all_news" = "All news";
|
"all_news" = "All news";
|
||||||
"posts_per_page" = "Number of posts per page";
|
"posts_per_page" = "Number of posts per page";
|
||||||
|
|
|
@ -124,6 +124,7 @@
|
||||||
"wall_few" = "$1 записи";
|
"wall_few" = "$1 записи";
|
||||||
"wall_many" = "$1 записей";
|
"wall_many" = "$1 записей";
|
||||||
"wall_other" = "$1 записей";
|
"wall_other" = "$1 записей";
|
||||||
|
"view_other_comments" = "Посмотреть остальные комментарии";
|
||||||
|
|
||||||
"all_news" = "Все новости";
|
"all_news" = "Все новости";
|
||||||
"posts_per_page" = "Количество записей на странице";
|
"posts_per_page" = "Количество записей на странице";
|
||||||
|
|
Loading…
Reference in a new issue