silverstripe-reports/lang/en_GB.yml
Ingo Schommer 07cccc8e95 Translations: Switch to Transifex format
- Based on new (last) translation download from getlocalization.com
- Removed untranslated strings. Getlocalization started including those at some point
which is highly annoying, unnecessary and breaks the new transfix system,
since it'll mark all of the english strings as actual translations
- Avoid dots in entities. It confuses the Transifex YML parser
- Removed some locales unknown to Transifex which didn't have any translations anyway
- Removed "lolcat" locale, uses custom notation (en@lolcal)
  which SilverStripe's i18n system can't handle
  (needs mapping from SS naming to Zend naming)
- Renamed "Te Reo/Maori" locale from "mi_NZ" to "mi" (Transifex/CLDR notation)
- Namespaced all entities used in templates (deprecated usage)
- Converted dots to underscores where template filenames are used for namespaces,
since Transifex YML parsing handles them as separate YML keys otherwise
- Removed whitespace in entity names, SilverStripe i18n can't handle it
- Only allow selection of locales registered through i18n::$all_locales to avoid
  issues with unknown locales in Zend's CLDR database
2013-08-04 12:31:29 +02:00

29 lines
1.8 KiB
YAML

en_GB:
CMSMain:
DELETE: 'Delete from the draft site'
DELETEFP: Delete from the published site
PUBALLFUN2: "Pressing this button will do the equivalent of going to every page and pressing \"publish\". It's intended to be used after there have been massive edits of the content, such as when the site was\nfirst built.\n"
ContentController:
DRAFT_SITE_ACCESS_RESTRICTION: 'You must log in with your CMS password in order to view the draft or archived content. <a href="%s">Click here to go back to the published site.</a>'
UnableDeleteInstall: 'Unable to delete installation files. Please delete the files below manually.'
ErrorPage:
401: '401 - Unauthorised'
DEFAULTSERVERERRORPAGECONTENT: '<p>Sorry, there was a problem handling your request.</p>'
PLURALNAME: 'Error Pages'
RedirectorPage:
DESCRIPTION: 'Redirects to another page'
PLURALNAME: 'Redirector Pages'
SilverStripeNavigatorLink:
ShareInstructions: 'To share a link to this page, copy and paste the link below.'
SiteTree:
DEFAULTHOMECONTENT: '<p>Welcome to SilverStripe! This is the default home page. You can edit this page by opening <a href="admin/">the CMS</a>. You can now access the <a href="http://doc.silverstripe.org">developer documentation</a>, or begin <a href="http://doc.silverstripe.org/doku.php?id=tutorials">the tutorials.</a></p>'
DEPENDENT_NOTE: 'The following pages depend on this page. This includes virtual pages, redirector pages and pages with content links.'
METADESC: 'Description'
METADESCHELP: 'Search engines use this content when displaying search results (although it will not influence their ranking).'
TABBEHAVIOUR: Behaviour
TABCONTENT: 'Content'
SiteTreeURLSegmentField:
HelpChars: 'Special characters are automatically converted or removed.'
VirtualPage:
PLURALNAME: 'Virtual Pages'