aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-12-21 19:18:42 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-12-21 19:18:42 +0000
commit1ec71c78b690d87beccb8e6e84fa8bfa6f7a5f2c (patch)
treedf17a442cee350712f35ef725bad495c3e913e65 /phpBB/language/en
parentf4f2ab3a35ed74eefe713c9d3d9aada841201161 (diff)
downloadforums-1ec71c78b690d87beccb8e6e84fa8bfa6f7a5f2c.tar
forums-1ec71c78b690d87beccb8e6e84fa8bfa6f7a5f2c.tar.gz
forums-1ec71c78b690d87beccb8e6e84fa8bfa6f7a5f2c.tar.bz2
forums-1ec71c78b690d87beccb8e6e84fa8bfa6f7a5f2c.tar.xz
forums-1ec71c78b690d87beccb8e6e84fa8bfa6f7a5f2c.zip
- and finally, user groups. :)
git-svn-id: file:///svn/phpbb/trunk@5366 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/acp/users.php9
-rw-r--r--phpBB/language/en/ucp.php2
2 files changed, 10 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/users.php b/phpBB/language/en/acp/users.php
index 82e1ae4466..b6321b038b 100644
--- a/phpBB/language/en/acp/users.php
+++ b/phpBB/language/en/acp/users.php
@@ -43,6 +43,11 @@ $lang = array_merge($lang, array(
'FOUNDER' => 'Founder',
'FOUNDER_EXPLAIN' => 'Founders can never be banned, deleted or altered by non-founder members',
+ 'GROUP_DEFAULT' => 'Default',
+ 'GROUP_DELETE' => 'Delete',
+ 'GROUP_DEMOTE' => 'Demote',
+ 'GROUP_PROMOTE' => 'Promote',
+
'IP_WHOIS_FOR' => 'IP whois for %s',
'LAST_ACTIVE' => 'Last active',
@@ -82,6 +87,10 @@ $lang = array_merge($lang, array(
'USER_AVATAR_UPDATED' => 'Successfully updated user avatars details',
'USER_CUSTOM_PROFILE_FIELDS' => 'Custom profile fields',
'USER_DELETED' => 'User deleted successfully',
+ 'USER_GROUP_ADD' => 'Add user to group',
+ 'USER_GROUP_NORMAL' => 'Normal groups user is a member of',
+ 'USER_GROUP_PENDING' => 'Groups user is in pending mode',
+ 'USER_GROUP_SPECIAL' => 'Special groups user is a member of',
'USER_OVERVIEW_UPDATED' => 'User details updated',
'USER_POSTS_DELETED' => 'Successfully removed all posts made by this user',
'USER_POSTS_MOVED' => 'Successfully moved users posts to target forum',
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index 74b2689c74..2abaa91f72 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -466,4 +466,4 @@ $lang = array_merge($lang, array(
'JOIN_MARKED' => 'Join marked',
));
-?>
+?> \ No newline at end of file