Make the bar menu

This commit is contained in:
Skia 2016-08-29 03:14:53 +02:00
parent 325da79e45
commit 4215baec26
3 changed files with 48 additions and 19 deletions

View File

@ -48,11 +48,15 @@
{% block nav %}
{% if not popup %}
<nav>
<a href="{{ url('core:user_list') }}">{% trans %}Users{% endtrans %}</a>
<a href="https://ae.utbm.fr/">{% trans %}Main{% endtrans %}</a>
<a href="https://ae.utbm.fr/matmatronch/">{% trans %}Matmatronch{% endtrans %}</a>
<a href="{{ url('core:page', page_name="Index") }}">{% trans %}Wiki{% endtrans %}</a>
<a href="{{ url('core:page_list') }}">{% trans %}Pages{% endtrans %}</a>
<a href="{{ url('club:club_list') }}">{% trans %}Clubs{% endtrans %}</a>
<a href="https://ae.utbm.fr/sas2/">{% trans %}SAS{% endtrans %}</a>
<a href="https://ae.utbm.fr/forum2/">{% trans %}Forum{% endtrans %}</a>
<a href="{{ url('core:page', "services") }}">{% trans %}Services{% endtrans %}</a>
<a href="{{ url('core:file_list') }}">{% trans %}Files{% endtrans %}</a>
<a href="https://ae.utbm.fr/article.php?name=liens">{% trans %}Sponsors{% endtrans %}</a>
<a href="https://ae.utbm.fr/article.php?name=docs:index">{% trans %}Help{% endtrans %}</a>
</nav>
{% endif %}
{% endblock %}

Binary file not shown.

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-29 02:59+0200\n"
"POT-Creation-Date: 2016-08-29 03:08+0200\n"
"PO-Revision-Date: 2016-07-18\n"
"Last-Translator: Skia <skia@libskia.so>\n"
"Language-Team: AE info <ae.info@utbm.fr>\n"
@ -1055,27 +1055,44 @@ msgstr "Déconnexion"
msgid "Search"
msgstr "Recherche"
#: core/templates/core/base.jinja:51 core/templates/core/search.jinja:10
msgid "Users"
msgstr "Utilisateurs"
#: core/templates/core/base.jinja:51
msgid "Main"
msgstr "Accueil"
#: core/templates/core/base.jinja:52
msgid "Matmatronch"
msgstr "Matmatronch"
#: core/templates/core/base.jinja:53
msgid "Wiki"
msgstr "Wiki"
#: core/templates/core/base.jinja:53
msgid "Pages"
msgstr "Pages"
#: core/templates/core/base.jinja:54 core/templates/core/search.jinja:18
msgid "Clubs"
msgstr "Clubs"
#: core/templates/core/base.jinja:54
msgid "SAS"
msgstr "SAS"
#: core/templates/core/base.jinja:55
msgid "Forum"
msgstr "Forum"
#: core/templates/core/base.jinja:56
msgid "Services"
msgstr "Services"
#: core/templates/core/base.jinja:71
#: core/templates/core/base.jinja:57 core/templates/core/file.jinja:20
#: core/views/files.py:42
msgid "Files"
msgstr "Fichiers"
#: core/templates/core/base.jinja:58
msgid "Sponsors"
msgstr "Partenaires"
#: core/templates/core/base.jinja:59
msgid "Help"
msgstr "Aide"
#: core/templates/core/base.jinja:75
msgid "Site made by good people"
msgstr "Site réalisé par des gens bons"
@ -1127,10 +1144,6 @@ msgstr "Nouveau fichier"
msgid "Not found"
msgstr "Non trouvé"
#: core/templates/core/file.jinja:20 core/views/files.py:42
msgid "Files"
msgstr "Fichiers"
#: core/templates/core/file.jinja:32
msgid "My files"
msgstr "Mes fichiers"
@ -1383,6 +1396,14 @@ msgstr "Votre nom d'utilisateur est %(username)s."
msgid "Search result"
msgstr "Résultat de la recherche"
#: core/templates/core/search.jinja:10
msgid "Users"
msgstr "Utilisateurs"
#: core/templates/core/search.jinja:18
msgid "Clubs"
msgstr "Clubs"
#: core/templates/core/user_account.jinja:4
#, python-format
msgid "%(user_name)s's account"
@ -1458,6 +1479,7 @@ msgid "Option: "
msgstr "Filière : "
#: core/templates/core/user_detail.jinja:48
#, python-format
msgid "Subscribed until %(subscription_end)s"
msgstr "Cotisant jusqu'au %(subscription_end)s"
@ -2366,3 +2388,6 @@ msgstr "Un utilisateur avec cette adresse email existe déjà"
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 "Pages"
#~ msgstr "Pages"