mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Updated translations
This commit is contained in:
parent
efb4760244
commit
fc3239e2d6
48
lang/en.yml
48
lang/en.yml
@ -81,6 +81,18 @@ en:
|
|||||||
CheckboxField:
|
CheckboxField:
|
||||||
NO: No
|
NO: No
|
||||||
YES: Yes
|
YES: Yes
|
||||||
|
ComplexTableField:
|
||||||
|
CLOSEPOPUP: 'Close Popup'
|
||||||
|
SUCCESSADD2: 'Added {name}'
|
||||||
|
SUCCESSEDIT: 'Saved %s %s %s'
|
||||||
|
ComplexTableField.ss:
|
||||||
|
ADDITEM: 'Add %s'
|
||||||
|
NOITEMSFOUND: 'No items found'
|
||||||
|
SORTASC: 'Sort ascending'
|
||||||
|
SORTDESC: 'Sort descending'
|
||||||
|
ComplexTableField_popup.ss:
|
||||||
|
NEXT: Next
|
||||||
|
PREVIOUS: Previous
|
||||||
ConfirmedPasswordField:
|
ConfirmedPasswordField:
|
||||||
ATLEAST: 'Passwords must be at least {min} characters long.'
|
ATLEAST: 'Passwords must be at least {min} characters long.'
|
||||||
BETWEEN: 'Passwords must be {min} to {max} characters long.'
|
BETWEEN: 'Passwords must be {min} to {max} characters long.'
|
||||||
@ -163,7 +175,18 @@ en:
|
|||||||
XlsType: 'Excel spreadsheet'
|
XlsType: 'Excel spreadsheet'
|
||||||
ZipType: 'ZIP compressed file'
|
ZipType: 'ZIP compressed file'
|
||||||
FileIFrameField:
|
FileIFrameField:
|
||||||
|
ATTACH: 'Attach {type}'
|
||||||
|
ATTACHONCESAVED: '{type}s can be attached once you have saved the record for the first time.'
|
||||||
ATTACHONCESAVED2: 'Files can be attached once you have saved the record for the first time.'
|
ATTACHONCESAVED2: 'Files can be attached once you have saved the record for the first time.'
|
||||||
|
DELETE: 'Delete {type}'
|
||||||
|
DISALLOWEDFILETYPE: 'This filetype is not allowed to be uploaded'
|
||||||
|
FILE: File
|
||||||
|
FROMCOMPUTER: 'From your Computer'
|
||||||
|
FROMFILESTORE: 'From the File Store'
|
||||||
|
NOSOURCE: 'Please select a source file to attach'
|
||||||
|
REPLACE: 'Replace {type}'
|
||||||
|
FileIFrameField_iframe.ss:
|
||||||
|
TITLE: 'Image Uploading Iframe'
|
||||||
Filesystem:
|
Filesystem:
|
||||||
SYNCRESULTS: 'Sync complete: {createdcount} items created, {deletedcount} items deleted'
|
SYNCRESULTS: 'Sync complete: {createdcount} items created, {deletedcount} items deleted'
|
||||||
Folder:
|
Folder:
|
||||||
@ -289,6 +312,8 @@ en:
|
|||||||
Image:
|
Image:
|
||||||
PLURALNAME: Files
|
PLURALNAME: Files
|
||||||
SINGULARNAME: File
|
SINGULARNAME: File
|
||||||
|
ImageField:
|
||||||
|
IMAGE: Image
|
||||||
Image_Cached:
|
Image_Cached:
|
||||||
PLURALNAME: Files
|
PLURALNAME: Files
|
||||||
SINGULARNAME: File
|
SINGULARNAME: File
|
||||||
@ -451,6 +476,10 @@ en:
|
|||||||
UserPermissionsIntro: 'Assigning groups to this user will adjust the permissions they have. See the groups section for details of permissions on individual groups.'
|
UserPermissionsIntro: 'Assigning groups to this user will adjust the permissions they have. See the groups section for details of permissions on individual groups.'
|
||||||
PhoneNumberField:
|
PhoneNumberField:
|
||||||
VALIDATION: 'Please enter a valid phone number'
|
VALIDATION: 'Please enter a valid phone number'
|
||||||
|
RelationComplexTableField.ss:
|
||||||
|
ADD: Add
|
||||||
|
CSVEXPORT: 'Export to CSV'
|
||||||
|
NOTFOUND: 'No items found'
|
||||||
Security:
|
Security:
|
||||||
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.'
|
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'
|
BUTTONSEND: 'Send me the password reset link'
|
||||||
@ -488,13 +517,32 @@ en:
|
|||||||
FileFieldLabel: 'CSV File <small>(Allowed extensions: *.csv)</small>'
|
FileFieldLabel: 'CSV File <small>(Allowed extensions: *.csv)</small>'
|
||||||
SilverStripeNavigator:
|
SilverStripeNavigator:
|
||||||
Edit: Edit
|
Edit: Edit
|
||||||
|
SimpleImageField:
|
||||||
|
NOUPLOAD: 'No Image Uploaded'
|
||||||
SiteTree:
|
SiteTree:
|
||||||
TABMAIN: Main
|
TABMAIN: Main
|
||||||
|
TableField:
|
||||||
|
ISREQUIRED: 'In %s ''%s'' is required'
|
||||||
|
TableField.ss:
|
||||||
|
ADD: 'Add a new row'
|
||||||
|
ADDITEM: 'Add %s'
|
||||||
TableListField:
|
TableListField:
|
||||||
CSVEXPORT: 'Export to CSV'
|
CSVEXPORT: 'Export to CSV'
|
||||||
|
PRINT: Print
|
||||||
Print: Print
|
Print: Print
|
||||||
|
SELECT: 'Select:'
|
||||||
|
TableListField.ss:
|
||||||
|
NOITEMSFOUND: 'No items found'
|
||||||
|
SORTASC: 'Sort in ascending order'
|
||||||
|
SORTDESC: 'Sort in descending order'
|
||||||
TableListField_PageControls.ss:
|
TableListField_PageControls.ss:
|
||||||
|
DISPLAYING: Displaying
|
||||||
OF: of
|
OF: of
|
||||||
|
TO: to
|
||||||
|
VIEWFIRST: 'View first'
|
||||||
|
VIEWLAST: 'View last'
|
||||||
|
VIEWNEXT: 'View next'
|
||||||
|
VIEWPREVIOUS: 'View previous'
|
||||||
TimeField:
|
TimeField:
|
||||||
VALIDATEFORMAT: 'Please enter a valid time format ({format})'
|
VALIDATEFORMAT: 'Please enter a valid time format ({format})'
|
||||||
ToggleField:
|
ToggleField:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user