eauth.php 708 Bytes
<?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',
];