From e679d3df0e55530c056d701b4773ff7e74f5c82c Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 21 Mar 2023 18:47:07 +0100 Subject: Improved: show Terms of Service in config menu (#5215) * Use constants for path to TOS * improve comments * TOS title moved to template * TOS available via config menu * CSS: improve handling of content of TOS/about * give info about set/unset TOS in system config * fix target * i18n FR * i18n DE --- app/i18n/ko/admin.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/i18n/ko/admin.php') diff --git a/app/i18n/ko/admin.php b/app/i18n/ko/admin.php index 7d20e0c43..319a5ff06 100644 --- a/app/i18n/ko/admin.php +++ b/app/i18n/ko/admin.php @@ -183,6 +183,11 @@ return array( ), 'title' => '사용자 회원가입 양식', ), + 'tos' => array( + 'disabled' => 'is not given', // TODO + 'enabled' => 'is enabled', // TODO + 'help' => 'How to enable the Terms of Service', // TODO + ), ), 'update' => array( '_' => '업데이트', -- cgit v1.2.3