Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
eauth.php
1 <?php
2 
3 return array(
4  'Undefinierter Service Name: {service}.' => '{service}',
5  'Ungültiger Reponse Code: {code}.' => '{code}',
6  'Ungültiges Reponse Format.' => '',
7  'Die Authentifizierung konnte nicht abgeschlossen werden, weil die notwendigen Daten nicht empfangen wurden.' => '{service}',
8  'Die Authentifizierung konnte nicht abgeschlossen werden, weil der Benutzer nicht authentifiziert werden konnte.' => '',
9 
10  'Google' => 'Google',
11  'Twitter' => 'Twitter',
12  'Yandex' => 'Yandex',
13  'VK.com' => 'VK.com',
14  'Facebook' => 'Facebook',
15  'Mail.ru' => 'Mail.ru',
16  'Moikrug.ru' => 'Moikrug.ru',
17  'Odnoklassniki' => 'Odnoklassniki',
18 );