Skip to content

Commit

Permalink
Merge pull request #65 from dokuwiki-translate/lang_update_865_152788…
Browse files Browse the repository at this point in the history
…6356

Translation update (ru)
  • Loading branch information
splitbrain committed Jun 2, 2018
2 parents e18abdd + ac36826 commit f3801a8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lang/ru/lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author NoName <postname9@gmail.com>
*/
$lang['loginwith'] = 'Войти через другие Сервисы';
$lang['loginButton'] = 'Войти через';
$lang['eMailRestricted'] = '<p id="oauth_email_restricted">Разрешены аккаунты электронных почт только со следующих доменов: %s</p>';
18 changes: 18 additions & 0 deletions lang/ru/settings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?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_'] = 'Разрешить все сервисы';

0 comments on commit f3801a8

Please sign in to comment.