X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/ccad5f6b0a1739455bf3b53dfcbcffd6692ffd5e..b6546c4547eb47a06f80b6d0ffa474d3929602f9:/WEB-INF/resources/hu.lang.php diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 5f7b40cf..527b59a6 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -357,6 +357,8 @@ $i18n_key_words = array( // 'title.export' => 'Exporting Group Data', // 'title.import' => 'Importing Group Data', 'title.options' => 'Opciók', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profil', // TODO: translate the following. // 'title.plugins' => 'Plugins', @@ -577,6 +579,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.12_hours' => '12 hours', // 'form.group_edit.24_hours' => '24 hours', +// 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', @@ -655,4 +658,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', );