X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fcs.lang.php;h=1466a95f07f772115fc6b8660eaed714e9e8cd3d;hb=ff81442e61388a8f144691c020c1f097a4b26d49;hp=215ab51ab6863c348057a012dadd3d5527ab0a90;hpb=131f9124e2881c9a890be1536f6622b99fd4dccf;p=timetracker.git diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 215ab51a..1466a95f 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,27 +77,30 @@ $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.project' => 'výběr projektu', +'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', +'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', +// '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.', -// 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', +// '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.', @@ -110,30 +111,33 @@ $i18n_key_words = array( // 'error.future_date' => 'Date is in future.', // 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. @@ -154,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.