diff options
Diffstat (limited to 'app/Locale/de_DE')
-rw-r--r-- | app/Locale/de_DE/translations.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index a49542fe..a45107fc 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1224,4 +1224,15 @@ return array( 'Insert before this task' => 'Vor dieser Aufgabe einfügen', 'Insert after this task' => 'Nach dieser Aufgabe einfügen', 'Unlock this user' => 'Diesen Benutzer entsperren', + // 'Custom Project Roles' => '', + // 'Add a new custom role' => '', + // 'Restrictions for the role "%s"' => '', + // 'Add a new project restriction' => '', + // 'Add a new drag and drop restriction' => '', + // 'Add a new column restriction' => '', + // 'Edit this role' => '', + // 'Remove this role' => '', + // 'There is no restriction for this role.' => '', + // 'Only moving task between those columns is permitted' => '', + // 'Close a task in a specific column when not moved during a given period' => '', ); |