X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/887ff98dde2f444ef7f33b32fc7f550b5833b5e6..c370348dba4b65ae74dc2b8d5bf1b9c0ed5f19cc:/WEB-INF/resources/et.lang.php
diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php
index 645447f0..919738a6 100644
--- a/WEB-INF/resources/et.lang.php
+++ b/WEB-INF/resources/et.lang.php
@@ -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',
@@ -425,9 +424,8 @@ $i18n_key_words = array(
// 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',
@@ -538,13 +536,6 @@ $i18n_key_words = array(
"form.mail.sending_str" => 'teade saadetud',
// invoice attributes
-"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" => 'arve saadetud',
);