mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
adjust the naming for add/edit/remove permissions
git-svn-id: file:///svn/phpbb/trunk@6060 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
76a475f107
commit
90b7ac2dbf
2 changed files with 9 additions and 6 deletions
|
@ -142,8 +142,8 @@
|
||||||
|
|
||||||
<fieldset class="quick">
|
<fieldset class="quick">
|
||||||
{S_HIDDEN_FIELDS}
|
{S_HIDDEN_FIELDS}
|
||||||
<input class="button2" type="submit" name="action[delete]" value="{L_DELETE}" />
|
<input class="button2" type="submit" name="action[delete]" value="{L_REMOVE_PERMISSIONS}" />
|
||||||
<input class="button1" type="submit" name="submit_edit_options" value="{L_SET_PERMISSIONS}" />
|
<input class="button1" type="submit" name="submit_edit_options" value="{L_EDIT_PERMISSIONS}" />
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
@ -162,7 +162,7 @@
|
||||||
<fieldset class="quick">
|
<fieldset class="quick">
|
||||||
{S_HIDDEN_FIELDS}
|
{S_HIDDEN_FIELDS}
|
||||||
<input class="button2" type="submit" name="find_username" value="{L_FIND_USERNAME}" onclick="window.open('{U_FIND_USERNAME}', '_phpbbsearch', 'height=500, resizable=yes, scrollbars=yes, width=740'); return false;" />
|
<input class="button2" type="submit" name="find_username" value="{L_FIND_USERNAME}" onclick="window.open('{U_FIND_USERNAME}', '_phpbbsearch', 'height=500, resizable=yes, scrollbars=yes, width=740'); return false;" />
|
||||||
<input class="button1" type="submit" name="submit_add_options" value="{L_SET_PERMISSIONS}" />
|
<input class="button1" type="submit" name="submit_add_options" value="{L_ADD_PERMISSIONS}" />
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
@ -189,8 +189,8 @@
|
||||||
|
|
||||||
<fieldset class="quick">
|
<fieldset class="quick">
|
||||||
{S_HIDDEN_FIELDS}
|
{S_HIDDEN_FIELDS}
|
||||||
<input class="button2" type="submit" name="action[delete]" value="{L_DELETE}" />
|
<input class="button2" type="submit" name="action[delete]" value="{L_REMOVE_PERMISSIONS}" />
|
||||||
<input class="button1" type="submit" name="submit_edit_options" value="{L_SET_PERMISSIONS}" />
|
<input class="button1" type="submit" name="submit_edit_options" value="{L_EDIT_PERMISSIONS}" />
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
@ -206,7 +206,7 @@
|
||||||
|
|
||||||
<fieldset class="quick">
|
<fieldset class="quick">
|
||||||
{S_HIDDEN_FIELDS}
|
{S_HIDDEN_FIELDS}
|
||||||
<input type="submit" class="button1" name="submit_add_options" value="{L_SET_PERMISSIONS}" />
|
<input type="submit" class="button1" name="submit_add_options" value="{L_ADD_PERMISSIONS}" />
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -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',
|
'ACP_VIEW_USER_PERMISSIONS_EXPLAIN' => 'Here you can view the effective user permissions assigned to the selected users/groups',
|
||||||
|
|
||||||
'ADD_GROUPS' => 'Add Groups',
|
'ADD_GROUPS' => 'Add Groups',
|
||||||
|
'ADD_PERMISSIONS' => 'Add Permissions',
|
||||||
'ADD_USERS' => 'Add Users',
|
'ADD_USERS' => 'Add Users',
|
||||||
'ALL_GROUPS' => 'Select all groups',
|
'ALL_GROUPS' => 'Select all groups',
|
||||||
'ALL_NO' => 'All No',
|
'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.',
|
'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',
|
'DISPLAY_ROLE_ITEMS' => 'View Items using this role',
|
||||||
|
|
||||||
|
'EDIT_PERMISSIONS' => 'Edit Permissions',
|
||||||
'EDIT_ROLE' => 'Edit Role',
|
'EDIT_ROLE' => 'Edit Role',
|
||||||
|
|
||||||
'GROUPS_NOT_ASSIGNED' => 'No group assigned to this 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',
|
'PERMISSION_APPLIED_TO_ALL' => 'Permissions and Role will also be applied to all checked objects',
|
||||||
'PLUS_SUBFORUMS' => '+Subforums',
|
'PLUS_SUBFORUMS' => '+Subforums',
|
||||||
|
|
||||||
|
'REMOVE_PERMISSIONS' => 'Remove Permissions',
|
||||||
'REMOVE_ROLE' => 'Remove Role',
|
'REMOVE_ROLE' => 'Remove Role',
|
||||||
'ROLE' => 'Role',
|
'ROLE' => 'Role',
|
||||||
'ROLE_ADD_SUCCESS' => 'Role successfully added.',
|
'ROLE_ADD_SUCCESS' => 'Role successfully added.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue