X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffr.lang.php;h=29bed9dc42154deb6d05cdb4f99d332132f25627;hb=ff81442e61388a8f144691c020c1f097a4b26d49;hp=b5855a118d875c180433da2cda26a0b0bf9341d5;hpb=2bfbf9aa34b4e672ceba72003e294a0a6c5c7972;p=timetracker.git diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index b5855a11..29bed9dc 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -26,6 +26,9 @@ // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ +// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. +// Other characters (such as double-quotes in http links, etc.) do not have to be escaped. + $i18n_language = 'Français'; $i18n_months = array('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre'); $i18n_weekdays = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'); @@ -35,7 +38,7 @@ $i18n_holidays = array('01/01', '04/06', '04/09', '05/01', '05/08', '05/17', '05 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Connexion', 'menu.logout' => 'Quitter', @@ -73,6 +76,8 @@ $i18n_key_words = array( 'error.task' => 'Sélectionner une tâche.', 'error.client' => 'Sélectionner un client.', 'error.report' => 'Sélectionner un rapport.', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'Nom d\\\'utilisateur ou mot de passe incorrect.', 'error.user_exists' => 'Un utilisateur avec cet identifiant existe déjà.', 'error.project_exists' => 'Un projet avec ce nom existe déjà.', @@ -114,8 +119,6 @@ $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', @@ -192,6 +195,7 @@ $i18n_key_words = array( 'label.role_admin' => '(administrateur)', 'label.page' => 'Page', 'label.condition' => 'Condition', +// TODO: translate the following. // 'label.yes' => 'yes', // 'label.no' => 'no', // Labels for plugins (extensions to Time Tracker that provide additional features). @@ -208,6 +212,7 @@ $i18n_key_words = array( // 'label.quantity' => 'Quantity', // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', +// 'label.mark_paid' => 'Mark paid', // Form titles. 'title.login' => 'Connexion', @@ -352,6 +357,8 @@ $i18n_key_words = array( // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). 'form.report.export' => 'Exporter', +// TODO: translate the following. +// 'form.report.assign_to_invoice' => 'Assign to invoice', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report).