Show More
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
@@ -509,3 +509,15 b' msgstr "\xd0\xa0\xd0\xb0\xd0\xb7\xd0\xbc\xd0\xb5\xd1\x80 \xd0\xbc\xd0\xb5\xd0\xb4\xd0\xb8\xd0\xb0:"' | |||||
509 |
|
509 | |||
510 | msgid "Statistics" |
|
510 | msgid "Statistics" | |
511 | msgstr "Статистика" |
|
511 | msgstr "Статистика" | |
|
512 | ||||
|
513 | msgid "Show" | |||
|
514 | msgstr "Показывать" | |||
|
515 | ||||
|
516 | msgid "Hide" | |||
|
517 | msgstr "Скрывать" | |||
|
518 | ||||
|
519 | msgid "Add to favorites" | |||
|
520 | msgstr "Добавить в избранное" | |||
|
521 | ||||
|
522 | msgid "Remove from favorites" | |||
|
523 | msgstr "Убрать из избранного" No newline at end of file |
@@ -59,16 +59,16 b'' | |||||
59 | <p> |
|
59 | <p> | |
60 | <form action="{% url 'tag' tag.name %}" method="post" class="post-button-form"> |
|
60 | <form action="{% url 'tag' tag.name %}" method="post" class="post-button-form"> | |
61 | {% if is_favorite %} |
|
61 | {% if is_favorite %} | |
62 | <button name="method" value="unsubscribe" class="fav">★</button> |
|
62 | <button name="method" value="unsubscribe" class="fav">★ {% trans "Remove from favorites" %}</button> | |
63 | {% else %} |
|
63 | {% else %} | |
64 | <button name="method" value="subscribe" class="not_fav">★</button> |
|
64 | <button name="method" value="subscribe" class="not_fav">★ {% trans "Add to favorites" %}</button> | |
65 | {% endif %} |
|
65 | {% endif %} | |
66 | </form> |
|
66 | </form> | |
67 | <form action="{% url 'tag' tag.name %}" method="post" class="post-button-form"> |
|
67 | <form action="{% url 'tag' tag.name %}" method="post" class="post-button-form"> | |
68 | {% if is_hidden %} |
|
68 | {% if is_hidden %} | |
69 |
<button name="method" value="unhide" class="fav"> |
|
69 | <button name="method" value="unhide" class="fav">{% trans "Show" %}</button> | |
70 | {% else %} |
|
70 | {% else %} | |
71 | <button name="method" value="hide" class="not_fav">H</button> |
|
71 | <button name="method" value="hide" class="not_fav">{% trans "Hide" %}</button> | |
72 | {% endif %} |
|
72 | {% endif %} | |
73 | </form> |
|
73 | </form> | |
74 | <a href="{% url 'tag_gallery' tag.name %}">{% trans 'Gallery' %}</a> |
|
74 | <a href="{% url 'tag_gallery' tag.name %}">{% trans 'Gallery' %}</a> |
General Comments 0
You need to be logged in to leave comments.
Login now