summaryrefslogtreecommitdiff
path: root/locales/fr_FR/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-19 22:12:12 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-19 22:12:12 -0400
commita04ecbde778decfdea7200806a6b1144861ae05f (patch)
treee4670e3013734d9c7bd201f5d6ef1fbaae13d3b5 /locales/fr_FR/translations.php
parent5aacb6a76351889a6ec5ed01c8e80f139c2b2027 (diff)
Add RememberMe feature and authentications history
Diffstat (limited to 'locales/fr_FR/translations.php')
-rw-r--r--locales/fr_FR/translations.php14
1 files changed, 12 insertions, 2 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php
index 7a7f8d3e..3529582d 100644
--- a/locales/fr_FR/translations.php
+++ b/locales/fr_FR/translations.php
@@ -85,7 +85,7 @@ return array(
'Do you really want to remove this column: "%s"?' => 'Voulez vraiment supprimer cette colonne : « %s » ?',
'This action will REMOVE ALL TASKS associated to this column!' => 'Cette action va supprimer toutes les tâches associées à cette colonne !',
'settings' => 'préférences',
- 'Application Settings' => 'Paramètres de l\'application',
+ 'Application settings' => 'Paramètres de l\'application',
'Language' => 'Langue',
'Webhooks token:' => 'Jeton de securité pour les webhooks :',
'More information' => 'Plus d\'informations',
@@ -94,7 +94,7 @@ return array(
'Optimize the database' => 'Optimiser la base de données',
'(VACUUM command)' => '(Commande VACUUM)',
'(Gzip compressed Sqlite file)' => '(Fichier Sqlite compressé en Gzip)',
- 'User Settings' => 'Paramètres utilisateur',
+ 'User settings' => 'Paramètres utilisateur',
'My default project:' => 'Mon projet par défaut : ',
'Close a task' => 'Fermer une tâche',
'Do you really want to close this task: "%s"?' => 'Voulez-vous vraiment fermer cettre tâche : « %s » ?',
@@ -269,4 +269,14 @@ return array(
'Wrong password' => 'Mauvais mot de passe',
'Reset all tokens' => 'Réinitialiser tous les jetons de sécurité',
'All tokens have been regenerated.' => 'Tous les jetons de sécurité ont été réinitialisés.',
+ 'Unknown' => 'Inconnu',
+ 'Last logins' => 'Dernières connexions',
+ 'Login date' => 'Date de connexion',
+ 'Authentication method' => 'Méthode d\'authentification',
+ 'IP address' => 'Adresse IP',
+ 'User agent' => 'Agent utilisateur',
+ 'Persistent connections' => 'Connexions persistantes',
+ 'No session' => 'Aucune session',
+ 'Expiration date' => 'Date d\'expiration',
+ 'Remember Me' => 'Connexion automatique',
);