L10n: New string "View other comments"

This commit is contained in:
veselcraft 2021-11-28 14:56:39 +03:00
parent 14b3e13d95
commit e7c3d46e83
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E
3 changed files with 3 additions and 1 deletions

View file

@ -100,7 +100,7 @@
</div>
<div n:if="$commentSection == true && $compact == false" class="post-menu-s">
{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}
{foreach $comments as $comment}
{include "../comment.xml", comment => $comment, $compact => true}

View file

@ -121,6 +121,7 @@
"wall_other" = "$1 posts";
"feed" = "News";
"publish_post" = "Add post";
"view_other_comments" = "View other comments";
"all_news" = "All news";
"posts_per_page" = "Number of posts per page";

View file

@ -124,6 +124,7 @@
"wall_few" = "$1 записи";
"wall_many" = "$1 записей";
"wall_other" = "$1 записей";
"view_other_comments" = "Посмотреть остальные комментарии";
"all_news" = "Все новости";
"posts_per_page" = "Количество записей на странице";