X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffr.lang.php;h=9c61f2927605ec5baf558c944359b7f69ade26fe;hb=660a3e8ca761113f8e1b739dba11eddf7f581cbd;hp=a961f5517daf8a984b1e80066ef2416f1affac95;hpb=0b7d5dd056656e9aac70d1db5255b464d7248327;p=timetracker.git diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index a961f551..9c61f292 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', @@ -203,6 +204,8 @@ $i18n_key_words = array( // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Champs personalisés', +// Translate the following. +// 'label.monthly_quotas' => 'Monthly quotas', 'label.type' => 'Type', 'label.type_dropdown' => 'liste déroulante', 'label.type_text' => 'texte', @@ -261,6 +264,7 @@ $i18n_key_words = array( // 'title.add_notification' => 'Adding Notification', // 'title.edit_notification' => 'Editing Notification', // 'title.delete_notification' => 'Deleting Notification', +// 'title.monthly_quotas' => 'Monthly Quotas', 'title.export' => 'Exporter les données', // TODO: use a noun. 'title.import' => 'Importer les données', // TODO: use a noun. 'title.options' => 'Options', @@ -333,6 +337,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.', @@ -386,6 +393,7 @@ $i18n_key_words = array( // TODO: translate the following strings. // 'form.users.active_users' => 'Active Users', // 'form.users.inactive_users' => 'Inactive Users', +// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', 'form.users.role' => 'Rôle', 'form.users.manager' => 'Responsable', 'form.users.comanager' => 'Co-responsable', @@ -444,4 +452,12 @@ $i18n_key_words = array( // 'form.mail.footer' => 'Anuko Time Tracker système de gestion des temps open source simple et facile à utiliser. Visiter www.anuko.com pour plus d\\\'informations.', 'form.mail.report_sent' => 'Le rapport a été envoyé.', 'form.mail.invoice_sent' => 'La facture a été envoyée.', + +// Quotas configuration form. +// TODO: translate the following. +// 'form.quota.year' => 'Year', +// 'form.quota.month' => 'Month', +// 'form.quota.quota' => 'Quota', +// 'form.quota.workday_hours' => 'Hours in a work day', +// 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', );