Update translations.php

This commit is contained in:
Syratus
2017-11-27 13:33:50 +01:00
committed by fguillot
parent d1e3255800
commit dc70245907

View File

@@ -646,7 +646,7 @@ return array(
'Do you really want to close the task "%s" as well as all subtasks?' => 'Soll die Aufgabe "%s" wirklich geschlossen werden? (einschließlich Teilaufgaben)', 'Do you really want to close the task "%s" as well as all subtasks?' => 'Soll die Aufgabe "%s" wirklich geschlossen werden? (einschließlich Teilaufgaben)',
'I want to receive notifications for:' => 'Ich möchte Benachrichtigungen erhalten für:', 'I want to receive notifications for:' => 'Ich möchte Benachrichtigungen erhalten für:',
'All tasks' => 'Alle Aufgaben', 'All tasks' => 'Alle Aufgaben',
'Only for tasks assigned to me' => 'nur mir zugeordnete Aufgane', 'Only for tasks assigned to me' => 'nur mir zugeordnete Aufgaben',
'Only for tasks created by me' => 'nur von mir erstellte Aufgaben', 'Only for tasks created by me' => 'nur von mir erstellte Aufgaben',
'Only for tasks created by me and assigned to me' => 'nur mir zugeordnete und von mir erstellte Aufgaben', 'Only for tasks created by me and assigned to me' => 'nur mir zugeordnete und von mir erstellte Aufgaben',
'%%Y-%%m-%%d' => '%%d.%%m.%%Y', '%%Y-%%m-%%d' => '%%d.%%m.%%Y',
@@ -1334,37 +1334,37 @@ return array(
'This task was sent by email to "%s" with subject "%s".' => 'Diese Aufgabe wurde per Mail an "%s" mit dem Betreff "%s" gesendet.', 'This task was sent by email to "%s" with subject "%s".' => 'Diese Aufgabe wurde per Mail an "%s" mit dem Betreff "%s" gesendet.',
'Predefined Email Subjects' => 'Vordefinierte E-Mail Betreffzeilen', 'Predefined Email Subjects' => 'Vordefinierte E-Mail Betreffzeilen',
'Write one subject by line.' => 'Schreibe ein Betreff pro Zeile.', 'Write one subject by line.' => 'Schreibe ein Betreff pro Zeile.',
// 'Create another link' => '', 'Create another link' => 'Einen weiteren Link erstellen',
// 'BRL - Brazilian Real' => '', 'BRL - Brazilian Real' => 'Brasilianische Real',
// 'Add a new Kanboard task' => '', 'Add a new Kanboard task' => 'Eine neue Kanboard Aufgabe hinzufügen',
// 'Subtask not started' => '', 'Subtask not started' => 'Teilaufgabe nicht gestartet',
// 'Subtask currently in progress' => '', 'Subtask currently in progress' => 'Teilaufgabe aktuell in Bearbeitung',
// 'Subtask completed' => '', 'Subtask completed' => 'Teilaufgabe abgeschlossen',
// 'Subtask added successfully.' => '', 'Subtask added successfully.' => 'Teilaufgabe erfolgreich hinzugefügt.',
// '%d subtasks added successfully.' => '', '%d subtasks added successfully.' => '%d Teilaufgaben erfolgreich hinzugefügt.',
// 'Enter one subtask by line.' => '', 'Enter one subtask by line.' => 'Geben Sie eine Teilaufgabe pro Zeile ein.',
// 'Predefined Contents' => '', 'Predefined Contents' => 'Vordefinierte Inhalte',
// 'Predefined contents' => '', 'Predefined contents' => 'Vordefinierte Inhalte',
// 'Predefined Task Description' => '', 'Predefined Task Description' => 'Vordefinierte Aufgabenbeschreibung',
// 'Do you really want to remove this template? "%s"' => '', 'Do you really want to remove this template? "%s"' => 'Wollen Sie diese Vorlage wirklich löschen? "%s"',
// 'Add predefined task description' => '', 'Add predefined task description' => 'Vordefinierte Aufgabenbeschreibung hinzufügen',
// 'Predefined Task Descriptions' => '', 'Predefined Task Descriptions' => 'Vordefinierte Aufgabenbeschreibungen',
// 'Template created successfully.' => '', 'Template created successfully.' => 'Vorlage erfolgreich erstellt.',
// 'Unable to create this template.' => '', 'Unable to create this template.' => 'Erstellen der Vorlage nicht möglich.',
// 'Template updated successfully.' => '', 'Template updated successfully.' => 'Vorlage erfolgreich geändert.',
// 'Unable to update this template.' => '', 'Unable to update this template.' => 'Aktualisierung der Vorlage nicht möglich.',
// 'Template removed successfully.' => '', 'Template removed successfully.' => 'Vorlage erfolgreich gelöscht.',
// 'Unable to remove this template.' => '', 'Unable to remove this template.' => 'Löschen der Vorlage nicht möglich.',
// 'Template for the task description' => '', 'Template for the task description' => 'Vorlage für die Aufgabenbeschreibung',
// 'The start date is greater than the end date' => '', 'The start date is greater than the end date' => 'Das Startdatum ist größer als dass Enddatum',
// 'Tags must be separated by a comma' => '', 'Tags must be separated by a comma' => 'Schlagworte müssen per Komma getrennt werden',
// 'Only the task title is required' => '', 'Only the task title is required' => 'Nur der Aufgaben-Titel wird benötigt',
// 'Creator Username' => '', 'Creator Username' => 'Ersteller Benutzername',
// 'Color Name' => '', 'Color Name' => 'Farbname',
// 'Column Name' => '', 'Column Name' => 'Spaltenname',
// 'Swimlane Name' => '', 'Swimlane Name' => 'Swimlane-Name',
// 'Time Estimated' => '', 'Time Estimated' => 'geschätzte Zeit',
// 'Time Spent' => '', 'Time Spent' => 'Zeitaufwand',
// 'External Link' => '', 'External Link' => 'externer Link',
// 'This feature enable the iCal feed, RSS feed and the public board view.' => '', 'This feature enable the iCal feed, RSS feed and the public board view.' => 'Diese Funktion aktiviert den iCal Feed, RSS Feed und die öffentliche Board-Ansicht',
); );