mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: Update entities via collector script.
This commit is contained in:
parent
70a5b49dd6
commit
6bb1218760
34
lang/en.yml
34
lang/en.yml
@ -18,8 +18,12 @@ en:
|
|||||||
ChooseFiles: 'Choose files'
|
ChooseFiles: 'Choose files'
|
||||||
DRAGFILESHERE: 'Drag files here'
|
DRAGFILESHERE: 'Drag files here'
|
||||||
DROPAREA: 'Drop Area'
|
DROPAREA: 'Drop Area'
|
||||||
|
EDITALL: 'Edit all'
|
||||||
EDITANDORGANIZE: 'Edit & organize'
|
EDITANDORGANIZE: 'Edit & organize'
|
||||||
|
FILES: Files
|
||||||
FROMCOMPUTER: 'Choose files from your computer'
|
FROMCOMPUTER: 'Choose files from your computer'
|
||||||
|
TOTAL: Total
|
||||||
|
UPLOADINPROGRESS: 'Please wait… upload in progress'
|
||||||
UPLOADOR: OR
|
UPLOADOR: OR
|
||||||
BBCodeParser:
|
BBCodeParser:
|
||||||
ALIGNEMENT: Alignment
|
ALIGNEMENT: Alignment
|
||||||
@ -78,7 +82,6 @@ en:
|
|||||||
CLOSEPOPUP: 'Close Popup'
|
CLOSEPOPUP: 'Close Popup'
|
||||||
SUCCESSADD2: 'Added {name}'
|
SUCCESSADD2: 'Added {name}'
|
||||||
SUCCESSEDIT: 'Saved %s %s %s'
|
SUCCESSEDIT: 'Saved %s %s %s'
|
||||||
SUCCESSEDIT2: 'Deleted %s %s'
|
|
||||||
ComplexTableField.ss:
|
ComplexTableField.ss:
|
||||||
ADDITEM: add
|
ADDITEM: add
|
||||||
SORTASC: 'Sort ascending'
|
SORTASC: 'Sort ascending'
|
||||||
@ -122,6 +125,8 @@ en:
|
|||||||
VALIDDATEFORMAT2: 'Please enter a valid date format ({format}).'
|
VALIDDATEFORMAT2: 'Please enter a valid date format ({format}).'
|
||||||
VALIDDATEMAXDATE: 'Your date has to be older or matching the maximum allowed date ({date})'
|
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})'
|
VALIDDATEMINDATE: 'Your date has to be newer or matching the minimum allowed date ({date})'
|
||||||
|
Director:
|
||||||
|
INVALID_REQUEST: 'Invalid request'
|
||||||
DropdownField:
|
DropdownField:
|
||||||
CHOOSE: (Choose)
|
CHOOSE: (Choose)
|
||||||
EmailField:
|
EmailField:
|
||||||
@ -135,12 +140,14 @@ en:
|
|||||||
Content: Content
|
Content: Content
|
||||||
Filename: Filename
|
Filename: Filename
|
||||||
INVALIDEXTENSION: 'Extension is not allowed (valid: {extensions})'
|
INVALIDEXTENSION: 'Extension is not allowed (valid: {extensions})'
|
||||||
|
INVALIDEXTENSIONSHORT: 'Extension is not allowed'
|
||||||
NOFILESIZE: 'Filesize is zero bytes.'
|
NOFILESIZE: 'Filesize is zero bytes.'
|
||||||
NOVALIDUPLOAD: 'File is not a valid upload'
|
NOVALIDUPLOAD: 'File is not a valid upload'
|
||||||
Name: Name
|
Name: Name
|
||||||
PLURALNAME: Files
|
PLURALNAME: Files
|
||||||
SINGULARNAME: File
|
SINGULARNAME: File
|
||||||
TOOLARGE: 'Filesize is too large, maximum {size} allowed.'
|
TOOLARGE: 'Filesize is too large, maximum {size} allowed.'
|
||||||
|
TOOLARGESHORT: 'Filesize exceeds {size}'
|
||||||
Title: Title
|
Title: Title
|
||||||
FileIFrameField:
|
FileIFrameField:
|
||||||
ATTACH: 'Attach {type}'
|
ATTACH: 'Attach {type}'
|
||||||
@ -176,7 +183,9 @@ en:
|
|||||||
GridField:
|
GridField:
|
||||||
AddNew: 'Add New'
|
AddNew: 'Add New'
|
||||||
Filter: Filter
|
Filter: Filter
|
||||||
|
FilterBy: 'Filter by '
|
||||||
Find: Find
|
Find: Find
|
||||||
|
LEVELUP: 'Level up'
|
||||||
LinkExisting: 'Link Existing'
|
LinkExisting: 'Link Existing'
|
||||||
NewRecord: 'New %s'
|
NewRecord: 'New %s'
|
||||||
NoItemsFound: 'No items found'
|
NoItemsFound: 'No items found'
|
||||||
@ -192,9 +201,9 @@ en:
|
|||||||
Create: Create
|
Create: Create
|
||||||
Delete: Delete
|
Delete: Delete
|
||||||
DeletePermissionsFailure: 'No delete permissions'
|
DeletePermissionsFailure: 'No delete permissions'
|
||||||
|
Deleted: 'Deleted %s %s'
|
||||||
Save: Save
|
Save: Save
|
||||||
Saved: 'Saved %s %s'
|
Saved: 'Saved %s %s'
|
||||||
Deleted: 'Deleted %s %s'
|
|
||||||
GridFieldItemEditView.ss:
|
GridFieldItemEditView.ss:
|
||||||
'Go back': 'Go back'
|
'Go back': 'Go back'
|
||||||
Group:
|
Group:
|
||||||
@ -206,8 +215,10 @@ en:
|
|||||||
GroupReminder: 'If you choose a parent group, this group will take all it''s roles'
|
GroupReminder: 'If you choose a parent group, this group will take all it''s roles'
|
||||||
Locked: 'Locked?'
|
Locked: 'Locked?'
|
||||||
NoRoles: 'No roles found'
|
NoRoles: 'No roles found'
|
||||||
|
PLURALNAME: Groups
|
||||||
Parent: 'Parent Group'
|
Parent: 'Parent Group'
|
||||||
RolesAddEditLink: 'Manage roles'
|
RolesAddEditLink: 'Manage roles'
|
||||||
|
SINGULARNAME: Group
|
||||||
Sort: 'Sort Order'
|
Sort: 'Sort Order'
|
||||||
has_many_Permissions: Permissions
|
has_many_Permissions: Permissions
|
||||||
many_many_Members: Members
|
many_many_Members: Members
|
||||||
@ -263,6 +274,7 @@ en:
|
|||||||
TITLE: 'Image Uploading Iframe'
|
TITLE: 'Image Uploading Iframe'
|
||||||
LeftAndMain:
|
LeftAndMain:
|
||||||
CANT_REORGANISE: 'You do not have permission to rearange the site tree. Your change was not saved.'
|
CANT_REORGANISE: 'You do not have permission to rearange the site tree. Your change was not saved.'
|
||||||
|
DELETED: Deleted.
|
||||||
DropdownBatchActionsDefault: Actions
|
DropdownBatchActionsDefault: Actions
|
||||||
HELP: Help
|
HELP: Help
|
||||||
PAGETYPE: 'Page type: '
|
PAGETYPE: 'Page type: '
|
||||||
@ -271,10 +283,9 @@ en:
|
|||||||
PERMDEFAULT: 'Please choose an authentication method and enter your credentials to access the CMS.'
|
PERMDEFAULT: 'Please choose an authentication method and enter your credentials to access the CMS.'
|
||||||
PLEASESAVE: 'Please Save Page: This page could not be upated because it hasn''t been saved yet.'
|
PLEASESAVE: 'Please Save Page: This page could not be upated because it hasn''t been saved yet.'
|
||||||
PreviewButton: Preview
|
PreviewButton: Preview
|
||||||
SAVED: saved
|
REORGANISATIONSUCCESSFUL: 'Reorganised the site tree successfully.'
|
||||||
|
SAVEDUP: Saved.
|
||||||
VersionUnknown: unknown
|
VersionUnknown: unknown
|
||||||
LeftAndMain.ss:
|
|
||||||
VIEWPAGEIN: 'Page view:'
|
|
||||||
LeftAndMain_Menu.ss:
|
LeftAndMain_Menu.ss:
|
||||||
LOGOUT: 'Log out'
|
LOGOUT: 'Log out'
|
||||||
LoginAttempt:
|
LoginAttempt:
|
||||||
@ -283,20 +294,15 @@ en:
|
|||||||
Status: Status
|
Status: Status
|
||||||
Member:
|
Member:
|
||||||
ADDGROUP: 'Add group'
|
ADDGROUP: 'Add group'
|
||||||
ADDRESS: Address
|
|
||||||
BUTTONCHANGEPASSWORD: 'Change Password'
|
BUTTONCHANGEPASSWORD: 'Change Password'
|
||||||
BUTTONLOGIN: 'Log in'
|
BUTTONLOGIN: 'Log in'
|
||||||
BUTTONLOGINOTHER: 'Log in as someone else'
|
BUTTONLOGINOTHER: 'Log in as someone else'
|
||||||
BUTTONLOSTPASSWORD: 'I''ve lost my password'
|
BUTTONLOSTPASSWORD: 'I''ve lost my password'
|
||||||
CONFIRMNEWPASSWORD: 'Confirm New Password'
|
CONFIRMNEWPASSWORD: 'Confirm New Password'
|
||||||
CONFIRMPASSWORD: 'Confirm Password'
|
CONFIRMPASSWORD: 'Confirm Password'
|
||||||
CONTACTINFO: 'Contact Information'
|
|
||||||
DefaultAdminFirstname: 'Default Admin'
|
DefaultAdminFirstname: 'Default Admin'
|
||||||
DefaultDateTime: default
|
DefaultDateTime: default
|
||||||
EMAIL: Email
|
EMAIL: Email
|
||||||
EMAILSIGNUPINTRO1: 'Thanks for signing up to become a new member, your details are listed below for future reference.'
|
|
||||||
EMAILSIGNUPINTRO2: 'You can login to the website using the credentials listed below'
|
|
||||||
EMAILSIGNUPSUBJECT: 'Thanks for signing up'
|
|
||||||
EMPTYNEWPASSWORD: 'The new password can''t be empty, please try again'
|
EMPTYNEWPASSWORD: 'The new password can''t be empty, please try again'
|
||||||
ENTEREMAIL: 'Please enter an email address to get a password reset link.'
|
ENTEREMAIL: 'Please enter an email address to get a password reset link.'
|
||||||
ERRORLOCKEDOUT: 'Your account has been temporarily disabled because of too many failed attempts at logging in. Please try again in 20 minutes.'
|
ERRORLOCKEDOUT: 'Your account has been temporarily disabled because of too many failed attempts at logging in. Please try again in 20 minutes.'
|
||||||
@ -304,15 +310,11 @@ en:
|
|||||||
ERRORPASSWORDNOTMATCH: 'Your current password does not match, please try again'
|
ERRORPASSWORDNOTMATCH: 'Your current password does not match, please try again'
|
||||||
ERRORWRONGCRED: 'That doesn''t seem to be the right e-mail address or password. Please try again.'
|
ERRORWRONGCRED: 'That doesn''t seem to be the right e-mail address or password. Please try again.'
|
||||||
FIRSTNAME: 'First Name'
|
FIRSTNAME: 'First Name'
|
||||||
GREETING: Welcome
|
|
||||||
INTERFACELANG: 'Interface Language'
|
INTERFACELANG: 'Interface Language'
|
||||||
INVALIDNEWPASSWORD: 'We couldn''t accept that password: {password}'
|
INVALIDNEWPASSWORD: 'We couldn''t accept that password: {password}'
|
||||||
LOGGEDINAS: 'You''re logged in as {name}.'
|
LOGGEDINAS: 'You''re logged in as {name}.'
|
||||||
MOBILE: Mobile
|
|
||||||
NAME: Name
|
|
||||||
NEWPASSWORD: 'New Password'
|
NEWPASSWORD: 'New Password'
|
||||||
PASSWORD: Password
|
PASSWORD: Password
|
||||||
PHONE: Phone
|
|
||||||
PLURALNAME: Members
|
PLURALNAME: Members
|
||||||
PROFILESAVESUCCESS: 'Successfully saved.'
|
PROFILESAVESUCCESS: 'Successfully saved.'
|
||||||
REMEMBERME: 'Remember me next time?'
|
REMEMBERME: 'Remember me next time?'
|
||||||
@ -393,6 +395,8 @@ en:
|
|||||||
CMS_ACCESS_CATEGORY: 'CMS Access'
|
CMS_ACCESS_CATEGORY: 'CMS Access'
|
||||||
FULLADMINRIGHTS: 'Full administrative rights'
|
FULLADMINRIGHTS: 'Full administrative rights'
|
||||||
FULLADMINRIGHTS_HELP: 'Implies and overrules all other assigned permissions.'
|
FULLADMINRIGHTS_HELP: 'Implies and overrules all other assigned permissions.'
|
||||||
|
PLURALNAME: Permissions
|
||||||
|
SINGULARNAME: Permission
|
||||||
PermissionCheckboxSetField:
|
PermissionCheckboxSetField:
|
||||||
AssignedTo: 'assigned to "{title}"'
|
AssignedTo: 'assigned to "{title}"'
|
||||||
FromGroup: 'inherited from group "{title}"'
|
FromGroup: 'inherited from group "{title}"'
|
||||||
@ -441,7 +445,6 @@ en:
|
|||||||
FileFieldLabel: 'CSV File <small>(Allowed extensions: *.csv)</small>'
|
FileFieldLabel: 'CSV File <small>(Allowed extensions: *.csv)</small>'
|
||||||
SilverStripeNavigator:
|
SilverStripeNavigator:
|
||||||
Edit: Edit
|
Edit: Edit
|
||||||
OpenNewWindow: 'Open in new window'
|
|
||||||
SimpleImageField:
|
SimpleImageField:
|
||||||
NOUPLOAD: 'No Image Uploaded'
|
NOUPLOAD: 'No Image Uploaded'
|
||||||
SiteTree:
|
SiteTree:
|
||||||
@ -484,6 +487,7 @@ en:
|
|||||||
FROMCOMPUTER: 'From your computer'
|
FROMCOMPUTER: 'From your computer'
|
||||||
FROMFILES: 'From files'
|
FROMFILES: 'From files'
|
||||||
MAXNUMBEROFFILES: 'Max number of {count} file(s) exceeded.'
|
MAXNUMBEROFFILES: 'Max number of {count} file(s) exceeded.'
|
||||||
|
MAXNUMBEROFFILESSHORT: 'Can only upload {count} files'
|
||||||
REMOVEERROR: 'Error removing file'
|
REMOVEERROR: 'Error removing file'
|
||||||
REMOVEINFO: 'Remove this file from here, but do not delete it from the file store'
|
REMOVEINFO: 'Remove this file from here, but do not delete it from the file store'
|
||||||
STARTALL: 'Start all'
|
STARTALL: 'Start all'
|
||||||
|
Loading…
Reference in New Issue
Block a user