diff --git a/core/templates/core/index.jinja b/core/templates/core/index.jinja index 6724ae6b..b69b9519 100644 --- a/core/templates/core/index.jinja +++ b/core/templates/core/index.jinja @@ -4,5 +4,8 @@ {% trans %}Welcome!{% endtrans %} {% endblock %} {% block content %} -{% trans %}Hello, world. You're at the core index using Jinja2.{% endtrans %} +

{% trans %}Welcome to the new AE's website!{% endtrans %}

+

Ce site supporte pour l'instant toute la gestion de l'argent, c'est à dire les comptes AE, les comptoirs, + l'Eboutic, et la comptabilité

+

Pour le reste, merci de retourner voir sur l'ancien site

{% endblock %} diff --git a/locale/fr/LC_MESSAGES/django.mo b/locale/fr/LC_MESSAGES/django.mo index 4812cd5a..6232bf32 100644 Binary files a/locale/fr/LC_MESSAGES/django.mo and b/locale/fr/LC_MESSAGES/django.mo differ diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index e5ccc875..17b63648 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-08-29 03:08+0200\n" +"POT-Creation-Date: 2016-08-29 03:22+0200\n" "PO-Revision-Date: 2016-07-18\n" "Last-Translator: Skia \n" "Language-Team: AE info \n" @@ -1200,8 +1200,8 @@ msgid "New group" msgstr "Nouveau groupe" #: core/templates/core/index.jinja:7 -msgid "Hello, world. You're at the core index using Jinja2." -msgstr "Hello, world! Vous êtes sur la page d'accueil utilisant Jinja2." +msgid "Welcome to the new AE's website!" +msgstr "Bienvenue sur le nouveau site de l'AE ! " #: core/templates/core/login.jinja:10 msgid "Your username and password didn't match. Please try again." @@ -2389,5 +2389,8 @@ msgid "You must either choose an existing user or create a new one properly" msgstr "" "Vous devez soit choisir un utilisateur existant, ou en créer un proprement." +#~ msgid "Hello, world. You're at the core index using Jinja2." +#~ msgstr "Hello, world! Vous êtes sur la page d'accueil utilisant Jinja2." + #~ msgid "Pages" #~ msgstr "Pages"