Update templates to fit the new translator

This commit is contained in:
Romain Neutron
2013-11-21 19:00:17 +01:00
parent e4c43b8622
commit 16c1930ca0
87 changed files with 361 additions and 317 deletions

View File

@@ -12,21 +12,21 @@
<form onsubmit="return(false);">
<div style="width:70%; height:200px; overflow:scroll;" class="x3Dbox">
{% for field in field2del %}
{% trans %}
thesaurus:: suppression du lien du champ {{ field }}
{% trans with {'%field%' : field} %}
thesaurus:: suppression du lien du champ %field%
{% endtrans %}
<br/>
{% endfor %}
{% for candidate in candidates2del %}
{% set field = candidate2del["field"] %}
{% trans %}
thesaurus:: suppression de la branche de mot candidats pour le champ {{ field }}
{% trans with {'%field%' : field} %}
thesaurus:: suppression de la branche de mot candidats pour le champ %field%
{% endtrans %}
<br/>
{% endfor %}
{% for field in branch2del %}
{% trans %}
thesaurus:: suppression de la branche de mot candidats pour le champ {{ field }}
{% trans with {'%field%' : field} %}
thesaurus:: suppression de la branche de mot candidats pour le champ %field%
{% endtrans %}
<br/>
{% endfor %}
@@ -37,8 +37,8 @@
{% endif %}
{% for field in field2del %}
{% trans %}
thesaurus:: suppression des indexes vers le thesaurus pour le champ {{ field }}
{% trans with {'%field%' : field} %}
thesaurus:: suppression des indexes vers le thesaurus pour le champ %field%
{% endtrans %}
<br/>
{% endfor %}