X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fcs.lang.php;h=e9583a2ad4c7f832326717d26c7187e6546cc55b;hb=9718046a9aaf2b9b03db4baad8d6222e92dcacc9;hp=f4de6caf315c2ee03d87a7f6714a764a7177486b;hpb=9885d4c82ada8562383de5c9e03ff6bb5ab692a3;p=timetracker.git diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index f4de6caf..e9583a2a 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -87,7 +87,8 @@ $i18n_key_words = array( 'error.project' => 'Výběr projektu.', // TODO: translate the following. // 'error.task' => 'Select task.', -// 'error.client' => 'Select client.', +'error.client' => 'Výběr zákazníka.', +// TODO: translate the following. // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', 'error.auth' => 'Nesprávné jméno nebo heslo.', @@ -129,8 +130,7 @@ $i18n_key_words = array( // 'button.add_option' => 'Add option', 'button.add' => 'Přidat', 'button.generate' => 'Vytvořit', -// TODO: translate the following. -// 'button.reset_password' => 'Reset password', +'button.reset_password' => 'Resetovat heslo', 'button.send' => 'Poslat', 'button.send_by_email' => 'Poslat e-mailem', 'button.create_team' => 'Vytvořit tým', @@ -161,8 +161,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.bcc' => 'Bcc', 'label.subject' => 'Předmět', +'label.date' => 'Datum', // TODO: translate the following. -// 'label.date' => 'Date', // 'label.start_date' => 'Start date', // 'label.end_date' => 'End date', // 'label.user' => 'User', @@ -171,15 +171,15 @@ $i18n_key_words = array( // 'label.clients' => 'Clients', // 'label.option' => 'Option', // 'label.invoice' => 'Invoice', -// 'label.project' => 'Project', +'label.project' => 'Projekt', 'label.projects' => 'Projekty', // TODO: translate the following. // 'label.task' => 'Task', // 'label.tasks' => 'Tasks', // 'label.description' => 'Description', -// 'label.start' => 'Start', -// 'label.finish' => 'Finish', -// 'label.duration' => 'Duration', +'label.start' => 'Začátek', +'label.finish' => 'Konec', +'label.duration' => 'Trvání', 'label.note' => 'Poznámka', 'label.notes' => 'Poznámky', // TODO: translate the following. @@ -210,8 +210,7 @@ $i18n_key_words = array( // 'label.time_format' => 'Time format', // 'label.week_start' => 'First day of week', 'label.comment' => 'Komentář', -// TODO: translate the following. -// 'label.status' => 'Status', +'label.status' => 'Status', 'label.tax' => 'DPH', // TODO: translate the following. // 'label.subtotal' => 'Subtotal', @@ -282,10 +281,10 @@ $i18n_key_words = array( // 'title.send_invoice' => 'Sending Invoice', // 'title.charts' => 'Charts', 'title.projects' => 'Projekty', +'title.add_project' => 'Pridat projekt', +'title.edit_project' => 'Upravit projekt', +'title.delete_project' => 'Smazat projekt', // TODO: translate the following. -// 'title.add_project' => 'Adding Project', -// 'title.edit_project' => 'Editing Project', -// 'title.delete_project' => 'Deleting Project', // 'title.tasks' => 'Tasks', // 'title.add_task' => 'Adding Task', // 'title.edit_task' => 'Editing Task', @@ -404,15 +403,46 @@ $i18n_key_words = array( // 'form.reports.group_by_date' => 'date', // 'form.reports.group_by_user' => 'user', // 'form.reports.group_by_client' => 'client', -// 'form.reports.group_by_project' => 'project', +'form.reports.group_by_project' => 'projekt', +// TODO: translate the following. // '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. // password reminder form attributes -"form.fpass.title" => 'resetovat heslo', "form.fpass.login" => 'přihlásit', "form.fpass.send_pass_str" => 'zaslán požadavek k vymazání hesla', "form.fpass.send_pass_subj" => 'Anuko Time Tracker požadavek na vymazání hesla', @@ -423,34 +453,18 @@ $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', "form.mytime.edit_title" => 'upravit časový záznam', "form.mytime.del_str" => 'smazat časový záznam', -// Note to translators: "form.mytime.time_form" => ' (hh:mm)', // the string must be translated -"form.mytime.date" => 'datum', -"form.mytime.project" => 'projekt', -"form.mytime.start" => 'začátek', -"form.mytime.finish" => 'konec', -"form.mytime.duration" => 'trvání', "form.mytime.daily" => 'denní práce', "form.mytime.total" => 'součet hodin: ', -"form.mytime.th.project" => 'projekt', -"form.mytime.th.start" => 'začátek', -"form.mytime.th.finish" => 'konec', -"form.mytime.th.duration" => 'trvání', "form.mytime.del_yes" => 'časový záznam úspěšně odstraněn', "form.mytime.no_finished_rec" => 'záznam byl uložen pouze s časem zahájení. není to chyba. můžete se odhlásit, potřebujete-li.', "form.mytime.warn_tozero_rec" => 'tento záznam musí být smazán, neboť období je uzamčeno', @@ -472,8 +486,6 @@ $i18n_key_words = array( "form.people.del_str" => 'smazat uživatele', "form.people.th.login" => 'přihlásit', "form.people.th.role" => 'role', -"form.people.th.status" => 'status', -"form.people.th.project" => 'projekt', "form.people.th.rate" => 'sazba', "form.people.manager" => 'manažer', "form.people.comanager" => 'spolumanažer', @@ -482,34 +494,14 @@ $i18n_key_words = array( "form.people.rate" => 'hodinová sazba', "form.people.comanager" => 'spolumanažer', -"form.people.projects" => 'projekty', - -// projects form attributes -"form.project.proj_title" => 'projekty', -"form.project.edit_str" => 'upravit projekt', -"form.project.add_str" => 'pridat nový projekt', -"form.project.del_str" => 'smazat projekt', - -// activities form attributes -"form.activity.project" => 'projekt', // report attributes "form.report.from" => 'počáteční datum', "form.report.to" => 'koncové datum', "form.report.groupby_user" => 'uživatel', -"form.report.groupby_project" => 'projekt', -"form.report.duration" => 'trvání', -"form.report.start" => 'počátek', -"form.report.finish" => 'konec', -"form.report.project" => 'projekt', "form.report.totals_only" => 'pouze součty', "form.report.total" => 'součty hodin', "form.report.th.empllist" => 'uzivatel', -"form.report.th.date" => 'datum', -"form.report.th.project" => 'projekt', -"form.report.th.start" => 'počátek', -"form.report.th.finish" => 'konec', -"form.report.th.duration" => 'trvání', // mail form attributes "form.mail.from" => 'od', @@ -525,7 +517,6 @@ $i18n_key_words = array( "form.invoice.above" => 'fakturační informace', "form.invoice.select_cust" => 'výběr firmy', "form.invoice.fillform" => 'vyplňte pole', -"form.invoice.date" => 'datum', "form.invoice.number" => 'faktura číslo', "form.invoice.th.username" => 'osoba', "form.invoice.th.time" => 'hodin', @@ -559,7 +550,6 @@ $i18n_key_words = array( "forward.toxmlfile" => 'exportovat data do .xml souboru', "forward.geninvoice" => 'vytvořit fakturu', -"controls.select.client" => '--- výběr zákazníka ---', "controls.project_bind" => '--- všechny ---', "controls.all" => '--- vše ---', "controls.notbind" => '--- nic ---',