X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffi.lang.php;h=ee94cad00de9989e3bad0302f0092004be800b67;hb=0afb05f8218082cb068f17a0f16f5bcb5c32131e;hp=31aa1dd0e5c406df2f286a80edd11a2ac49984c3;hpb=260cff8d7b6e93db41ee30444c059c46ea78aada;p=timetracker.git diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 31aa1dd0..ee94cad0 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -44,10 +44,7 @@ $i18n_key_words = array( 'menu.create_team' => 'Luo tiimi', 'menu.profile' => 'Profiili', 'menu.time' => 'Tunnit', -// TODO: translate the following: 'menu.expenses' => 'Kulut', -// Alternative translation, meaning Cost -// 'menu.expenses' => 'Kustannukset', 'menu.reports' => 'Raportit', 'menu.charts' => 'Kaaviot', 'menu.projects' => 'Projektit', @@ -64,8 +61,7 @@ $i18n_key_words = array( // 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', -'footer.improve' => 'Osallistu kehitystyöhön', // 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. +'footer.improve' => 'Osallistu kehitystyöhön', // Error messages. 'error.access_denied' => 'Pääsy estetty.', @@ -155,6 +151,9 @@ $i18n_key_words = array( 'label.cost' => 'Hinta', 'label.week_total' => 'Viikko yhteensä', 'label.day_total' => 'Päivä yhteensä', +// 'label.month_total' => 'Month total', +// 'label.month_left' => 'Time until quota is met', +// 'label.month_over' => 'Over monthly quota', 'label.today' => 'Tänään', 'label.total_hours' => 'Tunnit yhteensä', 'label.total_cost' => 'Hinta yhteensä', @@ -185,7 +184,6 @@ $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' => 'Sivu', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Omat kentät', @@ -196,9 +194,11 @@ $i18n_key_words = array( 'label.fav_report' => 'Raporttipohja', 'label.cron_schedule' => 'Cron-ajoitus', 'label.what_is_it' => 'Mikä se on?', - -// TODO? missing? -//'label.page' => 'Sivu', +// 'label.year' => 'Year', +// 'label.month' => 'Month', +// 'label.quota' => 'Quota', +// 'label.dailyWorkingHours' => 'Daily working hours', +// 'label.empty_values_explanation' => 'If values are empty, quotas are calculated automatically based on holidays in config', // Form titles. 'title.login' => 'Kirjautuminen', @@ -244,6 +244,7 @@ $i18n_key_words = array( 'title.add_notification' => 'Ilmoituksen lisäys', 'title.edit_notification' => 'Ilmoituksen muokkaus', 'title.delete_notification' => 'Ilmoituksen poisto', +// 'title.monthly_quota' => 'Monthly quota', 'title.export' => 'Tiimitietojen vienti', 'title.import' => 'Tiimitietojen tunti', 'title.options' => 'Optiot', @@ -256,11 +257,7 @@ $i18n_key_words = array( 'title.cf_add_dropdown_option' => 'Vaihtoehdon lisäys', 'title.cf_edit_dropdown_option' => 'Vaihtoehdon muokkaus', 'title.cf_delete_dropdown_option' => 'Vaihtoehdon poisto', -// NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. 'title.locking' => 'Lukitus', -// Alternative translation, meaning 'Prevent changes' -// 'title.locking' => 'Muutosesto', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section.