diff options
author | Nils Adermann <naderman@naderman.de> | 2006-05-12 23:45:27 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2006-05-12 23:45:27 +0000 |
commit | 215693d897a6bc0ccb247da783cd9f8abce9ca94 (patch) | |
tree | 398a607bb1bf5d26392ab7ea44e1845c7c1c9a84 /phpBB/language/en/acp/groups.php | |
parent | 08e708f76b9924133dc196d736adac4b0e992707 (diff) | |
download | forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.gz forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.bz2 forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.xz forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.zip |
- adding a file which displays duplicate language keys
- removed a few duplicates with equal contents [Bug #1193]
git-svn-id: file:///svn/phpbb/trunk@5904 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/groups.php')
-rw-r--r-- | phpBB/language/en/acp/groups.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/language/en/acp/groups.php b/phpBB/language/en/acp/groups.php index 25a9366f3c..0ab209204a 100644 --- a/phpBB/language/en/acp/groups.php +++ b/phpBB/language/en/acp/groups.php @@ -56,11 +56,7 @@ $lang = array_merge($lang, array( 'GROUP_DETAILS' => 'Group details', 'GROUP_DST' => 'Group daylight savings', 'GROUP_EDIT_EXPLAIN' => 'Here you can edit an existing group. You can change its name, description and type (open, closed, etc.). You can also set certain groupwide options such as colouration, rank, etc. Changes made here override users current settings. Please note that group members can alter their avatar unless you set appropriate user permissions.', - 'GROUP_ERR_DESC_LONG' => 'Group description too long.', - 'GROUP_ERR_TYPE' => 'Inappropriate group type specified.', - 'GROUP_ERR_USERNAME' => 'No group name specified.', 'GROUP_ERR_USERS_EXIST' => 'The specified users are already members of this group', - 'GROUP_ERR_USER_LONG' => 'Group name too long.', 'GROUP_HIDDEN' => 'Hidden', 'GROUP_LANG' => 'Group language', 'GROUP_LEAD' => 'Group leaders', @@ -95,7 +91,6 @@ $lang = array_merge($lang, array( 'NO_GROUP' => 'No group specified', 'NO_PERMISSIONS' => 'Do not copy permissions', - 'NO_USERS' => 'The requested users do not exist', 'SPECIAL_GROUPS' => 'Predefined groups', 'SPECIAL_GROUPS_EXPLAIN' => 'Pre-defined groups are special groups, they cannot be deleted or directly modified. However you can still add users and alter basic settings. By clicking "Default" you can set the relevant group to the default for all its members.', |