mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
Add translation strings
This commit is contained in:
@@ -29,8 +29,9 @@
|
|||||||
<div class="right">{{ result.periode }}</div>
|
<div class="right">{{ result.periode }}</div>
|
||||||
<div style="clear:both;height:2px;"></div>
|
<div style="clear:both;height:2px;"></div>
|
||||||
<div class="right" style="font-weight:lighter;font-size:10px;">
|
<div class="right" style="font-weight:lighter;font-size:10px;">
|
||||||
{% if result.total|length > 0 and result.total != 0 %}
|
{% set total_count = result.total %}
|
||||||
<i>Nombre de résultat : {{ result.total }}</i>
|
{% if result.total > 0 and result.total != 0 %}
|
||||||
|
<i>{% trans %} Number of result {% plural total_count %} Number of results {% endtrans %} : {{ result.total }}</i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
|
Reference in New Issue
Block a user