Move Google authentication to an external plugin
This commit is contained in:
@@ -260,9 +260,6 @@ return array(
|
||||
'External authentication failed' => 'Externe Authentifizierung fehlgeschlagen',
|
||||
'Your external account is linked to your profile successfully.' => 'Dein externer Account wurde erfolgreich mit deinem Profil verbunden',
|
||||
'Email' => 'E-Mail',
|
||||
'Link my Google Account' => 'Verbinde meinen Google-Account',
|
||||
'Unlink my Google Account' => 'Verbindung mit meinem Google-Account trennen',
|
||||
'Login with my Google Account' => 'Anmelden mit meinem Google-Account',
|
||||
'Project not found.' => 'Das Projekt wurde nicht gefunden.',
|
||||
'Task removed successfully.' => 'Aufgabe erfolgreich gelöscht.',
|
||||
'Unable to remove this task.' => 'Löschen der Aufgabe nicht möglich.',
|
||||
@@ -395,7 +392,6 @@ return array(
|
||||
'Change password' => 'Passwort ändern',
|
||||
'Password modification' => 'Passwortänderung',
|
||||
'External authentications' => 'Externe Authentisierungsmethoden',
|
||||
'Google Account' => 'Google-Account',
|
||||
'Github Account' => 'Github-Account',
|
||||
'Never connected.' => 'Noch nie verbunden.',
|
||||
'No account linked.' => 'Kein Account verbunden.',
|
||||
@@ -846,8 +842,6 @@ return array(
|
||||
'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'Das Diagramm zeigt die durchschnittliche Durchlauf- und Zykluszeit der letzten %d Aufgaben über die Zeit an.',
|
||||
'Average time into each column' => 'Durchschnittzeit in jeder Spalte',
|
||||
'Lead and cycle time' => 'Durchlauf- und Zykluszeit',
|
||||
'Google Authentication' => 'Google-Authentifizierung',
|
||||
'Help on Google authentication' => 'Hilfe bei Google-Authentifizierung',
|
||||
'Github Authentication' => 'Github-Authentifizierung',
|
||||
'Help on Github authentication' => 'Hilfe bei Github-Authentifizierung',
|
||||
'Lead time: ' => 'Durchlaufzeit:',
|
||||
@@ -858,7 +852,6 @@ return array(
|
||||
'If the task is not closed the current time is used instead of the completion date.' => 'Wenn die Aufgabe nicht geschlossen ist, wird die aktuelle Zeit statt der Fertigstellung verwendet.',
|
||||
'Set automatically the start date' => 'Setze Startdatum automatisch',
|
||||
'Edit Authentication' => 'Authentifizierung bearbeiten',
|
||||
'Google Id' => 'Google Id',
|
||||
'Github Id' => 'Github Id',
|
||||
'Remote user' => 'Remote-Benutzer',
|
||||
'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Remote-Benutzer haben kein Passwort in der Kanboard Datenbank, Beispiel LDAP, Goole und Github Accounts',
|
||||
|
||||
Reference in New Issue
Block a user