diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2005-08-17 15:57:50 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-08-17 15:57:50 +0000 |
commit | 4740e7dece880f5cda26976ba758fc31c769f231 (patch) | |
tree | 0c612bb72e483d67567eeb1f4b097b452487d6b3 /phpBB/language/en/groups.php | |
parent | 1694af43aadb22686ee0ab2d045269fc2a9c3f82 (diff) | |
download | forums-4740e7dece880f5cda26976ba758fc31c769f231.tar forums-4740e7dece880f5cda26976ba758fc31c769f231.tar.gz forums-4740e7dece880f5cda26976ba758fc31c769f231.tar.bz2 forums-4740e7dece880f5cda26976ba758fc31c769f231.tar.xz forums-4740e7dece880f5cda26976ba758fc31c769f231.zip |
- changed dbal class layout
git-svn-id: file:///svn/phpbb/trunk@5193 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/groups.php')
-rw-r--r-- | phpBB/language/en/groups.php | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/phpBB/language/en/groups.php b/phpBB/language/en/groups.php index ca75316bf9..6570e4d3bb 100644 --- a/phpBB/language/en/groups.php +++ b/phpBB/language/en/groups.php @@ -29,7 +29,13 @@ if (empty($lang) || !is_array($lang)) // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine $lang += array( + 'ALREADY_DEFAULT_GROUP' => 'The selected group is already your default group', + 'ALREADY_IN_GROUP' => 'You are already a member of the selected group', + + 'CHANGED_DEFAULT_GROUP' => 'Successfully changed default group', + 'GROUP_AVATAR' => 'Group avatar', + 'GROUP_CHANGE_DEFAULT' => 'Are you sure you want to change your default membership to the group "%s"?', 'GROUP_CLOSED' => 'Closed', 'GROUP_DESC' => 'Group description', 'GROUP_HIDDEN' => 'Hidden', @@ -45,9 +51,16 @@ $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.', + 'LOG_USER_GROUP_CHANGE' => '<b>User changed default group</b><br />» %s', 'LOGIN_EXPLAIN_GROUP' => 'You need to login to view group details', - 'REMOVE_SELECTED' => 'Remove selected', + 'NOT_MEMBER_OF_GROUP' => 'The requested operation cannot be taken because you are not a member of the selected group', + + 'PRIMARY_GROUP' => 'Primary group', + + 'REMOVE_SELECTED' => 'Remove selected', + + 'USER_GROUP_CHANGE' => 'From "%1$s" group to "%2$s"', ); ?>
\ No newline at end of file |