diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-06-04 10:44:09 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-06-04 10:44:09 +0000 |
commit | 22f5b1aff683b98a3b989567517e7d15ad9ad1ce (patch) | |
tree | 5d003a8931b0be1563d07b73d22dd6b37d324104 /phpBB/language | |
parent | 498b87df106597c4d7bf236561fa76e99eeeb30f (diff) | |
download | forums-22f5b1aff683b98a3b989567517e7d15ad9ad1ce.tar forums-22f5b1aff683b98a3b989567517e7d15ad9ad1ce.tar.gz forums-22f5b1aff683b98a3b989567517e7d15ad9ad1ce.tar.bz2 forums-22f5b1aff683b98a3b989567517e7d15ad9ad1ce.tar.xz forums-22f5b1aff683b98a3b989567517e7d15ad9ad1ce.zip |
Adding a few safeguards to stop people from breaking their own boards ;)
Translators, I'm sorry but this means some work for you.
git-svn-id: file:///svn/phpbb/trunk@7713 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/groups.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/groups.php b/phpBB/language/en/acp/groups.php index c831a87981..668195c6b6 100644 --- a/phpBB/language/en/acp/groups.php +++ b/phpBB/language/en/acp/groups.php @@ -41,6 +41,7 @@ $lang = array_merge($lang, array( 'GROUPS_NO_MEMBERS' => 'This group has no members', 'GROUPS_NO_MODS' => 'No group leaders defined', + 'GROUP_APPROVE' => 'Approve member', 'GROUP_APPROVED' => 'Approved members', 'GROUP_AVATAR' => 'Group avatar', @@ -48,6 +49,8 @@ $lang = array_merge($lang, array( 'GROUP_CLOSED' => 'Closed', 'GROUP_COLOR' => 'Group colour', 'GROUP_COLOR_EXPLAIN' => 'Defines the colour members usernames will appear in, leave blank for user default.', + 'GROUP_CONFIRM_ADD_USER' => 'Are you sure that you want to add the user %1$s to the group?', + 'GROUP_CONFIRM_ADD_USERS' => 'Are you sure that you want to add the users %1$s to the group?', 'GROUP_CREATED' => 'Group has been created successfully.', 'GROUP_DEFAULT' => 'Make group default for member', 'GROUP_DEFS_UPDATED' => 'Default group set for all selected members.', @@ -90,6 +93,7 @@ $lang = array_merge($lang, array( 'GROUP_TYPE' => 'Group type', 'GROUP_TYPE_EXPLAIN' => 'This determines which users can join or view this group.', 'GROUP_UPDATED' => 'Group preferences updated successfully.', + 'GROUP_USERS_ADDED' => 'New users added to group successfully.', 'GROUP_USERS_EXIST' => 'The selected users are already members.', 'GROUP_USERS_REMOVE' => 'Users removed from group and new defaults set successfully.', |