X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/817c4398a992954d9c30bb78ddb3bf0edfccf3c3..c370348dba4b65ae74dc2b8d5bf1b9c0ed5f19cc:/WEB-INF/resources/ca.lang.php
diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php
index 6b49cf15..419c32b4 100644
--- a/WEB-INF/resources/ca.lang.php
+++ b/WEB-INF/resources/ca.lang.php
@@ -207,9 +207,9 @@ $i18n_key_words = array(
'label.comment' => 'Comentari',
'label.status' => 'Estat',
'label.tax' => 'Impost',
+'label.subtotal' => 'Subtotal',
+'label.total' => 'Total',
// TODO: translate the following.
-// 'label.subtotal' => 'Subtotal',
-// 'label.total' => 'Total',
// 'label.client_name' => 'Client name',
// 'label.client_address' => 'Client address',
'label.or' => 'o',
@@ -239,7 +239,8 @@ $i18n_key_words = array(
// 'label.cron_schedule' => 'Cron schedule',
// 'label.what_is_it' => 'What is it?',
// 'label.expense' => 'Expense',
-// 'label.quantity' => 'Quantity',
+'label.quantity' => 'Quantitat',
+// TODO: translate the following.
// 'label.paid_status' => 'Paid status',
// 'label.paid' => 'Paid',
// 'label.mark_paid' => 'Mark paid',
@@ -418,9 +419,11 @@ $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).
+'form.invoice.number' => 'Número de factura',
+'form.invoice.person' => 'Persona',
+
+// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
// TODO: translate the following.
-// 'form.invoice.number' => 'Invoice number',
-// 'form.invoice.person' => 'Person',
// '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.',
@@ -516,15 +519,6 @@ $i18n_key_words = array(
"form.mail.sending_str" => 'Missatge enviat',
// invoice attributes
-"form.invoice.above" => 'Informació addicional per factura',
-"form.invoice.select_cust" => 'Seleccioni el client',
-"form.invoice.fillform" => 'Empleni els camps',
-"form.invoice.number" => 'Número de factura',
-"form.invoice.th.username" => 'Persona',
-"form.invoice.th.time" => 'Hores',
-"form.invoice.th.rate" => 'Taxa',
-"form.invoice.th.summ" => 'Quantitat',
-"form.invoice.subtotal" => 'Subtotal',
"form.invoice.mailinv_above" => 'Enviar aquesta factura per e-mail',
"form.invoice.sending_str" => 'Factura enviada',
);