idlesign/django-oauthost

View on GitHub
oauthost/locale/en/LC_MESSAGES/django.po

Summary

Maintainability
Test Coverage
# django-oauthost translations template file
#
# Copyright (C) 2011, Igor 'idle sign' Starikov
# This file is distributed under the same license as the django-oauthost package.
# Igor Starikov <idlesign@yandex.ru>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-10 19:42+0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: auth_handlers.py:104
msgid "Access Restricted"
msgstr ""

#: endpoints.py:44
msgid "Error"
msgstr ""

#: endpoints.py:188
msgid "OAuth 2.0 requires secure connection."
msgstr ""

#: endpoints.py:642
msgid "Client ID must be supplied."
msgstr ""

#: endpoints.py:648
msgid "Invalid client ID is supplied."
msgstr ""

#: endpoints.py:671
msgid "Redirect URI should be supplied for a given client."
msgstr ""

#: endpoints.py:681
msgid "Redirection URI supplied is not associated with given client."
msgstr ""

#: endpoints.py:690
msgid "Authorization Request"
msgstr ""

#: models.py:27
msgid "Enabled"
msgstr ""

#: models.py:28
msgid "Disabled"
msgstr ""

#: models.py:31
msgid "Scope ID"
msgstr ""

#: models.py:31
msgid "Scope identifier. Usually in form of `app_name:view_name`."
msgstr ""

#: models.py:32
msgid "Scope title"
msgstr ""

#: models.py:32
msgid "Scope human-friendly name."
msgstr ""

#: models.py:33
msgid "Status"
msgstr ""

#: models.py:36
msgid "Scope"
msgstr ""

#: models.py:37 models.py:117 models.py:206 models.py:245
msgid "Scopes"
msgstr ""

#: models.py:101
msgid "Confidential"
msgstr ""

#: models.py:102
msgid "Public"
msgstr ""

#: models.py:105
msgid "Registered at"
msgstr ""

#: models.py:106
msgid "Title"
msgstr ""

#: models.py:107
msgid "Registrant"
msgstr ""

#: models.py:107
msgid "User who registered this client."
msgstr ""

#: models.py:108
msgid "Description"
msgstr ""

#: models.py:109
msgid "URL"
msgstr ""

#: models.py:109
msgid "Application webpage URL."
msgstr ""

#: models.py:110
msgid "Identifier"
msgstr ""

#: models.py:110
msgid "Public client identifier. <i>Generated automatically if empty.</i>."
msgstr ""

#: models.py:111
msgid "Token lifetime"
msgstr ""

#: models.py:111
msgid "Time in seconds after which token given to the application expires."
msgstr ""

#: models.py:112
msgid "Password"
msgstr ""

#: models.py:112
msgid ""
"Secret that can be used along with an identifier as username to authenticate "
"with HTTP Basic scheme."
msgstr ""

#: models.py:113 models.py:241
msgid "Type"
msgstr ""

#: models.py:114
msgid ""
"<b>Confidential</b> &#8212; Clients capable of maintaining the "
"confidentiality of their credentials, or capable of secure client "
"authentication using other means.<br />                   <b>Public</b> "
"&#8212; Clients incapable of maintaining the confidentiality of their "
"credentials, and incapable of secure client authentication via any other "
"means"
msgstr ""

#: models.py:117
msgid ""
"The scopes client is restricted to. <i>All registered scopes will be "
"available for the client if none selected.</i>"
msgstr ""

#: models.py:118
msgid "Supports # in \"Location\""
msgstr ""

#: models.py:118
msgid ""
"Should be checked if this client supports fragment component (#) in the HTTP "
"\"Location\" response header field"
msgstr ""

#: models.py:121 models.py:163 models.py:204 models.py:243
msgid "Client"
msgstr ""

#: models.py:122
msgid "Clients"
msgstr ""

#: models.py:187
msgid "URI"
msgstr ""

#: models.py:187
msgid ""
"URI or URI scheme for authorization server to redirect client when an "
"interaction with a resource owner is complete."
msgstr ""

#: models.py:190
msgid "Redirection Endpoint"
msgstr ""

#: models.py:191
msgid "Redirection Endpoints"
msgstr ""

#: models.py:201 models.py:237
msgid "Issued at"
msgstr ""

#: models.py:202 models.py:244
msgid "Code"
msgstr ""

#: models.py:202
msgid "Code issued upon authorization."
msgstr ""

#: models.py:203 models.py:242
msgid "User"
msgstr ""

#: models.py:203
msgid "The user authorization is granted for."
msgstr ""

#: models.py:204
msgid "The client authorization is granted for."
msgstr ""

#: models.py:205
msgid "Redirect URI"
msgstr ""

#: models.py:205
msgid "The URI authorization is bound to."
msgstr ""

#: models.py:206
msgid "The scopes token issued with this code should be restricted to."
msgstr ""

#: models.py:209
msgid "Authorization code"
msgstr ""

#: models.py:210
msgid "Authorization codes"
msgstr ""

#: models.py:238
msgid "Expires at"
msgstr ""

#: models.py:239
msgid "Access Token"
msgstr ""

#: models.py:239
msgid "Token to be used to access resources."
msgstr ""

#: models.py:240
msgid "Refresh Token"
msgstr ""

#: models.py:240
msgid "Token to be used to refresh access token."
msgstr ""

#: models.py:241
msgid ""
"Access token type client uses to apply the appropriate authorization method."
msgstr ""

#: models.py:242
msgid "The user token is issued for."
msgstr ""

#: models.py:243
msgid "The client application token is issued for."
msgstr ""

#: models.py:244
msgid "Authorization code used to generate this token."
msgstr ""

#: models.py:245
msgid "The scopes token is restricted to."
msgstr ""

#: models.py:248
msgid "Token"
msgstr ""

#: models.py:249
msgid "Tokens"
msgstr ""

#: templates/oauthost/authorize.html:6
msgid "application asks you to grant it an access to:"
msgstr ""

#: templates/oauthost/authorize.html:12
msgid "Yes, authorize it"
msgstr ""

#: templates/oauthost/authorize.html:13
msgid "No, I do not agree"
msgstr ""

#: templates/oauthost/authorize_proceed.html:4
msgid "To return to the application please push the button below."
msgstr ""

#: templates/oauthost/authorize_proceed.html:5
msgid "Return"
msgstr ""

#: templates/oauthost/forbidden.html:3
msgid "Sorry, but you have insufficient privileges to access this resource."
msgstr ""

#: templates/oauthost/restricted.html:3
msgid ""
"Access to this resource is restricted. Please provide appropriate "
"credentials within the request to proceed."
msgstr ""