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