]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/et.lang.php
A bit more recycling in translations.
[timetracker.git] / WEB-INF / resources / et.lang.php
index 7d3de6bfe0e09ffacc26f40003635e9758df2362..dc67f8c0fa163062b3a47c8f23287878a9d949d8 100644 (file)
@@ -502,13 +502,13 @@ $i18n_key_words = array(
 // '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.from' => 'From',
-// 'form.mail.to' => 'To',
 // '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' => 'Invoice sent.',
+'form.mail.invoice_sent' => 'Arve saadetud.',
 
 // Quotas configuration form.
 // TODO: translate the following.
@@ -560,15 +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.sending_str" => '<b>arve saadetud</b>',
 );