Add settings to disable subtask timer and another to not include closed tasks into CFD
This commit is contained in:
@@ -982,7 +982,7 @@ return array(
|
||||
'Help on Google authentication' => 'Aide sur l\'authentification Google',
|
||||
'Github Authentication' => 'Authentification Github',
|
||||
'Help on Github authentication' => 'Aide sur l\'authentification Github',
|
||||
'Channel/Group/User (Optional)' => 'Cannal/Groupe/Utilisateur (Optionnel)',
|
||||
'Channel/Group/User (Optional)' => 'Canal/Groupe/Utilisateur (Optionnel)',
|
||||
'Lead time: ' => 'Lead time : ',
|
||||
'Cycle time: ' => 'Temps de cycle : ',
|
||||
'Time spent into each column' => 'Temps passé dans chaque colonne',
|
||||
@@ -1005,4 +1005,12 @@ return array(
|
||||
'Expand sidebar' => 'Déplier la barre latérale',
|
||||
'This feature does not work with all browsers.' => 'Cette fonctionnalité n\'est pas compatible avec tous les navigateurs',
|
||||
'There is no destination project available.' => 'Il n\'y a pas de projet de destination disponible.',
|
||||
'Trigger automatically subtask time tracking' => 'Déclencher automatiquement le suivi du temps pour les sous-tâches',
|
||||
'Include closed tasks in the cumulative flow diagram' => 'Inclure les tâches fermées dans le diagramme de flux cumulé',
|
||||
'Current swimlane: %s' => 'Swimlane actuelle : %s',
|
||||
'Current column: %s' => 'Colonne actuelle : %s',
|
||||
'Current category: %s' => 'Catégorie actuelle : %s',
|
||||
'no category' => 'aucune catégorie',
|
||||
'Current assignee: %s' => 'Assigné actuel : %s',
|
||||
'not assigned' => 'non assigné',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user