X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fcs.lang.php;h=7ddfb342c499f1d610a7cf721c37455f654f68e3;hb=8063987a8f3384a03296fc617a0c9507a3126c46;hp=5601343c9ed04cac8c2583557b6225ddffef9e69;hpb=566768d0efea85c215de537c667ae610ddf95909;p=timetracker.git diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 5601343c..7ddfb342 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -408,6 +408,37 @@ $i18n_key_words = array( // 'form.reports.group_by_task' => 'task', // 'form.reports.totals_only' => 'Totals only', +// Report form. See example at https://timetracker.anuko.com/report.php +// (after generating a report at https://timetracker.anuko.com/reports.php). +// TODO: translate the following. +// 'form.report.export' => 'Export', +// 'form.report.assign_to_invoice' => 'Assign to invoice', + +// Invoice form. See example at https://timetracker.anuko.com/invoice.php +// (you can get to this form after generating a report). +// 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.', + +// Charts form. See example at https://timetracker.anuko.com/charts.php +// TODO: translate the following. +// 'form.charts.interval' => 'Interval', +// 'form.charts.chart' => 'Chart', + +// Projects form. See example at https://timetracker.anuko.com/projects.php +// TODO: translate the following. +// 'form.projects.active_projects' => 'Active Projects', +// 'form.projects.inactive_projects' => 'Inactive Projects', + +// Tasks form. See example at https://timetracker.anuko.com/tasks.php +// TODO: translate the following. +// 'form.tasks.active_tasks' => 'Active Tasks', +// 'form.tasks.inactive_tasks' => 'Inactive Tasks', + + // TODO: refactoring ongoing down from here. @@ -423,17 +454,11 @@ $i18n_key_words = array( // administrator form "form.admin.title" => 'administrator', "form.admin.duty_text" => 'vytvořit nový tým prostřednictvím účtu týmového manažera.
můžete také importovat týmová data z xml souboru z jiného time tracker serveru (nejsou povoleny shody e-mailových adres!).', - -"form.admin.change_pass" => 'změna hesla účtu administrator', "form.admin.profile.title" => 'týmy', "form.admin.profile.noprofiles" => 'vaše databáze je prázdná. přihlašte se jako admin a vytvořte nový tým.', "form.admin.profile.comment" => 'smazat tým', "form.admin.profile.th.id" => 'id', "form.admin.profile.th.active" => 'aktovní', -// Note to translators: the strings below are missing in the translation and must be added -// "form.admin.custom_date_format" => "date format", -// "form.admin.custom_time_format" => "time format", -// "form.admin.start_week" => "first day of week", // my time form attributes "form.mytime.title" => 'můj deník',