X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/466bac15266780623565e359e418411ed516915e..4f0f87f88dc93f04a9d1fa777c686c348b0875b0:/WEB-INF/resources/cs.lang.php diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 1a26b81d..9807d6e1 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -170,7 +170,7 @@ $i18n_key_words = array( 'label.clients' => 'Zákazníci', // TODO: translate the following. // 'label.option' => 'Option', -// 'label.invoice' => 'Invoice', +'label.invoice' => 'Faktura', 'label.project' => 'Projekt', 'label.projects' => 'Projekty', // TODO: translate the following. @@ -279,7 +279,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'title.report' => 'Report', // 'title.send_report' => 'Sending Report', -// 'title.invoice' => 'Invoice', +'title.invoice' => 'Faktura', +// TODO: translate the following. // 'title.send_invoice' => 'Sending Invoice', // 'title.charts' => 'Charts', 'title.projects' => 'Projekty', @@ -300,7 +301,8 @@ $i18n_key_words = array( '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.invoices' => 'Faktury', +// TODO: translate the following. // 'title.add_invoice' => 'Adding Invoice', // 'title.view_invoice' => 'Viewing Invoice', // 'title.delete_invoice' => 'Deleting Invoice', @@ -332,19 +334,19 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.all' => '--- all ---', // 'dropdown.no' => '--- no ---', -// 'dropdown.current_day' => 'today', -// 'dropdown.previous_day' => 'yesterday', -// 'dropdown.selected_day' => 'day', -// 'dropdown.current_week' => 'this week', -// 'dropdown.previous_week' => 'previous week', -// 'dropdown.selected_week' => 'week', -// 'dropdown.current_month' => 'this month', -// 'dropdown.previous_month' => 'previous month', -// 'dropdown.selected_month' => 'month', -// 'dropdown.current_year' => 'this year', -// 'dropdown.previous_year' => 'previous year', -// 'dropdown.selected_year' => 'year', -// 'dropdown.all_time' => 'all time', +'dropdown.current_day' => 'dnes', +'dropdown.previous_day' => 'včera', +'dropdown.selected_day' => 'den', +'dropdown.current_week' => 'tento týden', +'dropdown.previous_week' => 'minulý týden', +'dropdown.selected_week' => 'týden', +'dropdown.current_month' => 'tento měsíc', +'dropdown.previous_month' => 'minulý měsíc', +'dropdown.selected_month' => 'měsíc', +'dropdown.current_year' => 'tento rok', +'dropdown.previous_year' => 'minulý rok', +'dropdown.selected_year' => 'rok', +'dropdown.all_time' => 'od počátku', 'dropdown.projects' => 'projekty', // TODO: translate the following. // 'dropdown.tasks' => 'tasks', @@ -529,13 +531,4 @@ $i18n_key_words = array( "controls.project_bind" => '--- všechny ---', "controls.all" => '--- vše ---', "controls.notbind" => '--- nic ---', -"controls.per_tm" => 'tento měsíc', -"controls.per_lm" => 'minulý měsíc', -"controls.per_tw" => 'tento týden', -"controls.per_lw" => 'minulý týden', -"controls.per_td" => 'dnes', -"controls.per_at" => 'od počátku', -"controls.per_ty" => 'letos', - -"label.inv_str" => 'faktura', );