Skip to content
Snippets Groups Projects
messages.pot 26.2 KiB
Newer Older
kaiyou's avatar
kaiyou committed
# Translations template for PROJECT.
ornanovitch's avatar
ornanovitch committed
# Copyright (C) 2023 ORGANIZATION
kaiyou's avatar
kaiyou committed
# This file is distributed under the same license as the PROJECT project.
ornanovitch's avatar
ornanovitch committed
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
kaiyou's avatar
kaiyou committed
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-05-26 11:00+0200\n"
kaiyou's avatar
kaiyou committed
"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.12.1\n"
ornanovitch's avatar
ornanovitch committed
#: hiboo/actions.py:80
msgid "cancel"
msgstr ""

#: hiboo/actions.py:81
msgid "cancel ongoing profile actions"
msgstr ""

#: hiboo/actions.py:96
msgid "assign"
msgstr ""

#: hiboo/actions.py:97
msgid "assign the profile to a user"
msgstr ""

#: hiboo/format.py:35
msgid "must be at least {} and at most {} characters long"
msgstr ""

#: hiboo/format.py:39
msgid "must comprise only of "
msgstr ""

#: hiboo/format.py:71
msgid "lowercase letters, digits, dots, dashes, and underscores"
msgstr ""

#: hiboo/format.py:81
msgid "letters, digits, dots, dashes and underscores"
msgstr ""

#: hiboo/models.py:208
kaiyou's avatar
kaiyou committed
msgid "Profile creation is impossible"
msgstr ""

#: hiboo/models.py:209
kaiyou's avatar
kaiyou committed
msgid "Profile creation is reserved to managers"
msgstr ""

#: hiboo/models.py:210
kaiyou's avatar
kaiyou committed
msgid "Profile creation must be validated"
msgstr ""

#: hiboo/models.py:211
kaiyou's avatar
kaiyou committed
msgid "Additional profiles must be validated"
msgstr ""

#: hiboo/models.py:212
kaiyou's avatar
kaiyou committed
msgid "No validation is required"
msgstr ""

#: hiboo/models.py:249
kaiyou's avatar
kaiyou committed
msgid "unclaimed"
msgstr ""

#: hiboo/models.py:250
kaiyou's avatar
kaiyou committed
msgid "requested"
msgstr ""

#: hiboo/models.py:251
kaiyou's avatar
kaiyou committed
msgid "active"
msgstr ""

#: hiboo/models.py:252
kaiyou's avatar
kaiyou committed
msgid "blocked"
msgstr ""

#: hiboo/models.py:253
kaiyou's avatar
kaiyou committed
msgid "deleted"
msgstr ""

#: hiboo/models.py:254
ornanovitch's avatar
ornanovitch committed
msgid "purged"
msgstr ""

#: hiboo/models.py:259
ornanovitch's avatar
ornanovitch committed
msgid "activate"
msgstr ""

#: hiboo/models.py:259
ornanovitch's avatar
ornanovitch committed
msgid "activate this profile"
msgstr ""

#: hiboo/models.py:263
ornanovitch's avatar
ornanovitch committed
msgid "reject"
msgstr ""

#: hiboo/models.py:263
ornanovitch's avatar
ornanovitch committed
msgid "reject this request"
msgstr ""

#: hiboo/models.py:267
ornanovitch's avatar
ornanovitch committed
msgid "block"
msgstr ""

#: hiboo/models.py:267
ornanovitch's avatar
ornanovitch committed
msgid "block this profile"
msgstr ""

#: hiboo/models.py:271
ornanovitch's avatar
ornanovitch committed
msgid "unblock"
msgstr ""

#: hiboo/models.py:271
ornanovitch's avatar
ornanovitch committed
msgid "unblock this blocked profile"
msgstr ""

#: hiboo/models.py:275
ornanovitch's avatar
ornanovitch committed
msgid "delete"
msgstr ""

#: hiboo/models.py:275
ornanovitch's avatar
ornanovitch committed
msgid "delete this profile"
msgstr ""

#: hiboo/models.py:280
ornanovitch's avatar
ornanovitch committed
msgid "purge"
msgstr ""

#: hiboo/models.py:280
ornanovitch's avatar
ornanovitch committed
msgid "delete and purge this profile"
msgstr ""

