X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/710003ecf2838c254c075fd9898034e267915e46..1ed162514b774ef5d2f9858efa2436b19d99d484:/WEB-INF/resources/cs.lang.php diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 08480f52..e1dae902 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -146,6 +146,8 @@ $i18n_key_words = array( 'button.send' => 'Poslat', 'button.send_by_email' => 'Poslat e-mailem', 'button.create_group' => 'Vytvořit tým', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Exportovat tým', // TODO: replace "team" with "group". 'button.import' => 'Importovat tým', // TODO: replace "team" with "group". // TODO: translate the following. @@ -273,6 +275,9 @@ $i18n_key_words = array( 'label.totals_only' => 'Pouze součty', // TODO: translate the following. // 'label.quota' => 'Quota', +// 'label.timesheet' => 'Timesheet', +// 'label.submitted' => 'Submitted', +// 'label.approved' => 'Approved', // Form titles. // TODO: Improve titles for consistency, so that each title explains correctly what each @@ -439,6 +444,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.reports.include_invoiced' => 'invoiced', // 'form.reports.include_not_invoiced' => 'not invoiced', +// 'form.reports.include_assigned' => 'assigned', +// 'form.reports.include_not_assigned' => 'not assigned', 'form.reports.select_period' => 'Výberte období', 'form.reports.set_period' => 'nebo určete dny', 'form.reports.show_fields' => 'Zobrazit pole',