mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: Updated en langfile
This commit is contained in:
parent
48212aa840
commit
e017813e6e
11
lang/en.yml
11
lang/en.yml
@ -183,7 +183,7 @@ en:
|
|||||||
Delete: Delete
|
Delete: Delete
|
||||||
UnlinkRelation: Unlink
|
UnlinkRelation: Unlink
|
||||||
GridField:
|
GridField:
|
||||||
AddNew: 'Add New'
|
Add: 'Add {name}'
|
||||||
Filter: Filter
|
Filter: Filter
|
||||||
FilterBy: 'Filter by '
|
FilterBy: 'Filter by '
|
||||||
Find: Find
|
Find: Find
|
||||||
@ -217,8 +217,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
|
||||||
@ -231,6 +233,7 @@ en:
|
|||||||
Hierarchy:
|
Hierarchy:
|
||||||
InfiniteLoopNotAllowed: 'Infinite loop found within the "{type}" hierarchy. Please change the parent to resolve this'
|
InfiniteLoopNotAllowed: 'Infinite loop found within the "{type}" hierarchy. Please change the parent to resolve this'
|
||||||
HtmlEditorField:
|
HtmlEditorField:
|
||||||
|
ADDURL: 'Add URL'
|
||||||
ANCHORVALUE: Anchor
|
ANCHORVALUE: Anchor
|
||||||
BUTTONINSERT: Insert
|
BUTTONINSERT: Insert
|
||||||
BUTTONINSERTLINK: 'Insert link'
|
BUTTONINSERTLINK: 'Insert link'
|
||||||
@ -249,6 +252,7 @@ en:
|
|||||||
FOLDER: Folder
|
FOLDER: Folder
|
||||||
FROMCMS: 'From the CMS'
|
FROMCMS: 'From the CMS'
|
||||||
FROMCOMPUTER: 'From your computer'
|
FROMCOMPUTER: 'From your computer'
|
||||||
|
FROMWEB: 'From the web'
|
||||||
Find: Find
|
Find: Find
|
||||||
IMAGEALTTEXT: 'Alternative text (alt) - shown if image cannot be displayed'
|
IMAGEALTTEXT: 'Alternative text (alt) - shown if image cannot be displayed'
|
||||||
IMAGEDIMENSIONS: Dimensions
|
IMAGEDIMENSIONS: Dimensions
|
||||||
@ -267,7 +271,8 @@ en:
|
|||||||
LINKTO: 'Link to'
|
LINKTO: 'Link to'
|
||||||
PAGE: Page
|
PAGE: Page
|
||||||
URL: URL
|
URL: URL
|
||||||
UpdateIMAGE: 'Update Image'
|
URLNOTANOEMBEDRESOURCE: 'The URL ''{url}'' could not be turned into a media resource.'
|
||||||
|
UpdateMEDIA: 'Update Media'
|
||||||
ImageField:
|
ImageField:
|
||||||
IMAGE: Image
|
IMAGE: Image
|
||||||
Image_iframe.ss:
|
Image_iframe.ss:
|
||||||
@ -395,6 +400,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}"'
|
||||||
|
Loading…
Reference in New Issue
Block a user