X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/f522b9a2b762c199cc0b0f0598b9affd823553f4..3ab018db2eca3a6b7f8ddeeebd0aa9c28126e902:/WEB-INF/resources/fr.lang.php diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 5624aa84..e7932a41 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -163,9 +163,11 @@ $i18n_key_words = array( // TODO: translate label.item // 'label.item' => 'Item', 'label.cost' => 'Coût', -'label.week_total' => 'Total hebdomadaire', // TODO: translate the following string. // 'label.day_total' => 'Day total', +'label.week_total' => 'Total hebdomadaire', +// TODO: translate the following. +// 'label.month_total' => 'Month total', 'label.today' => 'Aujourd\\\'hui', 'label.total_hours' => 'Total d\\\'heures', 'label.total_cost' => 'Coût total', @@ -179,7 +181,6 @@ $i18n_key_words = array( 'label.language' => 'Langage', // TODO: translate the following string. // 'label.decimal_mark' => 'Decimal mark', -'label.lock_interval' => 'Intervalle de verrouillage en jours', 'label.date_format' => 'Format date', 'label.time_format' => 'Format heure', 'label.week_start' => '1er jour de la semaine', @@ -211,6 +212,10 @@ $i18n_key_words = array( // TODO: translate the following strings. // 'label.cron_schedule' => 'Cron schedule', // 'label.what_is_it' => 'What is it?', +// 'label.year' => 'Year', +// 'label.month' => 'Month', +// 'label.quota' => 'Quota', +// 'label.workdayHours' => 'Daily working hours', // Form titles. 'title.login' => 'Connexion', @@ -261,6 +266,7 @@ $i18n_key_words = array( // 'title.add_notification' => 'Adding Notification', // 'title.edit_notification' => 'Editing Notification', // 'title.delete_notification' => 'Deleting Notification', +// 'title.monthly_quota' => 'Monthly quota', 'title.export' => 'Exporter les données', // TODO: use a noun. 'title.import' => 'Importer les données', // TODO: use a noun. 'title.options' => 'Options', @@ -273,6 +279,10 @@ $i18n_key_words = array( 'title.cf_add_dropdown_option' => 'Ajouter une option', // TODO: use a noun. 'title.cf_edit_dropdown_option' => 'Modifier l\\\'option', // TODO: use a noun. 'title.cf_delete_dropdown_option' => 'Supprimer l\\\'option', // TODO: use a noun. +// NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). +// It is also a name for the Locking plugin on the Team profile page. +// TODO: Translate the following: +// 'title.locking' => 'Locking', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -329,6 +339,9 @@ $i18n_key_words = array( 'form.time.duration_format' => '(hh:mm ou 0.0h)', 'form.time.billable' => 'Facturable', 'form.time.uncompleted' => 'Non terminée', +// TODO: translate the following. +// 'form.time.remaining_quota' => 'Remaining quota', +// 'form.time.over_quota' => 'Over quota', // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). 'form.time_edit.uncompleted' => 'Cet enregistrement a été enregistré avec seulement une heure de début. Il ne s\\\'agit pas d\\\'une erreur.',