diff options
Diffstat (limited to 'phpBB/language/en/lang_main.php')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 8043c73be4..36dbd70d0e 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -246,9 +246,11 @@ $lang = array( 'G_SUPER_MODERATORS'=> 'SUPER MODERATORS', 'G_MODERATORS' => 'MODERATORS', 'G_REGISTERED' => 'REGISTERED USERS', + 'G_REGISTERED_COPPA'=> 'REGISTERED COPPA USERS', 'G_INACTIVE' => 'INACTIVE USERS', + 'G_INACTIVE_COPPA' => 'INACTIVE COPPA USERS', 'G_GUESTS' => 'GUESTS', - 'G_BANNED' => 'BANNED', + 'G_BANNED' => 'BANNED USERS', 'NO_NEW_POSTS' => 'No new posts', 'NEW_POSTS' => 'New posts', @@ -710,8 +712,8 @@ $lang = array( 'UPLOAD_AVATAR_URL_EXPLAIN' => 'Enter the URL of the location containing the image, it will be copied to this site.', 'LINK_REMOTE_AVATAR' => 'Link off-site', 'LINK_REMOTE_AVATAR_EXPLAIN'=> 'Enter the URL of the location containing the Avatar image you wish to link to.', - 'LINK_REMOTE_SIZE' => 'Size of off-site avatar', - 'LINK_REMOTE_SIZE_EXPLAIN' => 'Specify the width and height of the offsite avatar, leave blank to attempt automatic verification.', + 'LINK_REMOTE_SIZE' => 'Avatar dimensions', + 'LINK_REMOTE_SIZE_EXPLAIN' => 'Specify the width and height of the avatar, leave blank to attempt automatic verification.', 'BY' => 'by', // Width by Height 'AVATAR_GALLERY' => 'Select from gallery', 'AVATAR_CATEGORY' => 'Category', |
