A bit more recycling in translations.
[timetracker.git] / WEB-INF / resources / et.lang.php
index 74c69af..dc67f8c 100644 (file)
@@ -209,8 +209,7 @@ $i18n_key_words = array(
 'label.comment' => 'Kommentaar',
 'label.status' => 'Seisund',
 'label.tax' => 'Maks',
-// TODO: translate the following.
-// 'label.subtotal' => 'Subtotal',
+'label.subtotal' => 'Vahesumma',
 'label.total' => 'Kokku',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
@@ -417,15 +416,18 @@ $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' => 'Eksportimine', // TODO: is this correct? We want a verb as in "Export XML" - see report export options.
+                                        // The current combined English string is "Export PDF, XML or CSV".
+                                        // Meaning: user can have a displayed report in these formats.
 // TODO: translate the following.
-// 'form.report.export' => 'Export',
 // '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).
-// TODO: translate the following.
-// 'form.invoice.number' => 'Invoice number',
-// 'form.invoice.person' => 'Person',
+'form.invoice.number' => 'Arve number',
+'form.invoice.person' => 'Isik',
+
+// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
 // 'form.invoice.invoice_entries' => 'Invoice entries',
 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
@@ -467,22 +469,55 @@ $i18n_key_words = array(
 // 'form.client.client_entries' => 'Client entries',
 
 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
+'form.export.hint' => 'Võid kogu meeskonna andmed eksportida xml-faili. Sellest võib olla kasu kui vahetad serverit.',
+'form.export.compression' => 'Pakkimine',
 // TODO: translate the following.
-// 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.',
-// 'form.export.compression' => 'Compression',
 // 'form.export.compression_none' => 'none',
-// 'form.export.compression_bzip' => 'bzip',
+'form.export.compression_bzip' => 'bzip',
 
 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
-// TODO: translate the following.
-// 'form.import.hint' => 'Import team data from an xml file.',
-// 'form.import.file' => 'Select file',
-// 'form.import.success' => 'Import completed successfully.',
+'form.import.hint' => 'Impordi meeskonna andmed xml-failist.',
+'form.import.file' => 'Vali fail',
+'form.import.success' => 'Andmed imporditud.',
 
 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
 // TODO: translate the following.
 // 'form.teams.hint' =>  'Create a new team by creating a new team manager account.<br>You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
 
+// Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
+// TODO: translate the following.
+// 'form.profile.12_hours' => '12 hours',
+// 'form.profile.24_hours' => '24 hours',
+// 'form.profile.tracking_mode' => 'Tracking mode',
+// 'form.profile.mode_time' => 'time',
+// 'form.profile.mode_projects' => 'projects',
+// 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
+// 'form.profile.record_type' => 'Record type',
+// 'form.profile.type_all' => 'all',
+// 'form.profile.type_start_finish' => 'start and finish',
+// 'form.profile.type_duration' => 'duration',
+// 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
+// 'form.profile.uncompleted_indicators_none' => 'do not show',
+// 'form.profile.uncompleted_indicators_show' => 'show',
+// 'form.profile.plugins' => 'Plugins',
+
+// Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
+'form.mail.from' => 'Kellelt',
+'form.mail.to' => 'Kellele',
+// TODO: translate the following.
+// 'form.mail.report_subject' => 'Time Tracker Report',
+// 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
+// 'form.mail.report_sent' => 'Report sent.',
+'form.mail.invoice_sent' => 'Arve saadetud.',
+
+// Quotas configuration form.
+// TODO: translate the following.
+// 'form.quota.year' => 'Year',
+// 'form.quota.month' => 'Month',
+// 'form.quota.quota' => 'Quota',
+// 'form.quota.workday_hours' => 'Hours in work day',
+// 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
+
 
 
 // TODO: refactoring ongoing down from here.
@@ -525,46 +560,4 @@ $i18n_key_words = array(
 
 // report attributes
 "form.report.total" => 'tunde kokku',
-
-// mail form attributes
-"form.mail.from" => 'kellelt',
-"form.mail.to" => 'kellele',
-"form.mail.above" => 'saada aruanne e-mailiga',
-// Note to translators: this string needs to be translated.
-// "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
-"form.mail.sending_str" => '<b>teade saadetud</b>',
-
-// invoice attributes
-"form.invoice.title" => 'arve',
-"form.invoice.caption" => 'arve',
-"form.invoice.above" => 'lisainformatsioon arvele',
-"form.invoice.select_cust" => 'vali klient',
-"form.invoice.fillform" => 'täida väljad',
-"form.invoice.number" => 'arve number',
-"form.invoice.th.username" => 'isik',
-"form.invoice.th.time" => 'tunde',
-"form.invoice.th.rate" => 'hind',
-"form.invoice.th.summ" => 'summa',
-"form.invoice.subtotal" => 'vahesumma',
-"form.invoice.customer" => 'klient',
-"form.invoice.mailinv_above" => 'saada see arve e-mailiga',
-"form.invoice.sending_str" => '<b>arve saadetud</b>',
-
-"form.migration.zip" => 'pakkimine',
-"form.migration.file" => 'vali fail',
-"form.migration.import.title" => 'impordi andmed',
-"form.migration.import.success" => 'andmed imporditud',
-"form.migration.import.text" => 'impordi meeskonna andmed xml-failist',
-"form.migration.export.title" => 'ekspordi andmed',
-"form.migration.export.success" => 'andmed eksporditud',
-"form.migration.export.text" => 'võid kogu meeskonna andmed eksportida xml-faili. sellest võib olla kasu kui vahetad serverit.',
-// Note to translators: the string below must be translated and added
-// "form.migration.compression.none" => 'none',
-"form.migration.compression.gzip" => 'gzip',
-"form.migration.compression.bzip" => 'bzip',
-
-// miscellaneous strings
-"forward.tocsvfile" => 'ekspordi andmed .csv faili',
-"forward.toxmlfile" => 'ekspordi andmed .xml faili',
-"forward.geninvoice" => 'loo arve',
 );