mirror of
https://github.com/silverstripe/silverstripe-iframe
synced 2024-10-22 09:05:51 +00:00
22 lines
1.0 KiB
YAML
22 lines
1.0 KiB
YAML
en:
|
|
SilverStripe\IFrame\IFramePage:
|
|
DESCRIPTION: 'Embeds an iframe into the body of the page.'
|
|
ExternalNote: 'Please note the following section of content is possibly being delivered from an external source (IFRAME in HTML terms), and may present unusual experiences for screen readers.'
|
|
Loading: 'Loading content...'
|
|
PLURALNAME: 'IFrame Pages'
|
|
PLURALS:
|
|
one: 'An IFrame Page'
|
|
other: '{count} IFrame Pages'
|
|
SINGULARNAME: 'IFrame Page'
|
|
TITLE_DESCRIPTION: 'Used by screen readers'
|
|
VALIDATION_BANNEDURLSCHEME: 'This URL scheme is not allowed.'
|
|
db_AlternateContent: 'Alternate Content (appears when user has iframes disabled)'
|
|
db_AutoHeight: 'Auto height (only works with same domain URLs)'
|
|
db_AutoWidth: 'Auto width (100% of the available space)'
|
|
db_BottomContent: 'Content (appears below iframe)'
|
|
db_FixedHeight: 'Fixed height (in pixels)'
|
|
db_FixedWidth: 'Fixed width (in pixels)'
|
|
db_ForceProtocol: 'Force protocol?'
|
|
db_IFrameTitle: 'Description of contents (title)'
|
|
db_IFrameURL: 'Iframe URL'
|