Work in progress on translation files.
[timetracker.git] / WEB-INF / resources / cs.lang.php
index 9ea0a0d..7a8aadd 100644 (file)
@@ -40,22 +40,20 @@ $i18n_holidays = array('01/01', '04/13', '05/01', '05/08', '07/05', '07/06', '09
 
 $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,11 +77,14 @@ $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.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}".',
+
+// TODO: refactoring ongoing down from here.
 'error.project' => 'výběr projektu',
 // TODO: translate the following.
 // 'error.task' => 'Select task.',