X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffr.lang.php;h=ff7e4e6f753b5e715352e07b9d4c74ae5ecb84b5;hb=e85347d56f89d7fcc5e68763038551687f291b5c;hp=2fa1a4aff8d61790329485eace15c5ba56e7680a;hpb=2b90ff7edde48b64097c1bb60cde036b995c4220;p=timetracker.git diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 2fa1a4af..ff7e4e6f 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -33,8 +33,6 @@ $i18n_language = 'French (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'); $i18n_weekdays_short = array('Di', 'Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa'); -// format mm/dd -$i18n_holidays = array('01/01', '04/06', '04/09', '05/01', '05/08', '05/17', '05/28', '07/14', '08/15', '11/01', '11/11', '12/25'); $i18n_key_words = array( @@ -45,12 +43,14 @@ $i18n_key_words = array( 'menu.forum' => 'Forum', 'menu.help' => 'Aide', // TODO: translate the following. -// 'menu.create_group' => 'Create Group', +// 'menu.register' => 'Register', 'menu.profile' => 'Profil', // TODO: translate the following. // 'menu.group' => 'Group', 'menu.plugins' => 'Plugins', 'menu.time' => 'Temps', +// TODO: translate the following. +// 'menu.week' => 'Week', 'menu.expenses' => 'Dépenses', 'menu.reports' => 'Rapports', // TODO: translate the following. @@ -234,6 +234,8 @@ $i18n_key_words = array( // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Champs personalisés', 'label.monthly_quotas' => 'Quotas mensuels', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Type', 'label.type_dropdown' => 'Liste déroulante', 'label.type_text' => 'Texte', @@ -246,6 +248,7 @@ $i18n_key_words = array( // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', // 'label.mark_paid' => 'Mark paid', +// 'label.week_menu' => 'Week menu', // 'label.week_note' => 'Week note', // 'label.week_list' => 'Week list', // 'label.work_units' => 'Work units', @@ -385,6 +388,9 @@ $i18n_key_words = array( 'dropdown.previous_year' => 'année dernière', 'dropdown.selected_year' => 'année', 'dropdown.all_time' => 'depuis toujours', +// TODO: translate the following. +// 'dropdown.time' => 'time', +// 'dropdown.user' => 'user', 'dropdown.projects' => 'Projets', 'dropdown.tasks' => 'Tâches', 'dropdown.clients' => 'Clients', @@ -551,7 +557,7 @@ $i18n_key_words = array( 'form.group_edit.24_hours' => '24 heures', // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', -// 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Mode suivi', 'form.group_edit.mode_time' => 'Heures', 'form.group_edit.mode_projects' => 'Projets', @@ -567,6 +573,7 @@ $i18n_key_words = array( // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', // 'form.group_edit.confirm_save' => 'Confirm saving', // 'form.group_edit.allow_ip' => 'Allow IP', +// 'form.group_edit.advanced_settings' => 'Advanced settings', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following. @@ -631,5 +638,6 @@ $i18n_key_words = array( // Display Options form. See example at https://timetracker.anuko.com/display_options.php. // TODO: translate the following. +// 'form.display_options.menu' => 'Menu', // 'form.display_options.note_on_separate_row' => 'Note on separate row', );