From 74c3d8ab382f879fd0cae4158893ae40bc0e1009 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 25 Oct 2017 23:57:15 +0300 Subject: www: i18n 'share' --- juick-www/src/main/resources/messages.properties | 1 + juick-www/src/main/resources/messages_ru.properties | 1 + juick-www/src/main/webapp/WEB-INF/views/partial/message.html | 4 ++-- juick-www/src/main/webapp/WEB-INF/views/thread.html | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) (limited to 'juick-www') diff --git a/juick-www/src/main/resources/messages.properties b/juick-www/src/main/resources/messages.properties index d5421774..5911e3b4 100644 --- a/juick-www/src/main/resources/messages.properties +++ b/juick-www/src/main/resources/messages.properties @@ -39,6 +39,7 @@ message.recommend=Recommend message.recommendedBy=Recommended by message.comment=Comment message.writeComment=Write a comment... +message.share=Share message.subscribe=Subscribe message.subscribed=Subscribed message.delete=Delete diff --git a/juick-www/src/main/resources/messages_ru.properties b/juick-www/src/main/resources/messages_ru.properties index 3de7ff92..105b3505 100644 --- a/juick-www/src/main/resources/messages_ru.properties +++ b/juick-www/src/main/resources/messages_ru.properties @@ -39,6 +39,7 @@ message.recommend=Рекомендовать message.recommendedBy=Рекомендовали message.comment=Комментировать message.writeComment=Написать комментарий... +message.share=Поделиться message.subscribe=Подписаться message.subscribed=Подписан message.delete=Удалить diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/message.html b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html index 9ef70f3b..5950ac7d 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/partial/message.html +++ b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html @@ -47,7 +47,7 @@ {% if msg.Replies > 0 %} ({{ msg.Replies }}){% endif %} -  Share +  {{ i18n("messages","message.share") }} {% elseif visitor.uid == 0 and not msg.ReadOnly %} @@ -55,7 +55,7 @@ {% if msg.Replies > 0 %} ({{ msg.Replies }}){% endif %} -  Share +  {{ i18n("messages","message.share") }} {% endif %} {% if msg.FriendsOnly %} diff --git a/juick-www/src/main/webapp/WEB-INF/views/thread.html b/juick-www/src/main/webapp/WEB-INF/views/thread.html index 1202b620..747d7959 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/thread.html +++ b/juick-www/src/main/webapp/WEB-INF/views/thread.html @@ -48,7 +48,7 @@ {% if msg.Likes > 0 %} ({{ msg.Likes }}){% endif %} {% endif %} -  Share +  {{ i18n("messages","message.share") }} {% if visitor.uid > 0 %} {% if visitor.uid != msg.user.uid %} {% if visitorSubscribed %} -- cgit v1.2.3