aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-02-05 17:40:46 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-02-05 17:40:46 +0000
commit0cbcd2467c4e260d1ff156b8fa01d8b931cdf2bd (patch)
treef2eeed6f0268620c17638ea466ee982ab11935d6 /phpBB/language/en
parente0a71f56ceedeb82ed40abc84c1dba9bd0cb3afa (diff)
downloadforums-0cbcd2467c4e260d1ff156b8fa01d8b931cdf2bd.tar
forums-0cbcd2467c4e260d1ff156b8fa01d8b931cdf2bd.tar.gz
forums-0cbcd2467c4e260d1ff156b8fa01d8b931cdf2bd.tar.bz2
forums-0cbcd2467c4e260d1ff156b8fa01d8b931cdf2bd.tar.xz
forums-0cbcd2467c4e260d1ff156b8fa01d8b931cdf2bd.zip
Listing of users
git-svn-id: file:///svn/phpbb/trunk@3456 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/lang_admin.php15
-rw-r--r--phpBB/language/en/lang_main.php6
2 files changed, 14 insertions, 7 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php
index 074a741324..58704b4f10 100644
--- a/phpBB/language/en/lang_admin.php
+++ b/phpBB/language/en/lang_admin.php
@@ -619,13 +619,19 @@ $lang = array_merge($lang, array(
'USER_DEF_GROUPS_EXPLAIN' => 'These are groups created by you or another admin on this board. You can modify, delete or otherwise alter these. You can also define group wide settings which affect each and every member of the group.',
'SPECIAL_GROUPS' => 'Special groups',
'SPECIAL_GROUPS_EXPLAIN' => 'These are pre-defined groups, they cannot be deleted or directly modified. However you can still add users and alter settings which affect all members of each group.',
- 'GROUP_MEMBERS' => 'Group members',
- 'GROUP_MEMBERS_EXPLAIN' => 'This is a complete listing of all the members of this usergroup. You can delete, approve or disprove of existing and new members.',
'GROUP_EDIT_EXPLAIN' => 'Here you can edit an existing group. You can change its name, description and type (open, closed, etc.). You can also set certain groupwide options such as colouration, rank, etc. Please note that colours can be altered by individual users if they have appropriate permissions. Changes made here override users current settings.',
- 'ADD_NEW_GROUP' => 'Create new group',
- 'GROUP_SETTINGS_SAVE' => 'Groupwide settings',
'GROUP_SETTINGS' => 'Set user preferences',
'GROUP_SETTINGS_EXPLAIN' => 'Here you can force changes in users current preferences. Please note these settings are not saved for the group itself. They are intended as a quick method of altering the preferences of all users in this group.',
+ 'GROUP_MEMBERS' => 'Group members',
+ 'GROUP_MEMBERS_EXPLAIN' => 'This is a complete listing of all the members of this usergroup. It includes seperate sections for moderators, pending and existing members. From here you can manage all aspects of who has membership of this group and what their role is.',
+ 'GROUP_MODS' => 'Group moderators',
+ 'GROUP_MODS_EXPLAIN' => 'This is a list of users assigned group moderator roles. Group moderators can add, approve and remove members of their group.',
+ 'GROUP_PENDING' => 'Pending Users',
+ 'GROUP_PENDING_EXPLAIN' => 'These users have requested to join the group but have yet to be approved. You can approve or decline their request, or contact the user for further information.',
+ 'ADD_NEW_GROUP' => 'Create new group',
+ 'GROUP_LIST' => 'Current members',
+ 'GROUP_LIST_EXPLAIN' => 'This is a complete list of all the current users with membership of this group. You can delete members (except in certain special groups) or add new ones as you see fit.',
+ 'GROUP_SETTINGS_SAVE' => 'Groupwide settings',
'GROUP_DETAILS' => 'Group details',
'GROUP_NAME' => 'Group name',
'GROUP_DESC' => 'Group description',
@@ -646,6 +652,7 @@ $lang = array_merge($lang, array(
'GROUP_TIMEZONE' => 'Group timezone',
'GROUP_DST' => 'Group daylight savings',
'USER_DEFAULT' => 'User default',
+ 'GROUPS_NO_MODS' => 'No group moderators defined',
'GROUP_ERR_USERNAME' => 'No group name specified.',
'GROUP_ERR_USER_LONG' => 'Group name too long.',
'GROUP_ERR_DESC_LONG' => 'Group description too long.',
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php
index dca1ae543c..6b29376e5a 100644
--- a/phpBB/language/en/lang_main.php
+++ b/phpBB/language/en/lang_main.php
@@ -395,7 +395,7 @@ $lang = array_merge($lang, array(
'Mark' => 'Mark',
'Sent' => 'Sent',
'Saved' => 'Saved',
- 'Delete_marked' => 'Delete Marked',
+ 'DELETE_MARKED' => 'Delete Marked',
'Delete_all' => 'Delete All',
'Save_marked' => 'Save Marked',
'Save_message' => 'Save Message',
@@ -422,8 +422,8 @@ $lang = array_merge($lang, array(
'No_match' => 'No matches found',
'No_such_folder' => 'No such folder exists',
'No_folder' => 'No folder specified',
- 'Mark_all' => 'Mark all',
- 'Unmark_all' => 'Unmark all',
+ 'MARK_ALL' => 'Mark all',
+ 'UNMARK_ALL' => 'Unmark all',
'Confirm_delete_pm' => 'Are you sure you want to delete this message?',
'Confirm_delete_pms' => 'Are you sure you want to delete these messages?',
'Inbox_size' => 'Your Inbox is %d%% full',