silverstripe-framework/lang/en_GB.yml
Ingo Schommer 00ffe72944 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-07 00:25:16 +02:00

27 lines
1.1 KiB
YAML

en_GB:
AssetTableField:
SIZE: 'Size'
TYPE: 'Type'
BBCodeParser:
COLORED: 'Coloured text'
ITALICEXAMPLE: Italic Text
ChangePasswordEmail_ss:
HELLO: Hello
File:
NOFILESIZE: 'File size is zero bytes.'
ForgotPasswordEmail_ss:
HELLO: Hello
HtmlEditorField:
CSSCLASSCENTER: 'Centred, on its own.'
LINK: 'Link'
LeftAndMain:
PAGETYPE: 'Page type:'
PERMAGAIN: 'You have been logged out of the CMS. If you would like to log in again, enter a username and password below.'
PERMALREADY: 'I''m sorry, but you can''t access that part of the CMS. If you want to log in as someone else, do so below'
PLEASESAVE: 'Please Save Page: This page could not be updated because it hasn''t been saved yet.'
Member:
ERRORNEWPASSWORD: 'Your have entered your new password differently, try again'
Security:
ALREADYLOGGEDIN: 'You don''t have access to this page. If you have another account that can access that page, you can <a href="%s">log in again</a>.'
LOGGEDOUT: 'You have been logged out. If you would like to log in again, enter your credentials below.'