X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b3c9cd1820158293d52c6cc1bb7244fee06104ed..a2d35bc3c1d0dbdd5e802bd51b134e1756eec9f5:/WEB-INF/resources/gr.lang.php diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index ee10172a..745f054e 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -273,6 +273,8 @@ $i18n_key_words = array( 'title.time' => 'ΧÏÏνοÏ', 'title.edit_time_record' => 'ÎÏεξεÏγαÏία ÏÏÏÎ½Î¿Ï ', 'title.delete_time_record' => 'ÎιαγÏαÏή ÏÏÏÎ½Î¿Ï ', +// TODO: Translate the following. +// 'title.time_files' => 'Time Record Files', 'title.expenses' => 'ÎαÏάνεÏ', 'title.edit_expense' => 'ÎÏεξεÏγαÏία δαÏάνηÏ', 'title.delete_expense' => 'ÎιαγÏαÏή δαÏάνηÏ', @@ -327,6 +329,8 @@ $i18n_key_words = array( 'title.export' => 'ÎξαγÏγή δεδομÎνÏν ομάδαÏ', 'title.import' => 'ÎιÏαγÏγή δεδομÎνÏν ομάδαÏ', 'title.options' => 'ÎÏιλογÎÏ', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Î ÏοÏίλ', 'title.plugins' => 'Î ÏÏÏθεÏα', 'title.cf_custom_fields' => 'Î ÏοÏαÏμοÏμÎνα Ïεδία', @@ -525,6 +529,8 @@ $i18n_key_words = array( // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php. 'form.group_edit.12_hours' => '12 ÏÏεÏ', 'form.group_edit.24_hours' => '24 ÏÏεÏ', +// TODO: translate the following. +// 'form.group_edit.display_options' => 'Display options', 'form.group_edit.show_holidays' => 'Î Ïοβολή διακοÏÏν', 'form.group_edit.tracking_mode' => 'ÎειÏÎ¿Ï Ïγία καÏαγÏαÏήÏ', 'form.group_edit.mode_time' => 'ÏÏÏνοÏ', @@ -603,4 +609,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', );