X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffi.lang.php;h=f5604da820b2c8d2de6c392642fd21c46a59eae1;hb=2bfbf9aa34b4e672ceba72003e294a0a6c5c7972;hp=31dba324fb6c47d4763c9942a78083c438f48e82;hpb=8f2681e0de5fe68120004b4bf8641e8ee1163151;p=timetracker.git diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 31dba324..f5604da8 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -116,6 +116,8 @@ $i18n_key_words = array( 'button.import' => 'Tuo tiimi', 'button.close' => 'Sulje', 'button.stop' => 'Lopeta', +// TODO: translate the following. +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Tiimin nimi', @@ -151,6 +153,8 @@ $i18n_key_words = array( 'label.finish' => 'Lopetus', 'label.duration' => 'Kesto', 'label.note' => 'Huom', +// TODO: translate the following. +// 'label.notes' => 'Notes', 'label.item' => 'Syöte', 'label.cost' => 'Hinta', 'label.day_total' => 'Päivä yhteensä', @@ -166,6 +170,9 @@ $i18n_key_words = array( 'label.configure' => 'Aseta', 'label.select_all' => 'Valitse kaikki', 'label.select_none' => 'Poista kaikki valinnat', +// TODO: translate the following. +// 'label.day_view' => 'Day view', +// 'label.week_view' => 'Week view', 'label.id' => 'ID', 'label.language' => 'Kieli', 'label.decimal_mark' => 'Desimaalierotin', @@ -190,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. @@ -201,6 +210,10 @@ $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', // Form titles. 'title.login' => 'Kirjautuminen', @@ -289,6 +302,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 @@ -318,6 +334,10 @@ $i18n_key_words = array( // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). 'form.time_edit.uncompleted' => 'Vain aloitusaika tallennettiin tietueeseen. Kyseessä ei ole virhe.', +// Week view form. See example at https://timetracker.anuko.com/week.php. +// TODO: translate the following. +// 'form.week.new_entry' => 'New entry', + // Reports form. See example at https://timetracker.anuko.com/reports.php 'form.reports.save_as_favorite' => 'Tallenna raporttipohjaksi', 'form.reports.confirm_delete' => 'Haluatko varmasti poistaa tämän raporttipohjan?', @@ -348,6 +368,8 @@ $i18n_key_words = array( 'form.invoice.person' => 'Henkilö', 'form.invoice.invoice_to_delete' => 'Poistettava lasku', 'form.invoice.invoice_entries' => 'Laskurivit', +// TODO: translate the following. +// 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', // Charts form. See example at https://timetracker.anuko.com/charts.php 'form.charts.interval' => 'Ajalta',