16 lines
603 B
PHP
16 lines
603 B
PHP
<?php
|
|
# English
|
|
# Language File for the grant_edit plugin
|
|
# -------
|
|
#
|
|
#
|
|
|
|
$lang['grant_edit_title']="Grant Edit";
|
|
$lang['grant_edit_configuration']="Grant Edit - options";
|
|
$lang['grant_edit_groups']="Allow the following groups to grant edit access";
|
|
$lang['grant_edit_add']="Enable edit access for the following users/groups";
|
|
$lang['grant_edit_date']="Expiry date for edit access";
|
|
$lang['grant_edit_list']="Current users with additional edit access";
|
|
$lang['grant_edit_group_list']="Current groups with additional edit access";
|
|
$lang['grant_edit_delete_user']="Confirm removal of enhanced access for";
|