1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 07:08:09 +01:00
git-svn-id: file:///svn/phpbb/trunk@3483 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-02-21 11:46:19 +00:00
parent 411168e85a
commit 1bcbac70c3
2 changed files with 7 additions and 6 deletions

View File

@ -625,8 +625,8 @@ $lang = array_merge($lang, array(
'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_MODS' => 'Group leaders',
'GROUP_MODS_EXPLAIN' => 'This is a list of users assigned group leader roles. Group leaders 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',
@ -636,7 +636,7 @@ $lang = array_merge($lang, array(
'GROUP_DETAILS' => 'Group details',
'GROUP_NAME' => 'Group name',
'GROUP_DESC' => 'Group description',
'GROUP_MODERATORS' => 'Group moderators',
'GROUP_MODERATORS' => 'Group Leaders',
'GROUP_TYPE' => 'Group type',
'GROUP_TYPE_EXPLAIN' => 'This determines which users can join or view this group.',
'GROUP_OPEN' => 'Open',
@ -658,7 +658,8 @@ $lang = array_merge($lang, array(
'GROUP_ERR_USERNAME' => 'No group name specified.',
'GROUP_ERR_USER_LONG' => 'Group name too long.',
'GROUP_ERR_DESC_LONG' => 'Group description too long.',
'GROUP_ERR_TYPE' => 'Inappropriate group type specified.',
'GROUP_ERR_TYPE' => 'Inappropriate group type specified.',
'GROUP_ERR_USERS_EXIST' => 'The specified users are already members of this group',
'GROUP_UPDATED' => 'Group preferences updated successfully.',
'GROUP_USERS_ADDED' => 'New users added to group successfully.',
'GROUP_MODS_ADDED' => 'New group moderators added successfully.',

View File

@ -190,7 +190,7 @@ $lang = array_merge($lang, array(
'View_forum' => 'View Forum',
'Forum_not_exist' => 'The forum you selected does not exist',
'Reached_on_error' => 'You have reached this page in error',
'Display_topics' => 'Display topics from previous',
'DISPLAY_TOPICS' => 'Display topics from previous',
'All_Topics' => 'All Topics',
'Topic_Announcement' => '<b>Announcement:</b>',
'Topic_Sticky' => '<b>Sticky:</b>',
@ -689,7 +689,7 @@ $lang = array_merge($lang, array(
'Guest_users_zero_online' => 'There are 0 Guest users online',
'Guest_user_online' => 'There is %d Guest user online',
'No_users_browsing' => 'There are no users currently browsing this forum',
'Online_explain' => 'This data is based on users active over the past five minutes',
'ONLINE_EXPLAIN' => 'This data is based on users active over the past five minutes',
'Forum_Location' => 'Forum Location',
'Last_updated' => 'Last Updated',
'Forum_index' => 'Forum index',