A bit of cleanup in translation files.
[timetracker.git] / WEB-INF / resources / cs.lang.php
index e7df8fb..afa4ce0 100644 (file)
 // 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',
+
+// TODO: refactoring ongoing down from here.
 '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,7 +76,7 @@ $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',
@@ -85,18 +85,22 @@ $i18n_key_words = array(
 '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',
+// 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',
-// TODO: translate the following:
+// 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.',
@@ -108,17 +112,19 @@ $i18n_key_words = array(
 // 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',
+'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',
@@ -129,21 +135,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',
-// 'label.email' => 'email',
-'label.total' => 'celkem',
-// Translate the following string.
+// 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',
+
+'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.
@@ -302,8 +320,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.