2020-10-21 12:04:40 +00:00
|
|
|
# Translations template for PROJECT.
|
|
|
|
# Copyright (C) 2020 ORGANIZATION
|
|
|
|
# This file is distributed under the same license as the PROJECT project.
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
|
|
|
#
|
|
|
|
#, fuzzy
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PROJECT VERSION\n"
|
|
|
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
2020-10-23 11:38:36 +00:00
|
|
|
"POT-Creation-Date: 2020-10-23 13:31+0200\n"
|
2020-10-21 12:04:40 +00:00
|
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
"Generated-By: Babel 2.8.0\n"
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/account.py:32 canaille/oauth.py:42
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Login failed, please check your information"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/account.py:61
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Profile edition failed."
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/account.py:72
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Profile updated successfuly."
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/account.py:94
|
|
|
|
msgid "Could not send the password reset link."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/account.py:101 canaille/account.py:149
|
|
|
|
msgid "A password reset link has been sent at your email address."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/account.py:112
|
|
|
|
msgid "Password reset on {website_name}"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/account.py:115
|
|
|
|
msgid ""
|
|
|
|
"To reset your password on {website_name}, visit the following link :\n"
|
|
|
|
"{url}"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/account.py:144
|
|
|
|
msgid "Could not reset your password"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/account.py:162
|
|
|
|
msgid "The password reset link that brought you here was invalid."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/account.py:171
|
|
|
|
msgid "Your password has been updated successfuly"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/consents.py:28 canaille/tokens.py:29
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Could not delete this access"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/consents.py:32 canaille/tokens.py:34
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "The access has been revoked"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/forms.py:8 canaille/forms.py:25
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Login"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/forms.py:11 canaille/forms.py:28 canaille/forms.py:80
|
|
|
|
msgid "jane@doe.com"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/forms.py:18 canaille/forms.py:37 canaille/forms.py:93
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Password"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/forms.py:40 canaille/forms.py:97
|
|
|
|
msgid "Password confirmation"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/forms.py:43 canaille/forms.py:102
|
|
|
|
msgid "Password and confirmation do not match."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/forms.py:51
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Username"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/forms.py:56
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Given name"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/forms.py:58
|
|
|
|
msgid "John"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/forms.py:64
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Family Name"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/forms.py:66
|
|
|
|
msgid "Doe"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/forms.py:77
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Email address"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/forms.py:87
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Phone number"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/forms.py:87
|
|
|
|
msgid "555-000-555"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-21 12:04:40 +00:00
|
|
|
#: canaille/oauth.py:86
|
|
|
|
msgid "You have been successfully logged out."
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/admin/clients.py:24 canaille/templates/admin/client_list.html:22
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Name"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/admin/clients.py:29
|
|
|
|
msgid "Contact"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/admin/clients.py:34
|
|
|
|
msgid "URI"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/admin/clients.py:39
|
|
|
|
msgid "Redirect URIs"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/admin/clients.py:44
|
|
|
|
msgid "Grant types"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/admin/clients.py:56
|
|
|
|
msgid "Scope"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/admin/clients.py:62
|
|
|
|
msgid "Response types"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/admin/clients.py:68
|
|
|
|
msgid "Token Endpoint Auth Method"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/admin/clients.py:78
|
|
|
|
msgid "Logo URI"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/admin/clients.py:83
|
|
|
|
msgid "Terms of service URI"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/admin/clients.py:88
|
|
|
|
msgid "Policy URI"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/admin/clients.py:93
|
|
|
|
msgid "Software ID"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/admin/clients.py:98
|
|
|
|
msgid "Software Version"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/admin/clients.py:103
|
|
|
|
msgid "JWK"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/admin/clients.py:108
|
|
|
|
msgid "JKW URI"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/admin/clients.py:124
|
|
|
|
msgid "The client has not been added. Please check your information."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/admin/clients.py:155
|
|
|
|
msgid "The client has been created."
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/admin/clients.py:178
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "The client has not been edited. Please check your information."
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/admin/clients.py:202
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "The client has been edited."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/authorize.html:9
|
|
|
|
#, python-format
|
|
|
|
msgid "The application %(name)s is requesting access to:"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/authorize.html:14
|
|
|
|
#, python-format
|
|
|
|
msgid "from: %(user)s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/authorize.html:19
|
|
|
|
msgid "Deny"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/authorize.html:24
|
|
|
|
msgid "Switch user"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/authorize.html:29
|
|
|
|
msgid "Accept"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/templates/base.html:8
|
|
|
|
msgid "OpenID Connect Server"
|
2020-10-21 12:04:40 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/templates/base.html:37 canaille/templates/profile.html:8
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "My profile"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/templates/base.html:42 canaille/templates/consent_list.html:16
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "My consents"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/templates/base.html:47 canaille/templates/token_list.html:16
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "My tokens"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/templates/base.html:56
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Clients"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/templates/base.html:60
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Tokens"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/templates/base.html:64
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Codes"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/templates/base.html:68
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Consents"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/templates/base.html:75
|
2020-10-21 12:04:40 +00:00
|
|
|
msgid "Log out"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/consent_list.html:39
|
|
|
|
#: canaille/templates/token_list.html:39
|
|
|
|
msgid "From:"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/consent_list.html:41
|
|
|
|
msgid "Revoked:"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/consent_list.html:44
|
|
|
|
#: canaille/templates/token_list.html:43
|
|
|
|
msgid "Has access to:"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/consent_list.html:54
|
|
|
|
msgid "Remove access"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/consent_list.html:64
|
|
|
|
#: canaille/templates/token_list.html:63
|
|
|
|
msgid "Nothing here"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/consent_list.html:65
|
|
|
|
#: canaille/templates/token_list.html:64
|
|
|
|
msgid "You did not authorize applications yet."
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/templates/forgotten-password.html:7
|
|
|
|
#: canaille/templates/login.html:39
|
|
|
|
msgid "Forgotten password"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/forgotten-password.html:17
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
" After this form is sent, if the email address or the login you "
|
|
|
|
"provided\n"
|
|
|
|
" exists, you will receive an email containing a link that will "
|
|
|
|
"allow you\n"
|
|
|
|
" to reset your password.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/forgotten-password.html:34
|
|
|
|
#: canaille/templates/login.html:38
|
|
|
|
msgid "Sign in"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/forgotten-password.html:35
|
|
|
|
msgid "Login page"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-21 12:04:40 +00:00
|
|
|
#: canaille/templates/login.html:14
|
|
|
|
#, python-format
|
|
|
|
msgid "Sign in at %(website)s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/login.html:16
|
|
|
|
msgid "Log-in and manage your authorizations."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/profile.html:11
|
|
|
|
msgid "Edit your personal informations"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/profile.html:23
|
|
|
|
msgid "Edit"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-23 11:38:36 +00:00
|
|
|
#: canaille/templates/reset-password.html:7
|
|
|
|
#: canaille/templates/reset-password.html:17
|
|
|
|
msgid "Password reset"
|
|
|
|
msgstr ""
|
|
|
|
|
2020-10-21 12:04:40 +00:00
|
|
|
#: canaille/templates/token_list.html:40
|
|
|
|
msgid "Until:"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/token_list.html:53
|
|
|
|
msgid "Remove token"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/admin/authorization_list.html:18
|
|
|
|
#: canaille/templates/admin/token_list.html:18
|
|
|
|
msgid "Token"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/admin/authorization_list.html:19
|
|
|
|
#: canaille/templates/admin/token_list.html:19
|
|
|
|
msgid "Client"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/admin/authorization_list.html:20
|
|
|
|
#: canaille/templates/admin/token_list.html:20
|
|
|
|
msgid "Subject"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/admin/authorization_list.html:21
|
|
|
|
#: canaille/templates/admin/client_list.html:24
|
|
|
|
#: canaille/templates/admin/token_list.html:21
|
|
|
|
msgid "Created"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/admin/authorization_view.html:7
|
|
|
|
msgid "View a authorization"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/admin/client_add.html:7
|
|
|
|
msgid "Add a client"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/admin/client_add.html:17
|
|
|
|
#: canaille/templates/admin/client_edit.html:34
|
|
|
|
msgid "Confirm"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/admin/client_edit.html:7
|
|
|
|
msgid "Edit a client"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/admin/client_edit.html:20
|
|
|
|
msgid "ID"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/admin/client_edit.html:24
|
|
|
|
msgid "Secret"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/admin/client_edit.html:28
|
|
|
|
msgid "Issued at"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/admin/client_list.html:17
|
|
|
|
msgid "Add client"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/admin/client_list.html:23
|
|
|
|
msgid "URL"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: canaille/templates/admin/token_view.html:7
|
|
|
|
msgid "View a token"
|
|
|
|
msgstr ""
|
|
|
|
|