mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Use symfony translator
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{ 'thesaurus:: options d\'export : ' | trans }}</th>
|
||||
<th>{{ 'thesaurus:: options d\'export :' | trans }}</th>
|
||||
<th>{{ 'thesaurus:: example' | trans }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -90,7 +90,7 @@
|
||||
</div>
|
||||
<div style="white-space:nowrap">
|
||||
<input type='checkbox' name='iln' value='1' onclick="chgFormat();">
|
||||
{{ 'thesaurus:: export : numeroter les lignes ' | trans }}
|
||||
{{ 'thesaurus:: export : numeroter les lignes' | trans }}
|
||||
</div>
|
||||
<div style="white-space:nowrap">
|
||||
<input type='checkbox' name='ilg' value='1' onclick="chgFormat();">
|
||||
|
Reference in New Issue
Block a user