A bit more label refactoring in translation files.
[timetracker.git] / WEB-INF / resources / cs.lang.php
index 96d7b7d..1466a95 100644 (file)
 // | https://www.anuko.com/time_tracker/credits.htm
 // +----------------------------------------------------------------------+
 
-// Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option 
+// 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: 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(
 
-// menu entries
-'menu.login' => 'přihlásit',
-'menu.logout' => 'odhlásit',
-'menu.feedback' => 'váš názor',
-'menu.help' => 'pomoc',
-// Note to translators: menu.create_team needs a more accurate translation.
-'menu.create_team' => 'vytvořit nový účet vedoucího',
-'menu.edit_profile' => 'upravit profil',
-'menu.time' => 'záznam práce',
-'menu.reports' => 'sestavy',
-// Note to translators: menu.charts needs to be translated.
-// 'menu.charts' => 'charts',
-'menu.projects' => 'projekty',
-'menu.activities' => 'činnosti',
-'menu.people' => 'pracovníci',
-'menu.teams' => 'týmy',
-'menu.export' => 'export',
-'menu.clients' => 'zákazníci',
-// Note to translators: menu.options needs to be translated.
-// 'menu.options' => 'options',
-'menu.admin' => 'admin',
-
-// error strings
-'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',
-// Note to translators: these 5 strings are missing from the translation and must be added.
-// 'error.period_locked' => 'can\\\'t complete the operation. records older than a certain number of days cannot be created or modified. team manager defines this in the "Lock interval in days" value on the "Profile" page. set it to 0 to remove locking. <br><br>uncompleted records (with 0 or empty duration) can be deleted.',
-// 'error.mail_send' => 'error sending mail',
-// 'error.no_email' => 'no email associated with this login',
-// 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.',
-// 'error.goto_uncompleted' => 'go to uncompleted entry.',
-
-// labels for various 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',
+// 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',
+// TODO: translate the following.
+// 'menu.create_team' => 'Create Team',
+'menu.profile' => 'Profil',
+// TODO: translate the following.
+// 'menu.time' => 'Time',
+// 'menu.expenses' => 'Expenses',
+// 'menu.reports' => 'Reports',
+// 'menu.charts' => 'Charts',
+'menu.projects' => 'Projekty',
+// 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.
+// 'menu.options' => 'Options',
+
+// Footer - strings on the bottom of most pages.
+// TODO: translate the following.
+// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
+// 'footer.credits' => 'Credits',
+// 'footer.license' => 'License',
+// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
+                                     // This is a link to a webpage that describes how to contribute to the project.
+
+// Error messages.
+// 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}".',
+// 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.',
+// 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
+// 'error.goto_uncompleted' => 'Go to uncompleted entry.',
+// 'error.overlap' => 'Time interval overlaps with existing records.',
+// 'error.future_date' => 'Date is in future.',
+
+// Labels for buttons.
+'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',
+// '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 <b>Windows login</b> and <b>password</b> 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',
+
+
+
+// TODO: refactoring ongoing down from here.
+
+// Form titles.
+// TODO: the entire title section is missing here. See the English file.
 
 "form.filter.project" => 'projekt',
 "form.filter.filter" => 'oblíbená sestava',
@@ -154,10 +260,7 @@ $i18n_key_words = array(
 "form.admin.profile.th.edit" => 'upravit',
 "form.admin.profile.th.del" => 'smazat',
 "form.admin.profile.th.active" => 'aktovní',
-"form.admin.lock.period" => 'období uzamčení ve dnech',
 // Note to translators: the strings below are missing in the translation and must be added
-// "form.admin.options" => 'options',
-// "form.admin.lang_default" => 'site default language',
 // "form.admin.custom_date_format" => "date format",
 // "form.admin.custom_time_format" => "time format",
 // "form.admin.start_week" => "first day of week",
@@ -280,8 +383,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.
@@ -297,9 +398,6 @@ $i18n_key_words = array(
 "form.invoice.date" => 'datum',
 "form.invoice.number" => 'faktura číslo',
 "form.invoice.tax" => 'DPH',
-"form.invoice.daily_subtotals" => 'denní součty',
-"form.invoice.yourcoo" => 'vaše jméno<br> adresa',
-"form.invoice.custcoo" => 'zákazník<br> adresa',
 "form.invoice.comment" => 'komentář ',
 "form.invoice.th.username" => 'osoba',
 "form.invoice.th.time" => 'hodin',
@@ -332,9 +430,6 @@ $i18n_key_words = array(
 "form.client.th.del" => 'smazat',
 "form.client.name" => 'jméno',
 "form.client.tax" => 'DPH',
-"form.client.daily_subtotals" => 'denní součty',
-"form.client.yourcoo" => 'vaše jméno<br> a adresa pro fakturaci',
-"form.client.custcoo" => 'adresa',
 "form.client.comment" => 'poznámka ',
 
 // miscellaneous strings
@@ -407,4 +502,3 @@ $i18n_key_words = array(
 // Note to translators: the string below is missing in the translation and must be added
 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
 );
-?>
\ No newline at end of file