X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/3af3b5dfe6e2b8808e799ef696e866b38e4793e4..9505fe658c15ffd61a8fec48f07bc938274d2d44:/WEB-INF/resources/cs.lang.php diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 6de4ec6e..4f82e980 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -167,8 +167,9 @@ $i18n_key_words = array( 'label.user' => 'Uživatel', // TODO: translate the following. // 'label.users' => 'Users', -// 'label.client' => 'Client', -// 'label.clients' => 'Clients', +'label.client' => 'Zákazník', +'label.clients' => 'Zákazníci', +// TODO: translate the following. // 'label.option' => 'Option', // 'label.invoice' => 'Invoice', 'label.project' => 'Projekt', @@ -293,10 +294,10 @@ $i18n_key_words = array( // 'title.add_user' => 'Adding User', // 'title.edit_user' => 'Editing User', // 'title.delete_user' => 'Deleting User', -// 'title.clients' => 'Clients', -// 'title.add_client' => 'Adding Client', -// 'title.edit_client' => 'Editing Client', -// 'title.delete_client' => 'Deleting Client', +'title.clients' => 'Zákazníci', +'title.add_client' => 'Přidat zákazníka', +'title.edit_client' => 'Upravit zákazníka', +'title.delete_client' => 'Smazat zákazníka', // 'title.invoices' => 'Invoices', // 'title.add_invoice' => 'Adding Invoice', // 'title.view_invoice' => 'Viewing Invoice', @@ -344,7 +345,8 @@ $i18n_key_words = array( 'dropdown.projects' => 'projekty', // TODO: translate the following. // 'dropdown.tasks' => 'tasks', -// 'dropdown.clients' => 'clients', +'dropdown.clients' => 'zákazníci', +// TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', // 'dropdown.status_active' => 'active', @@ -531,11 +533,6 @@ $i18n_key_words = array( "form.migration.compression.gzip" => 'gzip', "form.migration.compression.bzip" => 'bzip', -"form.client.title" => 'zákazníci', -"form.client.add_title" => 'přidat zákazníka', -"form.client.edit_title" => 'upravit zákazníka', -"form.client.del_title" => 'smazat zákazníka', - // miscellaneous strings "forward.tocsvfile" => 'exportovat data do .csv souboru', "forward.toxmlfile" => 'exportovat data do .xml souboru',