X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b18b24eeedac6e4e00de4843b98482af5d5a8a65..c370348dba4b65ae74dc2b8d5bf1b9c0ed5f19cc:/WEB-INF/resources/cs.lang.php
diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php
index 67b2b14d..6d83a064 100644
--- a/WEB-INF/resources/cs.lang.php
+++ b/WEB-INF/resources/cs.lang.php
@@ -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.',
@@ -466,18 +468,16 @@ $i18n_key_words = array(
// 'form.client.client_entries' => 'Client entries',
// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
-// TODO: translate the following.
-// 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.',
+'form.export.hint' => 'Můžete exportova týmová data do xml souboru. Může se to hodit pro pÅesun na jiný server.',
'form.export.compression' => 'Komprese',
// TODO: translate the following.
// 'form.export.compression_none' => 'none',
'form.export.compression_bzip' => 'bzip',
// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
-// TODO: translate the following.
-// 'form.import.hint' => 'Import team data from an xml file.',
-// 'form.import.file' => 'Select file',
-// 'form.import.success' => 'Import completed successfully.',
+'form.import.hint' => 'Importovat týmová data z xml souboru.',
+'form.import.file' => 'VýbÄr souboru',
+'form.import.success' => 'Import byl úspÄÅ¡nÄ dokonÄen.',
// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
// TODO: translate the following. This part is not translated accurately from English:
@@ -533,25 +533,6 @@ $i18n_key_words = array(
"form.mail.sending_str" => 'zpráva odeslána',
// 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" => 'faktura odeslána',
-
-"form.migration.file" => 'výbÄr souboru',
-"form.migration.import.title" => 'importovat data',
-"form.migration.import.success" => 'import byl úspÄÅ¡nÄ dokonÄen',
-"form.migration.import.text" => 'importovat týmová data z xml souboru',
-"form.migration.export.title" => 'exportovat data',
-"form.migration.export.success" => 'export byl úspÄÅ¡nÄ dokonÄen',
-"form.migration.export.text" => 'můžete exportova týmová data do xml souboru. může se to hodit pro pÅesun na jiný server.',
);