diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-10-20 14:47:04 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-10-20 14:47:04 -0700 |
commit | ed98f95cfa4a31609b98fc8354b62a8895f68cda (patch) | |
tree | 48f213463e2683a1848228631a381daa86937f14 /app/Locale/fr_FR/translations.php | |
parent | f1ef49823c38227cab4f28a0a2378556893850c2 (diff) |
Add bulk subtasks creation
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 30d3aa49..12161219 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -273,7 +273,6 @@ return array( 'Sub-task updated successfully.' => 'Sous-tâche mise à jour avec succès.', 'Unable to update your sub-task.' => 'Impossible de mettre à jour votre sous-tâche.', 'Unable to create your sub-task.' => 'Impossible de créer votre sous-tâche.', - 'Sub-task added successfully.' => 'Sous-tâche ajoutée avec succès.', 'Maximum size: ' => 'Taille maximum : ', 'Display another project' => 'Afficher un autre projet', 'Created by %s' => 'Créé par %s', @@ -1207,7 +1206,6 @@ return array( 'Preview' => 'Aperçu', 'Write' => 'Écrire', 'Write your text in Markdown' => 'Écrivez votre texte en Markdown', - 'New External Task: %s' => 'Nouvelle tâche externe : %s', 'No personal API access token registered.' => 'Aucun jeton d\'accès personnel à l\'API enregistré.', 'Your personal API access token is "%s"' => 'Votre jeton d\'accès personnel à l\'API est « %s »', 'Remove your token' => 'Supprimer votre jeton', @@ -1344,4 +1342,7 @@ return array( 'Subtask not started' => 'Sous-tâche pas encore commencé', 'Subtask currently in progress' => 'Sous-tâche actuellement en progrès', 'Subtask completed' => 'Sous-tâche terminée', + 'Subtask added successfully.' => 'Sous-tâche ajoutée avec succès.', + '%d subtasks added successfully.' => '%d sous-tâches ajoutées avec succès.', + 'Enter one subtask by line.' => 'Entrez une sous-tâche par ligne.', ); |