X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/10a6f13349f497f4e2e5c7c4812fcb48db65310e..d5f3d27d84a808f8333822de5662b2cd3a2e322c:/WEB-INF/resources/fr.lang.php diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 23e9d4ae..1a7958d7 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -226,9 +226,9 @@ $i18n_key_words = array( // Form titles. 'title.login' => 'Connexion', 'title.groups' => 'Équipes', // TODO: change "teams" to "groups". -'title.create_team' => 'Création d\\\'une nouvelle équipe', -'title.edit_team' => 'Modification d\\\'une équipe', -'title.delete_team' => 'Suppression d\\\'une équipe', +'title.create_group' => 'Création d\\\'une nouvelle équipe', // TODO: change "team" to "group". +'title.edit_group' => 'Modification d\\\'une équipe', // TODO: change "team" to "group". +'title.delete_group' => 'Suppression d\\\'une équipe', // TODO: change "team" to "group". 'title.reset_password' => 'Réinitialisation du mot de passe', 'title.change_password' => 'Modification du mot de passe', 'title.time' => 'Temps',