mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Update templates to fit the new translator
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user