diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-14 08:55:13 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-14 08:55:13 +0000 |
| commit | 90b7ac2dbf14f98605fec7c9e3a4dc71a6b7f816 (patch) | |
| tree | 94f13ccf422e9576bdba0f988a6dfb25a205f39b /phpBB/language/en/acp/permissions.php | |
| parent | 76a475f107394177b4b0f24f527355050f1706d7 (diff) | |
| download | forums-90b7ac2dbf14f98605fec7c9e3a4dc71a6b7f816.tar forums-90b7ac2dbf14f98605fec7c9e3a4dc71a6b7f816.tar.gz forums-90b7ac2dbf14f98605fec7c9e3a4dc71a6b7f816.tar.bz2 forums-90b7ac2dbf14f98605fec7c9e3a4dc71a6b7f816.tar.xz forums-90b7ac2dbf14f98605fec7c9e3a4dc71a6b7f816.zip | |
adjust the naming for add/edit/remove permissions
git-svn-id: file:///svn/phpbb/trunk@6060 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/permissions.php')
| -rw-r--r-- | phpBB/language/en/acp/permissions.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/permissions.php b/phpBB/language/en/acp/permissions.php index be8d3f1cba..13c406bd04 100644 --- a/phpBB/language/en/acp/permissions.php +++ b/phpBB/language/en/acp/permissions.php @@ -69,6 +69,7 @@ $lang = array_merge($lang, array( 'ACP_VIEW_USER_PERMISSIONS_EXPLAIN' => 'Here you can view the effective user permissions assigned to the selected users/groups', 'ADD_GROUPS' => 'Add Groups', + 'ADD_PERMISSIONS' => 'Add Permissions', 'ADD_USERS' => 'Add Users', 'ALL_GROUPS' => 'Select all groups', 'ALL_NO' => 'All No', @@ -89,6 +90,7 @@ $lang = array_merge($lang, array( 'DELETE_ROLE_CONFIRM' => 'Are you sure you want to remove this role? Items having this role assigned will <strong>not</strong> loosing their permission settings.', 'DISPLAY_ROLE_ITEMS' => 'View Items using this role', + 'EDIT_PERMISSIONS' => 'Edit Permissions', 'EDIT_ROLE' => 'Edit Role', 'GROUPS_NOT_ASSIGNED' => 'No group assigned to this role', @@ -112,6 +114,7 @@ $lang = array_merge($lang, array( 'PERMISSION_APPLIED_TO_ALL' => 'Permissions and Role will also be applied to all checked objects', 'PLUS_SUBFORUMS' => '+Subforums', + 'REMOVE_PERMISSIONS' => 'Remove Permissions', 'REMOVE_ROLE' => 'Remove Role', 'ROLE' => 'Role', 'ROLE_ADD_SUCCESS' => 'Role successfully added.', |
