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