diff options
| author | 2026-01-24 20:16:43 +0545 | |
|---|---|---|
| committer | 2026-01-24 15:31:43 +0100 | |
| commit | 85f14f92fdb5c375f0ae4100f50a529a62b480ec (patch) | |
| tree | ce31496afc85b2b8f44eda7db288da68161eb261 /app/i18n/zh-TW/admin.php | |
| parent | cb3ea904904b5b170313f285bee884be3df2ff91 (diff) | |
Message for closed registration (#8462)
* Add closed msg field
i18n
fix
* Display based on registration type
* Save as FreshRSS_Context::systemConf()->closed_registration_message instead
* Improve messages
* Revert unrelated changes
* make fix-all
* Minor whitespace
* Simplify logic
* Fix invalid use of empty() and sympler syntax
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/zh-TW/admin.php')
| -rw-r--r-- | app/i18n/zh-TW/admin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/zh-TW/admin.php b/app/i18n/zh-TW/admin.php index 2bfa2799b..4b790ab5d 100644 --- a/app/i18n/zh-TW/admin.php +++ b/app/i18n/zh-TW/admin.php @@ -83,10 +83,12 @@ return array( '_' => '基本URL', 'recommendation' => '自動推薦: <kbd>%s</kbd>', ), + 'closed_registration_message' => 'Message if registrations are closed', // TODO 'cookie-duration' => array( 'help' => '單位(秒)', 'number' => '保持登錄的時長', ), + 'default_closed_registration_message' => 'This server does not accept new registrations at the moment.', // TODO 'force_email_validation' => '強制驗證郵箱地址', 'instance-name' => '實例名稱', 'max-categories' => '各使用者分類數限制', |
