X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffr.lang.php;h=3400b2f685bc15193e12381342c8c0eb3db2cf5e;hb=ad98b13400fdc2fa2299a22c9bd54c4cd27960c3;hp=8631202d989098b2ddc9c251f816337b85bd19d1;hpb=bc70f847bb7a39697a704591b7bf8f8421791b09;p=timetracker.git diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 8631202d..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,7 +291,7 @@ $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', @@ -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', @@ -430,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.