X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffr.lang.php;h=bbd315b0f09798133e5faad35d579ee57af1c6d1;hb=7961e2909a8c8c456c1b0d6bee2944cabde592c0;hp=9805bfd4c4f2d3dceae068ea17ee4ff8d52e5ef9;hpb=a4fd787ff4452eb1a7e3d0c0a24d8fcebd7b8b43;p=timetracker.git diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 9805bfd4..bbd315b0 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -59,6 +59,7 @@ $i18n_key_words = array( 'menu.users' => 'Utilisateurs', // TODO: translate the following. // 'menu.groups' => 'Groups', +// 'menu.subgroups' => 'Subgroups', 'menu.export' => 'Exporter', 'menu.clients' => 'Clients', 'menu.options' => 'Options', @@ -89,9 +90,6 @@ $i18n_key_words = array( 'error.user_exists' => 'Un utilisateur avec cet identifiant existe déjà.', // TODO: translate the following. // 'error.object_exists' => 'Object with this name already exists.', -'error.project_exists' => 'Un projet avec ce nom existe déjà.', -'error.task_exists' => 'Une tâche avec ce nom existe déjà.', -'error.client_exists' => 'Un client avec ce nom existe déjà.', 'error.invoice_exists' => 'Une facture avec ce numéro existe déjà.', // TODO: translate the following. // 'error.role_exists' => 'Role with this rank already exists.', @@ -238,7 +236,9 @@ $i18n_key_words = array( // Form titles. 'title.login' => 'Connexion', 'title.groups' => 'Équipes', // TODO: change "teams" to "groups". -'title.create_group' => 'Création d\\\'une nouvelle équipe', // TODO: change "team" to "group". +// TODO: translate the following. +// 'title.subgroups' => 'Subgroups', +// 'title.add_group' => 'Adding 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', @@ -289,8 +289,6 @@ $i18n_key_words = array( 'title.import' => 'Importation des données', 'title.options' => 'Options', 'title.profile' => 'Profil', -// TODO: translate the following. -// 'title.group' => 'Group Settings', 'title.plugins' => 'Plugins', 'title.cf_custom_fields' => 'Champs personalisés', 'title.cf_add_custom_field' => 'Ajout d\\\'un champ',