From 0ac41d7a52de7b0f6083d9bb1734beef7c517f30 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Thu, 29 Nov 2018 15:41:36 +0000 Subject: [PATCH] Introduced a generic warning in translation files. --- WEB-INF/resources/ca.lang.php | 4 ++++ WEB-INF/resources/cs.lang.php | 4 ++++ WEB-INF/resources/da.lang.php | 4 ++++ WEB-INF/resources/de.lang.php | 4 ++++ WEB-INF/resources/en.lang.php | 3 +++ WEB-INF/resources/es.lang.php | 4 ++++ WEB-INF/resources/et.lang.php | 4 ++++ WEB-INF/resources/fa.lang.php | 4 ++++ WEB-INF/resources/fi.lang.php | 4 ++++ WEB-INF/resources/fr.lang.php | 4 ++++ WEB-INF/resources/gr.lang.php | 4 ++++ WEB-INF/resources/he.lang.php | 4 ++++ WEB-INF/resources/hu.lang.php | 4 ++++ WEB-INF/resources/it.lang.php | 4 ++++ WEB-INF/resources/ja.lang.php | 4 ++++ WEB-INF/resources/ko.lang.php | 4 ++++ WEB-INF/resources/nl.lang.php | 4 ++++ WEB-INF/resources/no.lang.php | 4 ++++ WEB-INF/resources/pl.lang.php | 4 ++++ WEB-INF/resources/pt-br.lang.php | 4 ++++ WEB-INF/resources/pt.lang.php | 4 ++++ WEB-INF/resources/ro.lang.php | 4 ++++ WEB-INF/resources/ru.lang.php | 3 +++ WEB-INF/resources/sk.lang.php | 4 ++++ WEB-INF/resources/sl.lang.php | 4 ++++ WEB-INF/resources/sr.lang.php | 4 ++++ WEB-INF/resources/sv.lang.php | 4 ++++ WEB-INF/resources/tr.lang.php | 4 ++++ WEB-INF/resources/zh-cn.lang.php | 4 ++++ WEB-INF/resources/zh-tw.lang.php | 4 ++++ WEB-INF/templates/footer.tpl | 2 +- 31 files changed, 119 insertions(+), 1 deletion(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 2aa222dd..41a7a323 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -117,6 +117,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 92ce9428..9d81f681 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -119,6 +119,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 7ffc0799..3599090b 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -111,6 +111,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 07da56ca..8951dd04 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -105,6 +105,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 54ebbd94..b45eb9ce 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -102,6 +102,9 @@ $i18n_key_words = array( 'error.cannot_import' => 'Cannot import: %s.', 'error.format' => 'Invalid file format.', +// Warning messages. +'warn.sure' => 'Are you sure?', + // Success messages. 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 819df1a3..46d3c097 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -115,6 +115,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index b8679a4e..b75550c4 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -120,6 +120,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index a9533c72..68eeb284 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -118,6 +118,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index d8454884..b7d044f2 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -113,6 +113,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 0b274de7..dd45db34 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -111,6 +111,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index d98ad087..9bee9634 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -106,6 +106,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 6529b77c..df463b56 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -128,6 +128,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 5bcd7ee3..89407de2 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -117,6 +117,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 5c82b747..26ec0c10 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -110,6 +110,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 4342bc55..b8b61410 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -121,6 +121,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 9cbc4e5e..457f482e 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -120,6 +120,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 3fe36818..8e8e4f6e 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -102,6 +102,10 @@ $i18n_key_words = array( 'error.cannot_import' => 'Kan het volgende niet importeren: %s.', 'error.format' => 'Bestandsformaat niet valide.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index f494bc0f..6caea59a 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -120,6 +120,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index e21bf1be..9e9e390e 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -115,6 +115,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 98a9b4a6..d52f487f 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -112,6 +112,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 9b7cd5d8..571cb59c 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -114,6 +114,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 2763bac0..eb71cea2 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -121,6 +121,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index ad24983c..c877b793 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -101,6 +101,9 @@ $i18n_key_words = array( 'error.cannot_import' => 'Невозможно импортировать: %s.', 'error.format' => 'Неверный формат файла.', +// Warning messages. +'warn.sure' => 'Вы уверены?', + // Success messages. 'msg.success' => 'Операция завершена успешно.', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index a70af399..fbdcebc7 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -117,6 +117,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index b0d4a0b1..7ada5144 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -111,6 +111,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index dd9c3476..5c0e3c7d 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -112,6 +112,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 4fe3b042..79eea6a0 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -110,6 +110,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 1d0c0ea7..bef878a8 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -124,6 +124,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 7bad3fa9..283eae89 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -112,6 +112,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index d25f9497..58729dd7 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -118,6 +118,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', + // Success messages. // TODO: translate the following. // 'msg.success' => 'Operation completed successfully.', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 9f23d86b..c8e1d2ce 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.28.4539 | Copyright © Anuko | +  Anuko Time Tracker 1.18.28.4540 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1