summaryrefslogtreecommitdiff
path: root/app/Locale/de_DE
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-01-07 21:05:23 -0500
committerFrederic Guillot <fred@kanboard.net>2016-01-07 21:05:23 -0500
commit7864685cfdb64d2ef6497a445f0d8ed96762e4bf (patch)
treefde3834717d4a435c48dba07885529fdffbe7eb3 /app/Locale/de_DE
parent54b3cfe8a14e99ab2372fc5095facc3a2259f077 (diff)
Move Gitlab webhook to an external plugin
Diffstat (limited to 'app/Locale/de_DE')
-rw-r--r--app/Locale/de_DE/translations.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php
index 263e0421..69efb309 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -543,14 +543,8 @@ return array(
'Your swimlane have been created successfully.' => 'Die Swimlane wurde erfolgreich angelegt.',
'Example: "Bug, Feature Request, Improvement"' => 'Beispiel: "Bug, Funktionswünsche, Verbesserung"',
'Default categories for new projects (Comma-separated)' => 'Standard-Kategorien für neue Projekte (Komma-getrennt)',
- 'Gitlab commit received' => 'Gitlab-Commit erhalten',
- 'Gitlab issue opened' => 'Gitlab-Issue eröffnet',
- 'Gitlab issue closed' => 'Gitlab-Issue geschlossen',
- 'Gitlab webhooks' => 'Gitlab-Webhook',
- 'Help on Gitlab webhooks' => 'Hilfe für Gitlab-Webhooks',
'Integrations' => 'Integration',
'Integration with third-party services' => 'Integration von externen Diensten',
- 'Gitlab Issue' => 'Gitlab-Issue',
'Subtask Id' => 'Teilaufgaben-ID',
'Subtasks' => 'Teilaufgaben',
'Subtasks Export' => 'Export von Teilaufgaben',
@@ -870,8 +864,6 @@ return array(
'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.',
- 'By @%s on Gitlab' => 'Durch @%s auf Gitlab',
- 'Gitlab issue comment created' => 'Gitlab Ticket Kommentar erstellt',
'New remote user' => 'Neuer Remote-Benutzer',
'New local user' => 'Neuer lokaler Benutzer',
'Default task color' => 'Voreingestellte Aufgabenfarbe',
@@ -1047,7 +1039,6 @@ return array(
'Project Manager' => 'Projekt Manager',
'Project Member' => 'Projekt Mitglied',
'Project Viewer' => 'Projekt Betrachter',
- 'Gitlab issue reopened' => 'Gitlab Thema wiedereröffnet',
'Your account is locked for %d minutes' => 'Ihr Zugang wurde für %d Minuten gesperrt',
'Invalid captcha' => 'Ungültiges Captcha',
'The name must be unique' => 'Der Name muss eindeutig sein',
@@ -1094,4 +1085,5 @@ return array(
// 'Two-Factor Provider: ' => '',
// 'Disable two-factor authentication' => '',
// 'Enable two-factor authentication' => '',
+ // 'There is no integration registered at the moment.' => '',
);