Sync locales

This commit is contained in:
Frederic Guillot
2017-04-08 16:59:43 -04:00
parent 2b0936ac31
commit 6dcaf43c52
27 changed files with 314 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ class ProjectRoleRestrictionModel extends Base
self::RULE_TASK_OPEN_CLOSE => t('Closing or opening a task is not permitted'),
self::RULE_TASK_MOVE => t('Moving a task is not permitted'),
self::RULE_TASK_CHANGE_ASSIGNEE => t('Changing assignee is not permitted'),
self::RULE_TASK_UPDATE_ASSIGNED => t('Update only assigned tasks'),
self::RULE_TASK_UPDATE_ASSIGNED => t('Update only assigned tasks is permitted'),
);
}