X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffr.lang.php;h=29bed9dc42154deb6d05cdb4f99d332132f25627;hb=ff81442e61388a8f144691c020c1f097a4b26d49;hp=e356f6f5f4aacfe577da52446fb20067ef2db5ca;hpb=e897b5c63d2e36b018970e1305760fc14976d7d3;p=timetracker.git diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index e356f6f5..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à.', @@ -148,6 +153,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', @@ -162,9 +169,12 @@ $i18n_key_words = array( 'label.configure' => 'Configurer', 'label.select_all' => 'Tout sélectionner', 'label.select_none' => 'Aucun', +// TODO: translate the following. +// 'label.day_view' => 'Day view', +// 'label.week_view' => 'Week view', 'label.id' => 'ID', 'label.language' => 'Langage', -'label.decimal_mark' => 'Séparateur de décimale', +'label.decimal_mark' => 'Séparateur de décimal', 'label.date_format' => 'Format date', 'label.time_format' => 'Format heure', 'label.week_start' => '1er jour de la semaine', @@ -181,10 +191,13 @@ $i18n_key_words = array( 'label.required_fields' => '* - champs obligatoires', 'label.on_behalf' => 'de la part de', 'label.role_manager' => '(responsable)', -'label.role_comanager' => '(co-responsable)', +'label.role_comanager' => '(coresponsable)', '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). 'label.custom_fields' => 'Champs personalisés', 'label.monthly_quotas' => 'Quotas mensuels', @@ -195,6 +208,11 @@ $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', +// 'label.mark_paid' => 'Mark paid', // Form titles. 'title.login' => 'Connexion', @@ -259,13 +277,18 @@ $i18n_key_words = array( // Strings that are used in a single form must go to the specific form section. 'dropdown.all' => '--- tous ---', 'dropdown.no' => '--- aucun ---', -'dropdown.this_day' => 'ce jour', -'dropdown.last_day' => 'dernier jour', -'dropdown.this_week' => 'cette semaine', -'dropdown.last_week' => 'la semaine passée', -'dropdown.this_month' => 'ce mois', -'dropdown.last_month' => 'le mois passé', -'dropdown.this_year' => 'cette année', +'dropdown.current_day' => 'aujourd\\\'hui', +'dropdown.previous_day' => 'hier', +'dropdown.selected_day' => 'jour', +'dropdown.current_week' => 'semaine en cours', +'dropdown.previous_week' => 'la semaine dernière', +'dropdown.selected_week' => 'semaine', +'dropdown.current_month' => 'mois en cours', +'dropdown.previous_month' => 'le mois dernier', +'dropdown.selected_month' => 'mois', +'dropdown.current_year' => 'année en cours', +'dropdown.previous_year' => 'année dernière', +'dropdown.selected_year' => 'année', 'dropdown.all_time' => 'depuis toujours', 'dropdown.projects' => 'Projets', 'dropdown.tasks' => 'Tâches', @@ -276,6 +299,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 @@ -287,20 +313,12 @@ $i18n_key_words = array( 'form.login.about' =>'Anuko Time Tracker est un système de gestion du temps, open source, simple et facile à utiliser.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. -// TODO: improve translation of form.reset_password.message and form.reset_password.email_subject. -// The English equivalents have changed. This means that French translations below are now inaccurate. The difference is that -// we no longer send passwords, but RESET REQUESTS. Compare with master English file: -// 'form.reset_password.message' => 'Password reset request sent by email.', -// 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request', -'form.reset_password.message' => 'Le mot de passe a été envoyé par courriel.', // TODO: redo this line, see the comment above. -'form.reset_password.email_subject' => 'Votre mot de passe Anuko Time Tracker', // TODO: redo this line, see the comment above. -// Note to translators: the sentence BEFORE LAST in form.reset_password.email_body needs to be translated. -'form.reset_password.email_body' => "Cher utilisateur,\n\nQuelqu\'un, probablement vous, avez demandé une réinitialisation de votre mot de passe. Merci d\'aller à ce lien pour le réinitialiser\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visiter https://www.anuko.com pour plus d\'informations.\n\n", +'form.reset_password.message' => 'Une demande de réinitialisation du mot de passe a été envoyé par courriel.', +'form.reset_password.email_subject' => 'Demande de réinitialisation de mot de passe Anuko Time Tracker', +'form.reset_password.email_body' => "Cher utilisateur,\n\nQuelqu\'un, probablement vous, avez demandé une réinitialisation de votre mot de passe. Veuillez de suivre ce lien pour le réinitialiser\n\n%s\n\nAnuko Time Tracker est un système de gestion du temps, open source, simple et facile à utiliser. Visitez https://www.anuko.com pour plus d\'informations.\n\n", // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1. -// TODO: improve translation of form.change_password.tip. -// The English line is: 'form.change_password.tip' => 'Type new password and click on Save.', -'form.change_password.tip' => 'Pour réinitialiser votre mot de passe, saisissez le et cliquez sur Sauvegarder.', +'form.change_password.tip' => 'Saisissez votre nouveau mot de passe et cliquez sur Sauvegarder.', // Time form. See example at https://timetracker.anuko.com/time.php. 'form.time.duration_format' => '(hh:mm ou 0.0h)', @@ -312,6 +330,10 @@ $i18n_key_words = array( // 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é sauvegardé avec une heure de début seulement. Il ne s\\\'agit pas d\\\'une erreur.', +// Week view form. See example at https://timetracker.anuko.com/week.php. +// TODO: translate the following. +// 'form.week.new_entry' => 'New entry', + // Reports form. See example at https://timetracker.anuko.com/reports.php 'form.reports.save_as_favorite' => 'Enregistrer comme favori', 'form.reports.confirm_delete' => 'Êtes-vous certain de vouloir supprimer ce rapport des favoris?', @@ -334,7 +356,9 @@ $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' => 'Exporté', +'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). @@ -342,6 +366,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', @@ -358,10 +384,10 @@ $i18n_key_words = array( // Users form. See example at https://timetracker.anuko.com/users.php 'form.users.active_users' => 'Utilisateurs actifs', 'form.users.inactive_users' => 'Utilisateurs inactifs', -'form.users.uncompleted_entry' => 'L\\\'utilisateur a des entrées incomplètes', // TODO: only 1 uncompleted entry is allowed. Change plural to singular. +'form.users.uncompleted_entry' => 'L\\\'utilisateur a une entrée incomplète', 'form.users.role' => 'Rôle', 'form.users.manager' => 'Responsable', -'form.users.comanager' => 'Co-responsable', +'form.users.comanager' => 'Coresponsable', 'form.users.rate' => 'Tarif', 'form.users.default_rate' => 'Tarif horaire par défaut',