X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/45091225a5cbc958f96c38e99228eee98f0b7ca8..53dd9ed078fdb70af2f24564145873e2346e5f28:/WEB-INF/resources/cs.lang.php diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 22788ed7..3ec87f3c 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -273,6 +273,8 @@ $i18n_key_words = array( 'label.totals_only' => 'Pouze součty', // TODO: translate the following. // 'label.quota' => 'Quota', +// 'label.submitted' => 'Submitted', +// 'label.approved' => 'Approved', // Form titles. // TODO: Improve titles for consistency, so that each title explains correctly what each @@ -307,6 +309,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'title.report' => 'Report', // 'title.send_report' => 'Sending Report', +// 'title.timesheets' => 'Timesheets', +// 'title.timesheet' => 'Timesheet', 'title.invoice' => 'Faktura', // TODO: translate the following. // 'title.send_invoice' => 'Sending Invoice', @@ -456,6 +460,10 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.report.assign_to_invoice' => 'Assign to invoice', +// Timesheets form. See example at https://timetracker.anuko.com/timesheets.php +// TODO: translate the following. +// form.timesheets.hint' => 'Use reports to add new timesheets.', + // 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',