Blame view

common/components/nodge/eauth/src/messages/de/eauth.php 1 KB
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}.' => 'Undefinierter Servicename: {service}',
  	'Invalid response http code: {code}.' => 'Ungültiger HTTP Code: {code}',
  	'Invalid response format.' => 'Ungültiges Antwortformat.',
  	'Unable to complete the authentication because the required data was not received.' => 'Die Authentifizierung konnte nicht durchgeführt werden, da keine Daten empfangen wurden.',
  	'Unable to complete the request because the user was not authenticated.' => 'Die Anfrage konnte nicht durchgeführt werden, da der Nutzer nicht authentifiziert war.',
  
  	'Redirecting back to the application...' => 'Weiterleitung zur Applikation...',
  	'Click here to return to the application.' => 'Klicke hier um zur Applikation zurückzukehren',
  
  	'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',
  ];