alphabetise keys

This commit is contained in:
Aaron Carlino 2017-04-27 14:44:35 +12:00 committed by Damian Mooyman
parent 978d9a36df
commit 20985bc484

View File

@ -1,279 +1,251 @@
en: en:
SilverStripe\AssetAdmin\Controller\AssetAdmin: SilverStripe\Admin\SecurityAdmin:
CREATED: 'First uploaded' GROUPNAME: 'Group name'
HEIGHT: Height MEMBERS: Members
LASTEDIT: 'Last changed' NEWGROUP: 'New Group'
SIZE: 'File size' PERMISSIONS: Permissions
TYPE: 'File type' ROLES: Roles
URL: URL ROLESDESCRIPTION: 'Roles are predefined sets of permissions, and can be assigned to groups.<br />They are inherited from parent groups if required.'
WIDTH: Width SilverStripe\AssetAdmin\Controller\AssetAdmin:
SilverStripe\Security\BasicAuth: CREATED: 'First uploaded'
ENTERINFO: 'Please enter a username and password.' HEIGHT: Height
ERRORNOTADMIN: 'That user is not an administrator.' LASTEDIT: 'Last changed'
ERRORNOTREC: 'That username / password isn''t recognised' SIZE: 'File size'
SilverStripe\ORM\FieldType\DBBoolean: TYPE: 'File type'
ANY: Any URL: URL
NOANSWER: 'No' WIDTH: Width
YESANSWER: 'Yes' SilverStripe\AssetAdmin\Forms\UploadField:
SilverStripe\Security\CMSMemberLoginForm: Dimensions: Dimensions
AUTHENTICATORNAME: 'CMS Member Login Form' EDIT: Edit
BUTTONFORGOTPASSWORD: 'Forgot password?' EDITINFO: 'Edit this file'
BUTTONLOGIN: 'Log back in' FIELDNOTSET: 'File information not found'
BUTTONLOGOUT: 'Log out' REMOVE: Remove
PASSWORDEXPIRED: '<p>Your password has expired. <a target="_top" href="{link}">Please choose a new one.</a></p>' SilverStripe\CMS\Model\SiteTree:
SilverStripe\Security\CMSSecurity: TABMAIN: Main
INVALIDUSER: '<p>Invalid user. <a target="_top" href="{link}">Please re-authenticate here</a> to continue.</p>' SilverStripe\Control\Director:
LoginMessage: '<p>If you have any unsaved work you can return to where you left off by logging back in below.</p>' INVALID_REQUEST: 'Invalid request'
SUCCESS: Success SilverStripe\Control\Email\ChangePasswordEmail.ss:
SUCCESSCONTENT: '<p>Login success. If you are not automatically redirected <a target="_top" href="{link}">click here</a></p>' HELLO: Hi
TimedOutTitleAnonymous: 'Your session has timed out.' TEXT1: 'Here is your'
TimedOutTitleMember: 'Hey {name}!<br />Your session has timed out.' TEXT2: 'password reset link'
SilverStripe\Control\Email\ChangePasswordEmail.ss: TEXT3: for
HELLO: Hi SilverStripe\Forms\CheckboxField:
TEXT1: 'Here is your' NOANSWER: 'No'
TEXT2: 'password reset link' YESANSWER: 'Yes'
TEXT3: for SilverStripe\Forms\CheckboxSetField.ss:
SilverStripe\Forms\CheckboxField: NOOPTIONSAVAILABLE: 'No options available'
NOANSWER: 'No' SilverStripe\Forms\ConfirmedPasswordField:
YESANSWER: 'Yes' ATLEAST: 'Passwords must be at least {min} characters long.'
SilverStripe\Forms\CheckboxSetField.ss: BETWEEN: 'Passwords must be {min} to {max} characters long.'
NOOPTIONSAVAILABLE: 'No options available' CURRENT_PASSWORD_ERROR: 'The current password you have entered is not correct.'
SilverStripe\Forms\ConfirmedPasswordField: CURRENT_PASSWORD_MISSING: 'You must enter your current password.'
ATLEAST: 'Passwords must be at least {min} characters long.' LOGGED_IN_ERROR: 'You must be logged in to change your password.'
BETWEEN: 'Passwords must be {min} to {max} characters long.' MAXIMUM: 'Passwords must be at most {max} characters long.'
CURRENT_PASSWORD_ERROR: 'The current password you have entered is not correct.' SHOWONCLICKTITLE: 'Change Password'
CURRENT_PASSWORD_MISSING: 'You must enter your current password.' SilverStripe\Forms\CurrencyField:
LOGGED_IN_ERROR: 'You must be logged in to change your password.' CURRENCYSYMBOL: $
MAXIMUM: 'Passwords must be at most {max} characters long.' SilverStripe\Forms\DateField:
SHOWONCLICKTITLE: 'Change Password' NOTSET: 'not set'
SilverStripe\Forms\CurrencyField: TODAY: today
CURRENCYSYMBOL: $ VALIDDATEFORMAT2: 'Please enter a valid date format ({format})'
SilverStripe\ORM\FieldType\DBDate: VALIDDATEMAXDATE: 'Your date has to be older or matching the maximum allowed date ({date})'
DAYS_SHORT_PLURALS: VALIDDATEMINDATE: 'Your date has to be newer or matching the minimum allowed date ({date})'
one: '{count} day' SilverStripe\Forms\DropdownField:
other: '{count} days' CHOOSE: (Choose)
HOURS_SHORT_PLURALS: CHOOSE_MODEL: '(Choose {name})'
one: '{count} hour' SOURCE_VALIDATION: 'Please select a value within the list provided. {value} is not a valid option'
other: '{count} hours' SilverStripe\Forms\EmailField:
MINUTES_SHORT_PLURALS: VALIDATION: 'Please enter an email address'
one: '{count} min' SilverStripe\Forms\Form:
other: '{count} mins' BAD_METHOD: 'This form requires a {method} submission'
MONTHS_SHORT_PLURALS: CSRF_EXPIRED_MESSAGE: 'Your session has expired. Please re-submit the form.'
one: '{count} month' CSRF_FAILED_MESSAGE: 'There seems to have been a technical problem. Please click the back button, refresh your browser, and try again.'
other: '{count} months' VALIDATIONCREDIT: 'Please ensure you have entered the credit card number correctly'
SECONDS_SHORT_PLURALS: VALIDATIONPASSWORDSDONTMATCH: 'Passwords don''t match'
one: '{count} sec' VALIDATIONPASSWORDSNOTEMPTY: 'Passwords can''t be empty'
other: '{count} secs' VALIDATIONSTRONGPASSWORD: 'Passwords must have at least one digit and one alphanumeric character'
YEARS_SHORT_PLURALS: VALIDATOR: Validator
one: '{count} year' VALIDCURRENCY: 'Please enter a valid currency'
other: '{count} years' SilverStripe\Forms\FormField:
SilverStripe\Forms\DateField: EXAMPLE: 'e.g. {format}'
NOTSET: 'not set' NONE: none
TODAY: today SilverStripe\Forms\GridField\GridField:
VALIDDATEFORMAT2: 'Please enter a valid date format ({format})' OF: of
VALIDDATEMAXDATE: 'Your date has to be older or matching the maximum allowed date ({date})' SilverStripe\Forms\GridField\GridFieldDeleteAction:
VALIDDATEMINDATE: 'Your date has to be newer or matching the minimum allowed date ({date})' DeletePermissionsFailure: 'No delete permissions'
SilverStripe\Control\Director: EditPermissionsFailure: 'No permission to unlink record'
INVALID_REQUEST: 'Invalid request' SilverStripe\Forms\GridField\GridFieldDetailForm:
SilverStripe\Forms\DropdownField: CancelBtn: Cancel
CHOOSE: (Choose) Create: Create
CHOOSE_MODEL: '(Choose {name})' Delete: Delete
SOURCE_VALIDATION: 'Please select a value within the list provided. {value} is not a valid option' DeletePermissionsFailure: 'No delete permissions'
SilverStripe\Forms\EmailField: Deleted: 'Deleted %s %s'
VALIDATION: 'Please enter an email address' Save: Save
SilverStripe\ORM\FieldType\DBEnum: SilverStripe\Forms\GridField\GridFieldEditButton.ss:
ANY: Any EDIT: Edit
SilverStripe\Forms\Form: SilverStripe\Forms\GridField\GridFieldPaginator_Row.ss:
BAD_METHOD: 'This form requires a {method} submission' Page: Page
CSRF_EXPIRED_MESSAGE: 'Your session has expired. Please re-submit the form.' View: View
CSRF_FAILED_MESSAGE: 'There seems to have been a technical problem. Please click the back button, refresh your browser, and try again.' SilverStripe\Forms\HTMLEditor\HTMLEditorField:
VALIDATIONCREDIT: 'Please ensure you have entered the credit card number correctly' ANCHORSCANNOTACCESSPAGE: 'You are not permitted to access the content of the target page.'
VALIDATIONPASSWORDSDONTMATCH: 'Passwords don''t match' ANCHORSPAGENOTFOUND: 'Target page not found.'
VALIDATIONPASSWORDSNOTEMPTY: 'Passwords can''t be empty' ANCHORVALUE: Anchor
VALIDATIONSTRONGPASSWORD: 'Passwords must have at least one digit and one alphanumeric character' CAPTIONTEXT: 'Caption text'
VALIDATOR: Validator CSSCLASS: 'Alignment / style'
VALIDCURRENCY: 'Please enter a valid currency' CSSCLASSCENTER: 'Centered, on its own.'
SilverStripe\Forms\FormField: CSSCLASSLEFT: 'On the left, with text wrapping around.'
EXAMPLE: 'e.g. {format}' CSSCLASSLEFTALONE: 'On the left, on its own.'
NONE: none CSSCLASSRIGHT: 'On the right, with text wrapping around.'
SilverStripe\Forms\GridField\GridFieldDeleteAction: EMAIL: 'Email address'
DeletePermissionsFailure: 'No delete permissions' FILE: File
EditPermissionsFailure: 'No permission to unlink record' IMAGEALT: 'Alternative text (alt)'
SilverStripe\Forms\GridField\GridField: IMAGEALTTEXT: 'Alternative text (alt) - shown if image can''t be displayed'
OF: of IMAGEALTTEXTDESC: 'Shown to screen readers or if image can''t be displayed'
SilverStripe\Forms\GridField\GridFieldDetailForm: IMAGEDIMENSIONS: Dimensions
CancelBtn: Cancel IMAGEHEIGHTPX: Height
Create: Create IMAGETITLE: 'Title text (tooltip) - for additional information about the image'
Delete: Delete IMAGETITLETEXT: 'Title text (tooltip)'
DeletePermissionsFailure: 'No delete permissions' IMAGETITLETEXTDESC: 'For additional information about the image'
Deleted: 'Deleted %s %s' IMAGEWIDTHPX: Width
Save: Save LINK: 'Insert Link'
SilverStripe\Forms\GridField\GridFieldEditButton.ss: LINKANCHOR: 'Link to an anchor on this page'
EDIT: Edit LINKDESCR: 'Link description'
SilverStripe\Security\Group: LINKDETAILS: 'Link details'
PLURALNAME: Groups LINKEMAIL: 'Link to an email address'
PLURALS: LINKEXTERNAL: 'Link to another website'
one: 'A Group' LINKFILE: 'Link to download a file'
other: '{count} Groups' LINKINTERNAL: 'Link to a page on this site'
SINGULARNAME: Group LINKOPENNEWWIN: 'Open link in a new window?'
SilverStripe\Forms\HTMLEditor\HTMLEditorField: LINKTO: 'Link type'
ANCHORSCANNOTACCESSPAGE: 'You are not permitted to access the content of the target page.' PAGE: Page
ANCHORSPAGENOTFOUND: 'Target page not found.' SUBJECT: 'Email subject'
ANCHORVALUE: Anchor URL: URL
CAPTIONTEXT: 'Caption text' URLNOTANOEMBEDRESOURCE: 'The URL ''{url}'' could not be turned into a media resource.'
CSSCLASS: 'Alignment / style' SilverStripe\Forms\HTMLEditor\HTMLEditorField_Toolbar:
CSSCLASSCENTER: 'Centered, on its own.' ERROR_ABSOLUTE: 'Only absolute urls can be embedded'
CSSCLASSLEFT: 'On the left, with text wrapping around.' ERROR_HOSTNAME: 'This file hostname is not included in the whitelist'
CSSCLASSLEFTALONE: 'On the left, on its own.' ERROR_ID: 'Need either "ID" or "FileURL" parameter to identify the file'
CSSCLASSRIGHT: 'On the right, with text wrapping around.' ERROR_NOTFOUND: 'Unable to find file to view'
EMAIL: 'Email address' ERROR_OEMBED_REMOTE: 'Embed is only compatible with remote files'
FILE: File ERROR_SCHEME: 'This file scheme is not included in the whitelist'
IMAGEALT: 'Alternative text (alt)' SilverStripe\Forms\MemberDatetimeOptionsetField:
IMAGEALTTEXT: 'Alternative text (alt) - shown if image can''t be displayed' Custom: Custom
IMAGEALTTEXTDESC: 'Shown to screen readers or if image can''t be displayed' DATEFORMATBAD: 'Date format is invalid'
IMAGEDIMENSIONS: Dimensions DAYNOLEADING: 'Day of month without leading zero'
IMAGEHEIGHTPX: Height DIGITSDECFRACTIONSECOND: 'One or more digits representing a decimal fraction of a second'
IMAGETITLE: 'Title text (tooltip) - for additional information about the image' FOURDIGITYEAR: 'Four-digit year'
IMAGETITLETEXT: 'Title text (tooltip)' HOURNOLEADING: 'Hour without leading zero, 12 hour format'
IMAGETITLETEXTDESC: 'For additional information about the image' HOURNOLEADING24: 'Hour without leading zero, 24 hour format'
IMAGEWIDTHPX: Width MINUTENOLEADING: 'Minute without leading zero'
LINK: 'Insert Link' MONTHNOLEADING: 'Month digit without leading zero'
LINKANCHOR: 'Link to an anchor on this page' Preview: Preview
LINKDESCR: 'Link description' TWODIGITDAY: 'Two-digit day of month'
LINKDETAILS: 'Link details' TWODIGITYEAR: 'Two-digit year'
LINKEMAIL: 'Link to an email address' Toggle: 'Show formatting help'
LINKEXTERNAL: 'Link to another website' SilverStripe\Forms\MoneyField:
LINKFILE: 'Link to download a file' INVALID_CURRENCY: 'Currency {currency} is not in the list of allowed currencies'
LINKINTERNAL: 'Link to a page on this site' SilverStripe\Forms\MultiSelectField:
LINKOPENNEWWIN: 'Open link in a new window?' SOURCE_VALIDATION: 'Please select values within the list provided. Invalid option(s) {value} given'
LINKTO: 'Link type' SilverStripe\Forms\NullableField:
PAGE: Page IsNullLabel: 'Is Null'
SUBJECT: 'Email subject' SilverStripe\Forms\NumericField:
URL: URL VALIDATION: '''{value}'' is not a number, only numbers can be accepted for this field'
URLNOTANOEMBEDRESOURCE: 'The URL ''{url}'' could not be turned into a media resource.' SilverStripe\Forms\PhoneNumberField:
SilverStripe\Forms\HTMLEditor\HTMLEditorField_Toolbar: VALIDATION: 'Please enter a valid phone number'
ERROR_ABSOLUTE: 'Only absolute urls can be embedded' SilverStripe\Forms\TimeField:
ERROR_HOSTNAME: 'This file hostname is not included in the whitelist' VALIDATEFORMAT: 'Please enter a valid time format ({format})'
ERROR_ID: 'Need either "ID" or "FileURL" parameter to identify the file' SilverStripe\ORM\DataObject:
ERROR_NOTFOUND: 'Unable to find file to view' PLURALNAME: 'Data Objects'
ERROR_OEMBED_REMOTE: 'Embed is only compatible with remote files' PLURALS: { one: 'A Data Object', other: '{count} Data Objects' }
ERROR_SCHEME: 'This file scheme is not included in the whitelist' SINGULARNAME: 'Data Object'
SilverStripe\ORM\Hierarchy\Hierarchy: SilverStripe\ORM\FieldType\DBBoolean:
InfiniteLoopNotAllowed: 'Infinite loop found within the "{type}" hierarchy. Please change the parent to resolve this' ANY: Any
SilverStripe\Security\LoginAttempt: NOANSWER: 'No'
PLURALNAME: 'Login Attempts' YESANSWER: 'Yes'
PLURALS: SilverStripe\ORM\FieldType\DBDate:
one: 'A Login Attempt' DAYS_SHORT_PLURALS: { one: '{count} day', other: '{count} days' }
other: '{count} Login Attempts' HOURS_SHORT_PLURALS: { one: '{count} hour', other: '{count} hours' }
SINGULARNAME: 'Login Attempt' MINUTES_SHORT_PLURALS: { one: '{count} min', other: '{count} mins' }
SilverStripe\Security\Member: MONTHS_SHORT_PLURALS: { one: '{count} month', other: '{count} months' }
PLURALNAME: Members SECONDS_SHORT_PLURALS: { one: '{count} sec', other: '{count} secs' }
PLURALS: YEARS_SHORT_PLURALS: { one: '{count} year', other: '{count} years' }
one: 'A Member' SilverStripe\ORM\FieldType\DBEnum:
other: '{count} Members' ANY: Any
SINGULARNAME: Member SilverStripe\ORM\Hierarchy:
SilverStripe\Forms\MemberDatetimeOptionsetField: LIMITED_TITLE: 'Too many children ({count}}'
Custom: Custom SilverStripe\ORM\Hierarchy\Hierarchy:
DATEFORMATBAD: 'Date format is invalid' InfiniteLoopNotAllowed: 'Infinite loop found within the "{type}" hierarchy. Please change the parent to resolve this'
DAYNOLEADING: 'Day of month without leading zero' SilverStripe\ORM\ValidationException:
DIGITSDECFRACTIONSECOND: 'One or more digits representing a decimal fraction of a second' DEFAULT_ERROR: 'Validation error'
FOURDIGITYEAR: 'Four-digit year' SilverStripe\Security\BasicAuth:
HOURNOLEADING: 'Hour without leading zero, 12 hour format' ENTERINFO: 'Please enter a username and password.'
HOURNOLEADING24: 'Hour without leading zero, 24 hour format' ERRORNOTADMIN: 'That user is not an administrator.'
MINUTENOLEADING: 'Minute without leading zero' ERRORNOTREC: 'That username / password isn''t recognised'
MONTHNOLEADING: 'Month digit without leading zero' SilverStripe\Security\CMSMemberLoginForm:
Preview: Preview AUTHENTICATORNAME: 'CMS Member Login Form'
TWODIGITDAY: 'Two-digit day of month' BUTTONFORGOTPASSWORD: 'Forgot password?'
TWODIGITYEAR: 'Two-digit year' BUTTONLOGIN: 'Log back in'
Toggle: 'Show formatting help' BUTTONLOGOUT: 'Log out'
SilverStripe\Security\MemberLoginForm: PASSWORDEXPIRED: '<p>Your password has expired. <a target="_top" href="{link}">Please choose a new one.</a></p>'
AUTHENTICATORNAME: 'E-mail &amp; Password' SilverStripe\Security\CMSSecurity:
SilverStripe\Forms\MoneyField: INVALIDUSER: '<p>Invalid user. <a target="_top" href="{link}">Please re-authenticate here</a> to continue.</p>'
INVALID_CURRENCY: 'Currency {currency} is not in the list of allowed currencies' LoginMessage: '<p>If you have any unsaved work you can return to where you left off by logging back in below.</p>'
SilverStripe\Forms\MultiSelectField: SUCCESS: Success
SOURCE_VALIDATION: 'Please select values within the list provided. Invalid option(s) {value} given' SUCCESSCONTENT: '<p>Login success. If you are not automatically redirected <a target="_top" href="{link}">click here</a></p>'
SilverStripe\Forms\NullableField: TimedOutTitleAnonymous: 'Your session has timed out.'
IsNullLabel: 'Is Null' TimedOutTitleMember: 'Hey {name}!<br />Your session has timed out.'
SilverStripe\Forms\NumericField: SilverStripe\Security\Group:
VALIDATION: '''{value}'' is not a number, only numbers can be accepted for this field' PLURALNAME: Groups
SilverStripe\Forms\GridField\GridFieldPaginator_Row.ss: PLURALS: { one: 'A Group', other: '{count} Groups' }
Page: Page SINGULARNAME: Group
View: View SilverStripe\Security\LoginAttempt:
SilverStripe\Security\PasswordValidator: PLURALNAME: 'Login Attempts'
LOWCHARSTRENGTH: 'Please increase password strength by adding some of the following characters: %s' PLURALS: { one: 'A Login Attempt', other: '{count} Login Attempts' }
PREVPASSWORD: 'You''ve already used that password in the past, please choose a new password' SINGULARNAME: 'Login Attempt'
TOOSHORT: 'Password is too short, it must be %s or more characters long' SilverStripe\Security\Member:
SilverStripe\Security\Permission: PLURALNAME: Members
UserPermissionsIntro: 'Assigning groups to this user will adjust the permissions they have. See the groups section for details of permissions on individual groups.' PLURALS: { one: 'A Member', other: '{count} Members' }
SilverStripe\Security\PermissionCheckboxSetField: SINGULARNAME: Member
AssignedTo: 'assigned to "{title}"' SilverStripe\Security\MemberLoginForm:
FromGroup: 'inherited from group "{title}"' AUTHENTICATORNAME: 'E-mail &amp; Password'
FromRole: 'inherited from role "{title}"' SilverStripe\Security\MemberPassword:
FromRoleOnGroup: 'inherited from role "%s" on group "%s"' PLURALNAME: 'Member Passwords'
SilverStripe\Security\PermissionRole: PLURALS: { one: 'A Member Password', other: '{count} Member Passwords' }
PLURALNAME: Roles SINGULARNAME: 'Member Password'
PLURALS: SilverStripe\Security\PasswordValidator:
one: 'A Role' LOWCHARSTRENGTH: 'Please increase password strength by adding some of the following characters: %s'
other: '{count} Roles' PREVPASSWORD: 'You''ve already used that password in the past, please choose a new password'
SINGULARNAME: Role TOOSHORT: 'Password is too short, it must be %s or more characters long'
SilverStripe\Security\PermissionRoleCode: SilverStripe\Security\Permission:
PLURALNAME: 'Permission Role Codes' UserPermissionsIntro: 'Assigning groups to this user will adjust the permissions they have. See the groups section for details of permissions on individual groups.'
PLURALS: SilverStripe\Security\PermissionCheckboxSetField:
one: 'A Permission Role Code' AssignedTo: 'assigned to "{title}"'
other: '{count} Permission Role Codes' FromGroup: 'inherited from group "{title}"'
SINGULARNAME: 'Permission Role Code' FromRole: 'inherited from role "{title}"'
SilverStripe\Forms\PhoneNumberField: FromRoleOnGroup: 'inherited from role "%s" on group "%s"'
VALIDATION: 'Please enter a valid phone number' SilverStripe\Security\PermissionRole:
SilverStripe\Security\Security: PLURALNAME: Roles
ALREADYLOGGEDIN: 'You don''t have access to this page. If you have another account that can access that page, you can log in again below.' PLURALS: { one: 'A Role', other: '{count} Roles' }
BUTTONSEND: 'Send me the password reset link' SINGULARNAME: Role
CHANGEPASSWORDBELOW: 'You can change your password below.' SilverStripe\Security\PermissionRoleCode:
CHANGEPASSWORDHEADER: 'Change your password' PLURALNAME: 'Permission Role Codes'
ENTERNEWPASSWORD: 'Please enter a new password.' PLURALS: { one: 'A Permission Role Code', other: '{count} Permission Role Codes' }
ERRORPASSWORDPERMISSION: 'You must be logged in in order to change your password!' SINGULARNAME: 'Permission Role Code'
LOGIN: 'Log in' SilverStripe\Security\RememberLoginHash:
LOSTPASSWORDHEADER: 'Lost Password' PLURALNAME: 'Login Hashes'
NOTEPAGESECURED: 'That page is secured. Enter your credentials below and we will send you right along.' PLURALS: { one: 'A Login Hash', other: '{count} Login Hashes' }
NOTERESETLINKINVALID: '<p>The password reset link is invalid or expired.</p><p>You can request a new one <a href="{link1}">here</a> or change your password after you <a href="{link2}">logged in</a>.</p>' SINGULARNAME: 'Login Hash'
NOTERESETPASSWORD: 'Enter your e-mail address and we will send you a link with which you can reset your password' SilverStripe\Security\Security:
PASSWORDSENTHEADER: 'Password reset link sent to ''{email}''' ALREADYLOGGEDIN: 'You don''t have access to this page. If you have another account that can access that page, you can log in again below.'
PASSWORDSENTTEXT: 'Thank you! A reset link has been sent to ''{email}'', provided an account exists for this email address.' BUTTONSEND: 'Send me the password reset link'
SilverStripe\Admin\SecurityAdmin: CHANGEPASSWORDBELOW: 'You can change your password below.'
GROUPNAME: 'Group name' CHANGEPASSWORDHEADER: 'Change your password'
MEMBERS: Members ENTERNEWPASSWORD: 'Please enter a new password.'
NEWGROUP: 'New Group' ERRORPASSWORDPERMISSION: 'You must be logged in in order to change your password!'
PERMISSIONS: Permissions LOGIN: 'Log in'
ROLES: Roles LOSTPASSWORDHEADER: 'Lost Password'
ROLESDESCRIPTION: 'Roles are predefined sets of permissions, and can be assigned to groups.<br />They are inherited from parent groups if required.' NOTEPAGESECURED: 'That page is secured. Enter your credentials below and we will send you right along.'
SilverStripe\ORM\DataObject: NOTERESETLINKINVALID: '<p>The password reset link is invalid or expired.</p><p>You can request a new one <a href="{link1}">here</a> or change your password after you <a href="{link2}">logged in</a>.</p>'
PLURALNAME: 'Data Objects' NOTERESETPASSWORD: 'Enter your e-mail address and we will send you a link with which you can reset your password'
PLURALS: PASSWORDSENTHEADER: 'Password reset link sent to ''{email}'''
one: 'A Data Object' PASSWORDSENTTEXT: 'Thank you! A reset link has been sent to ''{email}'', provided an account exists for this email address.'
other: '{count} Data Objects'
SINGULARNAME: 'Data Object'
SilverStripe\Security\MemberPassword:
PLURALNAME: 'Member Passwords'
PLURALS:
one: 'A Member Password'
other: '{count} Member Passwords'
SINGULARNAME: 'Member Password'
SilverStripe\Security\RememberLoginHash:
PLURALNAME: 'Login Hashes'
PLURALS:
one: 'A Login Hash'
other: '{count} Login Hashes'
SINGULARNAME: 'Login Hash'
SilverStripe\\ORM\\Hierarchy:
LIMITED_TITLE: 'Too many children ({count}}'
SilverStripe\CMS\Model\SiteTree:
TABMAIN: Main
SilverStripe\Forms\TimeField:
VALIDATEFORMAT: 'Please enter a valid time format ({format})'
SilverStripe\AssetAdmin\Forms\UploadField:
Dimensions: Dimensions
EDIT: Edit
EDITINFO: 'Edit this file'
FIELDNOTSET: 'File information not found'
REMOVE: Remove
SilverStripe\ORM\ValidationException:
DEFAULT_ERROR: 'Validation error'