X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fcs.lang.php;h=7a8aaddb4c58858717dba9b9364fa3e6481edec2;hb=34e7eacf0ed2131c64f81f8cd5173baebc75d534;hp=4d61c3837de99ba138ffc4efd80c0e9648052c16;hpb=2bfbf9aa34b4e672ceba72003e294a0a6c5c7972;p=timetracker.git diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 4d61c383..7a8aaddb 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -29,33 +29,31 @@ // Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. -// Note to translators: Please use proper capitalization rules for your language. +// Note to translators: Use proper capitalization rules for your language. $i18n_language = 'Česky'; -$i18n_months = array('leden', 'únor', 'březen', 'duben', 'květen', 'červen', 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec'); -$i18n_weekdays = array('neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'); -$i18n_weekdays_short = array('ne', 'po', 'út', 'st', 'čt', 'pá', 'so'); +$i18n_months = array('Leden', 'Únor', 'Březen', 'Duben', 'Květen', 'Červen', 'Červenec', 'Srpen', 'Září', 'Říjen', 'Listopad', 'Prosinec'); +$i18n_weekdays = array('Neděle', 'Pondělí', 'Úterý', 'Středa', 'Čtvrtek', 'Pátek', 'Sobota'); +$i18n_weekdays_short = array('Ne', 'Po', 'Út', 'St', 'Čt', 'Pá', 'So'); // format mm/dd $i18n_holidays = array('01/01', '04/13', '05/01', '05/08', '07/05', '07/06', '09/28', '10/28', '11/17', '12/24', '12/25', '12/26'); $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Přihlásit', 'menu.logout' => 'Odhlásit', // TODO: translate the following. // 'menu.forum' => 'Forum', 'menu.help' => 'Pomoc', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => 'vytvořit nový účet vedoucího', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', 'menu.profile' => 'Profil', // TODO: translate the following. // 'menu.time' => 'Time', -'menu.time' => 'záznam práce', -// TODO: translate the following. // 'menu.expenses' => 'Expenses', -'menu.reports' => 'Sestavy', -// TODO: translate the following. +// 'menu.reports' => 'Reports', // 'menu.charts' => 'Charts', 'menu.projects' => 'Projekty', // TODO: translate the following. @@ -79,20 +77,27 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', -'error.db' => 'chyba databáze', -'error.field' => 'nesprávná "{0}" data', -'error.empty' => 'pole "{0}" je prázdné', -'error.not_equal' => 'pole "{0}" neodpovídá poli "{1}"', -'error.interval' => 'nevhodný interval', +'error.db' => 'Chyba databáze.', +'error.field' => 'Nesprávná "{0}" data.', +'error.empty' => 'Pole "{0}" je prázdné.', +'error.not_equal' => 'Pole "{0}" neodpovídá poli "{1}".', +// TODO: translate the following. +// 'error.interval' => 'Field "{0}" must be greater than "{1}".', + +// TODO: refactoring ongoing down from here. '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', @@ -109,15 +114,18 @@ $i18n_key_words = array( 'button.login' => 'přihlásit', 'button.now' => 'teď', 'button.save' => 'uložit', -'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', @@ -128,29 +136,33 @@ $i18n_key_words = array( 'button.import' => 'importovat tým', 'button.apply' => 'provést', -// labels for controls on various forms -// TODO: translate label.team_name -// 'label.team_name' => 'team name', -'label.currency' => 'měna', -// TODO: translate label.manager_name and label.manager_login. -// 'label.manager_name' => 'manager name', -// 'label.manager_login' => 'manager login', -'label.name' => 'jméno', - -'label.password' => 'heslo', -'label.confirm_password' => 'potvrdit heslo', -// TODO: Translate the following. -// 'label.email' => 'email', +// Labels for controls on forms. Labels in this section are used on multiple forms. +// TODO: translate the following. +// 'label.team_name' => 'Team name', +// 'label.address' => 'Address', +'label.currency' => 'Měna', +// TODO: translate the following. +// 'label.manager_name' => 'Manager name', +// 'label.manager_login' => 'Manager login', +// 'label.person_name' => 'Name', +// 'label.thing_name' => 'Name', +// 'label.login' => 'Login', +'label.password' => 'Heslo', +'label.confirm_password' => 'Potvrdit heslo', +// TODO: translate the following. +// 'label.email' => 'Email', 'label.cc' => 'Cc', -// TODO: Translate the following. +// TODO: translate the following. // 'label.bcc' => 'Bcc', 'label.subject' => 'Předmět', -'label.total' => 'celkem', + +'label.delete' => 'Smazat', +'label.total' => 'Celkem', // TODO: translate the following. // 'label.page' => 'Page', // 'label.condition' => 'Condition', // 'label.yes' => 'yes', -// 'label.no' => 'no', +// 'label.no' => 'no' // Form titles. // TODO: the entire title section is missing here. See the English file.