mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
79 lines
3.0 KiB
PHP
79 lines
3.0 KiB
PHP
<?php
|
|
|
|
global $lang;
|
|
|
|
$lang['en_US']['SubsiteAdmin']['MENUTITLE'] = array(
|
|
'Subsites',
|
|
100,
|
|
'Menu title'
|
|
);
|
|
$lang['en_US']['GroupSubsites']['ACCESSALL'] = 'All subsites';
|
|
$lang['en_US']['GroupSubsites']['ACCESSONLY'] = 'Only these subsites';
|
|
$lang['en_US']['GroupSubsites']['ACCESSRADIOTITLE'] = 'Give this group access to';
|
|
$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']['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(
|
|
'Subsits',
|
|
50,
|
|
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
|
);
|
|
$lang['en_US']['Subsite']['SINGULARNAME'] = array(
|
|
'Subsite',
|
|
50,
|
|
'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(
|
|
'Subsite Templats',
|
|
50,
|
|
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
|
);
|
|
$lang['en_US']['Subsite_Template']['SINGULARNAME'] = array(
|
|
'Subsite Template',
|
|
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';
|
|
|
|
?>
|