Fixed a problem with predefined expenses missing on mobile pages.
[timetracker.git] / WEB-INF / resources / fr.lang.php
index 5a173b8..3400b2f 100644 (file)
@@ -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',
@@ -161,8 +157,6 @@ $i18n_key_words = array(
 'label.week_total' => 'Total hebdomadaire',
 'label.month_total' => 'Total mensuel',
 'label.today' => 'Aujourd\\\'hui',
-'label.total_hours' => 'Total des heures',
-'label.total_cost' => 'Coût total',
 'label.view' => 'Visionner',
 'label.edit' => 'Modifier',
 'label.delete' => 'Supprimer',
@@ -297,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',
@@ -314,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 <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> est un système de gestion du temps, open source, simple et facile à utiliser.',
+'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> 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.',
@@ -367,6 +361,8 @@ $i18n_key_words = array(
 // (you can get to this form after generating a report).
 'form.invoice.number' => 'Numéro de facture',
 'form.invoice.person' => 'Personne',
+
+// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
 'form.invoice.invoice_to_delete' => 'Facture à supprimer',
 'form.invoice.invoice_entries' => 'Entrées de facture',
 // TODO: translate the following.
@@ -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.