diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-03-19 17:59:33 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-03-19 17:59:33 -0400 |
commit | 7bfeaaf1648ea8d6f03f8adf497e43bf2705ad39 (patch) | |
tree | 9ff6a873fe91dde17b79b4dff3ceab2165452ded /app/Locale/fr_FR/translations.php | |
parent | 6bd0ce25c9546ceb68615a3321e0afc11ae29e6b (diff) |
Sync locales
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 4a34d7f3..31c61801 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -39,7 +39,6 @@ return array( 'Administrator' => 'Administrateur', 'Sign in' => 'Connexion', 'Users' => 'Utilisateurs', - 'No user' => 'Aucun utilisateur', 'Forbidden' => 'Accès interdit', 'Access Forbidden' => 'Accès interdit', 'Edit user' => 'Modifier un utilisateur', @@ -402,16 +401,13 @@ return array( 'API' => 'API', 'Create a comment from an external provider' => 'Créer un commentaire depuis un fournisseur externe', 'Project management' => 'Gestion des projets', - 'My projects' => 'Mes projets', 'Columns' => 'Colonnes', 'Task' => 'Tâche', - 'Your are not member of any project.' => 'Vous n\'êtes membre d\'aucun projet.', 'Percentage' => 'Pourcentage', 'Number of tasks' => 'Nombre de tâches', 'Task distribution' => 'Répartition des tâches', 'Analytics' => 'Analytique', 'Subtask' => 'Sous-tâche', - 'My subtasks' => 'Mes sous-tâches', 'User repartition' => 'Répartition des utilisateurs', 'Clone this project' => 'Cloner ce projet', 'Column removed successfully.' => 'Colonne supprimée avec succès.', @@ -889,7 +885,6 @@ return array( 'There is no user available.' => 'Il n\'y a aucun utilisateur disponible', 'Do you really want to remove the user "%s" from the group "%s"?' => 'Voulez-vous vraiment supprimer l\'utilisateur « %s » du groupe « %s » ?', 'There is no group.' => 'Il n\'y a aucun groupe.', - 'External Id' => 'Identifiant externe', 'Add group member' => 'Ajouter un membre au groupe', 'Do you really want to remove this group: "%s"?' => 'Voulez-vous vraiment supprimer ce groupe : « %s » ?', 'There is no user in this group.' => 'Il n\'y a aucun utilisateur dans ce groupe', @@ -955,7 +950,6 @@ return array( 'Default priority' => 'Priorité par défaut', 'Lowest priority' => 'Priorité basse', 'Highest priority' => 'Priorité haute', - 'If you put zero to the low and high priority, this feature will be disabled.' => 'Si vous mettez zéro pour la priorité basse et haute, cette fonctionnalité sera désactivée.', 'Close a task when there is no activity' => 'Fermer une tâche sans activité', 'Duration in days' => 'Durée en jours', 'Send email when there is no activity on a task' => 'Envoyer un email lorsqu\'il n\'y a pas d\'activité sur une tâche', @@ -1169,8 +1163,6 @@ return array( 'Subtasks overview for %s' => 'Aperçu des sous-tâches pour %s', 'Projects overview for %s' => 'Aperçu des projets pour %s', 'Activity stream for %s' => 'Flux d\'activité pour %s', - 'Calendar for %s' => 'Calendrier pour %s', - 'Notifications for %s' => 'Notifications pour %s', 'Assign a color when the task is moved to a specific swimlane' => 'Assigner une couleur lorsque une tâche est déplaçée dans une swimlane spécifique', 'Assign a priority when the task is moved to a specific swimlane' => 'Assigner une priorité lorsque une tâche est déplaçée dans une swimlane spécifique', 'User unlocked successfully.' => 'Utilisateur débloqué avec succès.', @@ -1316,7 +1308,6 @@ return array( 'You could upload the previously downloaded Sqlite database (Gzip format).' => 'Vous pouvez téléverser la base de données Sqlite précédemment téléchargée au format Gzip.', 'Database file' => 'Fichier de la base de données', 'Upload' => 'Téléverser', - 'Remove this user from group' => 'Enlever cet utilisateur du groupe', 'Your project must have at least one active swimlane.' => 'Votre projet doit avoir au moins une swimlane active.', 'Project: %s' => 'Projet : %s', 'Automatic action not found: "%s"' => 'Action automatique introuvable : « %s »', @@ -1334,4 +1325,23 @@ return array( 'Assign automatically a color when due date is expired' => 'Assigner automatiquement une couleur lorsque la date d\'échéance expire', 'Total score in this column across all swimlanes' => 'Score total dans cette colonne à travers toutes les swimlanes', 'HRK - Kuna' => 'HRK - Kuna croate', + 'ARS - Argentine Peso' => 'ARS - Peso argentin', + 'COP - Colombian Peso' => 'COP - Peso colombien', + '%d groups' => '%d groupes', + '%d group' => '%d groupe', + 'Group ID' => 'ID du groupe', + 'External ID' => 'Identifiant externe', + '%d users' => '%d utilisateurs', + '%d user' => '%d utilisateur', + 'Hide subtasks' => 'Cacher les sous-tâches', + 'Show subtasks' => 'Montrer les sous-tâches', + 'Authentication Parameters' => 'Paramètres d\'authentification', + 'API Access' => 'Accès à l\'API', + 'No users found.' => 'Aucun utilisateur trouvé.', + 'User ID' => 'ID de l\'utilisateur', + 'Notifications are activated' => 'Notifications activés', + 'Notifications are disabled' => 'Notifications désactivés', + 'User disabled' => 'Utilisateur désactivé', + '%d notifications' => '%d notifications', + '%d notification' => '%d notification', ); |