Modified the table alternate backgourd color. (#43)
[timetracker.git] / WEB-INF / resources / fi.lang.php
index 9147176..31dba32 100644 (file)
@@ -129,6 +129,10 @@ $i18n_key_words = array(
 'label.password' => 'Salasana',
 'label.confirm_password' => 'Vahvista salasana',
 'label.email' => 'Sähköposti',
+'label.cc' => 'Kopio',
+// TODO: translate the following.
+// 'label.bcc' => 'Bcc',
+'label.subject' => 'Aihe',
 'label.date' => 'Päiväys',
 'label.start_date' => 'Aloituspäivä',
 'label.end_date' => 'Päättymispäivä',
@@ -184,6 +188,8 @@ $i18n_key_words = array(
 'label.role_comanager' => '(apu-esimies)',
 'label.role_admin' => '(ylläpitäjä)',
 'label.page' => 'Sivu',
+// TODO: translate the following.
+// 'label.condition' => 'Condition',
 // Labels for plugins (extensions to Time Tracker that provide additional features).
 'label.custom_fields' => 'Omat kentät',
 // Translate the following.
@@ -259,12 +265,20 @@ $i18n_key_words = array(
 // Strings that are used in a single form must go to the specific form section.
 'dropdown.all' => '--- kaikki ---',
 'dropdown.no' => '--- ei ---',
-'dropdown.this_day' => 'tämä päivä',
-'dropdown.this_week' => 'tämä viikko',
-'dropdown.last_week' => 'viime viikko',
-'dropdown.this_month' => 'tämä kuu',
-'dropdown.last_month' => 'viime kuu',
-'dropdown.this_year' => 'tämä vuosi',
+// TODO: translate the following.
+// 'dropdown.current_day' => 'today',
+// 'dropdown.previous_day' => 'yesterday',
+'dropdown.selected_day' => 'päivä',
+'dropdown.current_week' => 'tämä viikko',
+'dropdown.previous_week' => 'viime viikko',
+'dropdown.selected_week' => 'viikko',
+'dropdown.current_month' => 'tämä kuu',
+'dropdown.previous_month' => 'viime kuu',
+'dropdown.selected_month' => 'kuu',
+'dropdown.current_year' => 'tämä vuosi',
+// TODO: translate the following.
+// 'dropdown.previous_year' => 'previous year',
+'dropdown.selected_year' => 'vuosi',
 'dropdown.all_time' => 'kaikki tunnit',
 'dropdown.projects' => 'projektit',
 'dropdown.tasks' => 'tehtävät',
@@ -350,6 +364,8 @@ $i18n_key_words = array(
 // Users form. See example at https://timetracker.anuko.com/users.php
 'form.users.active_users' => 'Aktiiviset käyttäjät',
 'form.users.inactive_users' => 'Ei-aktiiviset käyttäjät',
+ // TODO: translate the following.
+ // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
 'form.users.role' => 'Rooli',
 'form.users.manager' => 'Esimies',
 'form.users.comanager' => 'Apuesimies',
@@ -394,8 +410,6 @@ $i18n_key_words = array(
 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 'form.mail.from' => 'Lähettäjä',
 'form.mail.to' => 'Vastaanottaja',
-'form.mail.cc' => 'Kopio',
-'form.mail.subject' => 'Aihe',
 'form.mail.report_subject' => 'Time Tracker -raportti',
 'form.mail.footer' => 'Anuko Time Tracker on yksinkertainen ja helppokäyttöinen vapaan koodin tuntiseurantaohjelmisto. Lisätietoja sivulla <a href="https://www.anuko.com">www.anuko.com</a>.',
 'form.mail.report_sent' => 'Raportti lähetetty.',
@@ -406,6 +420,6 @@ $i18n_key_words = array(
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
 // 'form.quota.quota' => 'Quota',
-// 'form.quota.workdayHours' => 'Hours in a work day',
+// 'form.quota.workday_hours' => 'Hours in a work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 );