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.php20
1 files changed, 19 insertions, 1 deletions
diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php
index c1723875..19c15f86 100644
--- a/app/Locales/fr_FR/translations.php
+++ b/app/Locales/fr_FR/translations.php
@@ -83,7 +83,7 @@ return array(
'Settings' => 'Préférences',
'Application settings' => 'Paramètres de l\'application',
'Language' => 'Langue',
- 'Webhooks token:' => 'Jeton de securité pour les webhooks :',
+ 'Webhook token:' => 'Jeton de securité pour les webhooks :',
'API token:' => 'Jeton de securité pour l\'API :',
'More information' => 'Plus d\'informations',
'Database size:' => 'Taille de la base de données :',
@@ -516,4 +516,22 @@ return array(
'Reference' => 'Référence',
'Reference: %s' => 'Référence : %s',
'Label' => 'Libellé',
+ 'Database' => 'Base de données',
+ 'About' => 'A propos',
+ 'Database driver:' => 'Type de base de données :',
+ 'Board settings' => 'Paramètres du tableau',
+ 'URL and token' => 'URL et jeton de sécurité',
+ 'Webhook settings' => 'Paramètres pour les webhooks',
+ 'URL for task creation:' => 'URL pour la création de tâche :',
+ 'Reset token' => 'Regénérer le jeton de sécurité',
+ 'API endpoint:' => 'URL de l\'API :',
+ 'Refresh interval for private board' => 'Intervalle pour rafraîchir un tableau privé',
+ 'Refresh interval for public board' => 'Intervalle pour rafraîchir un tableau public',
+ 'Task highlight period' => 'Durée pour mettre une tâche en évidence',
+ 'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'Durée en seconde pour considérer une tâche comme récemment modifiée (0 pour désactiver, 2 jours par défaut)',
+ 'Frequency in second (60 seconds by default)' => 'Fréquence en seconde (60 secondes par défaut)',
+ 'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'Fréquence en seconde (0 pour désactiver, 10 secondes par défaut)',
+ 'Application URL' => 'URL de l\'application',
+ 'Example: http://example.kanboard.net/ (used by email notifications)' => 'Exemple : http://exemple.kanboard.net/ (utilisé pour les notifications)',
+ 'Token regenerated.' => 'Jeton de sécurité regénéré.',
);