X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Ffi.lang.php;h=9758fe7f198cf0e593c05df29a1d6b52fac9f2ca;hb=920b5bff2bf2fb1caa10715ed8d40175e4798019;hp=5aaf7f9718cf3527c0e9bf665d5fac5035cca672;hpb=b3c9cd1820158293d52c6cc1bb7244fee06104ed;p=timetracker.git diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 5aaf7f97..9758fe7f 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -267,6 +267,7 @@ $i18n_key_words = array( // 'label.template' => 'Template', // 'label.attachments' => 'Attachments', // 'label.files' => 'Files', +// 'label.file' => 'File', // 'label.image' => 'Image', // 'label.download' => 'Download', @@ -286,6 +287,8 @@ $i18n_key_words = array( 'title.time' => 'Tuntien kirjaus', 'title.edit_time_record' => 'Tuntikirjausten muokkaus', 'title.delete_time_record' => 'Tuntikirjausten poisto', +// TODO: Translate the following. +// 'title.time_files' => 'Time Record Files', 'title.expenses' => 'Kulut', 'title.edit_expense' => 'Kulutietojen muokkaus', 'title.delete_expense' => 'Kulutiedon poisto', @@ -337,6 +340,8 @@ $i18n_key_words = array( 'title.export' => 'Tiimitietojen vienti', // TODO: replace "team" with "group". 'title.import' => 'Tiimitietojen tunti', // TODO: replace "team" with "group". 'title.options' => 'Optiot', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profiili', 'title.plugins' => 'Lisäosat', 'title.cf_custom_fields' => 'Omat kentät', @@ -547,6 +552,7 @@ $i18n_key_words = array( 'form.group_edit.12_hours' => '12-tuntinen', 'form.group_edit.24_hours' => '24-tuntinen', // TODO: translate the following. +// 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', 'form.group_edit.tracking_mode' => 'Seurantamuoto', 'form.group_edit.mode_time' => 'aika', @@ -625,4 +631,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', );