Added a comment explaining balance labels.
authorNik Okuntseff <support@anuko.com>
Mon, 14 Jan 2019 22:44:18 +0000 (22:44 +0000)
committerNik Okuntseff <support@anuko.com>
Mon, 14 Jan 2019 22:44:18 +0000 (22:44 +0000)
WEB-INF/resources/en.lang.php
WEB-INF/templates/footer.tpl

index 2db7e2d..3ef26b8 100644 (file)
@@ -357,6 +357,12 @@ $i18n_key_words = array(
 'form.time.uncompleted' => 'Uncompleted',
 'form.time.remaining_quota' => 'Remaining quota',
 'form.time.over_quota' => 'Over quota',
+// Note for translators. "Balance" below means accumulated quota for user since 1st of the month
+// until and icluding a selected day. If a quota is 8 hours a day, then the balance
+// is 8 hours multiplied by a number of work days. "Remaining balance" and "Over balance" are
+// balance differences with logged hours.
+// The term looks confusing, if you have a better idea how to name these things, let us know.
+// For example, a German could use: Minusstunden and Mehrstunden.
 'form.time.remaining_balance' => 'Remaining balance',
 'form.time.over_balance' => 'Over balance',
 
index 27b17d5..4b4fc44 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.18.36.4703 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.18.36.4704 | 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>