mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOT Translation in SiteTree (#5603, thanks Pike)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@105057 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
761a73b958
commit
2927d55ccd
@ -1765,7 +1765,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
|
||||
$this->getClassDropdown()
|
||||
),
|
||||
|
||||
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)"),
|
||||
)),
|
||||
|
@ -732,6 +732,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']['PAGETITLE'] = 'Page name';
|
||||
$lang['en_US']['SiteTree']['PAGETYPE'] = array(
|
||||
'Page type',
|
||||
|
Loading…
Reference in New Issue
Block a user