Some cleanup.
authorNik Okuntseff <support@anuko.com>
Fri, 26 Jan 2018 20:50:49 +0000 (20:50 +0000)
committerNik Okuntseff <support@anuko.com>
Fri, 26 Jan 2018 20:50:49 +0000 (20:50 +0000)
WEB-INF/resources/cs.lang.php
WEB-INF/templates/footer.tpl

index 3e59ffe..215ab51 100644 (file)
@@ -113,7 +113,6 @@ $i18n_key_words = array(
 'button.login' => 'přihlásit',
 'button.now' => 'teď',
 'button.save' => 'uložit',
-'button.delete' => 'smazat',
 'button.cancel' => 'zrušit',
 'button.submit' => 'uložit',
 'button.add_user' => 'Přidat uživatele',
@@ -136,29 +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',
-// TODO: Translate the following.
-// 'label.email' => 'email',
+// 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.
+// TODO: translate the following.
 // 'label.bcc' => 'Bcc',
 'label.subject' => 'Předmět',
-'label.total' => 'celkem',
+
+'label.delete' => 'Smazat',
+'label.total' => 'Celkem',
 // TODO: translate the following.
 // 'label.page' => 'Page',
 // 'label.condition' => 'Condition',
 // 'label.yes' => 'yes',
-// 'label.no' => 'no',
+// 'label.no' => 'no'
 
 // Form titles.
 // TODO: the entire title section is missing here. See the English file.
index 820c7b8..1d73212 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.6.3794 | 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.6.3795 | 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>