<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 *
 * @author NoName <postname9@gmail.com>
 */
$lang['auth0-key']             = 'Ваш Клиентский ID зарегестрирован как <a href="https://manage.auth0.com/#/applications">Auth0 application</a>';
$lang['auth0-secret']          = 'Ваш Клиентский Секрет зарегестрирован как <a href="https://manage.auth0.com/#/applications">Auth0 application</a>';
$lang['auth0-domain']          = 'Ваш домен зарегестрирован как <a href="https://manage.auth0.com/#/applications">Auth0 account</a>';
$lang['github-key']            = '<a href="https://github.com/settings/applications">Github application</a>';
$lang['github-secret']         = '<a href="https://github.com/settings/applications">Github application</a>';
$lang['google-key']            = '<a href="https://console.developers.google.com/project">Google Project</a> (see Credentials Screen)';
$lang['google-secret']         = ' <a href="https://console.developers.google.com/project">Google Project</a> (see Credentials Screen)';
$lang['dataporten-key']        = 'Ваш Клиентский ID зарегестрирован как <a href="https://dashboard.dataporten.no">Dataporten application</a>';
$lang['dataporten-secret']     = 'Ваш Клиентский Секрет зарегестрирован как <a href="https://dashboard.dataporten.no">Dataporten application</a>';
$lang['mailRestriction']       = 'Предел аутентификации пользователей этого домена (дополнителен, должен начинаться с <code>@</code>)';
$lang['singleService_o_']      = 'Разрешить все сервисы';
