X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffi.lang.php;h=434029d1d20fe9c783165ac185cbcf7625f67d7a;hb=7ffbdd795498e935a5d50fd87c60cea3ab527bfa;hp=67229682fb912ac5d0860474b2ab11b5acfbc495;hpb=8164670fafb4306285df2707921741cb9d925385;p=timetracker.git diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 67229682..434029d1 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -75,6 +75,8 @@ $i18n_key_words = array( 'error.task' => 'Valitse tehtävä.', 'error.client' => 'Valitse asiakas.', 'error.report' => 'Valitse raportti.', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'Virheellinen käyttäjänimi tai salasana.', 'error.user_exists' => 'Tämä käyttäjänimi on jo olemassa.', 'error.project_exists' => 'Tämän niminen projekti on jo olemassa.', @@ -195,6 +197,8 @@ $i18n_key_words = array( 'label.page' => 'Sivu', // TODO: translate the following. // 'label.condition' => 'Condition', +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Omat kentät', // Translate the following. @@ -206,6 +210,11 @@ $i18n_key_words = array( 'label.fav_report' => 'Raporttipohja', 'label.cron_schedule' => 'Cron-ajoitus', 'label.what_is_it' => 'Mikä se on?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', +// 'label.paid' => 'Paid', +// 'label.mark_paid' => 'Mark paid', // Form titles. 'title.login' => 'Kirjautuminen', @@ -294,6 +303,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'inaktiivinen', 'dropdown.delete'=>'poista', 'dropdown.do_not_delete'=>'älä poista', +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases @@ -350,6 +362,8 @@ $i18n_key_words = array( // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). 'form.report.export' => 'Vie', +// TODO: translate the following. +// 'form.report.assign_to_invoice' => 'Assign to invoice', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report).