X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffr.lang.php;h=1e64e96d2a211b0a0be1a85a84a0508a825b3a91;hb=5e861d92d6d758ba4888e35109cc6df4ab5e2df1;hp=85d52a337b122da5d4189bff796b81d1177ce61a;hpb=f12ceba49cb845be385e6b7c7786fc7e5393e802;p=timetracker.git diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 85d52a33..1e64e96d 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -49,7 +49,7 @@ $i18n_key_words = array( 'menu.profile' => 'Profil', // TODO: translate the following. // 'menu.group' => 'Group', -// 'menu.plugins' => 'Plugins', +'menu.plugins' => 'Plugins', 'menu.time' => 'Temps', 'menu.expenses' => 'Dépenses', 'menu.reports' => 'Rapports', @@ -101,6 +101,8 @@ $i18n_key_words = array( 'error.upload' => 'Erreur de chargement du fichier.', 'error.range_locked' => 'Plage de date vérouillée.', 'error.mail_send' => 'Erreur lors de l\\\'envoi du courriel.', +// TODO: improve the translation above by adding MAIL_SMTP_DEBUG part. +// 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.', 'error.no_email' => 'Aucune adresse courriel n\\\'est associée à cet identifiant.', 'error.uncompleted_exists' => 'Une entrée non terminée existe déjà. Fermer ou supprimer.', 'error.goto_uncompleted' => 'Aller à l\\\'entrée non terminée.', @@ -147,6 +149,7 @@ $i18n_key_words = array( 'label.user' => 'Utilisateur', 'label.users' => 'Utilisateurs', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Client', 'label.clients' => 'Clients', @@ -283,7 +286,7 @@ $i18n_key_words = array( 'title.profile' => 'Profil', // TODO: translate the following. // 'title.group' => 'Group Settings', -// 'title.plugins' => 'Plugins', +'title.plugins' => 'Plugins', 'title.cf_custom_fields' => 'Champs personalisés', 'title.cf_add_custom_field' => 'Ajout d\\\'un champ', 'title.cf_edit_custom_field' => 'Édition d\\\'un champ', @@ -475,7 +478,6 @@ $i18n_key_words = array( // 'form.group_edit.future_entries' => 'Future entries', // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', // 'form.group_edit.allow_ip' => 'Allow IP', -'form.group_edit.plugins' => 'Plugins', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following.