mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOT Translation in SiteTree (#5603, thanks Pike) (from r105057)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112439 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
163b358bdf
commit
8d07a8eccc
@ -1791,7 +1791,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
|
||||
$this->getClassDropdown()
|
||||
),
|
||||
$parentIdComposite = new CompositeField(
|
||||
new OptionsetField("ParentType", "Page location", array(
|
||||
new OptionsetField("ParentType", _t("SiteTree.PAGELOCATION", "Page location"), array(
|
||||
"root" => _t("SiteTree.PARENTTYPE_ROOT", "Top-level page"),
|
||||
"subpage" => _t("SiteTree.PARENTTYPE_SUBPAGE", "Sub-page underneath a parent page (choose below)"),
|
||||
)),
|
||||
|
@ -724,6 +724,7 @@ $lang['en_US']['SiteTree']['METATITLE'] = 'Title';
|
||||
$lang['en_US']['SiteTree']['MODIFIEDONDRAFT'] = 'Modified on draft site';
|
||||
$lang['en_US']['SiteTree']['NOTEUSEASHOMEPAGE'] = 'Use this page as the \'home page\' for the following domains:
|
||||
(separate multiple domains with commas)';
|
||||
$lang['en_US']['SiteTree']['PAGELOCATION'] = 'Page location';
|
||||
$lang['en_US']['SiteTree']['PAGESLINKING'] = 'The following pages link to this page:';
|
||||
$lang['en_US']['SiteTree']['PAGETITLE'] = 'Page name';
|
||||
$lang['en_US']['SiteTree']['PAGETYPE'] = array(
|
||||
|
Loading…
Reference in New Issue
Block a user