silverstripe-framework/lang/en.yml

280 lines
12 KiB
YAML
Raw Normal View History

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