Translation source files updates. Add translator comments. Thanks to Berny for these.

This commit is contained in:
Roberto Rosario
2015-09-24 16:30:19 -04:00
parent 3f63376dae
commit 8629e6495e
658 changed files with 4483 additions and 4419 deletions

View File

@@ -18,6 +18,9 @@ permission_workflow_edit = namespace.add_permission(
permission_workflow_view = namespace.add_permission(
name='workflow_view', label=_('View workflows')
)
# Translators: This text refers to the permission to grant user the ability to
# 'transition workflows' from one state to another, to move the workflow
# forwards
permission_workflow_transition = namespace.add_permission(
name='workflow_transition',
label=_('Transition workflows')