X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffi.lang.php;h=36b4d0bd3195138005f0978f44926215b09bf281;hb=ce2ddc553c3e30ffaa62d6e0f2e1220ca7f63f34;hp=99b40f4897a7d30f5faad9f30bf31c9f81420a6f;hpb=928c8528504a757cebd2bebcebfa5a393ac19b05;p=timetracker.git diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 99b40f48..36b4d0bd 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -49,6 +49,7 @@ $i18n_key_words = array( 'menu.profile' => 'Profiili', // TODO: translate the following. // 'menu.group' => 'Group', +'menu.plugins' => 'Lisäosat', 'menu.time' => 'Tunnit', 'menu.expenses' => 'Kulut', 'menu.reports' => 'Raportit', @@ -102,11 +103,15 @@ $i18n_key_words = array( 'error.upload' => 'Virhe tiedoston lataus.', 'error.range_locked' => 'Aikaväli on lukittu.', 'error.mail_send' => 'Virhe postinlähetyksessä.', +// TODO: improve the translation above by adding MAIL_SMTP_DEBUG part. +// 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.', 'error.no_email' => 'Käyttäjätunnukseen ei ole liitetty sähköpostiosoitetta.', 'error.uncompleted_exists' => 'Kesken oleva syötetieto on jo olemassa. Sulje tai poista se.', 'error.goto_uncompleted' => 'Siirry kesken olevaan syötteeseen.', 'error.overlap' => 'Aikavälillä on päällekkäisiä syötteitä.', 'error.future_date' => 'Aika on tulevaisuudessa.', +// TODO: translate the following. +// 'error.cannot_import' => 'Cannot import: %s.', // Labels for buttons. 'button.login' => 'Kirjaudu', @@ -149,6 +154,7 @@ $i18n_key_words = array( 'label.user' => 'Käyttäjä', 'label.users' => 'Käyttäjät', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Asiakas', 'label.clients' => 'Asiakkaat', @@ -289,6 +295,7 @@ $i18n_key_words = array( 'title.profile' => 'Profiili', // TODO: translate the following. // 'title.group' => 'Group Settings', +'title.plugins' => 'Lisäosat', 'title.cf_custom_fields' => 'Omat kentät', 'title.cf_add_custom_field' => 'Oman kentän lisäys', 'title.cf_edit_custom_field' => 'Oman kentän muokkaus', @@ -456,7 +463,7 @@ $i18n_key_words = array( 'form.export.compression_none' => 'ei pakata', 'form.export.compression_bzip' => 'bzip', -// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first). 'form.import.hint' => 'Tuo tiimitiedot xml-tiedostosta.', // TODO: replace "team" with "group". 'form.import.file' => 'Valitse tiedosto', 'form.import.success' => 'Tietojen tuonti onnistui.', @@ -484,7 +491,6 @@ $i18n_key_words = array( // 'form.group_edit.future_entries' => 'Future entries', // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', // 'form.group_edit.allow_ip' => 'Allow IP', -'form.group_edit.plugins' => 'Lisäosat', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following.