X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffr.lang.php;h=3400b2f685bc15193e12381342c8c0eb3db2cf5e;hb=ad98b13400fdc2fa2299a22c9bd54c4cd27960c3;hp=96034f7c7ab14d8dc6496be883c76efac445c875;hpb=33fe605aa1936612a3e358102b59e411a0a30f07;p=timetracker.git diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 96034f7c..3400b2f6 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -103,12 +103,6 @@ $i18n_key_words = array( 'button.copy' => 'Copier', 'button.cancel' => 'Annuler', 'button.submit' => 'Soumettre', -'button.add_user' => 'Ajouter un utilisateur', -'button.add_project' => 'Ajouter un projet', -'button.add_task' => 'Ajouter une tâche', -'button.add_client' => 'Ajouter un client', -'button.add_invoice' => 'Ajouter une facture', -'button.add_option' => 'Ajouter une option', 'button.add' => 'Ajouter', 'button.generate' => 'Générer', 'button.reset_password' => 'Réinitialiser', @@ -140,6 +134,8 @@ $i18n_key_words = array( 'label.end_date' => 'Date de fin', 'label.user' => 'Utilisateur', 'label.users' => 'Utilisateurs', +// TODO: translate the following. +// 'label.roles' => 'Roles', 'label.client' => 'Client', 'label.clients' => 'Clients', 'label.option' => 'Option', @@ -295,12 +291,12 @@ $i18n_key_words = array( 'dropdown.projects' => 'Projets', 'dropdown.tasks' => 'Tâches', 'dropdown.clients' => 'Clients', -'dropdown.select' => '--- sélectionnez ---', +'dropdown.select' => '--- sélectionnez ---', 'dropdown.select_invoice' => '--- selectionnez facture ---', 'dropdown.status_active' => 'actif', 'dropdown.status_inactive' => 'inactif', -'dropdown.delete'=>'supprimer', -'dropdown.do_not_delete'=>'ne pas supprimer', +'dropdown.delete' => 'supprimer', +'dropdown.do_not_delete' => 'ne pas supprimer', // TODO: translate the following. // 'dropdown.paid' => 'paid', // 'dropdown.not_paid' => 'not paid', @@ -312,7 +308,7 @@ $i18n_key_words = array( // Login form. See example at https://timetracker.anuko.com/login.php. 'form.login.forgot_password' => 'Mot de passe oublié?', -'form.login.about' =>'Anuko Time Tracker est un système de gestion du temps, open source, simple et facile à utiliser.', +'form.login.about' => 'Anuko Time Tracker est un système de gestion du temps, open source, simple et facile à utiliser.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. 'form.reset_password.message' => 'Une demande de réinitialisation du mot de passe a été envoyé par courriel.', @@ -394,6 +390,12 @@ $i18n_key_words = array( 'form.users.rate' => 'Tarif', 'form.users.default_rate' => 'Tarif horaire par défaut', +// Roles form. See example at https://timetracker.anuko.com/roles.php +// TODO: translate the following. +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rights' => 'Rights', + // Clients form. See example at https://timetracker.anuko.com/clients.php 'form.clients.active_clients' => 'Clients actifs', 'form.clients.inactive_clients' => 'Clients inactifs', @@ -419,6 +421,8 @@ $i18n_key_words = array( // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. 'form.profile.12_hours' => '12 heures', 'form.profile.24_hours' => '24 heures', +// TODO: translate the following. +// 'form.profile.show_holidays' => 'Show holidays', 'form.profile.tracking_mode' => 'Mode suivi', 'form.profile.mode_time' => 'Heures', 'form.profile.mode_projects' => 'Projets', @@ -428,9 +432,10 @@ $i18n_key_words = array( 'form.profile.type_start_finish' => 'Début et fin', 'form.profile.type_duration' => 'Durée', // TODO: translate the following. +// 'form.profile.punch_mode' => 'Punch mode', +// 'form.profile.allow_overlap' => 'Allow overlap', +// 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', -// 'form.profile.uncompleted_indicators_none' => 'do not show', -// 'form.profile.uncompleted_indicators_show' => 'show', 'form.profile.plugins' => 'Plugins', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.