X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/887ff98dde2f444ef7f33b32fc7f550b5833b5e6..bc70f847bb7a39697a704591b7bf8f8421791b09:/WEB-INF/resources/fi.lang.php
diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php
index 4704047c..8f03d5b0 100644
--- a/WEB-INF/resources/fi.lang.php
+++ b/WEB-INF/resources/fi.lang.php
@@ -165,8 +165,6 @@ $i18n_key_words = array(
// TODO: translate the following.
// 'label.month_total' => 'Month total',
'label.today' => 'Tänään',
-'label.total_hours' => 'Tunnit yhteensä',
-'label.total_cost' => 'Hinta yhteensä',
'label.view' => 'Näytä',
'label.edit' => 'Muokkaa',
'label.delete' => 'Poista',
@@ -309,8 +307,8 @@ $i18n_key_words = array(
'dropdown.select_invoice' => '--- valitse lasku ---',
'dropdown.status_active' => 'aktiivinen',
'dropdown.status_inactive' => 'inaktiivinen',
-'dropdown.delete'=>'poista',
-'dropdown.do_not_delete'=>'älä poista',
+'dropdown.delete' => 'poista',
+'dropdown.do_not_delete' => 'älä poista',
// TODO: translate the following.
// 'dropdown.paid' => 'paid',
// 'dropdown.not_paid' => 'not paid',
@@ -322,7 +320,7 @@ $i18n_key_words = array(
// Login form. See example at https://timetracker.anuko.com/login.php.
'form.login.forgot_password' => 'Salasana unohtunut?',
-'form.login.about' =>'Anuko Time Tracker on yksinkertainen ja helppokäyttöinen vapaan koodin tuntiseurantaohjelmisto.',
+'form.login.about' => 'Anuko Time Tracker on yksinkertainen ja helppokäyttöinen vapaan koodin tuntiseurantaohjelmisto.',
// Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
'form.reset_password.message' => 'Salasanan nollauspyyntöviesti lähetetty.',
@@ -431,6 +429,8 @@ $i18n_key_words = array(
// Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
'form.profile.12_hours' => '12-tuntinen',
'form.profile.24_hours' => '24-tuntinen',
+// TODO: translate the following.
+// 'form.profile.show_holidays' => 'Show holidays',
'form.profile.tracking_mode' => 'Seurantamuoto',
'form.profile.mode_time' => 'aika',
'form.profile.mode_projects' => 'projektit',