X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffi.lang.php;h=517309b182fb05c2bf7046ee6efc3f7fa0727053;hb=6966f48816a53d2653bf02b537190d015407952e;hp=9f577f3dc7f357dc01a1ede6fbf4b46d6c51fac9;hpb=c6aa77a9e6299cf3103f97274e573cc9938c1215;p=timetracker.git diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 9f577f3d..517309b1 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -118,6 +118,7 @@ $i18n_key_words = array( // 'error.format' => 'Invalid file format.', // 'error.user_count' => 'Limit on user count.', // 'error.expired' => 'Expiration date reached.', +// 'error.file_storage' => 'File storage error.', // Warning messages. // TODO: translate the following. @@ -142,8 +143,6 @@ $i18n_key_words = array( 'button.send' => 'Lähetä', 'button.send_by_email' => 'Lähetä sähköpostilla', 'button.create_group' => 'Luo tiimi', // TODO: replace "team" with "group". -// TODO: translate the following. -// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Vie tiimi', // TODO: replace "team" with "group". 'button.import' => 'Tuo tiimi', // TODO: replace "team" with "group". 'button.close' => 'Sulje', @@ -265,6 +264,10 @@ $i18n_key_words = array( // 'label.approved' => 'Approved', // 'label.approval' => 'Report approval', // 'label.mark_approved' => 'Mark approved', +// 'label.template' => 'Template', +// 'label.attachments' => 'Attachments', +// 'label.files' => 'Files', +// 'label.image' => 'Image', // Form titles. 'title.error' => 'Virhe', @@ -295,6 +298,8 @@ $i18n_key_words = array( 'title.send_invoice' => 'Laskun lähetys', 'title.charts' => 'Kaaviot', 'title.projects' => 'Projektit', +// TODO: translate the following. +// 'title.project_files' => 'Project Files', 'title.add_project' => 'Projektin lisäys', 'title.edit_project' => 'Projektin muokkaus', 'title.delete_project' => 'Projektin poisto', @@ -346,6 +351,12 @@ $i18n_key_words = array( // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', // 'title.work_units' => 'Work Units', +// 'title.templates' => 'Templates', +// 'title.add_template' => 'Adding Template', +// 'title.edit_template' => 'Editing Template', +// 'title.delete_template' => 'Deleting Template', +// 'title.edit_file' => 'Editing File', +// 'title.delete_file' => 'Deleting File', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -371,6 +382,8 @@ $i18n_key_words = array( 'dropdown.clients' => 'asiakkaat', 'dropdown.select' => '--- valitse ---', 'dropdown.select_invoice' => '--- valitse lasku ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'aktiivinen', 'dropdown.status_inactive' => 'inaktiivinen', 'dropdown.delete' => 'poista', @@ -445,12 +458,18 @@ $i18n_key_words = array( 'form.report.export' => 'Vie', // TODO: translate the following. // 'form.report.assign_to_invoice' => 'Assign to invoice', +// 'form.report.assign_to_timesheet' => 'Assign to timesheet', // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php // TODO: translate the following. // 'form.timesheets.active_timesheets' => 'Active Timesheets', // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets', +// Templates form. See example at https://timetracker.anuko.com/templates.php +// TODO: translate the following. +// 'form.templates.active_templates' => 'Active Templates', +// 'form.templates.inactive_templates' => 'Inactive Templates', + // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). 'form.invoice.number' => 'Laskun numero', @@ -595,4 +614,13 @@ $i18n_key_words = array( // 'role.admin.label' => 'Administrator', // 'role.admin.low_case_label' => 'administrator', // 'role.admin.description' => 'Site adminsitrator.', + +// Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php. +// TODO: translate the following. +// 'form.timesheet_view.submit_subject' => 'Timesheet approval request', +// 'form.timesheet_view.submit_body' => "A new timesheet requires approval.

User: %s.", +// 'form.timesheet_view.approve_subject' => 'Timesheet approved', +// '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", );