#: hiboo/models.py:360
kaiyou's avatar
kaiyou committed
msgid "signed up for this account"
msgstr ""

#: hiboo/models.py:361
kaiyou's avatar
kaiyou committed
msgid "created the profile {this.profile.username} on {this.service.name}"
msgstr ""

#: hiboo/models.py:362
kaiyou's avatar
kaiyou committed
msgid "changed this account password"
kaiyou's avatar
kaiyou committed
msgstr ""

#: hiboo/models.py:363
ornanovitch's avatar
ornanovitch committed
msgid "modified this account multi-factor authentication (MFA) setting"
msgstr ""

#: hiboo/models.py:364
kaiyou's avatar
kaiyou committed
msgid ""
"set the {this.service.name} profile {this.profile.username} as "
"{this.value}"
kaiyou's avatar
kaiyou committed
msgstr ""

#: hiboo/models.py:365
ornanovitch's avatar
ornanovitch committed
msgid ""
"did {this.transition.label} the profile {this.profile.username} on "
"{this.service.name}"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/account/forms.py:8 hiboo/account/forms.py:20 hiboo/profile/forms.py:8
#: hiboo/profile/forms.py:28 hiboo/profile/templates/profile_details.html:12
kaiyou's avatar
kaiyou committed
#: hiboo/user/templates/user_details.html:12
#: hiboo/user/templates/user_details.html:50
ornanovitch's avatar
ornanovitch committed
#: hiboo/user/templates/user_list.html:13
#: hiboo/user/templates/user_pick.html:13
kaiyou's avatar
kaiyou committed
msgid "Username"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/account/forms.py:9 hiboo/account/forms.py:25 hiboo/profile/forms.py:29
kaiyou's avatar
kaiyou committed
msgid "Password"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/account/forms.py:10
msgid "Remember me"
msgstr ""

#: hiboo/account/forms.py:11
#: hiboo/account/templates/account_signin_password.html:3
#: hiboo/profile/templates/profile_pick.html:18 hiboo/templates/base.html:32
#: hiboo/templates/sidebar.html:47
kaiyou's avatar
kaiyou committed
msgid "Sign in"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/account/forms.py:15
msgid "Enter the one-time password delivered by your client"
ornanovitch's avatar
ornanovitch committed
msgstr ""

#: hiboo/account/forms.py:16
msgid "Confirm"
ornanovitch's avatar
ornanovitch committed
msgstr ""

#: hiboo/account/forms.py:22
msgid ""
"Your username must be            comprised of lowercase letters, numbers "
"and '-' '_' only"
ornanovitch's avatar
ornanovitch committed
#: hiboo/account/forms.py:26
kaiyou's avatar
kaiyou committed
msgid "Confirm password"
msgstr ""

#: hiboo/account/forms.py:28
msgid "Prove that you are human, copy the following text"
msgstr ""

#: hiboo/account/forms.py:29
#: hiboo/account/templates/account_signin_password.html:13
#: hiboo/account/templates/account_signin_totp.html:13
kaiyou's avatar
kaiyou committed
#: hiboo/account/templates/account_signup.html:3
#: hiboo/profile/templates/profile_quick.html:6
#: hiboo/profile/templates/profile_quick.html:20
#: hiboo/templates/sidebar.html:42
kaiyou's avatar
kaiyou committed
msgid "Sign up"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/account/forms.py:33
kaiyou's avatar
kaiyou committed
msgid "Old password"
msgstr ""

#: hiboo/account/forms.py:34
#: hiboo/account/templates/account_auth_password.html:3
kaiyou's avatar
kaiyou committed
msgid "New password"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/account/forms.py:35
kaiyou's avatar
kaiyou committed
msgid "Confirm new password"
msgstr ""

#: hiboo/account/forms.py:37 hiboo/templates/sidebar.html:31
kaiyou's avatar
kaiyou committed
msgid "Change password"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/account/forms.py:41
kaiyou's avatar
kaiyou committed
msgid "Email address"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/account/forms.py:42
kaiyou's avatar
kaiyou committed
msgid "Matrix ID"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/account/forms.py:43 hiboo/account/templates/account_contact.html:3
kaiyou's avatar
kaiyou committed
msgid "Update contact info"
msgstr ""

