]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/et.lang.php
Some more recycling in translation files.
[timetracker.git] / WEB-INF / resources / et.lang.php
index 74c69afc99845b6215298bd1895e2d8660cbb2df..55cc12372c6a9890aad65d50c33f1ddae8c3f8cf 100644 (file)
@@ -417,8 +417,10 @@ $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
@@ -562,9 +564,4 @@ $i18n_key_words = array(
 // "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',
 );