# Translations template for PROJECT. # Copyright (C) 2020 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # FIRST AUTHOR , 2020. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2020-12-31 19:41+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" #: canaille/account.py:61 canaille/oauth.py:58 msgid "Login failed, please check your information" msgstr "" #: canaille/account.py:64 #, python-format msgid "Connection successful. Welcome %(user)s" msgstr "" #: canaille/account.py:75 #, python-format msgid "You have been disconnected. See you next time %(user)s" msgstr "" #: canaille/account.py:92 msgid "Could not send the password initialization link." msgstr "" #: canaille/account.py:106 msgid "Password initialization on {website_name}" msgstr "" #: canaille/account.py:133 msgid "" "A password initialization link has been sent at your email address. You " "should receive it within 10 minutes." msgstr "" #: canaille/account.py:139 msgid "Could not send the password initialization email" msgstr "" #: canaille/account.py:164 msgid "User creation failed." msgstr "" #: canaille/account.py:181 canaille/account.py:254 msgid "Profile updated successfuly." msgstr "" #: canaille/account.py:186 msgid "User creation succeed." msgstr "" #: canaille/account.py:238 msgid "Profile edition failed." msgstr "" #: canaille/account.py:270 #, python-format msgid "The user %(user)s has been sucessfuly deleted" msgstr "" #: canaille/account.py:293 msgid "Could not send the password reset link." msgstr "" #: canaille/account.py:300 canaille/account.py:345 msgid "" "A password reset link has been sent at your email address. You should " "receive it within 10 minutes." msgstr "" #: canaille/account.py:318 canaille/admin/mail.py:29 msgid "Password reset on {website_name}" msgstr "" #: canaille/account.py:351 msgid "Could not reset your password" msgstr "" #: canaille/account.py:365 msgid "The password reset link that brought you here was invalid." msgstr "" #: canaille/account.py:374 msgid "Your password has been updated successfuly" msgstr "" #: canaille/consents.py:28 msgid "Could not delete this access" msgstr "" #: canaille/consents.py:32 msgid "The access has been revoked" msgstr "" #: canaille/forms.py:12 canaille/forms.py:32 msgid "Login" msgstr "" #: canaille/forms.py:15 canaille/forms.py:35 canaille/forms.py:83 msgid "jane@doe.com" msgstr "" #: canaille/forms.py:22 canaille/forms.py:44 canaille/forms.py:93 msgid "Password" msgstr "" #: canaille/forms.py:28 msgid "The login '{login}' does not exist" msgstr "" #: canaille/forms.py:47 canaille/forms.py:97 msgid "Password confirmation" msgstr "" #: canaille/forms.py:50 canaille/forms.py:100 msgid "Password and confirmation do not match." msgstr "" #: canaille/forms.py:58 msgid "Username" msgstr "" #: canaille/forms.py:59 msgid "jdoe" msgstr "" #: canaille/admin/clients.py:23 canaille/forms.py:62 #: canaille/templates/admin/client_list.html:25 #: canaille/templates/users.html:22 msgid "Name" msgstr "" #: canaille/forms.py:64 msgid "Given name" msgstr "" #: canaille/forms.py:66 msgid "John" msgstr "" #: canaille/forms.py:72 msgid "Family Name" msgstr "" #: canaille/forms.py:74 msgid "Doe" msgstr "" #: canaille/forms.py:80 msgid "Email address" msgstr "" #: canaille/forms.py:89 canaille/templates/users.html:24 msgid "Phone number" msgstr "" #: canaille/forms.py:89 msgid "555-000-555" msgstr "" #: canaille/forms.py:91 msgid "Photo" msgstr "" #: canaille/forms.py:105 msgid "Number" msgstr "" #: canaille/forms.py:107 msgid "1234" msgstr "" #: canaille/oauth.py:25 msgid "Personnal information about yourself, such as your name or your gender." msgstr "" #: canaille/oauth.py:27 msgid "Your email address." msgstr "" #: canaille/oauth.py:28 msgid "Your postal address." msgstr "" #: canaille/oauth.py:29 msgid "Your phone number." msgstr "" #: canaille/oauth.py:97 msgid "You have been successfully logged out." msgstr "" #: canaille/admin/clients.py:28 msgid "Contact" msgstr "" #: canaille/admin/clients.py:33 msgid "URI" msgstr "" #: canaille/admin/clients.py:38 msgid "Redirect URIs" msgstr "" #: canaille/admin/clients.py:43 msgid "Grant types" msgstr "" #: canaille/admin/clients.py:55 msgid "Scope" msgstr "" #: canaille/admin/clients.py:61 msgid "Response types" msgstr "" #: canaille/admin/clients.py:67 msgid "Token Endpoint Auth Method" msgstr "" #: canaille/admin/clients.py:77 msgid "Logo URI" msgstr "" #: canaille/admin/clients.py:82 msgid "Terms of service URI" msgstr "" #: canaille/admin/clients.py:87 msgid "Policy URI" msgstr "" #: canaille/admin/clients.py:92 msgid "Software ID" msgstr "" #: canaille/admin/clients.py:97 msgid "Software Version" msgstr "" #: canaille/admin/clients.py:102 msgid "JWK" msgstr "" #: canaille/admin/clients.py:107 msgid "JKW URI" msgstr "" #: canaille/admin/clients.py:123 msgid "The client has not been added. Please check your information." msgstr "" #: canaille/admin/clients.py:154 msgid "The client has been created." msgstr "" #: canaille/admin/clients.py:187 msgid "The client has not been edited. Please check your information." msgstr "" #: canaille/admin/clients.py:211 msgid "The client has been edited." msgstr "" #: canaille/admin/clients.py:223 msgid "The client has been deleted." msgstr "" #: canaille/templates/about.html:14 canaille/templates/base.html:90 msgid "About canaille" msgstr "" #: canaille/templates/about.html:16 msgid "Free and open-source identity provider." msgstr "" #: canaille/templates/about.html:19 #, python-format msgid "Version %(version)s" msgstr "" #: canaille/templates/about.html:20 msgid "Source code" msgstr "" #: canaille/templates/about.html:21 msgid "Documentation" msgstr "" #: canaille/templates/authorize.html:9 #, python-format msgid "The application %(name)s is requesting access to:" msgstr "" #: canaille/templates/authorize.html:32 #, python-format msgid "You are logged id as: %(name)s" msgstr "" #: canaille/templates/authorize.html:39 msgid "Deny" msgstr "" #: canaille/templates/authorize.html:42 msgid "Switch user" msgstr "" #: canaille/templates/authorize.html:45 msgid "Accept" msgstr "" #: canaille/templates/base.html:8 msgid "authorization interface" msgstr "" #: canaille/templates/base.html:37 canaille/templates/profile.html:32 msgid "My profile" msgstr "" #: canaille/templates/base.html:42 canaille/templates/consent_list.html:19 msgid "My consents" msgstr "" #: canaille/templates/base.html:48 msgid "Users" msgstr "" #: canaille/templates/base.html:58 msgid "Clients" msgstr "" #: canaille/templates/base.html:62 msgid "Tokens" msgstr "" #: canaille/templates/base.html:66 msgid "Codes" msgstr "" #: canaille/templates/base.html:70 msgid "Consents" msgstr "" #: canaille/templates/base.html:77 msgid "Log out" msgstr "" #: canaille/templates/consent_list.html:22 msgid "Consult and revoke the authorization you gave to websites." msgstr "" #: canaille/templates/consent_list.html:42 msgid "From:" msgstr "" #: canaille/templates/consent_list.html:44 msgid "Revoked:" msgstr "" #: canaille/templates/consent_list.html:47 msgid "Has access to:" msgstr "" #: canaille/templates/consent_list.html:57 msgid "Remove access" msgstr "" #: canaille/templates/consent_list.html:67 msgid "Nothing here" msgstr "" #: canaille/templates/consent_list.html:68 msgid "You did not authorize applications yet." msgstr "" #: 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 "" #: canaille/templates/firstlogin.html:12 msgid "First login" msgstr "" #: canaille/templates/firstlogin.html:19 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 "" #: canaille/templates/firstlogin.html:35 msgid "Send the initialization email" msgstr "" #: canaille/templates/firstlogin.html:36 #: canaille/templates/forgotten-password.html:37 msgid "Login page" msgstr "" #: canaille/templates/forgotten-password.html:12 #: canaille/templates/login.html:36 msgid "Forgotten password" msgstr "" #: canaille/templates/forgotten-password.html:19 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:36 #: canaille/templates/profile.html:92 msgid "Send" msgstr "" #: canaille/templates/login.html:17 #, python-format msgid "Sign in at %(website)s" msgstr "" #: canaille/templates/login.html:19 msgid "Log-in and manage your authorizations." msgstr "" #: canaille/templates/login.html:35 msgid "Sign in" msgstr "" #: canaille/templates/profile.html:14 msgid "User deletion" msgstr "" #: canaille/templates/profile.html:17 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 "" #: canaille/templates/admin/client_edit.html:19 #: canaille/templates/profile.html:20 msgid "Cancel" msgstr "" #: canaille/templates/admin/client_edit.html:20 #: canaille/templates/profile.html:21 msgid "Delete" msgstr "" #: canaille/templates/profile.html:30 msgid "User creation" msgstr "" #: canaille/templates/profile.html:34 msgid "User profile edition" msgstr "" #: canaille/templates/profile.html:40 msgid "Create a new user account" msgstr "" #: canaille/templates/profile.html:42 msgid "Edit your personal informations" msgstr "" #: canaille/templates/profile.html:44 msgid "Edit informations about an user" msgstr "" #: canaille/templates/profile.html:61 msgid "Personal information" msgstr "" #: canaille/templates/profile.html:80 msgid "Account information" msgstr "" #: canaille/templates/profile.html:96 msgid "Impersonate" msgstr "" #: canaille/templates/profile.html:102 msgid "Delete the user" msgstr "" #: canaille/templates/profile.html:104 msgid "Delete my account" msgstr "" #: canaille/templates/reset-password.html:12 #: canaille/templates/reset-password.html:19 msgid "Password reset" msgstr "" #: canaille/templates/users.html:17 msgid "Add a user" msgstr "" #: canaille/templates/users.html:23 msgid "Email" 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:27 #: canaille/templates/admin/token_list.html:21 msgid "Created" msgstr "" #: canaille/templates/admin/authorization_view.html:8 msgid "View a authorization" msgstr "" #: canaille/templates/admin/client_add.html:8 msgid "Add a client" msgstr "" #: canaille/templates/admin/client_add.html:14 msgid "Confirm" msgstr "" #: canaille/templates/admin/client_edit.html:13 msgid "Client deletion" msgstr "" #: canaille/templates/admin/client_edit.html:16 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 "" #: canaille/templates/admin/client_edit.html:26 msgid "Edit a client" msgstr "" #: canaille/templates/admin/client_edit.html:35 msgid "ID" msgstr "" #: canaille/templates/admin/client_edit.html:39 msgid "Secret" msgstr "" #: canaille/templates/admin/client_edit.html:43 msgid "Issued at" msgstr "" #: canaille/templates/admin/client_edit.html:60 msgid "Edit" msgstr "" #: canaille/templates/admin/client_edit.html:63 msgid "Delete the client" msgstr "" #: canaille/templates/admin/client_list.html:20 msgid "Add client" msgstr "" #: canaille/templates/admin/client_list.html:26 msgid "URL" msgstr "" #: canaille/templates/admin/token_view.html:8 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 #: 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 "" #: 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" " to setup your password. Please click on the blue button below and follow" " the instructions." msgstr ""