#: hiboo/account/login.py:29 hiboo/account/login.py:148
kaiyou's avatar
kaiyou committed
msgid "Wrong credentials"
msgstr ""

#: hiboo/account/login.py:45
ornanovitch's avatar
ornanovitch committed
msgid "Wrong TOTP"
msgstr ""

#: hiboo/account/login.py:70
ornanovitch's avatar
ornanovitch committed
msgid "Invalid or expired signup link"
msgstr ""

#: hiboo/account/login.py:76
kaiyou's avatar
kaiyou committed
msgid "A user with the same username exists already"
msgstr ""

#: hiboo/account/login.py:86
kaiyou's avatar
kaiyou committed
msgid "Signed up using the Web form"
msgstr ""

#: hiboo/account/login.py:88
kaiyou's avatar
kaiyou committed
msgid "User created successfully"
msgstr ""

#: hiboo/account/login.py:108 hiboo/account/login.py:137
ornanovitch's avatar
ornanovitch committed
msgid "Invalid or expired reset link"
msgstr ""

#: hiboo/account/login.py:118 hiboo/account/settings.py:25
kaiyou's avatar
kaiyou committed
msgid "Successfully reset your password"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/account/settings.py:28
kaiyou's avatar
kaiyou committed
msgid "Wrong credentials, check your old password"
msgstr ""

#: hiboo/account/settings.py:39
msgid "TOTP is valid"
msgstr ""

#: hiboo/account/settings.py:42
msgid "Invalid or expired TOTP"
kaiyou's avatar
kaiyou committed
msgstr ""

#: hiboo/account/settings.py:70
msgid "TOTP has been enabled"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/account/settings.py:75
msgid "Successfully enabled TOTP"
msgstr ""

#: hiboo/account/settings.py:78
msgid "Failed to enable TOTP, wrong TOTP"
msgstr ""

#: hiboo/account/settings.py:80
msgid ""
"Scan this QR code or use the informations below it to configure your TOTP"
" client"
msgstr ""

#: hiboo/account/settings.py:93
ornanovitch's avatar
ornanovitch committed
msgid "TOTP has been disabled"
kaiyou's avatar
kaiyou committed
msgstr ""

#: hiboo/account/settings.py:97
ornanovitch's avatar
ornanovitch committed
msgid "Successfully disabled TOTP"
kaiyou's avatar
kaiyou committed
msgstr ""

#: hiboo/account/settings.py:113
ornanovitch's avatar
ornanovitch committed
msgid "Successfully updated your contact info"
kaiyou's avatar
kaiyou committed
msgstr ""

#: hiboo/account/templates/account_auth_password_reset.html:3
msgid "Reset your password"
msgstr ""

#: hiboo/account/templates/account_auth_totp.html:3
#: hiboo/account/templates/account_auth_totp_enable.html:3
msgid "Two-factor authentication (2FA)"
msgstr ""

#: hiboo/account/templates/account_auth_totp.html:4
#: hiboo/account/templates/account_auth_totp_enable.html:4
msgid "with time-based one-time password (TOTP)"
msgstr ""

#: hiboo/account/templates/account_auth_totp.html:9
msgid ""
"TOTP is an optional secondary layer of the authentication process used to"
" enforce the protection of your account with a one-time password. You can"
" read <a href=\"https://en.wikipedia.org/wiki/Time-based_one-"
"time_password\">this Wikipedia page</a> if you want to learn more about "
"this mechanism."
msgstr ""

#: hiboo/account/templates/account_auth_totp.html:18
msgid "Two-factor authentication is enabled"
msgstr ""

#: hiboo/account/templates/account_auth_totp.html:19
msgid "Click on <i>Disable TOTP</i> to disable it"
msgstr ""

#: hiboo/account/templates/account_auth_totp.html:25
msgid "Test your one-time password"
msgstr ""

#: hiboo/account/templates/account_auth_totp.html:26
msgid "Feel free to use this form in order to check your client configuration"
msgstr ""

#: hiboo/account/templates/account_auth_totp.html:39
msgid "Two-factor authentication is disabled"
msgstr ""

#: hiboo/account/templates/account_auth_totp.html:40
msgid "Click on <i>Enable TOTP</i> to configure it"
msgstr ""

#: hiboo/account/templates/account_auth_totp.html:44
msgid "Attention"
msgstr ""

