X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffi.lang.php;h=993e0061de098711efd479f4600b8ebcb0da49e6;hb=c46106d305d91e93fb63c0d601a5a006a02bb63a;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..993e0061 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -44,7 +44,7 @@ $i18n_key_words = array( 'menu.create_team' => 'Luo tiimi', 'menu.profile' => 'Profiili', 'menu.time' => 'Tunnit', -// TODO: translate the following string. +// TODO: translate the following: // 'menu.expenses' => 'Expenses', 'menu.reports' => 'Raportit', 'menu.charts' => 'Kaaviot', @@ -57,11 +57,15 @@ $i18n_key_words = array( 'menu.options' => 'Optiot', // Footer - strings on the bottom of most pages. -'footer.mobile_phones' => 'Time Tracker on saatavana myös mobiililaitteille.', +// TODO: translate the following: +// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', // 'Credits' is a bit difficult to translate, the exact literal term might be 'Ansiot' or 'Antaa tunnustus' but that's not widely used in this meaning. // The term that is used is something like 'We are thanking' ('Kiitämme') but that does not sound good, either. So I just let it be as it was for time being as everybody (?) understands the meaning anyway. 'footer.credits' => 'Credits', 'footer.license' => 'Lisenssi', +// TODO: translate the following: +// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. + // This is a link to a webpage that describes how to contribute to the project. // Error messages. 'error.access_denied' => 'Pääsy estetty.', @@ -182,6 +186,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 +198,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 +401,3 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Raportti lähetetty.', 'form.mail.invoice_sent' => 'Lasku lähetetty.', ); -?>