Sync locales and fixes #2702 (#2705)

This commit is contained in:
Carlos Ferreira
2016-10-03 20:18:11 +01:00
committed by Frédéric Guillot
parent 2f64bc2e8d
commit a0b408ade4
25 changed files with 287 additions and 12 deletions

View File

@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
// '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' => '',
);