X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/eb14c12d3be2cd31e20988b6abf7585f6af0b34d..0a468c6ddf27775230bbebdf3de2995243156602:/WEB-INF/resources/cs.lang.php diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 57d2cdd7..3e59ffef 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -85,14 +85,18 @@ $i18n_key_words = array( 'error.not_equal' => 'pole "{0}" neodpovídá poli "{1}"', 'error.interval' => 'nevhodný interval', 'error.project' => 'výběr projektu', -'error.activity' => 'výběr činnosti', +// TODO: translate the following. +// 'error.task' => 'Select task.', +// 'error.client' => 'Select client.', +// 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', 'error.auth' => 'nesprávné jméno nebo heslo', -// Note to translators: this string needs to be translated. +// TODO: translate the following. // 'error.user_exists' => 'user with this login already exists', 'error.project_exists' => 'projekt tohoto jména již existuje', -'error.activity_exists' => 'činnost tohoto jména již existuje', -// TODO: translate error.client_exists. -// 'error.client_exists' => 'client with this name already exists', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', // Note to translators: error.no_login needs to be properly translated (e-mail replaced with login). // 'error.no_login' => 'uživatel s tímto e-mailem neexistuje', 'error.upload' => 'chyba přenosu souboru', @@ -112,12 +116,16 @@ $i18n_key_words = array( 'button.delete' => 'smazat', 'button.cancel' => 'zrušit', 'button.submit' => 'uložit', -'button.add_user' => 'přidat uživatele', -'button.add_project' => 'přidat projekt', -'button.add_activity' => 'přidat činnost', -'button.add_client' => 'přidat zákazníka', -'button.add' => 'přidat', -'button.generate' => 'vytvoř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. +// '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', @@ -139,13 +147,18 @@ $i18n_key_words = array( 'label.password' => 'heslo', 'label.confirm_password' => 'potvrdit heslo', +// TODO: Translate the following. // 'label.email' => 'email', -// TODO: translate the following. +'label.cc' => 'Cc', +// TODO: Translate the following. // 'label.bcc' => 'Bcc', +'label.subject' => 'Předmět', 'label.total' => 'celkem', // TODO: translate the following. // 'label.page' => 'Page', // 'label.condition' => 'Condition', +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Form titles. // TODO: the entire title section is missing here. See the English file. @@ -304,8 +317,6 @@ $i18n_key_words = array( // mail form attributes "form.mail.from" => 'od', "form.mail.to" => 'komu', -"form.mail.cc" => 'cc', -"form.mail.subject" => 'předmět', "form.mail.comment" => 'komentář', "form.mail.above" => 'poslat sestavu e-mailem', // Note to translators: this string needs to be translated.