X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Ffr.lang.php;fp=WEB-INF%2Fresources%2Ffr.lang.php;h=ea8e8973dccaf971e14ce2e5b28051e12cd147e1;hb=b6546c4547eb47a06f80b6d0ffa474d3929602f9;hp=5b39587265e207e30009ab2dbd3b81d6e3f7bcc5;hpb=331afa6cc2e76915cbe7fce163803cbe5a93f9da;p=timetracker.git diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 5b395872..ea8e8973 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -542,6 +542,7 @@ $i18n_key_words = array( 'form.group_edit.12_hours' => '12 heures', '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.tracking_mode' => 'Mode suivi', 'form.group_edit.mode_time' => 'Heures', @@ -619,4 +620,8 @@ $i18n_key_words = array( // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.

%s", // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved', // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.

%s", + +// Display Options form. See example at https://timetracker.anuko.com/display_options.php. +// TODO: translate the following. +// 'form.display_options.note_on_separate_row' => 'Note on separate row', );