authentic/src/authentic2_auth_fc/locale/fr/LC_MESSAGES/django.po

211 lines
7.8 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# authentic2-auth-fc - authentic2 authentication for FranceConnect
# Copyright (C) 2019 Entr'ouvert
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 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 Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
msgid ""
msgstr ""
"Project-Id-Version: authentic2-auth-fc\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-01-13 18:09+0100\n"
"PO-Revision-Date: 2020-01-13 18:09+0100\n"
"Last-Translator: Benjamin Dauvergne <bdauvergne@entrouvert.com>\n"
"Language-Team: french <fr@li.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: src/authentic2_auth_fc/authenticators.py:31
msgid "FranceConnect"
msgstr "FranceConnect"
#: src/authentic2_auth_fc/models.py:85
msgid "user"
msgstr "utilisateur"
#: src/authentic2_auth_fc/models.py:88
msgid "sub"
msgstr "sub"
#: src/authentic2_auth_fc/models.py:90 src/authentic2_auth_fc/models.py:91
msgid "access token"
msgstr "jeton daccès"
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/explanation.html:5
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/linking.html:27
msgid "What is FranceConnect?"
msgstr "Quest-ce que FranceConnect ?"
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/explanation.html:7
msgid ""
"\n"
" FranceConnect is the solution proposed by the French state to "
"streamline\n"
" logging in online services. You can use to connect to your account.\n"
" "
msgstr ""
"\n"
"FranceConnect est la solution proposée par lÉtat pour simplifier votre "
"connexion aux services en ligne. Elle peut être utilisée pour vous connecter "
"à votre compte usager. "
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/linking.html:11
msgid "Linked FranceConnect accounts"
msgstr "Comptes FranceConnect associés"
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/linking.html:14
msgid "Delete link"
msgstr "Supprimer la liaison"
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/linking.html:20
msgid "Link with a FranceConnect account"
msgstr "Se lier avec un compte FranceConnect"
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/login.html:11
msgid "Log in with FranceConnect"
msgstr "Connectez-vous avec FranceConnect"
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/login_registration.html:7
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/login_registration.html:19
msgid "Create your account with FranceConnect"
msgstr "Créez votre compte avec FranceConnect"
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/registration.html:11
msgid "Register with FranceConnect"
msgstr "Enregistrez-vous avec FranceConnect"
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/unlink.html:7
msgid ""
"\n"
" You're about to delete the link between your user account and your "
"FranceConnect account.\n"
" "
msgstr ""
"\n"
"Vous êtes sur le point de supprimer la liaison entre votre compte usager et "
"votre compte FranceConnect."
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/unlink.html:12
msgid ""
"\n"
" Deleting this link won't delete those accounts. However, once all "
"the links with FranceConnect\n"
" are deleted, it's no more possible to use the FranceConnect to "
"automatically login to your\n"
" user account. It is still possible to link those accounts once again "
"by using the\n"
" button FranceConnect on the login page.\n"
" "
msgstr ""
"\n"
"Supprimer cette liaison ne supprimera pas ces comptes. Cependant, une fois "
"toutes les liaisons FranceConnect avec votre compte usager supprimées, il ne "
"sera plus possible de se connecter automatiquement à votre compte usager en "
"utilisant FranceConnect. Il sera toujours possible de lier à nouveau ces "
"comptes en utilisant le bouton FranceConnect sur la page de connexion."
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/unlink.html:21
msgid ""
"\n"
" Your user account has no password and removing this link may make "
"this account inaccessible.\n"
" To avoid this situation, please provide a password.\n"
" "
msgstr ""
"\n"
"Votre compte usager na pas de mot de passe et supprimer ce lien pourrait "
"rendre votre compte usager inaccessible. Pour éviter cela, merci de fournir "
"un mot de passe."
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/unlink.html:30
msgid "Unlink"
msgstr "Délier"
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/unlink.html:31
msgid "Cancel"
msgstr "Annuler"
#: src/authentic2_auth_fc/utils.py:128 src/authentic2_auth_fc/utils.py:142
msgid "Unknown INSEE code"
msgstr "Code INSEE inconnu"
#: src/authentic2_auth_fc/views.py:255 src/authentic2_auth_fc/views.py:280
#, python-format
msgid "Unable to connect to FranceConnect: \"%s\"."
msgstr "Impossible de se connecter à FranceConnect : « %s »."
#: src/authentic2_auth_fc/views.py:257
#, python-format
msgid "(\"%s\")"
msgstr "(« %s »)"
#: src/authentic2_auth_fc/views.py:271 src/authentic2_auth_fc/views.py:290
#: src/authentic2_auth_fc/views.py:297 src/authentic2_auth_fc/views.py:309
msgid "Unable to connect to FranceConnect."
msgstr "Impossible de se connecter à FranceConnect."
#: src/authentic2_auth_fc/views.py:366
msgid "The FranceConnect account {} is already linked with another account."
msgstr "Le compte FranceConnect {} est déjà associé à un autre compte."
#: src/authentic2_auth_fc/views.py:377
msgid "Your account is already linked to a FranceConnect account"
msgstr "Votre compte est déjà associé à un compte FranceConnect."
#: src/authentic2_auth_fc/views.py:390
msgid "Your FranceConnect account {} with email {} has been linked."
msgstr "Votre compte FranceConnect {} avec le courriel {} a été associé."
#: src/authentic2_auth_fc/views.py:394
msgid "Your FranceConnect account {} has been linked."
msgstr "Votre compte FranceConnect {} a été associé."
#: src/authentic2_auth_fc/views.py:402
msgid "Your local account has been updated."
msgstr "Votre compte local a été mis à jour."
#: src/authentic2_auth_fc/views.py:444
#, python-format
msgid ""
"Your FranceConnect email address '%s' is already used by another account, so "
"we cannot create an account for you. Please create an account with another "
"email address then link it to FranceConnect using your account management "
"page."
msgstr ""
"Ladresse de courriel fournie par FranceConnect « %s » est déjà utilisée par "
"un compte, nous ne pouvons pas vous créer un nouveau compte en lutilisant. "
"Vous pouvez vous créer un compte avec une autre adresse de courriel, puis "
"demander à lier ce compte avec FranceConnect depuis la page de votre compte."
#: src/authentic2_auth_fc/views.py:467
msgid ""
"If you already have an account, please log in, else create your account."
msgstr ""
"Si vous avez déjà un compte saisissez vos identifiants sinon créez votre "
"compte."
#: src/authentic2_auth_fc/views.py:506
msgid "FranceConnect didn't provide your email address, please do."
msgstr ""
"FranceConnect na pas fourni votre adresse de courriel, merci de le faire."
#: src/authentic2_auth_fc/views.py:569
msgid "The link with the FranceConnect account has been deleted."
msgstr "La liaison avec le compte FranceConnect a été supprimée."
#~ msgid "You refused the connection."
#~ msgstr "Vous avez refusé la connexion."