#: hiboo/account/templates/account_auth_totp.html:45
msgid ""
"You will need a working TOTP client in order to complete this "
"configuration. Several open-source apps can help you for this (and some "
"on mobile are available on <a "
"href=\"https://search.f-droid.org/?q=totp&lang=fr\">F-Droid</a>)"
msgstr ""

#: hiboo/account/templates/account_auth_totp.html:55
msgid "Disable TOTP"
msgstr ""

#: hiboo/account/templates/account_auth_totp.html:57
msgid "Enable TOTP"
msgstr ""

#: hiboo/account/templates/account_auth_totp_enable.html:14
msgid "Secret key"
msgstr ""

#: hiboo/account/templates/account_auth_totp_enable.html:17
#: hiboo/application/templates/application_synapse/rooms.html:14
msgid "Name"
msgstr ""

#: hiboo/account/templates/account_auth_totp_enable.html:20
msgid "Issuer"
msgstr ""

#: hiboo/account/templates/account_auth_totp_enable.html:33
msgid "Cancel"
msgstr ""

#: hiboo/account/templates/account_home.html:3
kaiyou's avatar
kaiyou committed
#: hiboo/account/templates/account_profiles.html:3
#: hiboo/templates/sidebar.html:16
kaiyou's avatar
kaiyou committed
msgid "My account"
msgstr ""

#: hiboo/account/templates/account_home.html:4
msgid "status and history"
msgstr ""

#: hiboo/account/templates/account_home.html:12
msgid "Account age"
msgstr ""

#: hiboo/account/templates/account_home.html:15
msgid "Profile count"
msgstr ""

#: hiboo/account/templates/account_home.html:20
msgid "Pending requests"
msgstr ""

#: hiboo/account/templates/account_home.html:23
msgid "Role"
msgstr ""

#: hiboo/account/templates/account_home.html:23
msgid "administrator"
msgstr ""

#: hiboo/account/templates/account_home.html:23
msgid "registered user"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/account/templates/account_profiles.html:4
msgid "my profiles"
kaiyou's avatar
kaiyou committed
msgstr ""

#: hiboo/account/templates/account_profiles.html:16
#: hiboo/profile/templates/profile_pick.html:26
msgid "No profile description"
kaiyou's avatar
kaiyou committed
msgstr ""

#: hiboo/account/templates/account_profiles.html:27
ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/templates/profile_pick.html:48
#: hiboo/profile/templates/profile_pick.html:52
msgid "Create another profile"
msgstr ""

#: hiboo/account/templates/account_profiles.html:34
#: hiboo/profile/templates/profile_pick.html:50
ornanovitch's avatar
ornanovitch committed
msgid "Request another profile"
kaiyou's avatar
kaiyou committed
msgstr ""

#: hiboo/account/templates/account_profiles.html:42
ornanovitch's avatar
ornanovitch committed
msgid "Claim another profile"
kaiyou's avatar
kaiyou committed
msgstr ""

#: hiboo/account/templates/account_profiles.html:54
ornanovitch's avatar
ornanovitch committed
#, python-format
msgid "Profile will be %(status)s in %(when)s"
kaiyou's avatar
kaiyou committed
msgstr ""

#: hiboo/account/templates/account_signin_password.html:4
#: hiboo/account/templates/account_signin_totp.html:4
msgid "to access your account"
kaiyou's avatar
kaiyou committed
msgstr ""

#: hiboo/account/templates/account_signin_totp.html:3
msgid "Time-based one-time password (TOTP) verify"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/account/templates/account_signup.html:4
msgid "for a new account"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/application/base.py:12 hiboo/service/templates/service_details.html:15
msgid "Service name"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/application/base.py:13 hiboo/service/templates/service_details.html:21
#: hiboo/service/templates/service_list.html:15
msgid "Provider"
msgstr ""

#: hiboo/application/base.py:14 hiboo/service/templates/service_details.html:18
msgid "Description"
msgstr ""

#: hiboo/application/base.py:15
msgid "Profile policy"
msgstr ""

#: hiboo/application/base.py:17
msgid "Maximum profile count"
msgstr ""

#: hiboo/application/base.py:19
msgid "Profile username format"
msgstr ""

#: hiboo/application/base.py:21
msgid "Default ({})"
msgstr ""

