X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffr.lang.php;h=b5855a118d875c180433da2cda26a0b0bf9341d5;hb=232a12a5e68da662e86d3141ac98a1b12d820964;hp=3f7646563098cb33f3b77d62c62862dcf83c4157;hpb=c6ebb0657fa010dc5724ad1ddf4f8866ea9013e0;p=timetracker.git diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 3f764656..b5855a11 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -114,6 +114,8 @@ $i18n_key_words = array( 'button.import' => 'Importer une équipe', 'button.close' => 'Fermer', 'button.stop' => 'Arrêter', +// TODO: translate the following. +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Nom équipe', @@ -148,6 +150,8 @@ $i18n_key_words = array( 'label.finish' => 'Fin', 'label.duration' => 'Durée', 'label.note' => 'Note', +// TODO: translate the following. +// 'label.notes' => 'Notes', 'label.item' => 'Item', 'label.cost' => 'Coût', 'label.day_total' => 'Total quotidien', @@ -188,6 +192,8 @@ $i18n_key_words = array( 'label.role_admin' => '(administrateur)', 'label.page' => 'Page', 'label.condition' => 'Condition', +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Champs personalisés', 'label.monthly_quotas' => 'Quotas mensuels', @@ -198,6 +204,10 @@ $i18n_key_words = array( 'label.fav_report' => 'Rapport favori', 'label.cron_schedule' => 'Horaire Cron', 'label.what_is_it' => 'Qu\\\'est-ce que c\\\'est?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', +// 'label.paid' => 'Paid', // Form titles. 'title.login' => 'Connexion', @@ -284,6 +294,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'inactif', 'dropdown.delete'=>'supprimer', 'dropdown.do_not_delete'=>'ne pas supprimer', +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases @@ -346,6 +359,8 @@ $i18n_key_words = array( 'form.invoice.person' => 'Personne', 'form.invoice.invoice_to_delete' => 'Facture à supprimer', 'form.invoice.invoice_entries' => 'Entrées de facture', +// TODO: translate the following. +// 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', // Charts form. See example at https://timetracker.anuko.com/charts.php 'form.charts.interval' => 'Intervalle',