templates/post_thread.html localization
This commit is contained in:
parent
eb121c5d3a
commit
438f749463
@ -10,10 +10,10 @@
|
|||||||
{% elseif post.file == 'deleted' %}
|
{% elseif post.file == 'deleted' %}
|
||||||
<img src="{{ config.image_deleted }}" alt="" />
|
<img src="{{ config.image_deleted }}" alt="" />
|
||||||
{% elseif post.file and post.file %}
|
{% elseif post.file and post.file %}
|
||||||
<p class="fileinfo">File: <a href="{{ config.uri_img }}{{ post.file }}">{{ post.file }}</a> <span class="unimportant">
|
<p class="fileinfo">{% trans %}File:{% endtrans %} <a href="{{ config.uri_img }}{{ post.file }}">{{ post.file }}</a> <span class="unimportant">
|
||||||
(
|
(
|
||||||
{% if post.thumb == 'spoiler' %}
|
{% if post.thumb == 'spoiler' %}
|
||||||
Spoiler Image,
|
{% trans %}Spoiler Image{% endtrans %},
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ post.filesize|filesize }}
|
{{ post.filesize|filesize }}
|
||||||
{% if post.filex and post.filey %}
|
{% if post.filex and post.filey %}
|
||||||
@ -110,22 +110,22 @@
|
|||||||
{% if post.omitted or post.omitted_images %}
|
{% if post.omitted or post.omitted_images %}
|
||||||
<span class="omitted">
|
<span class="omitted">
|
||||||
{% if post.omitted %}
|
{% if post.omitted %}
|
||||||
{{ post.omitted }} post
|
{% trans %}
|
||||||
{% if post.omitted != 1 %}
|
1 post
|
||||||
s
|
{% plural post.omitted %}
|
||||||
{% endif %}
|
{{ count }} posts
|
||||||
|
{% endtrans %}
|
||||||
{% if post.omitted_images %}
|
{% if post.omitted_images %}
|
||||||
and
|
{% trans %}and{% endtrans %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if post.omitted_images %}
|
{% if post.omitted_images %}
|
||||||
{{ post.omitted_images }} image repl
|
{% trans %}
|
||||||
{% if post.omitted_images == 1 %}
|
1 image reply
|
||||||
y
|
{% plural post.omitted_images %}
|
||||||
{% else %}
|
{{ count }} image replies
|
||||||
ies
|
{% endtrans %}
|
||||||
{% endif %}
|
{% endif %} {% trans %}omitted. Click reply to view.{% endtrans %}
|
||||||
{% endif %} omitted. Click reply to view.
|
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not index %}
|
{% if not index %}
|
||||||
|
Loading…
Reference in New Issue
Block a user