diff options
| author | dupgit <olivier.delhomme@free.fr> | 2016-03-22 23:13:40 +0100 | 
|---|---|---|
| committer | dupgit <olivier.delhomme@free.fr> | 2016-03-22 23:13:40 +0100 | 
| commit | a6eb786bcd04f6228d04cc79f79477074fcbb45a (patch) | |
| tree | 07d464460def86d532cde680bd3fe7fdc7772ffe | |
| parent | 45f21e1cd8e09e39d5f74d8826b27fc202428b3c (diff) | |
Corrects two typos in the French translation 
'Profile' in French is written 'profil'
| -rw-r--r-- | app/Locale/fr_FR/translations.php | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 43e8bc53..ec8a36bd 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1034,7 +1034,7 @@ return array(      'Close all tasks of this column' => 'Fermer toutes les tâches de cette colonne',      'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => 'Aucun plugin n\'a enregistré une méthode de notification de projet. Vous pouvez toujours configurer les notifications individuelles dans votre profil d\'utilisateur.',      'My dashboard' => 'Mon tableau de bord', -    'My profile' => 'Mon profile', +    'My profile' => 'Mon profil',      'Project owner: ' => 'Responsable du projet : ',      'The project identifier is optional and must be alphanumeric, example: MYPROJECT.' => 'L\'identifiant du projet est optionnel et doit être alphanumérique, example: MONPROJET.',      'Project owner' => 'Responsable du projet', @@ -1119,7 +1119,7 @@ return array(      'Choose files again' => 'Choisir de nouveau des fichiers',      'Drag and drop your files here' => 'Glissez-déposez vos fichiers ici',      'choose files' => 'choisissez des fichiers', -    'View profile' => 'Voir le profile', +    'View profile' => 'Voir le profil',      'Two Factor' => 'Deux-Facteurs',      'Disable user' => 'Désactiver l\'utilisateur',      'Do you really want to disable this user: "%s"?' => 'Voulez-vous vraiment désactiver cet utilisateur : « %s » ?',  | 
