Added a string to localization files.
[timetracker.git] / WEB-INF / resources / fi.lang.php
index 308320d..434029d 100644 (file)
@@ -75,6 +75,8 @@ $i18n_key_words = array(
 'error.task' => 'Valitse tehtävä.',
 'error.client' => 'Valitse asiakas.',
 'error.report' => 'Valitse raportti.',
+// TODO: translate the following.
+// 'error.record' => 'Select record.',
 'error.auth' => 'Virheellinen käyttäjänimi tai salasana.',
 'error.user_exists' => 'Tämä käyttäjänimi on jo olemassa.',
 'error.project_exists' => 'Tämän niminen projekti on jo olemassa.',
@@ -195,6 +197,8 @@ $i18n_key_words = array(
 'label.page' => 'Sivu',
 // TODO: translate the following.
 // 'label.condition' => 'Condition',
+// 'label.yes' => 'yes',
+// 'label.no' => 'no',
 // Labels for plugins (extensions to Time Tracker that provide additional features).
 'label.custom_fields' => 'Omat kentät',
 // Translate the following.
@@ -210,6 +214,7 @@ $i18n_key_words = array(
 // 'label.quantity' => 'Quantity',
 // 'label.paid_status' => 'Paid status',
 // 'label.paid' => 'Paid',
+// 'label.mark_paid' => 'Mark paid',
 
 // Form titles.
 'title.login' => 'Kirjautuminen',
@@ -357,6 +362,8 @@ $i18n_key_words = array(
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
 'form.report.export' => 'Vie',
+// TODO: translate the following.
+// 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 // (you can get to this form after generating a report).