mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
MINOR updated naming of permissions (from r90328)
This commit is contained in:
parent
a1b252e0de
commit
05d2e51dfa
@ -210,7 +210,7 @@ class GroupSubsites extends DataObjectDecorator implements PermissionProvider {
|
|||||||
|
|
||||||
function providePermissions() {
|
function providePermissions() {
|
||||||
return array(
|
return array(
|
||||||
'SECURITY_SUBSITE_GROUP' => 'Edit the subsite a group can access'
|
'SECURITY_SUBSITE_GROUP' => 'Manage subsites for groups'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -547,9 +547,7 @@ JS;
|
|||||||
|
|
||||||
function providePermissions() {
|
function providePermissions() {
|
||||||
return array(
|
return array(
|
||||||
'SUBSITE_EDIT' => 'Edit subsite Details',
|
'SUBSITE_ASSETS_CREATE_SUBSITE' => 'Manage assets for subsites'
|
||||||
'SUBSITE_ASSETS_EDIT' => 'Edit subsite Assets Admin',
|
|
||||||
'SUBSITE_ASSETS_CREATE_SUBSITE' => 'Create/edit subsite specific asset folders'
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,16 +3,25 @@
|
|||||||
global $lang;
|
global $lang;
|
||||||
|
|
||||||
$lang['en_US']['SubsiteAdmin']['MENUTITLE'] = array(
|
$lang['en_US']['SubsiteAdmin']['MENUTITLE'] = array(
|
||||||
'Subsites',
|
'Subsite',
|
||||||
100,
|
100,
|
||||||
'Menu title'
|
'Menu title'
|
||||||
);
|
);
|
||||||
$lang['en_US']['GroupSubsites']['SECURITYACCESS'] = array(
|
$lang['en_US']['GroupSubsites']['ACCESSALL'] = 'All subsites';
|
||||||
'Limit CMS access to subsites',
|
$lang['en_US']['GroupSubsites']['ACCESSONLY'] = 'Only these subsites';
|
||||||
PR_MEDIUM,
|
$lang['en_US']['GroupSubsites']['ACCESSRADIOTITLE'] = 'Give this group access to';
|
||||||
'Dropdown listing existing subsites which this group has access to'
|
|
||||||
);
|
|
||||||
$lang['en_US']['GroupSubsites']['SECURITYTABTITLE'] = 'Subsites';
|
$lang['en_US']['GroupSubsites']['SECURITYTABTITLE'] = 'Subsites';
|
||||||
|
$lang['en_US']['ModelAdmin']['LOADEDFOREDITING'] = 'Loaded \'%s\' for editing.';
|
||||||
|
$lang['en_US']['RelatedPageLink']['PLURALNAME'] = array(
|
||||||
|
'Related Page Links',
|
||||||
|
50,
|
||||||
|
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
||||||
|
);
|
||||||
|
$lang['en_US']['RelatedPageLink']['SINGULARNAME'] = array(
|
||||||
|
'Related Page Link',
|
||||||
|
50,
|
||||||
|
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
|
||||||
|
);
|
||||||
$lang['en_US']['Subsite']['PLURALNAME'] = array(
|
$lang['en_US']['Subsite']['PLURALNAME'] = array(
|
||||||
'Subsits',
|
'Subsits',
|
||||||
50,
|
50,
|
||||||
@ -23,6 +32,16 @@ $lang['en_US']['Subsite']['SINGULARNAME'] = array(
|
|||||||
50,
|
50,
|
||||||
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
|
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
|
||||||
);
|
);
|
||||||
|
$lang['en_US']['SubsiteDomain']['PLURALNAME'] = array(
|
||||||
|
'Subsite Domains',
|
||||||
|
50,
|
||||||
|
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
||||||
|
);
|
||||||
|
$lang['en_US']['SubsiteDomain']['SINGULARNAME'] = array(
|
||||||
|
'Subsite Domain',
|
||||||
|
50,
|
||||||
|
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
|
||||||
|
);
|
||||||
$lang['en_US']['Subsite_Template']['PLURALNAME'] = array(
|
$lang['en_US']['Subsite_Template']['PLURALNAME'] = array(
|
||||||
'Subsite Templats',
|
'Subsite Templats',
|
||||||
50,
|
50,
|
||||||
|
Loading…
Reference in New Issue
Block a user