aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/partial/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/partial/footer.html')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/partial/footer.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/footer.html b/juick-www/src/main/webapp/WEB-INF/views/partial/footer.html
index 19f22cbd..71d675de 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/partial/footer.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/partial/footer.html
@@ -1,9 +1,9 @@
<div id="footer">
<div id="footer-right">
- <a href="/settings" rel="nofollow">Настройки</a> &#183;
- <a href="/help/ru/contacts" rel="nofollow">Контакты</a> &#183;
- <a href="/help/" rel="nofollow">Справка</a> &#183;
- <a href="/help/ru/adv" rel="nofollow">Реклама</a>
+ <a href="/settings" rel="nofollow">{{ i18n("messages","link.settings") }}</a> &#183;
+ <a href="/help/ru/contacts" rel="nofollow">{{ i18n("messages","link.contacts") }}</a> &#183;
+ <a href="/help/" rel="nofollow">{{ i18n("messages","link.help") }}</a> &#183;
+ <a href="/help/ru/adv" rel="nofollow">{{ i18n("messages","link.adv") }}</a>
</div>
<div id="footer-social">
<a href="https://twitter.com/Juick" rel="nofollow" class="ico32-twi">Twitter</a>
@@ -12,7 +12,7 @@
</div>
<div id="footer-left">juick.com &copy; 2008-2017
{% if links %}
- <br/>Спонсоры: {{ links }}
+ <br/>{{ i18n("messages","label.sponsors") }}: {{ links }}
{% endif %}
</div>
</div>