canaille-globuzma/canaille/translations/messages.pot

980 lines
21 KiB
Text
Raw Normal View History

2020-10-21 12:04:40 +00:00
# Translations template for PROJECT.
# Copyright (C) 2021 ORGANIZATION
2020-10-21 12:04:40 +00:00
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
2020-10-21 12:04:40 +00:00
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-12-01 13:13+0100\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"
2021-06-03 13:23:27 +00:00
"Generated-By: Babel 2.9.1\n"
2020-10-21 12:04:40 +00:00
2021-12-01 11:19:28 +00:00
#: canaille/account.py:65 canaille/account.py:90 canaille/oauth.py:74
2020-10-21 12:04:40 +00:00
msgid "Login failed, please check your information"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/account.py:96
2020-11-01 10:33:56 +00:00
#, python-format
msgid "Connection successful. Welcome %(user)s"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/account.py:109
2020-11-01 10:33:56 +00:00
#, python-format
msgid "You have been disconnected. See you next time %(user)s"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/account.py:126
msgid "Could not send the password initialization link."
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/account.py:131
2020-11-23 08:16:45 +00:00
msgid ""
"A password initialization link has been sent at your email address. You "
"should receive it within 10 minutes."
msgstr ""
#: canaille/account.py:137 canaille/account.py:324
msgid "Could not send the password initialization email"
msgstr ""
2021-12-01 11:36:09 +00:00
#: canaille/account.py:166
msgid "An error happened whilen sending the invitation link."
msgstr ""
#: canaille/account.py:190 canaille/account.py:264
2021-12-01 11:19:28 +00:00
msgid "User account creation failed."
2020-11-01 10:33:56 +00:00
msgstr ""
#: canaille/account.py:211 canaille/account.py:232
2021-12-01 11:19:28 +00:00
msgid "The invitation link that brought you here was invalid."
2020-10-21 12:04:40 +00:00
msgstr ""
2021-12-01 11:36:09 +00:00
#: canaille/account.py:218
2021-12-01 11:19:28 +00:00
msgid "Your account has already been created."
msgstr ""
#: canaille/account.py:225
msgid "You are already logged in, you cannot create an account."
msgstr ""
#: canaille/account.py:269
msgid "You account has been created successfuly."
msgstr ""
#: canaille/account.py:296
2021-12-01 11:19:28 +00:00
msgid "User account creation succeed."
msgstr ""
#: canaille/account.py:318
msgid ""
"A password initialization link has been sent at the user email address. "
"It should be received within 10 minutes."
msgstr ""
#: canaille/account.py:332
2021-01-22 17:26:53 +00:00
msgid ""
"A password reset link has been sent at the user email address. It should "
"be received within 10 minutes."
msgstr ""
#: canaille/account.py:338
2021-01-22 17:26:53 +00:00
msgid "Could not send the password reset email"
msgstr ""
#: canaille/account.py:372
msgid "Profile edition failed."
2020-10-21 12:04:40 +00:00
msgstr ""
#: canaille/account.py:395
msgid "Profile updated successfuly."
msgstr ""
#: canaille/account.py:414
2020-11-01 10:33:56 +00:00
#, python-format
msgid "The user %(user)s has been sucessfuly deleted"
msgstr ""
#: canaille/account.py:437
2020-10-23 11:38:36 +00:00
msgid "Could not send the password reset link."
msgstr ""
#: canaille/account.py:444 canaille/account.py:455
2020-11-23 08:16:45 +00:00
msgid ""
"A password reset link has been sent at your email address. You should "
"receive it within 10 minutes."
2020-10-23 11:38:36 +00:00
msgstr ""
#: canaille/account.py:461
2020-10-23 11:38:36 +00:00
msgid "Could not reset your password"
msgstr ""
#: canaille/account.py:475
2020-10-23 11:38:36 +00:00
msgid "The password reset link that brought you here was invalid."
msgstr ""
#: canaille/account.py:484
2020-10-23 11:38:36 +00:00
msgid "Your password has been updated successfuly"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/consents.py:29
2020-10-21 12:04:40 +00:00
msgid "Could not delete this access"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/consents.py:33
2020-10-21 12:04:40 +00:00
msgid "The access has been revoked"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:13
msgid "The login '{login}' already exists"
msgstr ""
#: canaille/forms.py:20
msgid "The email '{email}' already exists"
msgstr ""
#: canaille/forms.py:26 canaille/forms.py:58
2020-10-21 12:04:40 +00:00
msgid "Login"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:29 canaille/forms.py:61 canaille/forms.py:117
#: canaille/forms.py:194
2020-10-23 11:38:36 +00:00
msgid "jane@doe.com"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:41 canaille/forms.py:72
2021-01-23 21:30:43 +00:00
msgid "The login '{login}' does not exist"
2020-10-21 12:04:40 +00:00
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:47 canaille/forms.py:78 canaille/forms.py:127
2021-01-23 21:30:43 +00:00
msgid "Password"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:81 canaille/forms.py:131
2020-10-23 11:38:36 +00:00
msgid "Password confirmation"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:84 canaille/forms.py:134
2020-10-23 11:38:36 +00:00
msgid "Password and confirmation do not match."
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:92 canaille/forms.py:182
2020-10-21 12:04:40 +00:00
msgid "Username"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:93 canaille/forms.py:183
2020-11-01 10:33:56 +00:00
msgid "jdoe"
2020-10-21 12:04:40 +00:00
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:28 canaille/forms.py:96 canaille/forms.py:166
2021-07-29 14:33:01 +00:00
#: canaille/templates/admin/client_list.html:22
2021-12-01 11:19:28 +00:00
#: canaille/templates/users.html:24
msgid "Name"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:98
2020-11-01 10:33:56 +00:00
msgid "Given name"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:100
2020-10-23 11:38:36 +00:00
msgid "John"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:106
2020-10-21 12:04:40 +00:00
msgid "Family Name"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:108
2020-10-23 11:38:36 +00:00
msgid "Doe"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:114 canaille/forms.py:187
2020-10-21 12:04:40 +00:00
msgid "Email address"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:123 canaille/templates/users.html:26
2020-10-21 12:04:40 +00:00
msgid "Phone number"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:123
2020-10-23 11:38:36 +00:00
msgid "555-000-555"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:125
msgid "Photo"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:139
msgid "Number"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:141
msgid "1234"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:157 canaille/forms.py:200 canaille/templates/groups.html:9
2021-12-01 11:36:09 +00:00
#: canaille/themes/default/base.html:55
2021-06-03 13:23:27 +00:00
msgid "Groups"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:169
2021-07-29 14:33:01 +00:00
msgid "group"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/forms.py:176
2021-07-29 14:33:01 +00:00
msgid "The group '{group}' already exists"
msgstr ""
#: canaille/groups.py:39
msgid "Group creation failed."
msgstr ""
#: canaille/groups.py:46
#, python-format
msgid "The group %(group)s has been sucessfully created"
msgstr ""
#: canaille/groups.py:76
msgid "Group edition failed."
msgstr ""
#: canaille/groups.py:85
#, python-format
msgid "The group %(group)s has been sucessfully deleted"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/mail.py:28 canaille/mails.py:21
2021-01-22 17:26:53 +00:00
msgid "Password reset on {website_name}"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/mails.py:61
2021-01-22 17:26:53 +00:00
msgid "Password initialization on {website_name}"
msgstr ""
2021-12-01 11:36:09 +00:00
#: canaille/mails.py:91
2021-12-01 11:19:28 +00:00
msgid "You have been invited to create an account on {website_name}"
msgstr ""
#: canaille/oauth.py:34
2020-10-29 14:28:19 +00:00
msgid "Personnal information about yourself, such as your name or your gender."
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/oauth.py:36
2020-10-29 14:28:19 +00:00
msgid "Your email address."
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/oauth.py:37
2020-10-29 14:28:19 +00:00
msgid "Your postal address."
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/oauth.py:38
2020-10-29 14:28:19 +00:00
msgid "Your phone number."
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/oauth.py:39
2021-07-29 14:33:01 +00:00
msgid "Groups you are belonging to"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/oauth.py:119
2020-10-21 12:04:40 +00:00
msgid "You have been successfully logged out."
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:33
2020-10-21 12:04:40 +00:00
msgid "Contact"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:38
2020-10-21 12:04:40 +00:00
msgid "URI"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:43
2020-10-21 12:04:40 +00:00
msgid "Redirect URIs"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:48
2020-10-21 12:04:40 +00:00
msgid "Grant types"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:60
2020-10-21 12:04:40 +00:00
msgid "Scope"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:66
2020-10-21 12:04:40 +00:00
msgid "Response types"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:72
2020-10-21 12:04:40 +00:00
msgid "Token Endpoint Auth Method"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:82
msgid "Token audiences"
msgstr ""
#: canaille/admin/clients.py:88
2020-10-21 12:04:40 +00:00
msgid "Logo URI"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:93
2020-10-21 12:04:40 +00:00
msgid "Terms of service URI"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:98
2020-10-21 12:04:40 +00:00
msgid "Policy URI"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:103
2020-10-21 12:04:40 +00:00
msgid "Software ID"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:108
2020-10-21 12:04:40 +00:00
msgid "Software Version"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:113
2020-10-21 12:04:40 +00:00
msgid "JWK"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:118
2020-10-21 12:04:40 +00:00
msgid "JKW URI"
msgstr ""
2020-11-25 14:27:31 +00:00
#: canaille/admin/clients.py:123
2021-12-01 11:19:28 +00:00
msgid "Pre-consent"
msgstr ""
#: canaille/admin/clients.py:139
2020-10-21 12:04:40 +00:00
msgid "The client has not been added. Please check your information."
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:172
2020-10-21 12:04:40 +00:00
msgid "The client has been created."
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:206
2020-10-21 12:04:40 +00:00
msgid "The client has not been edited. Please check your information."
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:232
2020-10-21 12:04:40 +00:00
msgid "The client has been edited."
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/clients.py:244
2020-11-25 14:27:31 +00:00
msgid "The client has been deleted."
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/admin/mail.py:71
msgid "Invitation on {website_name}"
msgstr ""
2021-12-01 11:36:09 +00:00
#: canaille/templates/about.html:12 canaille/themes/default/base.html:98
msgid "About canaille"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/about.html:14
msgid "Free and open-source identity provider."
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/about.html:17
2020-10-21 12:04:40 +00:00
#, python-format
msgid "Version %(version)s"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/about.html:18
msgid "Source code"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/about.html:19
msgid "Documentation"
2020-10-21 12:04:40 +00:00
msgstr ""
#: canaille/templates/authorize.html:9
2020-10-21 12:04:40 +00:00
#, python-format
2020-10-29 14:28:19 +00:00
msgid "The application %(name)s is requesting access to:"
2020-10-21 12:04:40 +00:00
msgstr ""
#: canaille/templates/authorize.html:32
#, python-format
msgid "You are logged id as: %(name)s"
msgstr ""
#: canaille/templates/authorize.html:39
2020-10-21 12:04:40 +00:00
msgid "Deny"
msgstr ""
#: canaille/templates/authorize.html:42
2020-10-21 12:04:40 +00:00
msgid "Switch user"
msgstr ""
#: canaille/templates/authorize.html:45
2020-10-21 12:04:40 +00:00
msgid "Accept"
msgstr ""
2021-12-01 11:36:09 +00:00
#: canaille/templates/consent_list.html:18 canaille/themes/default/base.html:44
2020-10-21 12:04:40 +00:00
msgid "My consents"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/consent_list.html:21
2020-10-29 07:33:28 +00:00
msgid "Consult and revoke the authorization you gave to websites."
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/consent_list.html:39
2020-10-21 12:04:40 +00:00
msgid "From:"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/consent_list.html:41
2020-10-21 12:04:40 +00:00
msgid "Revoked:"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/consent_list.html:44
2020-10-21 12:04:40 +00:00
msgid "Has access to:"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/consent_list.html:54
2020-10-21 12:04:40 +00:00
msgid "Remove access"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/consent_list.html:64
2020-10-21 12:04:40 +00:00
msgid "Nothing here"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/consent_list.html:65
2020-10-21 12:04:40 +00:00
msgid "You did not authorize applications yet."
msgstr ""
2020-10-29 07:33:28 +00:00
#: canaille/templates/error.html:6
msgid "Bad request"
msgstr ""
#: canaille/templates/error.html:8
msgid "Unauthorized"
msgstr ""
#: canaille/templates/error.html:10
msgid "Page not found"
msgstr ""
#: canaille/templates/error.html:12
msgid "Technical problem"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/firstlogin.html:11
msgid "First login"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/firstlogin.html:16
msgid ""
"\n"
" It seems this is the first time you are logging here. In order to"
" finalize your\n"
" account configuration, you need to set a password to your "
"account. We will send\n"
" you an email containing a link that will allow you to set a "
"password. Please click\n"
" on the blue button below to send the email.\n"
" "
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/firstlogin.html:35
#: canaille/templates/forgotten-password.html:35
msgid "Login page"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/firstlogin.html:36
msgid "Send the initialization email"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/forgotten-password.html:11
2021-12-01 11:19:28 +00:00
#: canaille/templates/login.html:36 canaille/templates/password.html:34
2020-10-23 11:38:36 +00:00
msgid "Forgotten password"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/forgotten-password.html:16
2020-10-23 11:38:36 +00:00
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 ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/forgotten-password.html:38
#: canaille/templates/profile.html:119 canaille/templates/profile.html:142
msgid "Send again"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/forgotten-password.html:40
2020-10-23 11:41:23 +00:00
msgid "Send"
2020-10-23 11:38:36 +00:00
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/group.html:13
msgid "Group deletion"
msgstr ""
#: canaille/templates/group.html:17
msgid ""
"Are you sure you want to delete this group? This action is unrevokable "
"and all the data about this group will be removed."
msgstr ""
#: canaille/templates/admin/client_edit.html:18
#: canaille/templates/group.html:21 canaille/templates/profile.html:25
msgid "Cancel"
msgstr ""
#: canaille/templates/admin/client_edit.html:19
#: canaille/templates/group.html:22 canaille/templates/profile.html:26
msgid "Delete"
msgstr ""
#: canaille/templates/group.html:29
msgid "Members"
msgstr ""
#: canaille/templates/group.html:45
msgid "Group creation"
msgstr ""
#: canaille/templates/group.html:47
msgid "Group edition"
msgstr ""
#: canaille/templates/group.html:53
msgid "Create a new group"
msgstr ""
#: canaille/templates/group.html:55
msgid "Edit informations about a group"
msgstr ""
#: canaille/templates/group.html:70
msgid ""
"Because group cannot be empty, you will be added to the group. You can "
"remove you later by editing your profile when you will have added other "
"members to the group."
msgstr ""
#: canaille/templates/group.html:75
msgid "Create group"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/group.html:77 canaille/templates/profile.html:182
2021-07-29 14:33:01 +00:00
msgid "Submit"
msgstr ""
#: canaille/templates/group.html:82
msgid "Delete group"
msgstr ""
#: canaille/templates/groups.html:5
msgid "Add a group"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/invite.html:15
msgid "Invitation sent"
msgstr ""
#: canaille/templates/invite.html:22
#, python-format
msgid "This invitation link has been to %(email)s"
msgstr ""
#: canaille/templates/invite.html:23
msgid ""
"If you need to provide this link by other ways than email, you can copy "
"it there:"
msgstr ""
#: canaille/templates/invite.html:33
msgid "Copy"
msgstr ""
#: canaille/templates/invite.html:40 canaille/templates/invite.html:81
msgid "Create a user"
msgstr ""
#: canaille/templates/invite.html:43
msgid "Invite another user"
msgstr ""
#: canaille/templates/invite.html:54
msgid "Invitate an user"
msgstr ""
#: canaille/templates/invite.html:60
msgid ""
"\n"
" After this form is sent, the recipient your indicated will "
"receive an email\n"
" containing an account creation link.\n"
" "
msgstr ""
#: canaille/templates/invite.html:84
msgid "Send the invitation"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/login.html:16
2020-10-21 12:04:40 +00:00
#, python-format
msgid "Sign in at %(website)s"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/login.html:18
2020-10-21 12:04:40 +00:00
msgid "Log-in and manage your authorizations."
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/login.html:37
2021-01-23 21:30:43 +00:00
msgid "Continue"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/password.html:16
2021-01-23 21:30:43 +00:00
#, python-format
msgid "Sign in as %(username)s"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/password.html:18
2021-01-23 21:30:43 +00:00
msgid "Please enter your password for this account."
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/password.html:33
2021-01-23 21:30:43 +00:00
#, python-format
msgid "I am not %(username)s"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/password.html:35
msgid "Sign in"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/profile.html:13
msgid "Account deletion"
2020-11-01 10:33:56 +00:00
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/profile.html:18
2020-11-01 10:33:56 +00:00
msgid ""
"Are you sure you want to delete this user? This action is unrevokable and"
" all the data about this user will be removed."
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/profile.html:20
msgid ""
"Are you sure you want to delete your account? This action is unrevokable "
"and all your data will be removed forever."
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/profile.html:35
2020-11-01 10:33:56 +00:00
msgid "User creation"
msgstr ""
2021-12-01 11:36:09 +00:00
#: canaille/templates/profile.html:37 canaille/themes/default/base.html:39
2021-12-01 11:19:28 +00:00
msgid "My profile"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/profile.html:39
2020-11-01 10:33:56 +00:00
msgid "User profile edition"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/profile.html:45
2020-11-01 10:33:56 +00:00
msgid "Create a new user account"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/profile.html:47
2020-10-21 12:04:40 +00:00
msgid "Edit your personal informations"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/profile.html:49
2020-11-01 10:33:56 +00:00
msgid "Edit informations about an user"
2020-10-21 12:04:40 +00:00
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/profile.html:64
2020-11-02 10:39:00 +00:00
msgid "Personal information"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/profile.html:86
2020-11-02 10:39:00 +00:00
msgid "Account information"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/profile.html:104
msgid "User password is not mandatory"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/profile.html:106
msgid "The user password can be set:"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/profile.html:108
msgid "by filling this form;"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/profile.html:109
msgid ""
"by sending the user a password initialization mail, after the account "
"creation;"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/profile.html:110 canaille/templates/profile.html:133
msgid ""
"or simply waiting for the user to sign-in a first time, and then receive "
"a password initialization mail."
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/profile.html:123
2021-01-22 17:26:53 +00:00
msgid "Send email"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/profile.html:127
msgid "This user does not have a password yet"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/profile.html:129
msgid "You can solve this by:"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/profile.html:131
msgid "setting a password using this form;"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/profile.html:132
msgid "sending the user a password initialization mail, by clicking this button;"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/profile.html:144
2021-01-22 17:26:53 +00:00
msgid "Send mail"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/profile.html:148
2021-07-29 14:33:01 +00:00
#: canaille/templates/reset-password.html:11
#: canaille/templates/reset-password.html:16
2021-01-22 17:26:53 +00:00
msgid "Password reset"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/profile.html:150
2021-01-22 17:26:53 +00:00
msgid ""
"If the user has forgotten his password, you can send him a password reset"
" email by clicking this button."
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/profile.html:162
msgid "Delete the user"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/profile.html:164
2021-12-01 11:19:28 +00:00
msgid "Delete my account"
2020-11-01 10:33:56 +00:00
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/profile.html:171
msgid "Impersonate"
msgstr ""
#: canaille/templates/profile.html:177 canaille/templates/users.html:18
msgid "Invite a user"
2020-12-31 11:41:38 +00:00
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/users.html:17
2020-11-01 10:33:56 +00:00
msgid "Add a user"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/users.html:25
2020-11-01 10:33:56 +00:00
msgid "Email"
msgstr ""
2020-10-21 12:04:40 +00:00
#: 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
2021-07-29 14:33:01 +00:00
#: canaille/templates/admin/client_list.html:24
2020-10-21 12:04:40 +00:00
#: canaille/templates/admin/token_list.html:21
msgid "Created"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/admin/authorization_view.html:7
2020-10-21 12:04:40 +00:00
msgid "View a authorization"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/admin/client_add.html:7
2020-10-21 12:04:40 +00:00
msgid "Add a client"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/admin/client_add.html:11
2020-10-21 12:04:40 +00:00
msgid "Confirm"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/admin/client_edit.html:12
2020-11-25 14:27:31 +00:00
msgid "Client deletion"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/admin/client_edit.html:15
2020-11-25 14:27:31 +00:00
msgid ""
"Are you sure you want to delete this client? This action is unrevokable "
"and all the data about this client will be removed."
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/admin/client_edit.html:25
2020-10-21 12:04:40 +00:00
msgid "Edit a client"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/admin/client_edit.html:32
2020-10-21 12:04:40 +00:00
msgid "ID"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/admin/client_edit.html:36
2020-10-21 12:04:40 +00:00
msgid "Secret"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/admin/client_edit.html:40
2020-10-21 12:04:40 +00:00
msgid "Issued at"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/admin/client_edit.html:57
2020-11-25 14:27:31 +00:00
msgid "Edit"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/admin/client_edit.html:60
2020-11-25 14:27:31 +00:00
msgid "Delete the client"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/admin/client_list.html:17
2020-10-21 12:04:40 +00:00
msgid "Add client"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/admin/client_list.html:23
2020-10-21 12:04:40 +00:00
msgid "URL"
msgstr ""
2021-07-29 14:33:01 +00:00
#: canaille/templates/admin/token_view.html:7
2020-10-21 12:04:40 +00:00
msgid "View a token"
msgstr ""
#: canaille/templates/mail/firstlogin.html:19
#: canaille/templates/mail/reset.txt:1
msgid "Password initialization"
msgstr ""
#: canaille/templates/mail/firstlogin.html:27
#, python-format
msgid ""
"\n"
" In order to finalize your account configuration at "
"%(site_name)s, we need to setup your password. Please click on the blue "
"button below and follow the instructions.\n"
" "
msgstr ""
#: canaille/templates/mail/firstlogin.html:38
2021-12-01 11:19:28 +00:00
#: canaille/templates/mail/invitation.txt:5 canaille/templates/mail/reset.txt:5
msgid "Initialize password"
msgstr ""
#: canaille/templates/mail/firstlogin.txt:1
#: canaille/templates/mail/reset.html:19
msgid "Password reinitialisation"
msgstr ""
#: canaille/templates/mail/firstlogin.txt:3
#, python-format
msgid ""
"Someone, probably you, asked for a password reinitialization link at "
"%(site_name)s. If you did not asked for this email, please ignore it. I "
"you need to reset your password, please click on the link below and "
"follow the instructions."
msgstr ""
#: canaille/templates/mail/firstlogin.txt:5
#: canaille/templates/mail/reset.html:38
msgid "Reset password"
msgstr ""
2021-12-01 11:19:28 +00:00
#: canaille/templates/mail/invitation.html:19
#: canaille/templates/mail/invitation.txt:1
msgid "Account creation"
msgstr ""
#: canaille/templates/mail/invitation.html:27
#, python-format
msgid ""
"\n"
" You have been invited to create an account at "
"%(site_name)s. To proceed you can click on the blue button below and "
"follow the instructions.\n"
" "
msgstr ""
#: canaille/templates/mail/invitation.html:38
msgid "Create my account"
msgstr ""
#: canaille/templates/mail/invitation.txt:3
#, python-format
msgid ""
"You have been invited to create an account at %(site_name)s. To proceed "
"you can click on the link below and follow the instructions."
msgstr ""
#: canaille/templates/mail/reset.html:27
#, python-format
msgid ""
"\n"
" Someone, probably you, asked for a password "
"reinitialization link at %(site_name)s. If you did not asked for this "
"email, please ignore it. I you need to reset your password, please click "
"on the blue button below and follow the instructions.\n"
" "
msgstr ""
#: canaille/templates/mail/reset.txt:3
#, python-format
msgid ""
"In order to finalize your account configuration at %(site_name)s, we need"
2021-12-01 11:19:28 +00:00
" to setup your password. Please click on the link below and follow the "
"instructions."
msgstr ""
2021-12-01 11:36:09 +00:00
#: canaille/themes/default/base.html:10
msgid "authorization interface"
msgstr ""
#: canaille/themes/default/base.html:50
msgid "Users"
msgstr ""
#: canaille/themes/default/base.html:65
msgid "Clients"
msgstr ""
#: canaille/themes/default/base.html:69
msgid "Tokens"
msgstr ""
#: canaille/themes/default/base.html:73
msgid "Codes"
msgstr ""
#: canaille/themes/default/base.html:77
msgid "Consents"
msgstr ""
#: canaille/themes/default/base.html:84
msgid "Log out"
msgstr ""