diff options
Diffstat (limited to 'phpBB/language/en/acp/board.php')
| -rw-r--r-- | phpBB/language/en/acp/board.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index ab1a6a9e98..2f16caa30d 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -313,6 +313,9 @@ $lang = array_merge($lang, array( 'COPPA' => 'Coppa', 'REGISTRATION' => 'User Registration', 'POSTING' => 'Posting', + 'MODERATION' => 'Moderation', + 'WARNINGS_EXPIRE' => 'Warning duration', + 'WARNINGS_EXPIRE_EXPLAIN' => 'Number of days after it is issued before a warning will expire from a user\'s record', )); // Auth settings |
