Blame view

common/components/nodge/eauth/src/messages/blank/eauth.php 708 Bytes
b0f143c3   Yarik   first 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...' => '',
  	'Click here to return to the application.' => '',
  
  	'Google' => 'Google',
  	'Twitter' => 'Twitter',
  	'Yandex' => 'Yandex',
  	'VK.com' => 'VK.com',
  	'Facebook' => 'Facebook',
  	'Mail.ru' => 'Mail.ru',
  	'Moikrug.ru' => 'Moikrug.ru',
  	'Odnoklassniki' => 'Odnoklassniki',
  	'LinkedIn' => 'LinkedIn',
  	'GitHub' => 'GitHub',
  ];