A bit more work on labels in translation files.
[timetracker.git] / WEB-INF / resources / cs.lang.php
index 93f4536..2db792d 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: 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',
 // '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.
+                                     // 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',
-// 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',
-// Translate the following string.
+'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',
+
+
+
+// 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.
 
 "form.filter.project" => 'projekt',
 "form.filter.filter" => 'oblíbená sestava',
@@ -174,10 +207,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",
@@ -300,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.
@@ -317,9 +345,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',
@@ -352,9 +377,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
@@ -427,4 +449,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