X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/950eb220d2ba58d4def650b4ae9bac1de09ffdd7..c370348dba4b65ae74dc2b8d5bf1b9c0ed5f19cc:/WEB-INF/resources/ro.lang.php
diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php
index f6e31379..1e60ed3f 100644
--- a/WEB-INF/resources/ro.lang.php
+++ b/WEB-INF/resources/ro.lang.php
@@ -212,8 +212,7 @@ $i18n_key_words = array(
'label.comment' => 'Comentariu',
'label.status' => 'Stare',
'label.tax' => 'Taxa',
-// TODO: translate the following.
-// 'label.subtotal' => 'Subtotal',
+'label.subtotal' => 'Subtotal',
'label.total' => 'Total',
// TODO: translate the following.
// 'label.client_name' => 'Client name',
@@ -422,9 +421,10 @@ $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' => 'Numar factura',
+'form.invoice.person' => 'Persoana',
+
+// 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.',
@@ -532,18 +532,6 @@ $i18n_key_words = array(
"form.mail.sending_str" => 'mesaj trimis',
// invoice attributes
-"form.invoice.title" => 'factura',
-"form.invoice.caption" => 'factura',
-"form.invoice.above" => 'informatii aditionale pentru factura',
-"form.invoice.select_cust" => 'alege client',
-"form.invoice.fillform" => 'comleteaza campurile',
-"form.invoice.number" => 'numar factura',
-"form.invoice.th.username" => 'persoana',
-"form.invoice.th.time" => 'ore',
-"form.invoice.th.rate" => 'rata',
-"form.invoice.th.summ" => 'valoare',
-"form.invoice.subtotal" => 'subtotal',
-"form.invoice.customer" => 'client',
"form.invoice.mailinv_above" => 'trimite aceasta factura pe email',
"form.invoice.sending_str" => 'factura trimisa',
);