From: Nik Okuntseff Date: Thu, 8 Feb 2018 17:11:25 +0000 (+0000) Subject: A bit of cleanup to keep things lean. X-Git-Tag: timetracker_1.19-1~1159 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=33fe605aa1936612a3e358102b59e411a0a30f07;p=timetracker.git A bit of cleanup to keep things lean. --- diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index a835a37b..2f12be3e 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -186,9 +186,7 @@ $i18n_key_words = array( // 'label.day_total' => 'Day total', // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', +'label.today' => 'Avui', // 'label.view' => 'View', 'label.edit' => 'Modificar', 'label.delete' => 'Eliminar', @@ -539,8 +537,4 @@ $i18n_key_words = array( "form.people.rate" => 'Taxa per defecte en hores', "form.people.comanager" => 'Auxiliar del manejador', - -// report attributes -"form.report.totals_only" => 'Només totals', -"form.report.total" => 'Hores Totals', ); diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index d3689694..a6102e13 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -191,8 +191,6 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => 'Dnes', // TODO: translate the following. -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => 'Upravit', 'label.delete' => 'Smazat', @@ -553,8 +551,4 @@ $i18n_key_words = array( "form.people.rate" => 'hodinová sazba', "form.people.comanager" => 'spolumanažer', - -// report attributes -"form.report.totals_only" => 'pouze součty', -"form.report.total" => 'součty hodin', ); diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 1feb503d..d1b71bad 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -162,8 +162,6 @@ $i18n_key_words = array( 'label.week_total' => 'Ugens total', 'label.month_total' => 'Måneds total', 'label.today' => 'Idag', -'label.total_hours' => 'Timer total', -'label.total_cost' => 'Total pris', 'label.view' => 'Udseende', 'label.edit' => 'Rediger', 'label.delete' => 'Slet', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 3b7a471d..bd41ecad 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -160,8 +160,6 @@ $i18n_key_words = array( 'label.week_total' => 'Summe (Woche)', 'label.month_total' => 'Summe (Monat)', 'label.today' => 'Heute', -'label.total_hours' => 'Gesamtstunden', -'label.total_cost' => 'Totale Kosten', 'label.view' => 'Ansicht', 'label.edit' => 'Editieren', 'label.delete' => 'Löschen', diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index a5d835f4..365ff0e8 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -160,8 +160,6 @@ $i18n_key_words = array( 'label.week_total' => 'Week total', 'label.month_total' => 'Month total', 'label.today' => 'Today', -'label.total_hours' => 'Total hours', -'label.total_cost' => 'Total cost', 'label.view' => 'View', 'label.edit' => 'Edit', 'label.delete' => 'Delete', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 3097be24..51ed5abc 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -184,8 +184,7 @@ $i18n_key_words = array( // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', 'label.today' => 'Hoy', -'label.total_hours' => 'Horas totales', -// 'label.total_cost' => 'Total cost', +// TODO: translate the following. // 'label.view' => 'View', 'label.edit' => 'Modificar', 'label.delete' => 'Eliminar', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index dc67f8c0..d78bf0fc 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -189,8 +189,6 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => 'Täna', // TODO: translate the following. -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => 'Muuda', 'label.delete' => 'Kustuta', @@ -557,7 +555,4 @@ $i18n_key_words = array( "form.people.rate" => 'vaikimisi tunni hind', "form.people.comanager" => 'kaashaldur', - -// report attributes -"form.report.total" => 'tunde kokku', ); diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index 3e77a65e..d7844550 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -173,8 +173,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.month_total' => 'Month total', 'label.today' => 'امروز', -'label.total_hours' => 'مجموع ساعت', -'label.total_cost' => 'مجموع هزینه ها', 'label.view' => 'نمایش', 'label.edit' => 'ویرایش', 'label.delete' => 'حذف', diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 4704047c..946e1e63 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -165,8 +165,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.month_total' => 'Month total', 'label.today' => 'Tänään', -'label.total_hours' => 'Tunnit yhteensä', -'label.total_cost' => 'Hinta yhteensä', 'label.view' => 'Näytä', 'label.edit' => 'Muokkaa', 'label.delete' => 'Poista', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 95e7696c..96034f7c 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -161,8 +161,6 @@ $i18n_key_words = array( 'label.week_total' => 'Total hebdomadaire', 'label.month_total' => 'Total mensuel', 'label.today' => 'Aujourd\\\'hui', -'label.total_hours' => 'Total des heures', -'label.total_cost' => 'Coût total', 'label.view' => 'Visionner', 'label.edit' => 'Modifier', 'label.delete' => 'Supprimer', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index ddadd67f..be6be0b6 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -182,8 +182,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.month_total' => 'Month total', 'label.today' => 'היום', -'label.total_hours' => 'סך הכל שעות', -'label.total_cost' => 'סך הכל עלות', 'label.view' => 'הצג', 'label.edit' => 'ערוך', 'label.delete' => 'מחק', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 94f3f25b..afc35d01 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -190,8 +190,6 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => 'Ma', // TODO: translate the following. -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => 'Szerkesztés', 'label.delete' => 'Törlés', @@ -551,7 +549,4 @@ $i18n_key_words = array( "form.people.rate" => 'általános óradíj', "form.people.comanager" => 'helyettes', - -// report attributes -"form.report.total" => 'összesített óraszám', ); diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index e26da1c4..7b747c56 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -185,9 +185,7 @@ $i18n_key_words = array( // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', 'label.today' => 'Oggi', -'label.total_hours' => 'Ore totali', // TODO: translate the following. -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => 'Modifica', 'label.delete' => 'Elimina', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 266ed1bc..6e4c10c2 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -187,8 +187,6 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => '今日', // TODO: translate the following. -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => '編集', 'label.delete' => '削除', @@ -270,8 +268,9 @@ $i18n_key_words = array( // 'title.add_predefined_expense' => 'Adding Predefined Expense', // 'title.edit_predefined_expense' => 'Editing Predefined Expense', // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', -// 'title.reports' => 'Reports', -// 'title.report' => 'Report', +'title.reports' => 'レポート', +'title.report' => 'レポート', +// TODO: translate the following. // 'title.send_report' => 'Sending Report', 'title.invoice' => '送り状', // TODO: translate the following. @@ -549,8 +548,4 @@ $i18n_key_words = array( "form.people.rate" => 'デフォルト時間当り給料', "form.people.comanager" => '共同管理者', - -// report attributes -"form.report.title" => 'レポート', -"form.report.total" => '合計時間', ); diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index c29cef86..f3d1a94d 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -187,8 +187,6 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => '오늘', // TODO: translate the following. -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => '편집', 'label.delete' => '삭제', @@ -271,7 +269,7 @@ $i18n_key_words = array( // 'title.add_predefined_expense' => 'Adding Predefined Expense', // 'title.edit_predefined_expense' => 'Editing Predefined Expense', // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', -// 'title.reports' => 'Reports', +'title.reports' => '보고서', 'title.report' => '보고서', // TODO: translate the following. // 'title.send_report' => 'Sending Report', @@ -552,8 +550,4 @@ $i18n_key_words = array( "form.people.rate" => '디폴트 시간당 급여', "form.people.comanager" => '공동관리자', - -// report attributes -"form.report.title" => '보고서', -"form.report.total" => '시간 총합', ); diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index af888d90..f4d0fec5 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -160,8 +160,6 @@ $i18n_key_words = array( 'label.week_total' => 'Week totaal', 'label.month_total' => 'Maand totaal', 'label.today' => 'Vandaag', -'label.total_hours' => 'Uren totaal', -'label.total_cost' => 'Totale kosten', 'label.view' => 'Bekijk', 'label.edit' => 'Wijzig', 'label.delete' => 'Verwijderen', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 30e74cc5..71d6ab13 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -188,8 +188,6 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => 'I dag', // TODO: translate the following. -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => 'Endre', 'label.delete' => 'Slett', @@ -268,8 +266,8 @@ $i18n_key_words = array( // 'title.add_predefined_expense' => 'Adding Predefined Expense', // 'title.edit_predefined_expense' => 'Editing Predefined Expense', // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', -// 'title.reports' => 'Reports', -// 'title.report' => 'Report', +'title.reports' => 'Rapporter', +'title.report' => 'Rapport', // 'title.send_report' => 'Sending Report', 'title.invoice' => 'Faktura', // TODO: translate the following. @@ -546,8 +544,4 @@ $i18n_key_words = array( // Note to translators: the 2 strings below are missing and must be added and translated // "form.people.th.rate" => 'timesats', "form.people.rate" => 'timesats', - -// report attributes -"form.report.title" => 'rapporter', -"form.report.total" => 'totalt antall timer', ); diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 086386f2..237d1e7a 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -167,8 +167,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.month_total' => 'Month total', 'label.today' => 'Dziś', -'label.total_hours' => 'Całkowita liczba godzin', -'label.total_cost' => 'Koszt całkowity', 'label.view' => 'Widok', 'label.edit' => 'Edycja', 'label.delete' => 'Usuń', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 4505b1fa..12761d51 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -164,8 +164,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.month_total' => 'Month total', 'label.today' => 'Hoje', -'label.total_hours' => 'Total de horas', -'label.total_cost' => 'Custo total', 'label.view' => 'Ver', 'label.edit' => 'Editar', 'label.delete' => 'Apagar', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index a63dded8..ff9c84fd 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -182,8 +182,6 @@ $i18n_key_words = array( // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', // 'label.today' => 'Today', -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => 'Editar', 'label.delete' => 'Apagar', @@ -261,8 +259,8 @@ $i18n_key_words = array( // 'title.edit_predefined_expense' => 'Editing Predefined Expense', // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', 'title.reports' => 'Relatórios', +'title.report' => 'Relatório', // TODO: translate the following. -// 'title.report' => 'Report', // 'title.send_report' => 'Sending Report', // 'title.invoice' => 'Invoice', // 'title.send_invoice' => 'Sending Invoice', @@ -515,8 +513,4 @@ $i18n_key_words = array( // people form attributes "form.people.th.role" => 'regra', "form.people.manager" => 'gerente', - -// report attributes -"form.report.title" => 'relatórios', -"form.report.total" => 'horas totais', ); diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 643b8eb6..cc705d55 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -191,8 +191,6 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => 'Astazi', // TODO: translate the following. -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', // TODO: confirm that label.edit and label.delete are translated correctly. 'label.edit' => 'Editează', @@ -274,8 +272,9 @@ $i18n_key_words = array( // 'title.add_predefined_expense' => 'Adding Predefined Expense', // 'title.edit_predefined_expense' => 'Editing Predefined Expense', // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', -// 'title.reports' => 'Reports', -// 'title.report' => 'Report', +'title.reports' => 'Rapoarte', +'title.report' => 'Raport', +// TODO: translate the following. // 'title.send_report' => 'Sending Report', 'title.invoice' => 'Factura', // TODO: translate the following. @@ -552,8 +551,4 @@ $i18n_key_words = array( "form.people.rate" => 'pret pe ora implicit', "form.people.comanager" => 'co-manager', - -// report attributes -"form.report.title" => 'rapoarte', -"form.report.total" => 'ore total', ); diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 67c28f81..b9493b46 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -160,8 +160,6 @@ $i18n_key_words = array( 'label.week_total' => 'Итог за неделю', 'label.month_total' => 'Итог за месяц', 'label.today' => 'Сегодня', -'label.total_hours' => 'Итого часов', -'label.total_cost' => 'Итоговая стоимость', 'label.view' => 'Посмотреть', 'label.edit' => 'Редактировать', 'label.delete' => 'Удалить', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 44492dc2..b12e00a6 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -173,8 +173,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.month_total' => 'Month total', 'label.today' => 'Dnes', -'label.total_hours' => 'Hodín celkom', -'label.total_cost' => 'Náklady celkom', 'label.view' => 'Zobraziť', 'label.edit' => 'Upraviť', 'label.delete' => 'Vymazať', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index 56d4a4cb..74bd4b7a 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -181,8 +181,6 @@ $i18n_key_words = array( // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', // 'label.today' => 'Today', -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => 'Uredi', 'label.delete' => 'Izbriši', diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 86868c90..bdd8952e 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -164,8 +164,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.month_total' => 'Month total', 'label.today' => 'Danas', -'label.total_hours' => 'Ukupno časova', -'label.total_cost' => 'Ukupna cena', 'label.view' => 'Pregledaj', 'label.edit' => 'Izmeni', 'label.delete' => 'Obriši', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index b4ea69d0..58695784 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -162,8 +162,6 @@ $i18n_key_words = array( 'label.week_total' => 'Veckototal', 'label.month_total' => 'Månadstotal', 'label.today' => 'Idag', -'label.total_hours' => 'Totalt antal timmar', -'label.total_cost' => 'Total kostnad', 'label.view' => 'Visa', 'label.edit' => 'Redigera', 'label.delete' => 'Ta bort', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 0d4a1c30..b1a372ca 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -197,8 +197,6 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => 'Bugün', // TODO: translate the following. -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => 'Düzenle', 'label.delete' => 'Sil', @@ -282,8 +280,9 @@ $i18n_key_words = array( // 'title.add_predefined_expense' => 'Adding Predefined Expense', // 'title.edit_predefined_expense' => 'Editing Predefined Expense', // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', -// 'title.reports' => 'Reports', -// 'title.report' => 'Report', +'title.reports' => 'Raporlar', +'title.report' => 'Rapor', +// TODO: translate the following. // 'title.send_report' => 'Sending Report', 'title.invoice' => 'Fatura', // TODO: translate the following. @@ -562,8 +561,4 @@ $i18n_key_words = array( "form.people.rate" => 'varsayılan saat ücreti', "form.people.comanager" => 'yardımcı yönetici', - -// report attributes -"form.report.title" => 'raporlar', -"form.report.total" => 'saat toplamı', ); diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 7adc4076..60a89ad7 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -177,8 +177,6 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => '今天', // TODO: translate the following. -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => '编辑', 'label.delete' => '删除', @@ -259,8 +257,9 @@ $i18n_key_words = array( // 'title.add_predefined_expense' => 'Adding Predefined Expense', // 'title.edit_predefined_expense' => 'Editing Predefined Expense', // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', -// 'title.reports' => 'Reports', -// 'title.report' => 'Report', +'title.reports' => '报告', +'title.report' => '报告', +// TODO: translate the following. // 'title.send_report' => 'Sending Report', 'title.invoice' => '发票', // TODO: translate the following. @@ -537,8 +536,4 @@ $i18n_key_words = array( "form.people.rate" => '默认小时收费', "form.people.comanager" => '合作经理人', - -// report attributes -"form.report.title" => '报告', -"form.report.total" => '总计时间', ); diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index ae4cb3f3..f149f63b 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -186,8 +186,6 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => '今天', // TODO: translate the following. -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => '編輯', 'label.delete' => '刪除', @@ -268,8 +266,9 @@ $i18n_key_words = array( // 'title.add_predefined_expense' => 'Adding Predefined Expense', // 'title.edit_predefined_expense' => 'Editing Predefined Expense', // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', -// 'title.reports' => 'Reports', -// 'title.report' => 'Report', +'title.reports' => '報告', +'title.report' => '報告', +// TODO: translate the following. // 'title.send_report' => 'Sending Report', 'title.invoice' => '發票', // TODO: translate the following. @@ -547,8 +546,4 @@ $i18n_key_words = array( "form.people.rate" => '默認小時收費', "form.people.comanager" => '合作經理人', - -// report attributes -"form.report.title" => '報告', -"form.report.total" => '總計時間', ); diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 48403427..4371d447 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.12.3956 | Copyright © Anuko | +  Anuko Time Tracker 1.17.12.3957 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}