silverstripe-framework/lang/en.yml

387 lines
16 KiB
YAML
Raw Normal View History

2011-11-19 01:15:05 +01:00
en:
AssetTableField:
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
2011-11-19 01:15:05 +01:00
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'
2011-11-19 01:15:05 +01:00
Boolean:
ANY: Any
2016-12-16 21:49:05 +01:00
NOANSWER: 'No'
YESANSWER: 'Yes'
CMSMemberLoginForm:
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>'
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.'
2015-09-02 01:15:53 +02:00
ChangePasswordEmail_ss:
2017-01-17 04:11:43 +01:00
CHANGEPASSWORDFOREMAIL: 'The password for account with email address {email} has been changed. If you didn\''t change your password please change your password using the link below'
2016-12-16 21:49:05 +01:00
CHANGEPASSWORDTEXT1: 'You changed your password for'
CHANGEPASSWORDTEXT3: 'Change password'
2015-09-02 01:15:53 +02:00
HELLO: Hi
CheckboxField:
2016-12-16 21:49:05 +01:00
NOANSWER: 'No'
YESANSWER: 'Yes'
2017-03-01 02:08:50 +01:00
CheckboxSetField_ss:
NOOPTIONSAVAILABLE: 'No options available'
2011-11-19 01:15:05 +01:00
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'
2011-11-19 01:15:05 +01:00
CurrencyField:
CURRENCYSYMBOL: $
2011-11-19 01:15:05 +01:00
Date:
2016-12-16 21:49:05 +01:00
LessThanMinuteAgo: 'less than a minute'
TIMEDIFFAGO: '{difference} ago'
TIMEDIFFIN: 'in {difference}'
2011-11-19 01:15:05 +01:00
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-26 03:48:48 +02:00
DatetimeField:
VALIDDATETIMEFORMAT: 'Please enter a valid date and time format ({format})'
VALIDDATEMAXDATETIME: 'Your date has to be older or matching the maximum allowed date and time ({datetime})'
VALIDDATEMINDATETIME: 'Your date has to be newer or matching the minimum allowed date and time ({datetime})'
Director:
2016-12-16 21:49:05 +01:00
INVALID_REQUEST: 'Invalid request'
2011-11-19 01:15:05 +01:00
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'
2011-11-19 01:15:05 +01:00
EmailField:
2016-12-16 21:49:05 +01:00
VALIDATION: 'Please enter an email address'
2011-11-19 01:15:05 +01:00
Enum:
ANY: Any
ForgotPasswordEmail_ss:
HELLO: Hi
2016-12-16 21:49:05 +01:00
TEXT1: 'Here is your'
TEXT2: 'password reset link'
TEXT3: for
2011-11-19 01:15:05 +01:00
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'
2011-11-19 01:15:05 +01:00
FormField:
2017-03-01 02:08:50 +01:00
EXAMPLE: 'e.g. {format}'
NONE: none
GridAction:
2012-06-22 11:30:52 +02:00
DELETE_DESCRIPTION: Delete
Delete: Delete
UnlinkRelation: Unlink
GridField:
2016-12-16 21:49:05 +01:00
Add: 'Add {name}'
Filter: Filter
2016-12-16 21:49:05 +01:00
FilterBy: 'Filter by '
Find: Find
2016-12-16 21:49:05 +01:00
LinkExisting: 'Link Existing'
NewRecord: 'New %s'
NoItemsFound: 'No items found'
PRINTEDAT: 'Printed at'
PRINTEDBY: 'Printed by'
PlaceHolder: 'Find {type}'
PlaceHolderWithLabels: 'Find {type} by {name}'
RelationSearch: 'Relation search'
ResetFilter: Reset
GridFieldAction_Delete:
2016-12-16 21:49:05 +01:00
DeletePermissionsFailure: 'No delete permissions'
EditPermissionsFailure: 'No permission to unlink record'
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
GridFieldEditButton_ss:
EDIT: Edit
2011-11-19 01:15:05 +01:00
Group:
2016-12-16 21:49:05 +01:00
AddRole: 'Add a role for this group'
Code: 'Group Code'
DefaultGroupTitleAdministrators: Administrators
2016-12-16 21:49:05 +01:00
DefaultGroupTitleContentAuthors: 'Content Authors'
Description: Description
2016-12-16 21:49:05 +01:00
GroupReminder: 'If you choose a parent group, this group will take all it''s roles'
HierarchyPermsError: 'Can''t assign parent group "%s" with privileged permissions (requires ADMIN access)'
Locked: 'Locked?'
NoRoles: 'No roles found'
Parent: 'Parent Group'
RolesAddEditLink: 'Manage roles'
Sort: 'Sort Order'
has_many_Permissions: Permissions
many_many_Members: Members
2016-09-23 04:02:58 +02:00
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.'
2016-05-12 05:37:09 +02:00
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'
Hierarchy:
2016-12-16 21:49:05 +01:00
InfiniteLoopNotAllowed: 'Infinite loop found within the "{type}" hierarchy. Please change the parent to resolve this'
2011-11-19 01:15:05 +01:00
LoginAttempt:
2016-12-16 21:49:05 +01:00
Email: 'Email Address'
IP: 'IP Address'
Status: Status
2011-11-19 01:15:05 +01:00
Member:
2016-12-16 21:49:05 +01:00
ADDGROUP: 'Add group'
BUTTONCHANGEPASSWORD: 'Change Password'
BUTTONLOGIN: 'Log in'
BUTTONLOGINOTHER: 'Log in as someone else'
BUTTONLOSTPASSWORD: 'I''ve lost my password'
CONFIRMNEWPASSWORD: 'Confirm New Password'
CONFIRMPASSWORD: 'Confirm Password'
CURRENT_PASSWORD: 'Current Password'
DefaultAdminFirstname: 'Default Admin'
EDIT_PASSWORD: 'New Password'
EMAIL: Email
2016-12-16 21:49:05 +01:00
EMPTYNEWPASSWORD: 'The new password can''t be empty, please try again'
ENTEREMAIL: 'Please enter an email address to get a password reset link.'
ERRORLOCKEDOUT2: 'Your account has been temporarily disabled because of too many failed attempts at logging in. Please try again in {count} minutes.'
ERRORNEWPASSWORD: 'You have entered your new password differently, try again'
ERRORPASSWORDNOTMATCH: 'Your current password does not match, please try again'
ERRORWRONGCRED: 'The provided details don''t seem to be correct. Please try again.'
FIRSTNAME: 'First Name'
INTERFACELANG: 'Interface Language'
KEEPMESIGNEDIN: 'Keep me signed in'
LOGGEDINAS: 'You''re logged in as {name}.'
NEWPASSWORD: 'New Password'
NoPassword: 'There is no password on this member.'
PASSWORD: Password
2016-12-16 21:49:05 +01:00
PASSWORDEXPIRED: 'Your password has expired. Please choose a new one.'
REMEMBERME: 'Remember me next time? (for %d days on this device)'
2016-12-16 21:49:05 +01:00
SUBJECTPASSWORDCHANGED: 'Your password has been changed'
SUBJECTPASSWORDRESET: 'Your password reset link'
SURNAME: Surname
2016-12-16 21:49:05 +01:00
ValidationIdentifierFailed: 'Can''t overwrite existing member #{id} with identical identifier ({name} = {value}))'
WELCOMEBACK: 'Welcome Back, {firstname}'
YOUROLDPASSWORD: 'Your old password'
belongs_many_many_Groups: Groups
2016-12-16 21:49:05 +01:00
db_Locale: 'Interface Locale'
db_LockedOutUntil: 'Locked out until'
db_Password: Password
2016-12-16 21:49:05 +01:00
db_PasswordExpiry: 'Password Expiry Date'
2011-11-19 01:15:05 +01:00
MemberAuthenticator:
2016-12-16 21:49:05 +01:00
TITLE: 'E-mail &amp; Password'
2011-11-19 01:15:05 +01:00
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'
2011-11-19 01:15:05 +01:00
MoneyField:
FIELDLABELAMOUNT: Amount
FIELDLABELCURRENCY: Currency
2016-05-12 05:37:09 +02:00
MultiSelectField:
2016-12-16 21:49:05 +01:00
SOURCE_VALIDATION: 'Please select values within the list provided. Invalid option(s) {value} given'
2011-11-19 01:15:05 +01:00
NullableField:
2016-12-16 21:49:05 +01:00
IsNullLabel: 'Is Null'
2011-11-19 01:15:05 +01:00
NumericField:
2016-12-16 21:49:05 +01:00
VALIDATION: '''{value}'' is not a number, only numbers can be accepted for this field'
2012-08-12 22:49:51 +02:00
Pagination:
Page: Page
View: View
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'
2011-11-19 01:15:05 +01:00
Permission:
AdminGroup: Administrator
2016-12-16 21:49:05 +01:00
FULLADMINRIGHTS: 'Full administrative rights'
FULLADMINRIGHTS_HELP: 'Implies and overrules all other assigned permissions.'
2011-11-19 01:15:05 +01:00
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"'
PermissionRole:
2016-12-16 21:49:05 +01:00
OnlyAdminCanApply: 'Only admin can apply'
2012-09-12 10:55:24 +02:00
Title: Title
PermissionRoleCode:
2016-12-16 21:49:05 +01:00
PermsError: 'Can''t assign code "%s" with privileged permissions (requires ADMIN access)'
2011-11-19 01:15:05 +01:00
Permissions:
2016-12-16 21:49:05 +01:00
UserPermissionsIntro: 'Assigning groups to this user will adjust the permissions they have. See the groups section for details of permissions on individual groups.'
2011-11-19 01:15:05 +01:00
PhoneNumberField:
2016-12-16 21:49:05 +01:00
VALIDATION: 'Please enter a valid phone number'
2011-11-19 01:15:05 +01:00
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.'
2011-11-19 01:15:05 +01:00
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.'
2017-03-01 02:08:50 +01:00
SilverStripe\Forms\MoneyField:
INVALID_CURRENCY: 'Currency {currency} is not in the list of allowed currencies'
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'
2017-03-01 02:08:50 +01: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'
2016-09-23 04:02:58 +02:00
SilverStripe\Security\Group:
PLURALNAME: Groups
PLURALS:
one: 'A Group'
other: '{count} Groups'
2016-09-23 04:02:58 +02:00
SINGULARNAME: Group
SilverStripe\Security\LoginAttempt:
2016-12-16 21:49:05 +01:00
PLURALNAME: 'Login Attempts'
PLURALS:
one: 'A Login Attempt'
other: '{count} Login Attempts'
2016-12-16 21:49:05 +01:00
SINGULARNAME: 'Login Attempt'
2016-09-23 04:02:58 +02:00
SilverStripe\Security\Member:
PLURALNAME: Members
PLURALS:
one: 'A Member'
other: '{count} Members'
2016-09-23 04:02:58 +02:00
SINGULARNAME: Member
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\Permission:
PLURALNAME: Permissions
PLURALS:
one: 'A Permission'
other: '{count} Permissions'
2016-09-23 04:02:58 +02:00
SINGULARNAME: Permission
SilverStripe\Security\PermissionRole:
PLURALNAME: Roles
PLURALS:
one: 'A Role'
other: '{count} Roles'
2016-09-23 04:02:58 +02:00
SINGULARNAME: Role
SilverStripe\Security\PermissionRoleCode:
2016-12-16 21:49:05 +01:00
PLURALNAME: 'Permission Role Codes'
PLURALS:
one: 'A Permission Role Code'
other: '{count} Permission Role Codes'
2016-12-16 21:49:05 +01:00
SINGULARNAME: 'Permission Role Code'
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'
2011-11-19 01:15:05 +01:00
SiteTree:
TABMAIN: Main
2011-11-19 01:15:05 +01:00
TableListField:
2016-12-16 21:49:05 +01:00
CSVEXPORT: 'Export to CSV'
2017-01-17 04:11:43 +01:00
CSVIMPORT: 'Import CSV'
Print: Print
TableListField_PageControls_ss:
2012-07-25 03:26:51 +02:00
OF: of
2011-11-19 01:15:05 +01:00
TimeField:
2016-12-16 21:49:05 +01:00
VALIDATEFORMAT: 'Please enter a valid time format ({format})'
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-01-17 04:11:43 +01:00
ValidationException:
DEFAULT_ERROR: 'Validation error'