8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-14 22:56:18 +00:00
re2o/re2o/locale/fr/LC_MESSAGES/django.po

351 lines
10 KiB
Plaintext
Raw Normal View History

2020-11-23 16:06:37 +00:00
# Re2o est un logiciel d'administration développé initiallement au Rézo Metz. Il
2018-04-10 22:07:26 +00:00
# se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics.
#
# Copyright © 2018 Maël Kervella
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
msgid ""
msgstr ""
"Project-Id-Version: 2.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-24 11:51+0100\n"
2018-04-10 22:07:26 +00:00
"PO-Revision-Date: 2018-03-31 16:09+0002\n"
2020-11-17 20:50:16 +00:00
"Last-Translator: Yoann Piétri <me@nanoy.fr>\n"
2018-04-10 22:07:26 +00:00
"Language-Team: \n"
"Language: fr_FR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: re2o/acl.py:48
2019-11-16 15:21:38 +00:00
msgid "You don't have the right to edit this option."
msgstr "Vous n'avez pas le droit de modifier cette option."
#: re2o/acl.py:51
2019-11-16 15:21:38 +00:00
#, python-format
msgid "You need to be a member of one of these groups: %s."
msgstr "Vous devez être membre de l'un de ces groupes : %s."
#: re2o/acl.py:54
2019-11-16 15:21:38 +00:00
#, python-format
msgid "No group has the %s permission(s)!"
msgstr "Aucun groupe ne possède la ou les permissions %s !"
#: re2o/acl.py:203
2018-06-23 17:53:10 +00:00
msgid "Nonexistent entry."
msgstr "Entrée inexistante."
#: re2o/acl.py:261 re2o/acl.py:342
2018-06-23 17:53:10 +00:00
msgid "You don't have the right to access this menu."
msgstr "Vous n'avez pas le droit d'accéder à ce menu."
#: re2o/acl.py:399
2018-06-23 17:53:10 +00:00
msgid "You don't have the right to edit the history."
msgstr "Vous n'avez pas le droit de modifier l'historique."
2020-11-17 20:50:16 +00:00
#: re2o/base.py:74
2019-01-08 23:40:08 +00:00
msgid "This domain is already taken."
msgstr "Ce domaine est déjà pris."
2020-11-17 20:50:16 +00:00
#: re2o/base.py:76
2019-01-08 23:40:08 +00:00
msgid "SMTP unreachable."
msgstr "SMTP injoignable."
2020-11-17 20:50:16 +00:00
#: re2o/base.py:97
2019-11-16 15:21:38 +00:00
#, python-brace-format
msgid "Format: {main} {more}"
msgstr "Format : {main} {more}"
2020-11-17 20:50:16 +00:00
#: re2o/base.py:99
2019-11-16 15:21:38 +00:00
#, python-brace-format
msgid "Format: {main}"
msgstr "Format : {main}"
2020-04-21 19:48:59 +00:00
#: re2o/mail_utils.py:42 re2o/mail_utils.py:56
#, python-format
msgid "Failed to send email: %(error)s."
msgstr "Échec de l'envoi du mail : %(error)s."
#: re2o/mixins.py:123
2018-06-23 17:53:10 +00:00
#, python-format
msgid "You don't have the right to create a %s object."
msgstr "Vous n'avez pas le droit de créer un objet %s."
#: re2o/mixins.py:144
2018-06-23 17:53:10 +00:00
#, python-format
msgid "You don't have the right to edit a %s object."
msgstr "Vous n'avez pas le droit de modifier un objet %s."
#: re2o/mixins.py:165
2018-06-23 17:53:10 +00:00
#, python-format
msgid "You don't have the right to delete a %s object."
msgstr "Vous n'avez pas le droit de supprimer un objet %s."
#: re2o/mixins.py:186
2018-06-23 17:53:10 +00:00
#, python-format
msgid "You don't have the right to view every %s object."
msgstr "Vous n'avez pas le droit de voir tous les objets %s."
#: re2o/mixins.py:207
#, python-format
msgid "You don't have the right to edit every %s object."
msgstr "Vous n'avez pas le droit de modifier tous les objets %s."
#: re2o/mixins.py:228
#, python-format
msgid "You don't have the right to list every %s object."
msgstr "Vous n'avez pas le droit de voir la liste des objets %s."
#: re2o/mixins.py:250
2018-06-23 17:53:10 +00:00
#, python-format
msgid "You don't have the right to view a %s object."
msgstr "Vous n'avez pas le droit de voir un objet %s."
#: re2o/settings.py:156
2018-04-16 18:07:54 +00:00
msgid "English"
msgstr "Anglais"
#: re2o/settings.py:156
2018-04-16 18:07:54 +00:00
msgid "French"
msgstr "Français"
2020-11-17 20:50:16 +00:00
#: re2o/templates/re2o/about.html:29 re2o/templates/re2o/about.html:56
2018-04-10 22:07:26 +00:00
msgid "About Re2o"
2018-06-23 17:53:10 +00:00
msgstr "À propos de Re2o"
2018-04-10 22:07:26 +00:00
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/about.html:32
2019-11-16 15:21:38 +00:00
msgid "Legal notes"
msgstr "Mentions légales"
#: re2o/templates/re2o/about.html:34
msgid "Legal entity"
msgstr "Entité légale"
2018-04-10 22:07:26 +00:00
2019-11-16 15:21:38 +00:00
#: re2o/templates/re2o/about.html:37
msgid "Registered office"
msgstr "Siège enregistré"
#: re2o/templates/re2o/about.html:41
msgid "SIRET: "
msgstr "SIRET : "
#: re2o/templates/re2o/about.html:43
msgid "Publication manager"
msgstr "Gestionnaire de publication"
#: re2o/templates/re2o/about.html:44
msgid "President of "
msgstr "Président de "
2020-11-17 20:50:16 +00:00
#: re2o/templates/re2o/about.html:47
2019-11-16 15:21:38 +00:00
msgid "General Terms of Use"
msgstr "Conditions Générales d'Utilisation"
2020-11-17 20:50:16 +00:00
#: re2o/templates/re2o/about.html:52
2019-11-16 15:21:38 +00:00
msgid "Additional information"
msgstr "Informations supplémentaires"
2020-11-17 20:50:16 +00:00
#: re2o/templates/re2o/about.html:57
2018-04-10 22:07:26 +00:00
msgid ""
2020-11-23 16:06:37 +00:00
"Re2o is an administration tool initiated by <a href=\"https://Rézo Metz.org/"
2019-01-08 23:40:08 +00:00
"\">Rezo Metz</a> and a few members of other <a href=\"https://federez.net"
"\">FedeRez</a> associations around the summer 2016.<br /> It is intended to "
2019-11-16 15:21:38 +00:00
"be a tool independent from any network infrastructure so it can be setup in "
2019-01-08 23:40:08 +00:00
"\"a few steps\". This tool is entirely free and available under a GNU Public "
"License v2 (GPLv2) license on <a href=\"https://gitlab.federez.net/federez/"
2019-11-16 15:21:38 +00:00
"re2o/\">FedeRez gitlab</a>.<br /> Re2o's maintainers are volunteers mainly "
2019-01-08 23:40:08 +00:00
"from French schools. <br /> If you want to get involved in the development "
"process, we will be glad to welcome you so do not hesitate to contact us and "
"come help us build the future of Re2o."
2018-04-10 22:07:26 +00:00
msgstr ""
"Re2o est un outil d'administration initié par <a href=\"https://Rézo Metz."
"org/\">Rézo Metz</a> et quelques membres d'autres associations de <a href="
2018-06-23 17:53:10 +00:00
"\"https://federez.net\">FedeRez</a> autour de l'été 2016.<br /> Il se veut "
"être un outil indépendant de toute infrastructure réseau pour pouvoir être "
2019-11-16 15:21:38 +00:00
"installé en « quelques étapes ». Cet outil est entièrement gratuit et est "
"disponible sous licence GNU Public Licence v2 (GPLv2) sur le <a href="
2018-06-23 17:53:10 +00:00
"\"https://gitlab.federez.net/federez/re2o/\">gitlab de FedeRez</a>.<br />\n"
"Les mainteneurs de Re2o sont de fiers bénévoles venant principalement "
"d'écoles d'ingénieurs françaises (mais pas seulement) qui ont donné beaucoup "
"de leur temps pour faire en sorte que ce projet soit possible. Donc s'il "
"vous plait soyez gentils avez eux.<br /> Si vous voulez prendre part au "
"développement, nous serons heureux de vous accueillir donc n'hésitez pas à "
"nous contacter et à venir nous aider à construire le futur de Re2o."
2020-11-17 20:50:16 +00:00
#: re2o/templates/re2o/about.html:76
2018-04-10 22:07:26 +00:00
msgid "Contributors list"
msgstr "Liste des contributeurs"
2020-11-17 20:50:16 +00:00
#: re2o/templates/re2o/about.html:85
2018-06-23 17:53:10 +00:00
msgid "Version information"
2018-04-10 22:07:26 +00:00
msgstr "Informations de versions"
2020-11-17 20:50:16 +00:00
#: re2o/templates/re2o/about.html:87
2018-04-10 22:07:26 +00:00
#, python-format
2018-06-23 17:53:10 +00:00
msgid "<b>Remote URL</b>: %(git_info_remote)s"
msgstr "<b>URL distante</b> : %(git_info_remote)s"
2018-04-10 22:07:26 +00:00
2020-11-17 20:50:16 +00:00
#: re2o/templates/re2o/about.html:90
2018-04-10 22:07:26 +00:00
#, python-format
2018-06-23 17:53:10 +00:00
msgid "<b>Branch</b>: %(git_info_branch)s"
msgstr "<b>Branche</b> : %(git_info_branch)s"
2018-04-10 22:07:26 +00:00
2020-11-17 20:50:16 +00:00
#: re2o/templates/re2o/about.html:93
2018-04-10 22:07:26 +00:00
#, python-format
2018-06-23 17:53:10 +00:00
msgid "<b>Commit</b>: %(git_info_commit)s"
msgstr "<b>Commit</b> : %(git_info_commit)s"
2018-04-10 22:07:26 +00:00
2020-11-17 20:50:16 +00:00
#: re2o/templates/re2o/about.html:96
2018-04-10 22:07:26 +00:00
#, python-format
2018-06-23 17:53:10 +00:00
msgid "<b>Commit date</b>: %(git_info_commit_date)s"
msgstr "<b>Date du commit</b> : %(git_info_commit_date)s"
2018-04-10 22:07:26 +00:00
2020-11-17 20:50:16 +00:00
#: re2o/templates/re2o/about.html:101
2018-04-10 22:07:26 +00:00
msgid "Dependencies"
msgstr "Dépendances"
2020-05-17 10:51:05 +00:00
#: re2o/templates/re2o/aff_history.html:33
2018-06-23 17:53:10 +00:00
msgid "Date"
msgstr "Date"
2020-05-17 10:51:05 +00:00
#: re2o/templates/re2o/aff_history.html:34
2018-06-23 17:53:10 +00:00
msgid "Performed by"
msgstr "Effectuée par"
2020-05-17 10:51:05 +00:00
#: re2o/templates/re2o/aff_history.html:35
msgid "Edited"
2020-11-17 20:50:16 +00:00
msgstr "Modifié"
2020-05-17 10:51:05 +00:00
#: re2o/templates/re2o/aff_history.html:36
2018-06-23 17:53:10 +00:00
msgid "Comment"
msgstr "Commentaire"
2020-05-17 10:51:05 +00:00
#: re2o/templates/re2o/aff_history.html:48
msgid "Unknown"
2020-11-17 20:50:16 +00:00
msgstr "Inconnu"
2020-05-17 10:51:05 +00:00
#: re2o/templates/re2o/aff_history.html:71
msgid "No event"
2020-11-17 20:50:16 +00:00
msgstr "Pas d'évènement"
2020-05-17 10:51:05 +00:00
#: re2o/templates/re2o/aff_history.html:76
msgid "Related elements"
2020-11-17 20:50:16 +00:00
msgstr "Éléments liés"
2020-05-17 10:51:05 +00:00
#: re2o/templates/re2o/aff_history.html:82 re2o/templates/re2o/history.html:30
msgid "History"
msgstr "Historique"
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/contact.html:29
2018-06-23 17:53:10 +00:00
msgid "Contact"
msgstr "Contact"
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/contact.html:32
2018-06-23 17:53:10 +00:00
#, python-format
msgid "Contact the organisation %(asso_name)s"
msgstr "Contacter l'association %(asso_name)s"
2020-05-17 10:51:05 +00:00
#: re2o/templates/re2o/history.html:33
2020-11-17 21:13:20 +00:00
#, python-format
2020-05-17 10:51:05 +00:00
msgid "History of %(title)s"
2020-11-17 20:50:16 +00:00
msgstr "Historique de %(title)s"
2018-06-23 17:53:10 +00:00
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/index.html:30
2018-06-23 17:12:32 +00:00
msgid "Home"
msgstr "Accueil"
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/index.html:34
2018-06-23 17:12:32 +00:00
#, python-format
2018-08-23 13:05:04 +00:00
msgid "Welcome to %(name_website)s"
msgstr "Bienvenue sur %(name_website)s"
2018-04-18 20:13:11 +00:00
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/index.html:43
2018-08-23 13:05:04 +00:00
msgid "Registration"
msgstr "Inscription"
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/index.html:44
2018-08-23 13:05:04 +00:00
msgid ""
"If you don't have an account yet and you want to access the Internet and the "
"organisation's services, create your own personal account."
msgstr ""
"Si vous n'avez pas encore de compte et que vous voulez accéder à Internet et "
"aux services de l'association, créez votre espace personnel."
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/index.html:45
2019-01-08 23:40:08 +00:00
msgid "Sign up"
msgstr "S'inscrire"
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/index.html:55
2018-08-23 13:05:04 +00:00
msgid "Logging in"
msgstr "Identification"
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/index.html:56
2018-08-23 13:05:04 +00:00
msgid ""
2019-01-08 23:40:08 +00:00
"If you already have an account, log in. You can manage your subscriptions to "
2018-08-23 13:05:04 +00:00
"the organisation, your machines and all your services."
msgstr ""
2019-01-08 23:40:08 +00:00
"Si vous avez déjà un compte, identifiez-vous. Vous pouvez gérer vos "
"cotisations à l'association, vos machines et tous vos services."
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/index.html:57
2019-01-08 23:40:08 +00:00
msgid "Log in"
msgstr "Se connecter"
2018-08-23 13:05:04 +00:00
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/index.html:68
2018-08-23 13:05:04 +00:00
msgid "My profile"
msgstr "Mon profil"
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/index.html:69
2018-08-23 13:05:04 +00:00
msgid ""
2019-01-08 23:40:08 +00:00
"To manage your subscriptions, your machines and all your services, access "
2018-08-23 13:05:04 +00:00
"your profile."
msgstr ""
2019-01-08 23:40:08 +00:00
"Pour gérer vos cotisations, vos machines et tous vos services, accéder à "
2018-08-23 13:05:04 +00:00
"votre profil."
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/index.html:70
2018-08-23 13:05:04 +00:00
msgid "Access my profile"
msgstr "Accéder à mon profil"
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/index.html:79
2018-08-23 13:05:04 +00:00
msgid "Services of the organisation"
msgstr "Services de l'association"
2018-08-23 13:05:04 +00:00
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/index.html:93
2018-06-23 17:12:32 +00:00
msgid "Go there"
msgstr "Accéder"
2018-04-10 22:07:26 +00:00
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/sidebar.html:47
2018-06-23 17:53:10 +00:00
#, python-format
msgid "Tweets from @%(twitter_account_name)s"
msgstr "Tweets de @%(twitter_account_name)s"
2019-02-12 08:12:45 +00:00
#: re2o/templates/re2o/sidebar.html:50
2018-06-23 17:53:10 +00:00
#, python-format
msgid "Follow @%(twitter_account_name)s"
msgstr "Suivre @%(twitter_account_name)s"
2019-09-05 17:55:54 +00:00
#: re2o/urls.py:57
msgid "Homepage"
2019-11-16 15:21:38 +00:00
msgstr "Page d'accueil"
2019-09-05 17:55:54 +00:00
#: re2o/views.py:112 re2o/views.py:123
2019-01-08 23:40:08 +00:00
msgid "Unable to get the information."
2020-11-17 21:13:20 +00:00
msgstr "Impossible d'obtenir l'information."
#~ msgid "Nothing"
#~ msgstr "Rien"