X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c4070353c14d9085dbea1ca429090d326bf731d9..c370348dba4b65ae74dc2b8d5bf1b9c0ed5f19cc:/WEB-INF/resources/ca.lang.php diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index f1983350..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', @@ -518,10 +519,6 @@ $i18n_key_words = array( "form.mail.sending_str" => 'Missatge enviat', // invoice attributes -"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', );