#: hiboo/application/base.py:30
msgid "Enable single-profile behavior (no custom username, no additional profile)"
msgstr ""

#: hiboo/application/base.py:31 hiboo/application/infrastructure.py:15
#: hiboo/application/infrastructure.py:37 hiboo/application/social.py:20
#: hiboo/application/social.py:42 hiboo/application/social.py:167
#: hiboo/application/social.py:189 hiboo/application/social.py:210
#: hiboo/application/sso.py:43 hiboo/application/sso.py:67
#: hiboo/application/storage.py:15 hiboo/application/storage.py:34
msgid "Submit"
kaiyou's avatar
kaiyou committed
msgstr ""

kaiyou's avatar
kaiyou committed
#: hiboo/application/infrastructure.py:11
msgid "Gitlab"
msgstr ""

#: hiboo/application/infrastructure.py:14
msgid "Gitlab URL"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/application/infrastructure.py:33
kaiyou's avatar
kaiyou committed
msgid "Grafana"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/application/infrastructure.py:36
kaiyou's avatar
kaiyou committed
msgid "Grafana URL"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/application/social.py:16
kaiyou's avatar
kaiyou committed
msgid "Mastodon"
ornanovitch's avatar
ornanovitch committed
#: hiboo/application/social.py:19
msgid "Mastodon URL"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/application/social.py:36
kaiyou's avatar
kaiyou committed
msgid "Synapse"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/application/social.py:39
kaiyou's avatar
kaiyou committed
msgid "Synapse homeserver URL"
ornanovitch's avatar
ornanovitch committed
#: hiboo/application/social.py:40
msgid "Synapse hosted domain"
msgstr ""

#: hiboo/application/social.py:41
msgid "Synapse administrator token"
msgstr ""

#: hiboo/application/social.py:64
msgid "Search keyword"
msgstr ""

#: hiboo/application/social.py:65
msgid "Search"
msgstr ""

#: hiboo/application/social.py:87
#: hiboo/application/templates/application_synapse/rooms.html:11
msgid "RoomID"
msgstr ""

#: hiboo/application/social.py:88 hiboo/application/social.py:107
msgid "Display"
msgstr ""

#: hiboo/application/social.py:106
msgid "MXID"
msgstr ""

#: hiboo/application/social.py:163
msgid "WriteFreely"
msgstr ""

#: hiboo/application/social.py:166
msgid "WriteFreely URL"
msgstr ""

#: hiboo/application/social.py:185
msgid "PeerTube"
msgstr ""

#: hiboo/application/social.py:188
msgid "PeerTube URL"
msgstr ""

#: hiboo/application/social.py:206
msgid "Flarum"
msgstr ""

#: hiboo/application/social.py:209
msgid "Flarum URL"
msgstr ""

#: hiboo/application/sso.py:11
msgid "Generic OIDC"
msgstr ""

#: hiboo/application/sso.py:14
msgid "Redirect URI"
msgstr ""

#: hiboo/application/sso.py:16
msgid "Token Endpoint Auth Method"
msgstr ""

#: hiboo/application/sso.py:17
msgid "HTTP POST data"
msgstr ""

#: hiboo/application/sso.py:18
msgid "HTTP basic authorization"
msgstr ""

#: hiboo/application/sso.py:19
msgid "No authentication"
msgstr ""

#: hiboo/application/sso.py:23
msgid "OpenID Connect grant type"
msgstr ""

#: hiboo/application/sso.py:24
msgid "Authorization Code"
msgstr ""

#: hiboo/application/sso.py:25
msgid "Implicit"
msgstr ""

#: hiboo/application/sso.py:26
msgid "Hybrid"
msgstr ""

#: hiboo/application/sso.py:30
msgid "Allowed response types"
msgstr ""

#: hiboo/application/sso.py:31
msgid "Authorization code only"
msgstr ""

#: hiboo/application/sso.py:32
msgid "Id token only"
msgstr ""

#: hiboo/application/sso.py:33
msgid "Id token and token"
msgstr ""

#: hiboo/application/sso.py:37
msgid "Enabled special claim mappings"
msgstr ""

#: hiboo/application/sso.py:38
msgid "Mask the profile uuid"
msgstr ""

#: hiboo/application/sso.py:39
msgid "Return the actual user email"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/application/sso.py:40
msgid "Return all claims independently of asked scopes"
msgstr ""

