X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fcs.lang.php;h=2db792d8e0f651d488ae787bdf0e0c2682d2ee5c;hb=5a01cc31eb7a8b341c988797a71b58b0eb468724;hp=c623977998365a79334572bfe0e10fa488551073;hpb=6c059f2f895264bf9efae4759848d62a010f3dd4;p=timetracker.git diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index c6239779..2db792d8 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -29,46 +29,44 @@ // 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: +// 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: +// 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: +// TODO: translate the following. // 'menu.tasks' => 'Tasks', // 'menu.users' => 'Users', 'menu.teams' => 'Týmy', 'menu.export' => 'Export', 'menu.clients' => 'Zákazníci', -// TODO: Translate the following: +// TODO: translate the following. // 'menu.options' => 'Options', // Footer - strings on the bottom of most pages. -// TODO: Translate the following: +// TODO: translate the following. // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', // 'footer.credits' => 'Credits', // 'footer.license' => 'License', @@ -76,27 +74,34 @@ $i18n_key_words = array( // This is a link to a webpage that describes how to contribute to the project. // Error messages. -// TODO: Translate the following: +// 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.project' => 'výběr projektu', -'error.activity' => 'výběr činnosti', -'error.auth' => 'nesprávné jméno nebo heslo', -// Note to translators: this string needs to be translated. -// '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', -// 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', -// TODO: translate the following: +'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}".', +'error.project' => 'Výběr projektu.', +// 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.', +// TODO: translate the following. +// 'error.user_exists' => 'User with this login already exists.', +'error.project_exists' => 'Projekt tohoto jména již existuje.', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', +// 'error.invoice_exists' => 'Invoice with this number already exists.', +// 'error.no_invoiceable_items' => 'There are no invoiceable items.', +// 'error.no_login' => 'No user with this login.', +// 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.', +'error.upload' => 'Chyba přenosu souboru.', +// TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', // 'error.mail_send' => 'Error sending mail.', // 'error.no_email' => 'No email associated with this login.', @@ -106,44 +111,67 @@ $i18n_key_words = array( // 'error.future_date' => 'Date is in future.', // Labels for buttons. -'button.login' => 'přihlásit', -'button.now' => 'teď', -// 'button.set' => 'nastavit', -'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', -// 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', - -// 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', -// 'label.email' => 'email', -'label.total' => 'celkem', -// Translate the following string. +'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', +// TODO: translate the following. +// 'button.add_invoice' => 'Add invoice', +// 'button.add_option' => 'Add option', +'button.add' => 'Přidat', +'button.generate' => 'Vytvořit', +// 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. +// '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. +// 'label.bcc' => 'Bcc', +'label.subject' => 'Předmět', +// TODO: translate the following. +// 'label.date' => 'Date', + + + +// TODO: refactoring ongoing down from here. + +'label.delete' => 'Smazat', +'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. @@ -180,7 +208,6 @@ $i18n_key_words = array( "form.admin.profile.th.del" => 'smazat', "form.admin.profile.th.active" => 'aktovní', // Note to translators: the strings below are missing in the translation and must be added -// "form.admin.options" => 'options', // "form.admin.custom_date_format" => "date format", // "form.admin.custom_time_format" => "time format", // "form.admin.start_week" => "first day of week", @@ -303,8 +330,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.