X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffi.lang.php;h=9f577f3dc7f357dc01a1ede6fbf4b46d6c51fac9;hb=b7e0a81d78007c097e7860c752f445263683b42b;hp=97065c45eacda5d7ba43bf63b67bdb68498b7893;hpb=af80607509fae805aae37ba966f24aa50986fe9d;p=timetracker.git diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 97065c45..9f577f3d 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -98,6 +98,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.role_exists' => 'Role with this rank already exists.', 'error.no_invoiceable_items' => 'Ei laskutettavia syötteitä.', +// TODO: translate the following. +// 'error.no_records' => 'There are no records.', 'error.no_login' => 'Tuntematon käyttäjänimi.', 'error.no_groups' => 'Tietokanta on tyhjä. Kirjaudu ylläpitäjänä ja luo uusi tiimi.', // TODO: replace "team" with "group". 'error.upload' => 'Virhe tiedoston lataus.', @@ -262,6 +264,7 @@ $i18n_key_words = array( // 'label.submitted' => 'Submitted', // 'label.approved' => 'Approved', // 'label.approval' => 'Report approval', +// 'label.mark_approved' => 'Mark approved', // Form titles. 'title.error' => 'Virhe', @@ -373,6 +376,8 @@ $i18n_key_words = array( 'dropdown.delete' => 'poista', 'dropdown.do_not_delete' => 'älä poista', // TODO: translate the following. +// 'dropdown.approved' => 'approved', +// 'dropdown.not_approved' => 'not approved', // 'dropdown.paid' => 'paid', // 'dropdown.not_paid' => 'not paid', @@ -424,8 +429,6 @@ $i18n_key_words = array( // 'form.reports.include_assigned' => 'assigned', // 'form.reports.include_not_assigned' => 'not assigned', // 'form.reports.include_pending' => 'pending', -// 'form.reports.include_approved' => 'approved', -// 'form.reports.include_not_approved' => 'not approved', 'form.reports.select_period' => 'Valitse ajanjakso', 'form.reports.set_period' => 'tai aseta päivät', 'form.reports.show_fields' => 'Näytä kentät', @@ -445,7 +448,6 @@ $i18n_key_words = array( // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php // TODO: translate the following. -// form.timesheets.hint' => 'Use reports to add new timesheets.', // 'form.timesheets.active_timesheets' => 'Active Timesheets', // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',