X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fcs.lang.php;h=1466a95f07f772115fc6b8660eaed714e9e8cd3d;hb=ff81442e61388a8f144691c020c1f097a4b26d49;hp=de2d3ff87c1fd23850db6e87b61235177281ef49;hpb=d3e9ab97b6ca91a0238308e2cc51a642d7858d17;p=timetracker.git diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index de2d3ff8..1466a95f 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -110,35 +110,34 @@ $i18n_key_words = array( // 'error.overlap' => 'Time interval overlaps with existing records.', // 'error.future_date' => 'Date is in future.', - - -// TODO: refactoring ongoing down from here. - // Labels for buttons. -'button.login' => 'přihlásit', -'button.now' => 'teď', -'button.save' => 'uložit', -'button.cancel' => 'zrušit', -'button.submit' => 'uložit', +'button.login' => 'Přihlásit', +'button.now' => 'Teď', +'button.save' => 'Uložit', +// TODO: translate the following. +// 'button.copy' => 'Copy', +'button.cancel' => 'Zrušit', +'button.submit' => 'Uložit', 'button.add_user' => 'Přidat uživatele', 'button.add_project' => 'Přidat projekt', // TODO: translate the following. // 'button.add_task' => 'Add task', 'button.add_client' => 'Přidat zákazníka', -// TODOL translate the following. +// TODO: translate the following. // 'button.add_invoice' => 'Add invoice', // 'button.add_option' => 'Add option', 'button.add' => 'Přidat', 'button.generate' => 'Vytvořit', -// Note to translators: button.reset_password needs an improved translation. -'button.reset_password' => 'přejít', -'button.send' => 'poslat', -'button.send_by_email' => 'poslat e-mailem', -'button.save_as_new' => 'uložit jako nový', -'button.create_team' => 'vytvořit tým', -'button.export' => 'exportovat tým', -'button.import' => 'importovat tým', -'button.apply' => 'provést', +// TODO: translate the following. +// 'button.reset_password' => 'Reset password', +'button.send' => 'Poslat', +'button.send_by_email' => 'Poslat e-mailem', +'button.create_team' => 'Vytvořit tým', +'button.export' => 'Exportovat tým', +'button.import' => 'Importovat tým', +// TODO: translate the following. +// 'button.close' => 'Close', +// 'button.stop' => 'Stop', // Labels for controls on forms. Labels in this section are used on multiple forms. // TODO: translate the following. @@ -159,14 +158,73 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.bcc' => 'Bcc', 'label.subject' => 'Předmět', - +// TODO: translate the following. +// 'label.date' => 'Date', +// 'label.start_date' => 'Start date', +// 'label.end_date' => 'End date', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', +// 'label.clients' => 'Clients', +// 'label.option' => 'Option', +// 'label.invoice' => 'Invoice', +// 'label.project' => 'Project', +// 'label.projects' => 'Projects', +// 'label.task' => 'Task', +// 'label.tasks' => 'Tasks', +// 'label.description' => 'Description', +// 'label.start' => 'Start', +// 'label.finish' => 'Finish', +// 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', 'label.delete' => 'Smazat', +// TODO: translate the following. +// 'label.configure' => 'Configure', +// 'label.select_all' => 'Select all', +// 'label.select_none' => 'Deselect all', +// 'label.day_view' => 'Day view', +// 'label.week_view' => 'Week view', +// 'label.id' => 'ID', +// 'label.language' => 'Language', +// 'label.decimal_mark' => 'Decimal mark', +// 'label.date_format' => 'Date format', +// 'label.time_format' => 'Time format', +// 'label.week_start' => 'First day of week', +// 'label.comment' => 'Comment', +// 'label.status' => 'Status', +// 'label.tax' => 'Tax', +// 'label.subtotal' => 'Subtotal', 'label.total' => 'Celkem', // TODO: translate the following. +// 'label.client_name' => 'Client name', +// 'label.client_address' => 'Client address', +// 'label.or' => 'or', +// 'label.error' => 'Error', +// 'label.ldap_hint' => 'Type your Windows login and password in the fields below.', +// 'label.required_fields' => '* - required fields', +// 'label.on_behalf' => 'on behalf of', +// 'label.role_manager' => '(manager)', +// 'label.role_comanager' => '(co-manager)', +// 'label.role_admin' => '(administrator)', // 'label.page' => 'Page', // 'label.condition' => 'Condition', // 'label.yes' => 'yes', -// 'label.no' => 'no' +// 'label.no' => 'no', + + + +// TODO: refactoring ongoing down from here. // Form titles. // TODO: the entire title section is missing here. See the English file.