186 lines
2.8 KiB
Text
186 lines
2.8 KiB
Text
|
# SOME DESCRIPTIVE TITLE.
|
||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||
|
# This file is distributed under the same license as the PACKAGE package.
|
||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||
|
#
|
||
|
#, fuzzy
|
||
|
msgid ""
|
||
|
msgstr ""
|
||
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||
|
"Report-Msgid-Bugs-To: \n"
|
||
|
"POT-Creation-Date: 2016-07-26 17:16-0300\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"
|
||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||
|
|
||
|
#: lib/claims.py:92
|
||
|
msgid "Basic profile"
|
||
|
msgstr ""
|
||
|
|
||
|
#: lib/claims.py:93
|
||
|
msgid ""
|
||
|
"Access to your basic information. Includes names, gender, birthdate and "
|
||
|
"other information."
|
||
|
msgstr ""
|
||
|
|
||
|
#: lib/claims.py:116
|
||
|
msgid "Email"
|
||
|
msgstr ""
|
||
|
|
||
|
#: lib/claims.py:117
|
||
|
msgid "Access to your email address."
|
||
|
msgstr ""
|
||
|
|
||
|
#: lib/claims.py:128
|
||
|
msgid "Phone number"
|
||
|
msgstr ""
|
||
|
|
||
|
#: lib/claims.py:129
|
||
|
msgid "Access to your phone number."
|
||
|
msgstr ""
|
||
|
|
||
|
#: lib/claims.py:140
|
||
|
msgid "Address information"
|
||
|
msgstr ""
|
||
|
|
||
|
#: lib/claims.py:141
|
||
|
msgid ""
|
||
|
"Access to your address. Includes country, locality, street and other "
|
||
|
"information."
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:29
|
||
|
msgid "Name"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:30
|
||
|
msgid "Client Type"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:30
|
||
|
msgid ""
|
||
|
"<b>Confidential</b> clients are capable of maintaining the confidentiality "
|
||
|
"of their credentials. <b>Public</b> clients are incapable."
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:31
|
||
|
msgid "Client ID"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:32
|
||
|
msgid "Client SECRET"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:33
|
||
|
msgid "Response Type"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:34
|
||
|
msgid "JWT Algorithm"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:35
|
||
|
msgid "Date Created"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:37
|
||
|
msgid "Redirect URIs"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:37
|
||
|
msgid "Enter each URI on a new line."
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:40 models.py:65
|
||
|
msgid "Client"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:41
|
||
|
msgid "Clients"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:64
|
||
|
msgid "User"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:66
|
||
|
msgid "Expiration Date"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:67
|
||
|
msgid "Scopes"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:92
|
||
|
msgid "Code"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:93
|
||
|
msgid "Nonce"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:94
|
||
|
msgid "Is Authentication?"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:95
|
||
|
msgid "Code Challenge"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:96
|
||
|
msgid "Code Challenge Method"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:99
|
||
|
msgid "Authorization Code"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:100
|
||
|
msgid "Authorization Codes"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:105
|
||
|
msgid "Access Token"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:106
|
||
|
msgid "Refresh Token"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:107
|
||
|
msgid "ID Token"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:117
|
||
|
msgid "Token"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:118
|
||
|
msgid "Tokens"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:123
|
||
|
msgid "Date Given"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:131
|
||
|
msgid "Key"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:131
|
||
|
msgid "Paste your private RSA Key here."
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:134
|
||
|
msgid "RSA Key"
|
||
|
msgstr ""
|
||
|
|
||
|
#: models.py:135
|
||
|
msgid "RSA Keys"
|
||
|
msgstr ""
|