]> wagnertech.de Git - timetracker.git/commitdiff
Work in progress improving week view.
authoranuko <support@anuko.com>
Fri, 12 Jan 2018 13:20:10 +0000 (13:20 +0000)
committeranuko <support@anuko.com>
Fri, 12 Jan 2018 13:20:10 +0000 (13:20 +0000)
19 files changed:
WEB-INF/resources/ca.lang.php
WEB-INF/resources/da.lang.php
WEB-INF/resources/de.lang.php
WEB-INF/resources/en.lang.php
WEB-INF/resources/es.lang.php
WEB-INF/resources/et.lang.php
WEB-INF/resources/fa.lang.php
WEB-INF/resources/fi.lang.php
WEB-INF/resources/fr.lang.php
WEB-INF/resources/he.lang.php
WEB-INF/resources/nl.lang.php
WEB-INF/resources/pl.lang.php
WEB-INF/resources/pt-br.lang.php
WEB-INF/resources/ru.lang.php
WEB-INF/resources/sk.lang.php
WEB-INF/resources/sr.lang.php
WEB-INF/resources/sv.lang.php
WEB-INF/resources/zh-cn.lang.php
WEB-INF/templates/footer.tpl

index c134ce03a64f3591893593407451d1c897766a14..696f02d368d2de8ac908642344185977d1864f05 100644 (file)
@@ -173,6 +173,7 @@ $i18n_key_words = array(
 // 'label.finish' => 'Finish',
 // 'label.duration' => 'Duration',
 // 'label.note' => 'Note',
 // 'label.finish' => 'Finish',
 // 'label.duration' => 'Duration',
 // 'label.note' => 'Note',
+// 'label.notes' => 'Notes',
 // 'label.item' => 'Item',
 // 'label.cost' => 'Cost',
 // 'label.day_total' => 'Day total',
 // 'label.item' => 'Item',
 // 'label.cost' => 'Cost',
 // 'label.day_total' => 'Day total',
index e25f3f7db7ddfd023686adb0942f7a3daf8d4b99..95f3c213142521a9beac6f0a211153f5ff31c129 100644 (file)
@@ -153,6 +153,8 @@ $i18n_key_words = array(
 'label.finish' => 'Slut',
 'label.duration' => 'Varighed',
 'label.note' => 'Notat',
 'label.finish' => 'Slut',
 'label.duration' => 'Varighed',
 'label.note' => 'Notat',
+// TODO: translate the following.
+// 'label.notes' => 'Notes',
 'label.item' => 'Emne',
 'label.cost' => 'Pris',
 'label.day_total' => 'Dagens total',
 'label.item' => 'Emne',
 'label.cost' => 'Pris',
 'label.day_total' => 'Dagens total',
index ba1e5f0dc5093d3ffc05c0e8b0ebbb16f85b9b22..1ce0510dc776f437b9ff972016672905ffb1b88e 100644 (file)
@@ -149,6 +149,8 @@ $i18n_key_words = array(
 'label.finish' => 'Ende',
 'label.duration' => 'Dauer',
 'label.note' => 'Beschreibung',
 'label.finish' => 'Ende',
 'label.duration' => 'Dauer',
 'label.note' => 'Beschreibung',
+// TODO: translate the following.
+// 'label.notes' => 'Notes',
 'label.item' => 'Position',
 'label.cost' => 'Kosten',
 'label.day_total' => 'Summe (Tag)',
 'label.item' => 'Position',
 'label.cost' => 'Kosten',
 'label.day_total' => 'Summe (Tag)',
index 4e2ac42a3073bbbbbdf24016cdd9cfbe0e7d0b5a..51a16b0059cf566d421a85115b90fbe56ac9a32d 100644 (file)
@@ -152,6 +152,7 @@ $i18n_key_words = array(
 'label.finish' => 'Finish',
 'label.duration' => 'Duration',
 'label.note' => 'Note',
 'label.finish' => 'Finish',
 'label.duration' => 'Duration',
 'label.note' => 'Note',
+'label.note' => 'Notes',
 'label.item' => 'Item',
 'label.cost' => 'Cost',
 'label.day_total' => 'Day total',
 'label.item' => 'Item',
 'label.cost' => 'Cost',
 'label.day_total' => 'Day total',
index 279804507df86d7f3992b298bb48e11111a2e253..01ff997f12d1b5bd8b7cc9faaa26ed4e5c8c3bf5 100644 (file)
@@ -177,7 +177,8 @@ $i18n_key_words = array(
 'label.finish' => 'Fin',
 'label.duration' => 'Duración',
 'label.note' => 'Nota',
 'label.finish' => 'Fin',
 'label.duration' => 'Duración',
 'label.note' => 'Nota',
-// TODO: translate the following strings.
+// TODO: translate the following.
+// 'label.notes' => 'Notes',
 // 'label.item' => 'Item',
 // 'label.cost' => 'Cost',
 // 'label.day_total' => 'Day total',
 // 'label.item' => 'Item',
 // 'label.cost' => 'Cost',
 // 'label.day_total' => 'Day total',
index f53015c069c6cec5d2956001e23ec8e6506efdd9..a22add160ff69bf08a63c1854a8777cff669a825 100644 (file)
@@ -175,6 +175,7 @@ $i18n_key_words = array(
 // 'label.finish' => 'Finish',
 // 'label.duration' => 'Duration',
 // 'label.note' => 'Note',
 // 'label.finish' => 'Finish',
 // 'label.duration' => 'Duration',
 // 'label.note' => 'Note',
+// 'label.notes' => 'Notes',
 // 'label.item' => 'Item',
 // 'label.cost' => 'Cost',
 // 'label.day_total' => 'Day total',
 // 'label.item' => 'Item',
 // 'label.cost' => 'Cost',
 // 'label.day_total' => 'Day total',
index 59109c8e8877b880fd7c595230ead480a405048b..15b15281cb19099cad94d4912115f6cd4c3a35c2 100644 (file)
@@ -162,6 +162,8 @@ $i18n_key_words = array(
 'label.finish' => 'اتمام',
 'label.duration' => 'مدت زمان',
 'label.note' => 'توضیح',
 'label.finish' => 'اتمام',
 'label.duration' => 'مدت زمان',
 'label.note' => 'توضیح',
+// TODO: translate the following.
+// 'label.notes' => 'Notes',
 'label.item' => 'آیتم',
 'label.cost' => 'هزینه',
 'label.day_total' => 'کل روز',
 'label.item' => 'آیتم',
 'label.cost' => 'هزینه',
 'label.day_total' => 'کل روز',
index f0e373201df50afe2dc24a5456f6418bef39a033..67229682fb912ac5d0860474b2ab11b5acfbc495 100644 (file)
@@ -151,6 +151,8 @@ $i18n_key_words = array(
 'label.finish' => 'Lopetus',
 'label.duration' => 'Kesto',
 'label.note' => 'Huom',
 'label.finish' => 'Lopetus',
 'label.duration' => 'Kesto',
 'label.note' => 'Huom',
+// TODO: translate the following.
+// 'label.notes' => 'Notes',
 'label.item' => 'Syöte',
 'label.cost' => 'Hinta',
 'label.day_total' => 'Päivä yhteensä',
 'label.item' => 'Syöte',
 'label.cost' => 'Hinta',
 'label.day_total' => 'Päivä yhteensä',
index 309e150b58841fc293c1c34b81cc7e539d74e2aa..5c2ee98f504b5710e13ce64f7b42f73c5d71c020 100644 (file)
@@ -148,6 +148,8 @@ $i18n_key_words = array(
 'label.finish' => 'Fin',
 'label.duration' => 'Durée',
 'label.note' => 'Note',
 'label.finish' => 'Fin',
 'label.duration' => 'Durée',
 'label.note' => 'Note',
+// TODO: translate the following.
+// 'label.notes' => 'Notes',
 'label.item' => 'Item',
 'label.cost' => 'Coût',
 'label.day_total' => 'Total quotidien',
 'label.item' => 'Item',
 'label.cost' => 'Coût',
 'label.day_total' => 'Total quotidien',
index 001143bf40450d70a89853d8e7dbf4fd1e43b160..dedd88e999a0a7122c3c03a4cf3d3502d0429a45 100644 (file)
@@ -166,7 +166,8 @@ $i18n_key_words = array(
 'label.finish' => 'סיום',
 'label.duration' => 'משך זמן',
 'label.note' => 'הערה',
 'label.finish' => 'סיום',
 'label.duration' => 'משך זמן',
 'label.note' => 'הערה',
-// TODO: translate label.item
+// TODO: translate the following.
+// 'label.notes' => 'Notes',
 // 'label.item' => 'Item',
 'label.cost' => 'עלות',
 'label.day_total' => 'סיכום יומי',
 // 'label.item' => 'Item',
 'label.cost' => 'עלות',
 'label.day_total' => 'סיכום יומי',
index 70331e07731c5aa03080cf25c9f78b7a4b1ec99e..44139d9f123ad227d71960757350f3dfdfc4df82 100644 (file)
@@ -151,6 +151,8 @@ $i18n_key_words = array(
 'label.finish' => 'Einde',
 'label.duration' => 'Tijdsduur',
 'label.note' => 'Opmerking',
 'label.finish' => 'Einde',
 'label.duration' => 'Tijdsduur',
 'label.note' => 'Opmerking',
+// TODO: translate the following.
+// 'label.notes' => 'Notes',
 'label.item' => 'Artikel',
 'label.cost' => 'Kosten',
 'label.day_total' => 'Dag totaal',
 'label.item' => 'Artikel',
 'label.cost' => 'Kosten',
 'label.day_total' => 'Dag totaal',
index a5065e5bcfaefab5ff0521aced840ad2e44d65d9..1114d0e013871b48d993f3f6fc2544ad2a2c272a 100644 (file)
@@ -156,6 +156,8 @@ $i18n_key_words = array(
 'label.finish' => 'Koniec',
 'label.duration' => 'Czas trwania',
 'label.note' => 'Uwagi',
 'label.finish' => 'Koniec',
 'label.duration' => 'Czas trwania',
 'label.note' => 'Uwagi',
+// TODO: translate the following.
+// 'label.notes' => 'Notes',
 'label.item' => 'Pozycja',
 'label.cost' => 'Koszt',
 'label.day_total' => 'Dziś',
 'label.item' => 'Pozycja',
 'label.cost' => 'Koszt',
 'label.day_total' => 'Dziś',
index 47247060417020fd802e1a5c5e6bc982ac29517f..c50e8f8489c4e9e945d0b820bfe6ab48d1c66c9e 100644 (file)
@@ -151,6 +151,8 @@ $i18n_key_words = array(
 'label.finish' => 'Fim',
 'label.duration' => 'Duração',
 'label.note' => 'Anotação',
 'label.finish' => 'Fim',
 'label.duration' => 'Duração',
 'label.note' => 'Anotação',
+// TODO: translate the following.
+// 'label.notes' => 'Notes',
 'label.item' => 'Item',
 'label.cost' => 'Custo',
 'label.day_total' => 'Total diário',
 'label.item' => 'Item',
 'label.cost' => 'Custo',
 'label.day_total' => 'Total diário',
index bd6b6fdb3e64fd4c837132b086a080bec3c5242a..94431907b12bbe5a5d0f5896e9d710f8f15ce507 100644 (file)
@@ -152,6 +152,7 @@ $i18n_key_words = array(
 'label.finish' => 'Окончание',
 'label.duration' => 'Длительность',
 'label.note' => 'Комментарий',
 'label.finish' => 'Окончание',
 'label.duration' => 'Длительность',
 'label.note' => 'Комментарий',
+'label.notes' => 'Комментарии',
 'label.item' => 'Предмет',
 'label.cost' => 'Стоимость',
 'label.day_total' => 'Итог за день',
 'label.item' => 'Предмет',
 'label.cost' => 'Стоимость',
 'label.day_total' => 'Итог за день',
index 5d179fc241dc5cbe0301415a12d59cc08a18ca92..38b25f62c059c6c7194fa3eab73e9b76a92cfa4f 100644 (file)
@@ -162,7 +162,8 @@ $i18n_key_words = array(
 'label.finish' => 'Koniec',
 'label.duration' => 'Dĺžka',
 'label.note' => 'Poznámka',
 'label.finish' => 'Koniec',
 'label.duration' => 'Dĺžka',
 'label.note' => 'Poznámka',
-// TODO: translate label.item
+// TODO: translate the following.
+// 'label.notes' => 'Notes',
 // 'label.item' => 'Item',
 'label.cost' => 'Náklady',
 // TODO: translate the following string.
 // 'label.item' => 'Item',
 'label.cost' => 'Náklady',
 // TODO: translate the following string.
index 1db2ad6f73c6b93523b46538788021edbaad5d9f..f72175066034105807ebe196aed3bbbd9df9613c 100644 (file)
@@ -153,6 +153,8 @@ $i18n_key_words = array(
 'label.finish' => 'Završetak',
 'label.duration' => 'Trajanje',
 'label.note' => 'Napomena',
 'label.finish' => 'Završetak',
 'label.duration' => 'Trajanje',
 'label.note' => 'Napomena',
+// TODO: translate the following.
+// 'label.notes' => 'Notes',
 'label.item' => 'Stavka',
 'label.cost' => 'Cena',
 'label.day_total' => 'Zbir časova dnevno',
 'label.item' => 'Stavka',
 'label.cost' => 'Cena',
 'label.day_total' => 'Zbir časova dnevno',
index a0899465bfa9b49cd40a7764257fd33c7ca6482c..679db6e3363d742994d7ee8e4a467558754e39f7 100644 (file)
@@ -152,6 +152,8 @@ $i18n_key_words = array(
 'label.finish' => 'Sluttid',
 'label.duration' => 'Varaktighet',
 'label.note' => 'Anteckning',
 'label.finish' => 'Sluttid',
 'label.duration' => 'Varaktighet',
 'label.note' => 'Anteckning',
+// TODO: translate the following.
+// 'label.notes' => 'Notes',
 'label.item' => 'Utlägg för',
 'label.cost' => 'Kostnad',
 'label.day_total' => 'Dagstotal',
 'label.item' => 'Utlägg för',
 'label.cost' => 'Kostnad',
 'label.day_total' => 'Dagstotal',
index cbdacae0b54e226145d11248ec1cea5ee9b8575b..28d485735bb9b1bb741b6120ca2f9ef46c494e58 100644 (file)
@@ -168,6 +168,7 @@ $i18n_key_words = array(
 // 'label.finish' => 'Finish',
 // 'label.duration' => 'Duration',
 // 'label.note' => 'Note',
 // 'label.finish' => 'Finish',
 // 'label.duration' => 'Duration',
 // 'label.note' => 'Note',
+// 'label.notes' => 'Notes',
 // 'label.item' => 'Item',
 // 'label.cost' => 'Cost',
 // 'label.day_total' => 'Day total',
 // 'label.item' => 'Item',
 // 'label.cost' => 'Cost',
 // 'label.day_total' => 'Day total',
index a6a31a1dba4cb5aaa106dc06e7e6640e4aa01303..e5b179702720a17783d2ea1438f1362473ba1af4 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.13.12.3738 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.13.12.3739 | 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>
             <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>