diff options
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 77985df498..f9964558b7 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -47,6 +47,7 @@ $lang = array_merge($lang, array( 'ACCOUNT_ALREADY_ACTIVATED' => 'Your account is already activated', 'ACCOUNT_NOT_ACTIVATED' => 'Your account has not been activated yet', 'ACP' => 'Administration Control Panel', + 'ACTIVE' => 'active', 'ACTIVE_ERROR' => 'You have specified an inactive username. Please activate your account and try again. If you continue to have problems please contact a board administrator.', 'ADMINISTRATOR' => 'Administrator', 'ADMINISTRATORS' => 'Administrators', @@ -90,6 +91,7 @@ $lang = array_merge($lang, array( 'CANCEL' => 'Cancel', 'CHANGE' => 'Change', 'CLICK_VIEW_PRIVMSG' => 'Click %sHere%s to visit your Inbox', + 'CLOSE_WINDOW' => 'Close window', 'CONFIRM' => 'Confirm', 'CONFIRM_CODE' => 'Confirmation code', 'CONFIRM_CODE_EXPLAIN' => 'Enter the code exactly as you see it in the image, it is case sensitive, zero has a diagonal line through it.', @@ -290,6 +292,7 @@ $lang = array_merge($lang, array( 'NO_NEW_PM' => '<b>0</b> new messages', 'NO_NEW_POSTS' => 'No new posts', 'NO_POSTS' => 'No Posts', + 'NO_SUCH_SEARCH_MODULE' => 'The specified search backend doesn\'t exist', 'NO_TOPIC' => 'The requested topic does not exist.', 'NO_TOPICS' => 'There are no topics or posts in this forum.', 'NO_UNREAD_PM' => '<b>0</b> unread messages', |
