diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-11-14 15:39:43 -0800 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-11-14 15:39:43 -0800 |
commit | 95cdeed472d00cd1b2f53b4878afd7fbc39ea389 (patch) | |
tree | af3aebe998dd6551946eea5901e1f2249adef3a9 /app/Locale/fr_FR | |
parent | f6d7791ddc5c58cab0eedc6b290fd08b61191329 (diff) |
Task CSV import is now able to handle more fields
Add support for the priority, start date, tags and one external link.
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index e461004f..c86aa18e 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1357,4 +1357,13 @@ return array( 'Unable to remove this template.' => 'Impossible de supprimer ce modèle.', 'Template for the task description' => 'Modèle pour la description des tâches', 'The start date is greater than the end date' => 'La date de début est plus grande que la date d\'échéance', + 'Tags must be separated by a comma' => 'Les labels doivent être séparé par une virgule', + 'Only the task title is required' => 'Seulement le titre est obligatoire', + 'Creator Username' => 'Identifiant du créateur', + 'Color Name' => 'Nom de la couleur', + 'Column Name' => 'Nom de la colonne', + 'Swimlane Name' => 'Nom de la swimlane', + 'Time Estimated' => 'Durée estimée', + 'Time Spent' => 'Temps passé', + 'External Link' => 'Lien externe', ); |