summaryrefslogtreecommitdiff
path: root/app/Locales/fr_FR/translations.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Locales/fr_FR/translations.php')
-rw-r--r--app/Locales/fr_FR/translations.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php
index 92fa35cf..c1723875 100644
--- a/app/Locales/fr_FR/translations.php
+++ b/app/Locales/fr_FR/translations.php
@@ -505,4 +505,15 @@ return array(
'New password for the user "%s"' => 'Nouveau mot de passe pour l\'utilisateur « %s »',
'Choose an event' => 'Choisir un événement',
'Github commit received' => '« Commit » reçu via Github',
+ 'Github issue opened' => 'Ouverture d\'un ticket sur Github',
+ 'Github issue closed' => 'Fermeture d\'un ticket sur Github',
+ 'Github issue reopened' => 'Réouverture d\'un ticket sur Github',
+ 'Github issue assignee change' => 'Changement d\'assigné sur un ticket Github',
+ 'Github issue label change' => 'Changement de libellé sur un ticket Github',
+ 'Create a task from an external provider' => 'Créer une tâche depuis un fournisseur externe',
+ 'Change the assignee based on an external username' => 'Changer l\'assigné en fonction d\'un utilisateur externe',
+ 'Change the category based on an external label' => 'Changer la catégorie en fonction d\'un libellé externe',
+ 'Reference' => 'Référence',
+ 'Reference: %s' => 'Référence : %s',
+ 'Label' => 'Libellé',
);