#: hiboo/application/sso.py:56
msgid "Generic SAML2"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/application/sso.py:59
msgid "SP entity id"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/application/sso.py:60
msgid "SP ACS"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/application/sso.py:62
msgid "Signature mode"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/application/sso.py:63
msgid "Sign the full response"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/application/sso.py:64
msgid "Sign only the assertion"
msgstr ""

#: hiboo/application/storage.py:11
kaiyou's avatar
kaiyou committed
msgid "NextCloud"
msgstr ""

#: hiboo/application/storage.py:14
kaiyou's avatar
kaiyou committed
msgid "NextCloud URL"
ornanovitch's avatar
ornanovitch committed
#: hiboo/application/storage.py:30
msgid "Seafile"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/application/storage.py:33
msgid "Seafile URL"
msgstr ""

#: hiboo/application/templates/application_oidc.html:2
msgid "Authorization endpoint"
msgstr ""

#: hiboo/application/templates/application_oidc.html:5
msgid "Token endpoint"
msgstr ""

#: hiboo/application/templates/application_oidc.html:8
msgid "Userinfo endpoint"
msgstr ""

#: hiboo/application/templates/application_oidc.html:11
msgid "Client ID"
msgstr ""

#: hiboo/application/templates/application_oidc.html:14
msgid "Client secret"
msgstr ""

#: hiboo/application/templates/application_pick.html:3
kaiyou's avatar
kaiyou committed
msgid "Select application type"
ornanovitch's avatar
ornanovitch committed
#: hiboo/application/templates/application_pick.html:18
kaiyou's avatar
kaiyou committed
msgid "Select"
msgstr ""

#: hiboo/application/templates/application_saml.html:2
msgid "SAML Metadata"
msgstr ""

#: hiboo/application/templates/application_saml.html:5
msgid "SSO redirect binding"
msgstr ""

#: hiboo/application/templates/application_saml.html:8
msgid "ACS"
msgstr ""

#: hiboo/application/templates/application_saml.html:11
msgid "IDP certificate"
msgstr ""

#: hiboo/application/templates/application_saml.html:14
msgid ">SP certificate"
msgstr ""

#: hiboo/application/templates/application_saml.html:17
msgid "SP private key"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/application/templates/application_synapse/media.html:7
msgid "Media"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/application/templates/application_synapse/media.html:8
msgid "Thumbnail"
msgstr ""

#: hiboo/application/templates/application_synapse/room.html:19
msgid "Member"
msgstr ""

#: hiboo/application/templates/application_synapse/rooms.html:12
msgid "Alias"
msgstr ""

#: hiboo/application/templates/application_synapse/rooms.html:13
msgid "Version"
msgstr ""

#: hiboo/application/templates/application_synapse/rooms.html:15
msgid "Members (local)"
msgstr ""

#: hiboo/application/templates/application_synapse/rooms.html:16
msgid "Properties"
msgstr ""

#: hiboo/application/templates/application_synapse/user.html:21
msgid "Devices"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/forms.py:9
msgid "Comment"
msgstr ""

#: hiboo/profile/forms.py:10 hiboo/profile/templates/profile_list.html:66
kaiyou's avatar
kaiyou committed
msgid "Create profile"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/forms.py:30 hiboo/profile/templates/profile_claim.html:4
kaiyou's avatar
kaiyou committed
msgid "Claim profile"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/views.py:35 hiboo/profile/views.py:37
kaiyou's avatar
kaiyou committed
msgid "You cannot request a profile for this service"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/views.py:36
msgid "You already own a profile for this service"
msgstr ""

#: hiboo/profile/views.py:38
kaiyou's avatar
kaiyou committed
msgid "Your reached the maximum number of profiles"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/views.py:45
msgid "Your profile creation requires approval, please contact us!"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/views.py:62
kaiyou's avatar
kaiyou committed
msgid "A profile with that username exists already"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/views.py:130
kaiyou's avatar
kaiyou committed
msgid "Successfully claimed the profile!"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/views.py:133
kaiyou's avatar
kaiyou committed
msgid "Wrong username or password"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/views.py:200
msgid "Profile status change was requested"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/views.py:216
msgid "Profile status change was cancelled"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/views.py:228
msgid "Profile status change was completed"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/views.py:250
msgid "Successfully assigned the profile"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/templates/profile_action.html:18
msgid "Show profile"
msgstr ""

