Move Gitlab and Github authentication to external plugins
This commit is contained in:
@@ -324,9 +324,6 @@ return array(
|
||||
'Maximum size: ' => 'Maximalgröße: ',
|
||||
'Unable to upload the file.' => 'Hochladen der Datei nicht möglich.',
|
||||
'Display another project' => 'Zu Projekt wechseln',
|
||||
'Login with my Github Account' => 'Anmelden mit meinem Github-Account',
|
||||
'Link my Github Account' => 'Mit meinem Github-Account verbinden',
|
||||
'Unlink my Github Account' => 'Verbindung mit meinem Github-Account trennen',
|
||||
'Created by %s' => 'Erstellt durch %s',
|
||||
'Last modified on %B %e, %Y at %k:%M %p' => 'Letzte Änderung am %d.%m.%Y um %H:%M',
|
||||
'Tasks Export' => 'Aufgaben exportieren',
|
||||
@@ -392,7 +389,6 @@ return array(
|
||||
'Change password' => 'Passwort ändern',
|
||||
'Password modification' => 'Passwortänderung',
|
||||
'External authentications' => 'Externe Authentisierungsmethoden',
|
||||
'Github Account' => 'Github-Account',
|
||||
'Never connected.' => 'Noch nie verbunden.',
|
||||
'No account linked.' => 'Kein Account verbunden.',
|
||||
'Account linked.' => 'Account verbunden',
|
||||
@@ -842,8 +838,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',
|
||||
'Github Authentication' => 'Github-Authentifizierung',
|
||||
'Help on Github authentication' => 'Hilfe bei Github-Authentifizierung',
|
||||
'Lead time: ' => 'Durchlaufzeit:',
|
||||
'Cycle time: ' => 'Zykluszeit:',
|
||||
'Time spent into each column' => 'zeit verbracht in jeder Spalte',
|
||||
@@ -852,7 +846,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',
|
||||
'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',
|
||||
'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => 'Wenn die Box "Verbiete Login-Formular" angeschaltet ist, werden Eingaben in das Login Formular ignoriert.',
|
||||
@@ -910,14 +903,7 @@ return array(
|
||||
'Link type' => 'Verbindungstyp',
|
||||
'Change task color when using a specific task link' => 'Aufgabefarbe ändern bei bestimmter Aufgabenverbindung',
|
||||
'Task link creation or modification' => 'Aufgabenverbindung erstellen oder bearbeiten',
|
||||
'Login with my Gitlab Account' => 'Mit Gitlab Account einloggen',
|
||||
'Milestone' => 'Meilenstein',
|
||||
'Gitlab Authentication' => 'Gitlab-Authentifizierung',
|
||||
'Help on Gitlab authentication' => 'Hilfe bei Gitlab-Authentifizierung',
|
||||
'Gitlab Id' => 'Gitlab Id',
|
||||
'Gitlab Account' => 'Gitlab Account',
|
||||
'Link my Gitlab Account' => 'Verknüpfe mein Gitlab Account',
|
||||
'Unlink my Gitlab Account' => 'Trenne meinen Gitlab Account',
|
||||
'Documentation: %s' => 'Dokumentation: %s',
|
||||
'Switch to the Gantt chart view' => 'Zur Gantt-Diagramm Ansicht wechseln',
|
||||
'Reset the search/filter box' => 'Suche/Filter-Box zurücksetzen',
|
||||
|
||||
Reference in New Issue
Block a user