Minor recylcing in Czech file.
authorNik Okuntseff <support@anuko.com>
Sat, 10 Feb 2018 00:19:51 +0000 (00:19 +0000)
committerNik Okuntseff <support@anuko.com>
Sat, 10 Feb 2018 00:19:51 +0000 (00:19 +0000)
WEB-INF/resources/cs.lang.php
WEB-INF/templates/footer.tpl

index cbd56bd..cb8bbca 100644 (file)
@@ -253,6 +253,10 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 
 // Form titles.
+// TODO: Improve titles for consistency, so that each title explains correctly what each
+// page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
+// Compare with English file to see how it is done there and do Czech titles similarly.
+// Specifically: Vytváření vs Pridat, etc.
 'title.login' => 'Přihlásit',
 // TODO: translate the following.
 // 'title.teams' => 'Teams',
@@ -291,10 +295,11 @@ $i18n_key_words = array(
 // 'title.edit_task' => 'Editing Task',
 // 'title.delete_task' => 'Deleting Task',
 'title.users' => 'Uživatelů',
+'title.add_user' => 'Vytváření uživatele', // TODO: Need to be consistent with all titles.
 // TODO: translate the following.
-// 'title.add_user' => 'Adding User',
 // 'title.edit_user' => 'Editing User',
-// 'title.delete_user' => 'Deleting User',
+'title.delete_user' => 'Smazat uživatele',
+// TODO: translate the following.
 'title.clients' => 'Zákazníci',
 'title.add_client' => 'Přidat zákazníka',
 'title.edit_client' => 'Upravit zákazníka',
@@ -540,10 +545,6 @@ $i18n_key_words = array(
 "form.profile.showchart" => 'zobrazuj grafy',
 
 // people form attributes
-"form.people.ppl_str" => 'pracovnící',
-"form.people.createu_str" => 'vytváření nového uživatele',
-"form.people.edit_str" => 'nastavení uživatele',
-"form.people.del_str" => 'smazat uživatele',
 "form.people.th.role" => 'role',
 "form.people.th.rate" => 'sazba',
 "form.people.manager" => 'manažer',
index c52c890..ab06c72 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.17.12.3959 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.17.12.3960 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>