diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-18 13:07:18 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-18 13:07:18 -0400 |
commit | dde63e12fd13fb55bab79603b417401dde69902d (patch) | |
tree | def1b37fd7787635df21fb8abe44c01fe544f9fb /app/Locale/fr_FR | |
parent | 3849fb99e6dcf59c138d333f28578548bda13f83 (diff) |
Sync translations
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 6abca0ea..9ad6acff 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -871,12 +871,12 @@ return array( 'Disable two factor authentication' => 'Désactiver l\'authentification à deux facteurs', 'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Voulez-vous vraiment désactiver l\'authentification à deux facteurs pour cet utilisateur : « %s » ?', 'Edit link' => 'Modifier un lien', - 'Start to type task title...' => 'Tappez le titre de la tâche...', + 'Start to type task title...' => 'Entrez le titre de la tâche...', 'A task cannot be linked to itself' => 'Une tâche ne peut être liée à elle-même', 'The exact same link already exists' => 'Un lien identique existe déjà', 'Recurrent task is scheduled to be generated' => 'La tâche récurrente est programmée pour être créée', 'Recurring information' => 'Information sur la récurrence', - 'Score' => 'Complexity', + 'Score' => 'Complexité', 'The identifier must be unique' => 'L\'identifiant doit être unique', 'This linked task id doesn\'t exists' => 'L\'identifiant de la task liée n\'existe pas', 'This value must be alphanumeric' => 'Cette valeur doit être alpha-numérique', @@ -919,4 +919,10 @@ return array( 'Subtasks time tracking' => 'Suivi du temps par rapport aux sous-tâches', 'User calendar view' => 'Vue en mode utilisateur du calendrier', 'Automatically update the start date' => 'Mettre à jour automatiquement la date de début', + 'iCalendar (iCal format, *.ics)' => 'iCalendar (format iCal, *.ics)', + 'Preferences' => 'Préférences', + 'Security' => 'Sécurité', + 'Two factor authentication disabled' => 'Authentification à deux facteurs désactivé', + 'Two factor authentication enabled' => 'Authentification à deux facteurs activée', + 'Unable to update this user.' => 'Impossible de mettre à jour cet utilisateur.', ); |