X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffi.lang.php;h=286024956ff89b8448ad3343085d2c48dbebf51b;hb=97986f58680244c80bbe4de04d12eda3d0f12f6c;hp=b8f9055a14ee704681157371f50f19be506f5bd5;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index b8f9055a..28602495 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -182,6 +182,8 @@ $i18n_key_words = array( 'label.role_manager' => '(esimies)', 'label.role_comanager' => '(apu-esimies)', 'label.role_admin' => '(ylläpitäjä)', +// Translate the following string. +// 'label.page' => 'Page', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Omat kentät', 'label.type' => 'Tyyppi', @@ -192,6 +194,9 @@ $i18n_key_words = array( 'label.cron_schedule' => 'Cron-ajoitus', 'label.what_is_it' => 'Mikä se on?', +// TODO? missing? +'label.page' => 'Sivu', + // Form titles. 'title.login' => 'Kirjautuminen', 'title.teams' => 'Tiimit', @@ -392,4 +397,3 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Raportti lähetetty.', 'form.mail.invoice_sent' => 'Lasku lähetetty.', ); -?>