summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorsfahrenholz <sfahrenholz@users.noreply.github.com>2017-12-13 22:37:15 +0100
committerfguillot <fred@kanboard.net>2017-12-13 14:41:30 -0800
commit8d206a2f4ee32f5d3fd0c8128dff4c2f1e135a7a (patch)
tree18eb51205534171e883c885f4ad6fe2567438248 /app
parentccd177ada6823c27a6408427f19c238fd701c39e (diff)
Update translations.php
Updating german translation
Diffstat (limited to 'app')
-rw-r--r--app/Locale/de_DE/translations.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php
index 994aa54b..e8e0f86f 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -529,7 +529,7 @@ return array(
'JPY - Japanese Yen' => 'JPY - Japanische Yen',
'NZD - New Zealand Dollar' => 'NZD - Neuseeland-Dollar',
'RSD - Serbian dinar' => 'RSD - Serbische Dinar',
- // 'CNY - Chinese Yuan' => '',
+ 'CNY - Chinese Yuan' => 'CNY - Renminbi',
'USD - US Dollar' => 'USD - US-Dollar',
'Destination column' => 'Zielspalte',
'Move the task to another column when assigned to a user' => 'Aufgabe in eine andere Spalte verschieben, wenn ein Benutzer zugeordnet wurde.',
@@ -1367,7 +1367,7 @@ return array(
'Time Spent' => 'Zeitaufwand',
'External Link' => 'externer Link',
'This feature enables the iCal feed, RSS feed and the public board view.' => 'Diese Funktion aktiviert den iCal Feed, RSS Feed und die öffentliche Board-Ansicht',
- // 'Stop the timer of all subtasks when moving a task to another column' => '',
- // 'Subtask Title' => '',
- // 'Add a subtask and activate the timer when moving a task to another column' => '',
+ 'Stop the timer of all subtasks when moving a task to another column' => 'Beenden des Timers für alle Unteraufgaben, wenn die Aufgabe in eine andere Spalte verschoben wird',
+ 'Subtask Title' => 'Titel der Teilaufgabe',
+ 'Add a subtask and activate the timer when moving a task to another column' => 'Teilaufgabe hinzufügen und den Timer aktivieren, wenn die Aufgabe in eine andere Spalte verschoben wird',
);