silverstripe-subsites/lang/en.yml

87 lines
3.5 KiB
YAML
Raw Normal View History

en:
2016-02-03 23:03:42 +01:00
DomainNameField:
INVALID_DOMAIN: 'Invalid domain name'
SilverStripe\CMS\Model\VirtualPage:
EDITCONTENT: 'Click here to edit the content'
SilverStripe\Subsites\Admin\SubsiteAdmin:
MENUTITLE: Subsites
SilverStripe\Subsites\Controller\SubsiteXHRController:
MENUTITLE: SilverStripe\Subsites\Controller\SubsiteXHRController
2018-04-04 00:17:01 +02:00
SilverStripe\Subsites\Extensions\FolderFormFactoryExtension:
AllSitesDropdownOpt: 'All sites'
2018-04-04 00:17:01 +02:00
SUBSITENOTICE: 'Folders and files created in the main site are accessible by all subsites.'
SubsiteFieldLabel: Subsite
SilverStripe\Subsites\Extensions\GroupSubsites:
2013-10-30 13:43:59 +01:00
ACCESSALL: 'All subsites'
ACCESSONLY: 'Only these subsites'
ACCESSRADIOTITLE: 'Give this group access to'
GlobalGroup: 'global group'
MANAGE_SUBSITES: 'Manage subsites for groups'
MANAGE_SUBSITES_HELP: 'Ability to limit the permissions for a group to one or more subsites.'
SECURITYTABTITLE: Subsites
SilverStripe\Subsites\Extensions\LeftAndMainSubsites:
SITECONTENTLEFT: 'Site Content'
2013-10-30 13:43:59 +01:00
Saved: 'Saved, please update related pages.'
SilverStripe\Subsites\Extensions\SiteTreeSubsites:
2013-10-30 13:43:59 +01:00
CopyAction: Copy
CopyToSubsite: 'Copy page to subsite'
2016-08-17 01:08:01 +02:00
CopyToSubsiteWithChildren: 'Include children pages?'
SubsiteOperations: 'Subsite Operations'
SilverStripe\Subsites\Model\Subsite:
ConfigurationTab: Configuration
2013-10-30 13:43:59 +01:00
CopyMessage: 'Created a copy of {title}'
CustomExtraMeta: 'Custom Meta Tags'
CustomMetaDescription: Description
CustomMetaKeywords: Keywords
CustomMetaTitle: Title
2014-08-21 04:48:48 +02:00
PLURALNAME: Subsites
PLURALS:
one: 'A Subsite'
other: '{count} Subsites'
2013-10-30 13:43:59 +01:00
PageTypeBlacklistField: 'Disallow page types?'
SINGULARNAME: Subsite
SiteConfigSubtitle: 'Your tagline here'
SiteConfigTitle: 'Your Site Name'
ThemeFieldEmptyString: '-'
2013-10-30 13:43:59 +01:00
ValidateTitle: 'Please add a "Title"'
SilverStripe\Subsites\Model\SubsiteDomain:
2013-10-30 13:43:59 +01:00
DOMAIN: Domain
2016-02-03 23:03:42 +01:00
DOMAIN_DESCRIPTION: 'Hostname of this subsite (exclude protocol). Allows wildcards (*).'
ISPRIMARY_DESCRIPTION: 'Mark this as the default domain for this subsite'
2016-02-03 23:03:42 +01:00
IS_PRIMARY: 'Is Primary Domain?'
2013-10-30 13:43:59 +01:00
PLURALNAME: 'Subsite Domains'
PLURALS:
one: 'A Subsite Domain'
other: '{count} Subsite Domains'
2016-02-03 23:03:42 +01:00
PROTOCOL_AUTOMATIC: Automatic
PROTOCOL_DESCRIPTION: 'When generating links to this subsite, use the selected protocol. <br />Selecting ''Automatic'' means subsite links will default to the current protocol.'
2016-02-03 23:03:42 +01:00
PROTOCOL_HTTP: 'http://'
PROTOCOL_HTTPS: 'https://'
Protocol: Protocol
2013-10-30 13:43:59 +01:00
SINGULARNAME: 'Subsite Domain'
SilverStripe\Subsites\Pages\SubsitesVirtualPage:
DESCRIPTION: 'Displays the content of a page on another subsite'
OverrideNote: 'Overrides inherited value from the source'
PLURALNAME: 'Subsites Virtual Pages'
PLURALS:
one: 'A Subsites Virtual Page'
other: '{count} Subsites Virtual Pages'
SINGULARNAME: 'Subsites Virtual Page'
SubsiteField: Subsite
SilverStripe\Subsites\Reports\SubsiteReportWrapper:
2013-10-30 13:43:59 +01:00
ReportDropdown: Sites
Subsite:
COPYSTRUCTURE: 'Copy structure from:'
NOTEMPLATE: 'No template'
2013-10-30 13:43:59 +01:00
Subsites:
DefaultSiteFieldLabel: 'Default site'
DomainFieldLabel: Domain
IsPublicFieldLabel: 'Enable public access'
LanguageFieldLabel: Language
MainSiteTitle: 'Main site'
PageTypeBlacklistFieldLabel: 'Page Type Blacklist'
PrimaryDomainFieldLabel: 'Primary Domain'
RedirectURLFieldLabel: 'Redirect URL'
ThemeFieldLabel: Theme
2013-10-30 13:43:59 +01:00
TitleFieldLabel: 'Subsite Name'