mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Updated “URL Segment” & “Main Content” to sentence case
This commit is contained in:
parent
b460dfd188
commit
1316245b37
@ -73,7 +73,7 @@ class SiteTreeURLSegmentField extends TextField
|
||||
if (!$request->getVar('value')) {
|
||||
return $this->httpError(
|
||||
405,
|
||||
_t('SilverStripe\\CMS\\Forms\\SiteTreeURLSegmentField.EMPTY', 'Please enter a URL Segment or click cancel')
|
||||
_t('SilverStripe\\CMS\\Forms\\SiteTreeURLSegmentField.EMPTY', 'Please enter a URL segment or click cancel')
|
||||
);
|
||||
}
|
||||
$page = $this->getPage();
|
||||
|
@ -2080,7 +2080,7 @@ class SiteTree extends DataObject implements PermissionProvider, i18nEntityProvi
|
||||
$fields->removeFieldFromTab('Root', 'Dependent');
|
||||
}
|
||||
|
||||
$tabMain->setTitle(_t(__CLASS__.'.TABCONTENT', "Main Content"));
|
||||
$tabMain->setTitle(_t(__CLASS__.'.TABCONTENT', "Main content"));
|
||||
|
||||
if ($this->ObsoleteClassName) {
|
||||
$obsoleteWarning = _t(
|
||||
@ -2280,7 +2280,7 @@ class SiteTree extends DataObject implements PermissionProvider, i18nEntityProvi
|
||||
$labels['ShowInSearch'] = _t(__CLASS__.'.SHOWINSEARCH', "Show in search?");
|
||||
$labels['ViewerGroups'] = _t(__CLASS__.'.VIEWERGROUPS', "Viewer Groups");
|
||||
$labels['EditorGroups'] = _t(__CLASS__.'.EDITORGROUPS', "Editor Groups");
|
||||
$labels['URLSegment'] = _t(__CLASS__.'.URLSegment', 'URL Segment', 'URL for this page');
|
||||
$labels['URLSegment'] = _t(__CLASS__.'.URLSegment', 'URL segment', 'URL for this page');
|
||||
$labels['Content'] = _t(__CLASS__.'.Content', 'Content', 'Main HTML Content for a page');
|
||||
$labels['CanViewType'] = _t(__CLASS__.'.Viewers', 'Viewers Groups');
|
||||
$labels['CanEditType'] = _t(__CLASS__.'.Editors', 'Editors Groups');
|
||||
|
@ -146,7 +146,7 @@ en:
|
||||
SELECT_PAGE: 'Select a page'
|
||||
SilverStripe\CMS\Forms\SiteTreeURLSegmentField:
|
||||
Cancel: Cancel
|
||||
EMPTY: 'Please enter a URL Segment or click cancel'
|
||||
EMPTY: 'Please enter a URL segment or click cancel'
|
||||
Edit: Edit
|
||||
HelpChars: ' Special characters are automatically converted or removed.'
|
||||
OK: OK
|
||||
@ -245,10 +245,10 @@ en:
|
||||
SHOWINSEARCH: 'Show in search?'
|
||||
SINGULARNAME: Page
|
||||
TABBEHAVIOUR: Behavior
|
||||
TABCONTENT: 'Main Content'
|
||||
TABCONTENT: 'Main content'
|
||||
TABDEPENDENT: 'Dependent pages'
|
||||
TOPLEVEL: 'Site Content (Top Level)'
|
||||
URLSegment: 'URL Segment'
|
||||
URLSegment: 'URL segment'
|
||||
VIEWERGROUPS: 'Viewer Groups'
|
||||
VIEWER_GROUPS_FIELD_DESC: 'Groups with global view permissions: {groupList}'
|
||||
VIEW_ALL_DESCRIPTION: 'View any page'
|
||||
|
@ -61,7 +61,7 @@ lv:
|
||||
TABCONTENT: Saturs
|
||||
TABDEPENDENT: 'Atkarīgās lapas'
|
||||
TOPLEVEL: 'Vietnes Saturs (Augšējais līmenis)'
|
||||
URLSegment: 'URL Segments'
|
||||
URLSegment: 'URL segments'
|
||||
VIEWERGROUPS: 'Skatītāju grupas'
|
||||
VIEW_ALL_DESCRIPTION: 'Skatī jebkuru lapu'
|
||||
VIEW_DRAFT_CONTENT: 'Aplūkot melnraksa saturu'
|
||||
|
Loading…
Reference in New Issue
Block a user