diff options
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/attachments.php | 1 | ||||
-rw-r--r-- | phpBB/language/en/memberlist.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/attachments.php b/phpBB/language/en/acp/attachments.php index 8e73c0330f..1393933cc8 100644 --- a/phpBB/language/en/acp/attachments.php +++ b/phpBB/language/en/acp/attachments.php @@ -104,6 +104,7 @@ $lang = array_merge($lang, array( 'MODE_INLINE' => 'Inline', 'MODE_PHYSICAL' => 'Physical', + 'NOT_ALLOWED_IN_PM' => 'Not allowed in private messages', 'NOT_ASSIGNED' => 'Not assigned', 'NO_EXT_GROUP_NAME' => 'No Group Name entered', 'NO_EXT_GROUP_SPECIFIED' => 'No Extension Group specified', diff --git a/phpBB/language/en/memberlist.php b/phpBB/language/en/memberlist.php index 09155f5b03..7481c0fbf9 100644 --- a/phpBB/language/en/memberlist.php +++ b/phpBB/language/en/memberlist.php @@ -87,6 +87,7 @@ $lang = array_merge($lang, array( 'LIST_USER' => '1 User', 'LIST_USERS' => '%d Users', 'LOGIN_EXPLAIN_LEADERS' => 'The board administrator requires you to be registered and logged in to view the team listing.', + 'LOGIN_EXPLAIN_SEARCHUSER' => 'The board administrator requires you to be registered and logged in to search users.', 'LOGIN_EXPLAIN_VIEWPROFILE' => 'The board administrator requires you to be registered and logged in to view profiles.', 'MORE_THAN' => 'More than', |