diff --git a/Resources/translations/messages.en.yml b/Resources/translations/messages.en.yml index 929078db2..185da3178 100644 --- a/Resources/translations/messages.en.yml +++ b/Resources/translations/messages.en.yml @@ -1,2 +1,3 @@ Search a person: Search a person -Person name: Person name \ No newline at end of file +Person name: Person name +Login: Login \ No newline at end of file diff --git a/Resources/translations/messages.fr---.xlf b/Resources/translations/messages.fr---.xlf deleted file mode 100644 index fd59e6c16..000000000 --- a/Resources/translations/messages.fr---.xlf +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - Symfony2 is great - J'aime Symfony2 - - - - diff --git a/Resources/translations/messages.fr.yml b/Resources/translations/messages.fr.yml index fe5f841fa..327413e3f 100644 --- a/Resources/translations/messages.fr.yml +++ b/Resources/translations/messages.fr.yml @@ -1,14 +1,3 @@ -views: - Main: - admin: - index: - header_title: Administration de Chill - page_title: Administration - -views: - Common: - edit: Modifier - show: Voir - actions: Actions Search a person: Rechercher une personne -Person name: Nom / Prénom de la personne \ No newline at end of file +Person name: Nom / Prénom de la personne +Login: Connexion \ No newline at end of file diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index a11253461..e5f807f87 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -1,7 +1,6 @@ - - + {{ installation.name }} - {% block title %}{% endblock %} {% stylesheets output="css/all.css" filter="cssrewrite" @@ -100,7 +99,7 @@

{{ 'Search a person'|trans }}

- +