mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge remote-tracking branch 'origin/3.1'
Conflicts: lang/en.yml
This commit is contained in:
commit
5eaeb7462a
@ -380,7 +380,7 @@ JS
|
||||
$actions = new FieldList(
|
||||
FormAction::create('doSearch', _t('CMSMain_left_ss.APPLY_FILTER', 'Apply Filter'))
|
||||
->addExtraClass('ss-ui-action-constructive'),
|
||||
Object::create('ResetFormAction', 'clear', _t('CMSMain_left.ss.RESET', 'Reset'))
|
||||
Object::create('ResetFormAction', 'clear', _t('CMSMain_left_ss.RESET', 'Reset'))
|
||||
);
|
||||
|
||||
$form = new Form($this, 'filter', $fields, $actions);
|
||||
|
@ -113,7 +113,7 @@ en:
|
||||
MENUTITLE: 'Edit Page'
|
||||
AddPageRestriction: 'Note: Some page types are not allowed for this selection'
|
||||
CMSMain_left_ss:
|
||||
'APPLY FILTER': 'Apply Filter'
|
||||
'APPLY_FILTER': 'Apply Filter'
|
||||
RESET: Reset
|
||||
CMSPageAddController:
|
||||
ParentMode_child: 'Under another page'
|
||||
@ -266,7 +266,7 @@ en:
|
||||
ParameterLiveCheckbox: 'Check live site'
|
||||
REPEMPTY: 'The {title} report is empty.'
|
||||
SilverStripeNavigatorLink:
|
||||
ShareInstructions: 'To share this page, copy and paste the link below.'
|
||||
ShareInstructions: 'To share a this to this page, copy and paste the link below.'
|
||||
ShareLink: 'Share link'
|
||||
SilverStripeNavigatorLinkl:
|
||||
CloseLink: Close
|
||||
|
Loading…
Reference in New Issue
Block a user