Minor improvement in Italian translation.
[timetracker.git] / WEB-INF / resources / ro.lang.php
index 087d55a..9bd8ea6 100644 (file)
@@ -191,8 +191,6 @@ $i18n_key_words = array(
 // 'label.month_total' => 'Month total',
 'label.today' => 'Astazi',
 // TODO: translate the following.
-// 'label.total_hours' => 'Total hours',
-// 'label.total_cost' => 'Total cost',
 // 'label.view' => 'View',
 // TODO: confirm that label.edit and label.delete are translated correctly.
 'label.edit' => 'Editează',
@@ -274,8 +272,9 @@ $i18n_key_words = array(
 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
-// 'title.reports' => 'Reports',
-// 'title.report' => 'Report',
+'title.reports' => 'Rapoarte',
+'title.report' => 'Raport',
+// TODO: translate the following.
 // 'title.send_report' => 'Sending Report',
 'title.invoice' => 'Factura',
 // TODO: translate the following.
@@ -355,8 +354,8 @@ $i18n_key_words = array(
 'dropdown.status_active' => 'activ',
 'dropdown.status_inactive' => 'inactiv',
 // TODO: translate the following.
-// 'dropdown.delete'=>'delete',
-// 'dropdown.do_not_delete'=>'do not delete',
+// 'dropdown.delete' => 'delete',
+// 'dropdown.do_not_delete' => 'do not delete',
 // 'dropdown.paid' => 'paid',
 // 'dropdown.not_paid' => 'not paid',
 
@@ -499,13 +498,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' => 'De la',
+'form.mail.to' => 'Catre',
 // 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' => 'Factura trimisa.',
 
 // Quotas configuration form.
 // TODO: translate the following.
@@ -549,22 +548,5 @@ $i18n_key_words = array(
 "form.people.th.rate" => 'rata',
 "form.people.manager" => 'manager',
 "form.people.comanager" => 'comanager',
-
 "form.people.rate" => 'pret pe ora implicit',
-"form.people.comanager" => 'co-manager',
-
-// report attributes
-"form.report.title" => 'rapoarte',
-"form.report.total" => 'ore total',
-
-// mail form attributes
-"form.mail.from" => 'de la',
-"form.mail.to" => 'catre',
-"form.mail.above" => 'trimite acest raport pe e-mail',
-// 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>mesaj trimis</b>',
-
-// invoice attributes
-"form.invoice.sending_str" => '<b>factura trimisa</b>',
 );