diff --git a/Web/Presenters/templates/components/post/microblogpost.xml b/Web/Presenters/templates/components/post/microblogpost.xml index 9a06dd0c..08f20e05 100644 --- a/Web/Presenters/templates/components/post/microblogpost.xml +++ b/Web/Presenters/templates/components/post/microblogpost.xml @@ -100,7 +100,7 @@
{if $commentsCount > 3} - Посмотреть остальные комментарии + {_view_other_comments} {/if} {foreach $comments as $comment} {include "../comment.xml", comment => $comment, $compact => true} diff --git a/locales/en.strings b/locales/en.strings index 1e21c9ba..9a311c39 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -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"; diff --git a/locales/ru.strings b/locales/ru.strings index 000fa0f7..4653afb4 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -124,6 +124,7 @@ "wall_few" = "$1 записи"; "wall_many" = "$1 записей"; "wall_other" = "$1 записей"; +"view_other_comments" = "Посмотреть остальные комментарии"; "all_news" = "Все новости"; "posts_per_page" = "Количество записей на странице";