Blame view

common/components/nodge/eauth/src/messages/uk/eauth.php 1.37 KB
14a09168   Alex Savenko   init commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  <?php

  

  return [

  	'Undefined service name: {service}.' => 'Авторизація за допомогою {service} не підтримується.',

  	'Invalid response http code: {code}.' => 'Невірна відповідь від сервера авторизації: {code}.',

  	'Invalid response format.' => 'Сервер авторизації повернув данні в невірному форматі.',

  	'Unable to complete the authentication because the required data was not received.' => 'Неможливо завершити авторизацію користувача, так як {provider} не передає необхідну інформацію.',

  	'Unable to complete the request because the user was not authenticated.' => 'Неможливо виконати захищений запит, так як користувач не був авторизований.',

  

  	'Redirecting back to the application...' => 'Redirecting back to the application...',

  	'Click here to return to the application.' => 'Click here to return to the application.',

  

  	'Google' => 'Google',

  	'Twitter' => 'Twitter',

  	'Yandex' => 'Яндекс',

  	'VK.com' => 'ВКонтакте',

  	'Facebook' => 'Facebook',

  	'Mail.ru' => 'Mail.ru',

  	'Moikrug.ru' => 'Мой круг',

  	'Odnoklassniki' => 'Одноклассники',

  	'LinkedIn' => 'LinkedIn',

  	'GitHub' => 'GitHub',

  ];