From: anuko Date: Fri, 12 Jan 2018 13:20:10 +0000 (+0000) Subject: Work in progress improving week view. X-Git-Tag: timetracker_1.19-1~1382 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8164670fafb4306285df2707921741cb9d925385;p=timetracker.git Work in progress improving week view. --- diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index c134ce03..696f02d3 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -173,6 +173,7 @@ $i18n_key_words = array( // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', // 'label.note' => 'Note', +// 'label.notes' => 'Notes', // 'label.item' => 'Item', // 'label.cost' => 'Cost', // 'label.day_total' => 'Day total', diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index e25f3f7d..95f3c213 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -153,6 +153,8 @@ $i18n_key_words = array( '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', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index ba1e5f0d..1ce0510d 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -149,6 +149,8 @@ $i18n_key_words = array( '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)', diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 4e2ac42a..51a16b00 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -152,6 +152,7 @@ $i18n_key_words = array( 'label.finish' => 'Finish', 'label.duration' => 'Duration', 'label.note' => 'Note', +'label.note' => 'Notes', 'label.item' => 'Item', 'label.cost' => 'Cost', 'label.day_total' => 'Day total', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 27980450..01ff997f 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -177,7 +177,8 @@ $i18n_key_words = array( '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', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index f53015c0..a22add16 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -175,6 +175,7 @@ $i18n_key_words = array( // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', // 'label.note' => 'Note', +// 'label.notes' => 'Notes', // 'label.item' => 'Item', // 'label.cost' => 'Cost', // 'label.day_total' => 'Day total', diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index 59109c8e..15b15281 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -162,6 +162,8 @@ $i18n_key_words = array( 'label.finish' => 'اتمام', 'label.duration' => 'مدت زمان', 'label.note' => 'توضیح', +// TODO: translate the following. +// 'label.notes' => 'Notes', 'label.item' => 'آیتم', 'label.cost' => 'هزینه', 'label.day_total' => 'کل روز', diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index f0e37320..67229682 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -151,6 +151,8 @@ $i18n_key_words = array( '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ä', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 309e150b..5c2ee98f 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -148,6 +148,8 @@ $i18n_key_words = array( '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', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 001143bf..dedd88e9 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -166,7 +166,8 @@ $i18n_key_words = array( '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' => 'סיכום יומי', diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 70331e07..44139d9f 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -151,6 +151,8 @@ $i18n_key_words = array( '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', diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index a5065e5b..1114d0e0 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -156,6 +156,8 @@ $i18n_key_words = array( '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ś', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 47247060..c50e8f84 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -151,6 +151,8 @@ $i18n_key_words = array( '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', diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index bd6b6fdb..94431907 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -152,6 +152,7 @@ $i18n_key_words = array( 'label.finish' => 'Окончание', 'label.duration' => 'Длительность', 'label.note' => 'Комментарий', +'label.notes' => 'Комментарии', 'label.item' => 'Предмет', 'label.cost' => 'Стоимость', 'label.day_total' => 'Итог за день', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 5d179fc2..38b25f62 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -162,7 +162,8 @@ $i18n_key_words = array( '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. diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 1db2ad6f..f7217506 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -153,6 +153,8 @@ $i18n_key_words = array( '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', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index a0899465..679db6e3 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -152,6 +152,8 @@ $i18n_key_words = array( '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', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index cbdacae0..28d48573 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -168,6 +168,7 @@ $i18n_key_words = array( // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', // 'label.note' => 'Note', +// 'label.notes' => 'Notes', // 'label.item' => 'Item', // 'label.cost' => 'Cost', // 'label.day_total' => 'Day total', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index a6a31a1d..e5b17970 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.13.12.3738 | Copyright © Anuko | +  Anuko Time Tracker 1.13.12.3739 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}