diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-17 22:19:49 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-17 22:19:49 -0400 |
commit | 09da289c2fb18475f372bee24e885617da484e0b (patch) | |
tree | 95d1869ba3236ccdd9234d7909fc16c495c84d44 /app/Locale/de_DE | |
parent | 9283fb88d80cb355ff98364a9a57b657fc511d98 (diff) |
Move slack, hipchat and jabber integrations to plugins
Diffstat (limited to 'app/Locale/de_DE')
-rw-r--r-- | app/Locale/de_DE/translations.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 13d88b11..4e451f22 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -697,15 +697,9 @@ return array( 'Reference currency' => 'Referenzwährung', 'The currency rate have been added successfully.' => 'Der Währungskurs wurde erfolgreich hinzugefügt.', 'Unable to add this currency rate.' => 'Währungskurs konnte nicht hinzugefügt werden', - 'Send notifications to a Slack channel' => 'Benachrichtigung an einen Slack-Kanal senden', 'Webhook URL' => 'Webhook-URL', - 'Help on Slack integration' => 'Hilfe für Slack-Integration.', '%s remove the assignee of the task %s' => '%s Zuordnung für die Aufgabe %s entfernen', - 'Send notifications to Hipchat' => 'Sende Benachrichtigung an Hipchat', 'API URL' => 'API-URL', - 'Room API ID or name' => 'Raum-API-ID oder -Name', - 'Room notification token' => 'Raum-Benachrichtigungstoken', - 'Help on Hipchat integration' => 'Hilfe bei Hipchat-Integration', 'Enable Gravatar images' => 'Aktiviere Gravatar-Bilder', 'Information' => 'Information', 'Check two factor authentication code' => 'Prüfe Zwei-Faktor-Authentifizierungscode', @@ -768,14 +762,6 @@ return array( 'When task is moved from first column' => 'Wenn Aufgabe von erster Spalte verschoben wird', 'When task is moved to last column' => 'Wenn Aufgabe in letzte Spalte verschoben wird', 'Year(s)' => 'Jahr(e)', - 'Jabber (XMPP)' => 'Jabber (XMPP)', - 'Send notifications to Jabber' => 'Benachrichtigungen an Jabber senden', - 'XMPP server address' => 'XMPP-Server-Adresse', - 'Jabber domain' => 'Jabber-Domain', - 'Jabber nickname' => 'Jabber-Nickname', - 'Multi-user chat room' => 'Multi-User-Chatroom', - 'Help on Jabber integration' => 'Hilfe zur Jabber-Integration', - 'The server address must use this format: "tcp://hostname:5222"' => 'Die Server-Adresse muss in diesem Format sein: "tcp://hostname:5222"', 'Calendar settings' => 'Kalender-Einstellungen', 'Project calendar view' => 'Projekt-Kalendarsicht', 'Project settings' => 'Projekteinstellungen', @@ -820,8 +806,6 @@ return array( '%s moved the task #%d to the swimlane "%s"' => '%s hat die Aufgabe #%d in die Swimlane "%s" verschoben', 'Swimlane' => 'Swimlane', 'Gravatar' => 'Gravatar', - 'Hipchat' => 'Hipchat', - 'Slack' => 'Slack', '%s moved the task %s to the first swimlane' => '%s hat die Aufgabe %s in die erste Swimlane verschoben', '%s moved the task %s to the swimlane "%s"' => '%s hat die Aufgaben %s in die Swimlane "%s" verschoben', 'This report contains all subtasks information for the given date range.' => 'Der Bericht beinhaltet alle Teilaufgaben im gewählten Zeitraum', @@ -918,7 +902,6 @@ return array( 'Help on Google authentication' => 'Hilfe bei Google-Authentifizierung', 'Github Authentication' => 'Github-Authentifizierung', 'Help on Github authentication' => 'Hilfe bei Github-Authentifizierung', - 'Channel/Group/User (Optional)' => 'Kanal/Gruppe/Benutzer (optional)', 'Lead time: ' => 'Durchlaufzeit:', 'Cycle time: ' => 'Zykluszeit:', 'Time spent into each column' => 'zeit verbracht in jeder Spalte', |