mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 09:05:55 +00:00
MINOR Updated language master tables
This commit is contained in:
parent
3993cf6fe4
commit
abc932a114
@ -2,16 +2,16 @@
|
||||
|
||||
global $lang;
|
||||
|
||||
$lang['en_US']['SubsiteAdmin']['MENUTITLE'] = array(
|
||||
'Subsites',
|
||||
100,
|
||||
'Menu title'
|
||||
);
|
||||
$lang['en_US']['GroupSubsites']['SECURITYACCESS'] = array(
|
||||
'Limit CMS access to subsites',
|
||||
PR_MEDIUM,
|
||||
'Dropdown listing existing subsites which this group has access to'
|
||||
);
|
||||
$lang['en_US']['GroupSubsites']['SECURITYACCESS_ALL'] = array(
|
||||
'all',
|
||||
PR_MEDIUM,
|
||||
'Default for dropdown selection: Group has access to all existingsubsites'
|
||||
);
|
||||
$lang['en_US']['GroupSubsites']['SECURITYTABTITLE'] = 'Subsites';
|
||||
$lang['en_US']['Subsite']['PLURALNAME'] = array(
|
||||
'Subsits',
|
||||
@ -23,5 +23,17 @@ $lang['en_US']['Subsite']['SINGULARNAME'] = array(
|
||||
50,
|
||||
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
|
||||
);
|
||||
$lang['en_US']['SubsitesVirtualPage']['PLURALNAME'] = array(
|
||||
'Subsites Virtual Pags',
|
||||
50,
|
||||
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
||||
);
|
||||
$lang['en_US']['SubsitesVirtualPage']['SINGULARNAME'] = array(
|
||||
'Subsites Virtual Page',
|
||||
50,
|
||||
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
|
||||
);
|
||||
$lang['en_US']['VirtualPage']['CHOOSE'] = 'Choose a page to link to';
|
||||
$lang['en_US']['VirtualPage']['EDITCONTENT'] = 'Click here to edit the content';
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user