mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 17:05:54 +02:00
26 lines
883 B
YAML
26 lines
883 B
YAML
en:
|
|
SilverStripe\Widgets\Extensions\WidgetPageExtension:
|
|
INHERITSIDEBAR: 'Inherit Sidebar From Parent'
|
|
SilverStripe\Widgets\Forms\WidgetAreaEditor_ss:
|
|
AVAILABLE: 'Available Widgets'
|
|
AVAILWIDGETS: 'Click a widget title below to use it on this page.'
|
|
INUSE: 'Widgets currently used'
|
|
NOAVAIL: 'There are currently no widgets available.'
|
|
TOSORT: 'To sort currently used widgets on this page, drag them up and down.'
|
|
SilverStripe\Widgets\Model\Widget:
|
|
PLURALNAME: Widgets
|
|
PLURALS:
|
|
one: 'A Widget'
|
|
other: '{count} Widgets'
|
|
SINGULARNAME: Widget
|
|
SilverStripe\Widgets\Model\WidgetArea:
|
|
PLURALNAME: 'Widget Areas'
|
|
PLURALS:
|
|
one: 'A Widget Area'
|
|
other: '{count} Widget Areas'
|
|
SINGULARNAME: 'Widget Area'
|
|
WidgetDescription_ss:
|
|
CLICKTOADDWIDGET: 'Click to add this widget'
|
|
WidgetEditor_ss:
|
|
DELETE: Delete
|