diff options
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/admin.php | 14 | ||||
-rw-r--r-- | phpBB/language/en/common.php | 1 | ||||
-rw-r--r-- | phpBB/language/en/groups.php | 2 | ||||
-rw-r--r-- | phpBB/language/en/memberlist.php | 5 |
4 files changed, 18 insertions, 4 deletions
diff --git a/phpBB/language/en/admin.php b/phpBB/language/en/admin.php index 4e30b799b8..af8b9d8fe1 100644 --- a/phpBB/language/en/admin.php +++ b/phpBB/language/en/admin.php @@ -107,12 +107,12 @@ $lang += array( 'BAN_EMAILS' => 'Ban Emails', 'BAN_IPS' => 'Ban IPs', 'BAN_USERS' => 'Ban Usernames', - 'DISALLOW' => 'Disallow names', + 'DISALLOW' => 'Disallow Names', 'RANKS' => 'Ranks', - 'PRUNE_USERS' => 'Prune users', + 'PRUNE_USERS' => 'Prune Users', 'BOTS' => 'Manage Bots', - 'GROUP_MANAGE' => 'Manage groups', - 'CUSTOM_PROFILE_FIELDS' => 'Profile fields', + 'GROUP_MANAGE' => 'Manage Groups', + 'CUSTOM_PROFILE_FIELDS' => 'Profile Fields', 'LANGUAGE_CAT' => 'Language', 'LANGUAGE_PACKS' => 'Language Packs', @@ -1217,6 +1217,9 @@ $lang += array( 'GROUP_PENDING' => 'Pending Members', 'GROUPS_NO_MEMBERS' => 'This group has no members', 'GROUPS_NO_MODS' => 'No group leaders defined', + + 'NO_USERS' => 'The requested users do not exist', + 'SELECT_OPTION' => 'Select option', 'GROUP_DEFAULT' => 'Default', 'GROUP_APPROVE' => 'Approve', @@ -1252,6 +1255,9 @@ $lang += array( 'GROUP_AVATAR_EXPLAIN' => 'This image will be displayed in the Group Control Panel.', 'GROUP_UPDATED' => 'Group preferences updated successfully.', 'GROUP_CREATED' => 'Group has been created successfully', + 'GROUP_RECEIVE_PM' => 'Group able to receive private messages', + 'GROUP_MESSAGE_LIMIT' => 'Group private message limit per folder', + 'GROUP_MESSAGE_LIMIT_EXPLAIN' => 'This setting overrides the per-user folder message limit. A value of 0 means the user default limit will be used.', 'GROUP_SETTINGS_SAVE' => 'Groupwide settings', 'GROUP_SETTINGS' => 'Set user preferences', diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index dddb77c080..4513f977c8 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -99,6 +99,7 @@ $lang += array( 'DELETE_MARKED' => 'Delete Marked', 'DESCENDING' => 'Descending', 'DISABLED' => 'Disabled', + 'DISPLAY' => 'Display', 'DISPLAY_GUESTS' => 'Display Guests', 'DISPLAY_MESSAGES' => 'Display messages from previous', 'DISPLAY_POSTS' => 'Display posts from previous', diff --git a/phpBB/language/en/groups.php b/phpBB/language/en/groups.php index 2e857d94b5..ca75316bf9 100644 --- a/phpBB/language/en/groups.php +++ b/phpBB/language/en/groups.php @@ -45,6 +45,8 @@ $lang += array( 'GROUP_IS_FREE' => 'This is a freely open group, all new members are welcome.', 'GROUP_IS_SPECIAL' => 'This is a special group, special groups are managed by the board administrators.', + 'LOGIN_EXPLAIN_GROUP' => 'You need to login to view group details', + 'REMOVE_SELECTED' => 'Remove selected', ); diff --git a/phpBB/language/en/memberlist.php b/phpBB/language/en/memberlist.php index 25d68b8215..6c3b2c32ac 100644 --- a/phpBB/language/en/memberlist.php +++ b/phpBB/language/en/memberlist.php @@ -58,6 +58,10 @@ $lang += array( 'FIND_USERNAME_EXPLAIN' => 'Use this form to search for specific members. You do not need to fill out all fields. To match partial data use * as a wildcard. When entering dates use the format yyyy-mm-dd, e.g. 2002-01-01. Use the mark checkboxes to select one or more usernames (several usernames may be accepted depending on the form itself). Alternatively you can mark the users required and click the Insert Marked button.', 'FLOOD_EMAIL_LIMIT' => 'You cannot send another email at this time. Please try again later.', + 'GROUP_LEADER' => 'Group leader', + + 'HIDE_MEMBER_SEARCH' => 'Hide member search', + 'ICQ' => 'ICQ', 'IM_ADD_CONTACT' => 'Add Contact', 'IM_AIM' => 'Please note that you need AOL Instant Messenger installed to use this.', @@ -106,6 +110,7 @@ $lang += array( 'SORT_LAST_ACTIVE' => 'Last active', 'SORT_POST_COUNT' => 'Post count', + 'USERNAME_BEGINS_WITH' => 'Username begins with', 'USER_FORUM' => 'Forum statistics', 'USER_ONLINE' => 'Online', 'USER_PRESENCE' => 'Forum presence', |