From 1ed162514b774ef5d2f9858efa2436b19d99d484 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sat, 16 Feb 2019 22:11:19 +0000 Subject: [PATCH] Added button.create_timesheet to translation files. --- WEB-INF/resources/ca.lang.php | 2 ++ WEB-INF/resources/cs.lang.php | 2 ++ WEB-INF/resources/da.lang.php | 2 ++ WEB-INF/resources/de.lang.php | 2 ++ WEB-INF/resources/en.lang.php | 1 + WEB-INF/resources/es.lang.php | 2 ++ WEB-INF/resources/et.lang.php | 2 ++ WEB-INF/resources/fa.lang.php | 2 ++ WEB-INF/resources/fi.lang.php | 2 ++ WEB-INF/resources/fr.lang.php | 2 ++ WEB-INF/resources/gr.lang.php | 2 ++ WEB-INF/resources/he.lang.php | 2 ++ WEB-INF/resources/hu.lang.php | 2 ++ WEB-INF/resources/it.lang.php | 2 ++ WEB-INF/resources/ja.lang.php | 1 + WEB-INF/resources/ko.lang.php | 1 + WEB-INF/resources/nl.lang.php | 2 ++ WEB-INF/resources/no.lang.php | 2 ++ WEB-INF/resources/pl.lang.php | 2 ++ WEB-INF/resources/pt-br.lang.php | 2 ++ WEB-INF/resources/pt.lang.php | 1 + WEB-INF/resources/ro.lang.php | 2 ++ WEB-INF/resources/ru.lang.php | 1 + WEB-INF/resources/sk.lang.php | 2 ++ WEB-INF/resources/sl.lang.php | 2 ++ WEB-INF/resources/sr.lang.php | 2 ++ WEB-INF/resources/sv.lang.php | 2 ++ WEB-INF/resources/tr.lang.php | 1 + WEB-INF/resources/zh-cn.lang.php | 1 + WEB-INF/resources/zh-tw.lang.php | 1 + WEB-INF/templates/footer.tpl | 2 +- report.php | 3 +++ 32 files changed, 56 insertions(+), 1 deletion(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index cc9e1a34..7526cdba 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -144,6 +144,8 @@ $i18n_key_words = array( 'button.send' => 'Enviar', 'button.send_by_email' => 'Enviar per correu', 'button.create_group' => 'Crear grup', +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Exportar grup', 'button.import' => 'Importar grup', // TODO: translate the following. diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 01796096..e1dae902 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -146,6 +146,8 @@ $i18n_key_words = array( 'button.send' => 'Poslat', 'button.send_by_email' => 'Poslat e-mailem', 'button.create_group' => 'Vytvořit tým', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Exportovat tým', // TODO: replace "team" with "group". 'button.import' => 'Importovat tým', // TODO: replace "team" with "group". // TODO: translate the following. diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index def9e45f..ba4068c9 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -138,6 +138,8 @@ $i18n_key_words = array( 'button.send' => 'Send', 'button.send_by_email' => 'Send som e-mail', 'button.create_group' => 'Lav et team', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Eksporter team', // TODO: replace "team" with "group". 'button.import' => 'Importer team', // TODO: replace "team" with "group". 'button.close' => 'Luk', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index bb9d0cf4..eead92b0 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -132,6 +132,8 @@ $i18n_key_words = array( 'button.send' => 'Senden', 'button.send_by_email' => 'Als E-Mail senden', 'button.create_group' => 'Gruppe erstellen', +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Gruppe exportieren', 'button.import' => 'Gruppe importieren', 'button.close' => 'Schließen', diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index a6be4864..ef776cdf 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -126,6 +126,7 @@ $i18n_key_words = array( 'button.send' => 'Send', 'button.send_by_email' => 'Send by e-mail', 'button.create_group' => 'Create group', +'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Export group', 'button.import' => 'Import group', 'button.close' => 'Close', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 6ed57b72..74fc9036 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -143,6 +143,8 @@ $i18n_key_words = array( 'button.send' => 'Enviar', 'button.send_by_email' => 'Enviar por correo', 'button.create_group' => 'Crear grupo', +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Exportar grupo', 'button.import' => 'Importar grupo', // TODO: translate the following. diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index c65e3b21..60cf19af 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -146,6 +146,8 @@ $i18n_key_words = array( 'button.send' => 'Saada', 'button.send_by_email' => 'Saada e-postiga', 'button.create_group' => 'Loo grupp', +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Ekspordi grupp', 'button.import' => 'Impordi grupp', 'button.close' => 'Sulge', diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index 78e17322..e4753822 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -145,6 +145,8 @@ $i18n_key_words = array( 'button.send' => 'ارسال', 'button.send_by_email' => 'ارسال به ایمیل', 'button.create_group' => 'ایجاد تیم', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'ایجاد پشتیبان از تیم', // TODO: replace "team" with "group". 'button.import' => 'وارد کردن تیم', // TODO: replace "team" with "group". 'button.close' => 'بستن', diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 3b8e34d4..2c1af6a5 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -140,6 +140,8 @@ $i18n_key_words = array( 'button.send' => 'Lähetä', 'button.send_by_email' => 'Lähetä sähköpostilla', 'button.create_group' => 'Luo tiimi', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Vie tiimi', // TODO: replace "team" with "group". 'button.import' => 'Tuo tiimi', // TODO: replace "team" with "group". 'button.close' => 'Sulje', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index de4cb46c..e02ccbe7 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -138,6 +138,8 @@ $i18n_key_words = array( 'button.send' => 'Envoyer', 'button.send_by_email' => 'Envoyer par courriel', 'button.create_group' => 'Créer une équipe', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Exporter l\\\'équipe', // TODO: replace "team" with "group". 'button.import' => 'Importer une équipe', // TODO: replace "team" with "group". 'button.close' => 'Fermer', diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index 1396d5f5..12b31464 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -133,6 +133,8 @@ $i18n_key_words = array( 'button.send' => 'Αποστολή', 'button.send_by_email' => 'Αποστολή μέσω email', 'button.create_group' => 'Δημιουργία ομάδας', +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Εξαγωγη ομάδας', 'button.import' => 'Εισαγωγή ομάδας', 'button.close' => 'Κλείσιμο', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 82926033..5dce3e0b 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -155,6 +155,8 @@ $i18n_key_words = array( 'button.send' => 'שלח', 'button.send_by_email' => 'שלח בדואר אלקטרוני', 'button.create_group' => 'צור צוות', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'ייצא צוות', // TODO: replace "team" with "group". 'button.import' => 'ייבא צוות', // TODO: replace "team" with "group". 'button.close' => 'סגור', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index ca9f2bb1..3d29edce 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -145,6 +145,8 @@ $i18n_key_words = array( 'button.send' => 'Küld', 'button.send_by_email' => 'Küldés e-mail-ben', 'button.create_group' => 'Csoport létrehozása', +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Csoport exportálása', 'button.import' => 'Csoport importálása', // TODO: translate the following. diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index e3ceb037..97c14e0c 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -137,6 +137,8 @@ $i18n_key_words = array( 'button.send' => 'Invia', 'button.send_by_email' => 'Invia tramite e-mail', 'button.create_group' => 'Crea gruppo', +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Esporta gruppo', 'button.import' => 'Importa gruppo', 'button.close' => 'Chiudi', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 646739c5..b7764ba3 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -150,6 +150,7 @@ $i18n_key_words = array( 'button.send_by_email' => 'Eメールの送信', // TODO: translate the following. // 'button.create_group' => 'Create group', +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'チームのエクスポート', // TODO: replace "team" with "group". 'button.import' => 'チームのインポート', // TODO: replace "team" with "group". // TODO: translate the following. diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index f34bb9c2..f2efa455 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -149,6 +149,7 @@ $i18n_key_words = array( 'button.send_by_email' => '이메일로 송신', // TODO: translate the following. // 'button.create_group' => 'Create group', +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => '팀 익스포트', // TODO: replace "team" with "group". 'button.import' => '팀 임포트', // TODO: replace "team" with "group". // TODO: translate the following. diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index d08150cc..564b79a4 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -126,6 +126,8 @@ $i18n_key_words = array( 'button.send' => 'Verzenden', 'button.send_by_email' => 'Verzend per e-mail', 'button.create_group' => 'Maak groep', +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Groep exporteren', 'button.import' => 'Groep importeren', 'button.close' => 'Sluiten', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 829e75a3..35b9dc05 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -149,6 +149,8 @@ $i18n_key_words = array( 'button.send' => 'Send', 'button.send_by_email' => 'Send som e-post', 'button.create_group' => 'Opprett team', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Eksport team', // TODO: replace "team" with "group". 'button.import' => 'Importer team', // TODO: replace "team" with "group". 'button.close' => 'Lukk', diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index f615a792..dedbd1fb 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -142,6 +142,8 @@ $i18n_key_words = array( 'button.send' => 'Wyślij', 'button.send_by_email' => 'Wyślij e-mail', 'button.create_group' => 'Stwórz zespół', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Eksportuj zespół', // TODO: replace "team" with "group". 'button.import' => 'Importuj zespół', // TODO: replace "team" with "group". 'button.close' => 'Zamknij', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index d50deaf3..af366140 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -139,6 +139,8 @@ $i18n_key_words = array( 'button.send' => 'Enviar', 'button.send_by_email' => 'Enviar por e-mail', 'button.create_group' => 'Criar equipe', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Exportar equipe', // TODO: replace "team" with "group". 'button.import' => 'Importar equipe', // TODO: replace "team" with "group". 'button.close' => 'Fechar', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 92387087..f55e4226 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -143,6 +143,7 @@ $i18n_key_words = array( 'button.send_by_email' => 'Enviar por e-mail', // TODO: translate the following. // 'button.create_group' => 'Create group', +// 'button.create_timesheet' => 'Create timesheet', // 'button.export' => 'Export group', // 'button.import' => 'Import group', // 'button.close' => 'Close', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 57e75a5c..9cc731f9 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -149,6 +149,8 @@ $i18n_key_words = array( 'button.send' => 'Trimite', 'button.send_by_email' => 'Trimite pe e-mail', 'button.create_group' => 'Adauga echipa', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Exporta echipa', // TODO: replace "team" with "group". 'button.import' => 'Importa echipa', // TODO: replace "team" with "group". // TODO: translate the following. diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index aa3e03d8..e184ed66 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -125,6 +125,7 @@ $i18n_key_words = array( 'button.send' => 'Отправить', 'button.send_by_email' => 'Отправить по e-mail', 'button.create_group' => 'Создать группу', +'button.create_timesheet' => 'Создать табель', 'button.export' => 'Экспортировать группу', 'button.import' => 'Импортировать группу', 'button.close' => 'Закрыть', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 45afda9c..dac0f5ca 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -145,6 +145,8 @@ $i18n_key_words = array( 'button.send' => 'Odoslať', 'button.send_by_email' => 'Odoslať na e-mail', 'button.create_group' => 'Vytvoriť tím', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Exportovať tím', // TODO: replace "team" with "group". 'button.import' => 'Importovať tím', // TODO: replace "team" with "group". 'button.close' => 'Zatvoriť', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index c0acbf08..4c3ba08b 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -139,6 +139,8 @@ $i18n_key_words = array( 'button.send' => 'Pošlji', 'button.send_by_email' => 'Pošlji preko elektronske pošte', 'button.create_group' => 'Ustvari tim', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Izvozi tim', // TODO: replace "team" with "group". 'button.import' => 'Uvozi tim', // TODO: replace "team" with "group". // TODO: translate the following. diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index ccfd332e..a10d95df 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -139,6 +139,8 @@ $i18n_key_words = array( 'button.send' => 'Pošalji', 'button.send_by_email' => 'Pošalji mejlom', 'button.create_group' => 'Napravi tim', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Izvezi tim', // TODO: replace "team" with "group". 'button.import' => 'Uvezi tim', // TODO: replace "team" with "group". 'button.close' => 'Zatvori', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 4b088390..bfa5e8dd 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -137,6 +137,8 @@ $i18n_key_words = array( 'button.send' => 'Skicka', 'button.send_by_email' => 'Skicka som e-post', 'button.create_group' => 'Skapa grupp', +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Exportera grupp', 'button.import' => 'Importera grupp', 'button.close' => 'Stäng', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 7340c3c4..73b8774a 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -153,6 +153,7 @@ $i18n_key_words = array( 'button.send_by_email' => 'E-posta ile gönder', 'button.create_group' => 'Ekip yarat', // TODO: replace "team" with "group". // TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', // 'button.export' => 'Export group', 'button.import' => 'Ekibi içeri aktar', // TODO: replace "team" with "group". // TODO: translate the following. diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 5822b7b4..b0e63cfe 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -141,6 +141,7 @@ $i18n_key_words = array( 'button.send_by_email' => '通过邮件发送', // TODO: translate the following. // 'button.create_group' => 'Create group', +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => '导出团队信息', // TODO: replace "team" with "group". 'button.import' => '导入团队信息', // TODO: replace "team" with "group". 'button.close' => '关闭', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 5a0f3d21..067b515f 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -146,6 +146,7 @@ $i18n_key_words = array( 'button.send_by_email' => '通過郵件發送', // TODO: translate the following. // 'button.create_group' => 'Create group', +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => '輸出團隊資訊', // TODO: replace "team" with "group". 'button.import' => '輸入團隊資訊', // TODO: replace "team" with "group". // TODO: translate the following. diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index cc092d17..b252d6f8 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.37.4729 | Copyright © Anuko | +  Anuko Time Tracker 1.18.37.4730 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/report.php b/report.php index cb563b9b..d094df86 100644 --- a/report.php +++ b/report.php @@ -183,6 +183,9 @@ if (ttReportHelper::grouping($options)) { } $totals = ttReportHelper::getTotals($options); +// TODO: Determine if we can create a timesheet out of this report. +// There must be only one user, and nothing assigned to existing timesheets. + // Assign variables that are used to print subtotals. if ($report_items) { $smarty->assign('print_subtotals', true); -- 2.20.1