aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/groups.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-05-31 18:54:00 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-05-31 18:54:00 +0000
commitd24f5d734b2a2f059005ce45241d6564fea047e3 (patch)
treefca01ca17291e6d12a692f60ec15be1aa8f879c0 /phpBB/language/en/groups.php
parent6482d0e207afa2aa0cfa74824a5348c9bda1fd95 (diff)
downloadforums-d24f5d734b2a2f059005ce45241d6564fea047e3.tar
forums-d24f5d734b2a2f059005ce45241d6564fea047e3.tar.gz
forums-d24f5d734b2a2f059005ce45241d6564fea047e3.tar.bz2
forums-d24f5d734b2a2f059005ce45241d6564fea047e3.tar.xz
forums-d24f5d734b2a2f059005ce45241d6564fea047e3.zip
some language additions and tiny bugfixes related to the request_var change
git-svn-id: file:///svn/phpbb/trunk@5156 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/groups.php')
-rw-r--r--phpBB/language/en/groups.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/groups.php b/phpBB/language/en/groups.php
index 2e857d94b5..ca75316bf9 100644
--- a/phpBB/language/en/groups.php
+++ b/phpBB/language/en/groups.php
@@ -45,6 +45,8 @@ $lang += array(
'GROUP_IS_FREE' => 'This is a freely open group, all new members are welcome.',
'GROUP_IS_SPECIAL' => 'This is a special group, special groups are managed by the board administrators.',
+ 'LOGIN_EXPLAIN_GROUP' => 'You need to login to view group details',
+
'REMOVE_SELECTED' => 'Remove selected',
);