1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +02:00

Move ternary variable logic out of LAN file.

This commit is contained in:
Arun S. Sekher
2019-02-03 20:18:03 +04:00
parent f934976ac5
commit 4ad7dc63c8
2 changed files with 3 additions and 2 deletions

View File

@@ -33,7 +33,8 @@ define("CHATBOX_L15", "Post too long, or empty post submitted");
// define("CHATBOX_L16", "Anonymous");
define("CHATBOX_L17", "Duplicate post");
define("CHATBOX_L18", "Chatbox messages moderated");
define("CHATBOX_L19", "You may only post once every ".(FLOODPROTECT ? FLOODTIMEOUT : 'n/a')." seconds");
//define("CHATBOX_L19", "You may only post once every ".(FLOODPROTECT ? FLOODTIMEOUT : 'n/a')." seconds");
define("CHATBOX_L19", "You may only post once every [x] seconds");
define("CHATBOX_L20", "Chatbox (all posts)");
// define("CHATBOX_L21", "Chat Posts");