#: hiboo/profile/templates/profile_claim.html:5
#: hiboo/profile/templates/profile_create.html:6
#: hiboo/profile/templates/profile_pick.html:5
#: hiboo/profile/templates/profile_quick.html:8
#, python-format
msgid "for the service %(service_name)s"
kaiyou's avatar
kaiyou committed
msgstr ""

kaiyou's avatar
kaiyou committed
#: hiboo/profile/templates/profile_create.html:4
msgid "New profile"
msgstr ""

#: hiboo/profile/templates/profile_create.html:7
msgid "and user"
msgstr ""

#: hiboo/profile/templates/profile_details.html:4
msgid "profile details"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/templates/profile_details.html:16
kaiyou's avatar
kaiyou committed
msgid "Owner"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/templates/profile_details.html:20
#: hiboo/profile/templates/profile_list.html:27
#: hiboo/service/templates/service_details.html:30
kaiyou's avatar
kaiyou committed
#: hiboo/user/templates/user_details.html:15
msgid "UUID"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/templates/profile_details.html:23
#: hiboo/profile/templates/profile_list.html:28
#: hiboo/user/templates/user_details.html:51
ornanovitch's avatar
ornanovitch committed
msgid "Status"
msgstr ""

#: hiboo/profile/templates/profile_details.html:26
kaiyou's avatar
kaiyou committed
#: hiboo/user/templates/user_details.html:18
msgid "Created at"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/templates/profile_list.html:7
msgid "profiles"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/templates/profile_list.html:23
#: hiboo/service/templates/service_list.html:14
#: hiboo/user/templates/user_details.html:49
ornanovitch's avatar
ornanovitch committed
msgid "Service"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/templates/profile_list.html:25
msgid "Profile username"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/templates/profile_list.html:26
kaiyou's avatar
kaiyou committed
msgid "Owned by"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/templates/profile_list.html:29
#: hiboo/user/templates/user_list.html:14
#: hiboo/user/templates/user_pick.html:14
msgid "Created on"
kaiyou's avatar
kaiyou committed
msgstr ""

#: hiboo/profile/templates/profile_list.html:30
#: hiboo/service/templates/service_details.html:39
#: hiboo/service/templates/service_list.html:19
msgid "Actions"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/templates/profile_list.html:65
msgid "Export unclaimed profiles"
kaiyou's avatar
kaiyou committed
msgstr ""

kaiyou's avatar
kaiyou committed
#: hiboo/profile/templates/profile_pick.html:4
kaiyou's avatar
kaiyou committed
msgid "Pick a profile"
msgstr ""

#: hiboo/profile/templates/profile_pick.html:32
kaiyou's avatar
kaiyou committed
#, python-format
msgid "Created on %(created_on)s"
msgstr ""

#: hiboo/profile/templates/profile_pick.html:33
kaiyou's avatar
kaiyou committed
msgid "Not shared with anyone"
msgstr ""

#: hiboo/profile/templates/profile_pick.html:45
ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/templates/profile_quick.html:39
msgid "Claim a profile"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/templates/profile_quick.html:24
#, python-format
msgid "Your new %(service_name)s profile"
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/templates/profile_quick.html:27
kaiyou's avatar
kaiyou committed
#, python-format
msgid ""
ornanovitch's avatar
ornanovitch committed
"Please click the \"Sign up\" button to initialize your %(service_name)s "
"account."
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/templates/profile_quick.html:29
kaiyou's avatar
kaiyou committed
msgid ""
ornanovitch's avatar
ornanovitch committed
"If you wish to pick a different username, please click the \"Custom "
"profile\" button."
kaiyou's avatar
kaiyou committed
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/profile/templates/profile_quick.html:42
msgid "Create a custom profile"
ornanovitch's avatar
ornanovitch committed
#: hiboo/service/views.py:41
kaiyou's avatar
kaiyou committed
msgid "Service successfully created"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/service/views.py:56
kaiyou's avatar
kaiyou committed
msgid "Service successfully updated"
msgstr ""

ornanovitch's avatar
ornanovitch committed
#: hiboo/service/templates/service_action.html:18
msgid "Show service"
kaiyou's avatar
kaiyou committed
msgstr ""