]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/cs.lang.php
A bit more cleanup in translations.
[timetracker.git] / WEB-INF / resources / cs.lang.php
index 5172818bb915c0a4ff9b8b4ad6b92a02960fa251..6d83a0644171b3336ce450049b2f68e7c485b47e 100644 (file)
@@ -213,8 +213,7 @@ $i18n_key_words = array(
 'label.comment' => 'Komentář',
 'label.status' => 'Status',
 'label.tax' => 'DPH',
-// TODO: translate the following.
-// 'label.subtotal' => 'Subtotal',
+'label.subtotal' => 'Subtotal', // TODO: is this correct?
 'label.total' => 'Celkem',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
@@ -247,7 +246,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' => 'Množství',
+// TODO: translate the following.
 // 'label.paid_status' => 'Paid status',
 // 'label.paid' => 'Paid',
 // 'label.mark_paid' => 'Mark paid',
@@ -422,9 +422,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' => 'Faktura číslo',
+'form.invoice.person' => 'Osoba',
+
+// 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.',
@@ -531,17 +533,6 @@ $i18n_key_words = array(
 "form.mail.sending_str" => '<b>zpráva odeslána</b>',
 
 // invoice attributes
-"form.invoice.title" => 'faktura',
-"form.invoice.caption" => 'faktura',
-"form.invoice.above" => 'fakturační informace',
-"form.invoice.select_cust" => 'výběr firmy',
-"form.invoice.fillform" => 'vyplňte pole',
-"form.invoice.number" => 'faktura číslo',
-"form.invoice.th.username" => 'osoba',
-"form.invoice.th.time" => 'hodin',
-"form.invoice.th.rate" => 'sazba',
-"form.invoice.th.summ" => 'množství',
-"form.invoice.subtotal" => 'subtotal',
 "form.invoice.mailinv_above" => 'poslat fakturu e-mailem',
 "form.invoice.sending_str" => '<b>faktura odeslána</b>',
 );