diff --git a/Resources/translations/messages.fr.yml b/Resources/translations/messages.fr.yml index 4c2eabe0e..addfe1fbf 100644 --- a/Resources/translations/messages.fr.yml +++ b/Resources/translations/messages.fr.yml @@ -12,7 +12,10 @@ username: nom d'utilisateur Password: Mot de passe Welcome to %installation_name%: Bienvenue à %installation_name% Login to %installation_name%: Connexion à %installation_name% -Enabled: activé +Enabled: Activé +enabled: activé +disabled: désactivé +Disabled: Désacdtivé Id: identifiant Homepage: Accueil Welcome: Bienvenue diff --git a/Resources/views/Export/new.html.twig b/Resources/views/Export/new.html.twig index dd4ed4b11..73b2ba3cb 100644 --- a/Resources/views/Export/new.html.twig +++ b/Resources/views/Export/new.html.twig @@ -29,7 +29,7 @@ {{ form_start(form) }} {% if form.children.export.children.filters is not empty%} -
+

{{ 'Filters'| trans }}

{% for filter_form in form.children.export.children.filters %} {{ form_label(filter_form) }} @@ -43,7 +43,7 @@ {% endif %} {% if form.children.export.children.aggregators is not empty %} -
+

{{ 'Aggregators'| trans }}

{% for aggregator_form in form.children.export.children.aggregators %} {{ form_label(aggregator_form) }} @@ -58,7 +58,7 @@ {% if form.children.export.children.export.children|length > 0 %} -
+

{{ 'Export parameters'|trans }}

{{ form_widget(form.children.export.children.export) }}
@@ -67,7 +67,7 @@ {{ form_widget(form.children.export.children.export) }} {% endif %} -
+

{{ 'Formatter'| trans }}

{{ 'Choose the formatter'|trans }}