Update translations

This commit is contained in:
Robbie Averill 2019-05-10 10:00:21 +12:00
parent 3204d25c06
commit ec116870f5
1 changed files with 14 additions and 3 deletions

View File

@ -44,15 +44,16 @@ en:
other: '{count} Blogs' other: '{count} Blogs'
Posted: Posted Posted: Posted
PostedIn: 'Posted in' PostedIn: 'Posted in'
PostsByUser: 'Posts by {firstname} {surname} for {title}'
PostsPerPage: 'Posts Per Page' PostsPerPage: 'Posts Per Page'
ReadMoreAbout: 'Read more about ''{title}''...' ReadMoreAbout: 'Read more about ''{title}''...'
SINGULARNAME: Blog SINGULARNAME: Blog
Tag: Tag Tag: Tag
Tagged: Tagged Tagged: Tagged
Tags: Tags Tags: Tags
UsersContributorsFieldDescription: "Contributors have the ability to create or edit BlogPosts, but are unable to publish without \n authorisation of an editor. They are also unable to assign other contributing authors to any of\n their BlogPosts.<br />\n <br />\n Contributors have these permissions:<br />\n <br />\n Update any BlogPost they have authored or have been assigned to" UsersContributorsFieldDescription: "Contributors have the ability to create or edit BlogPosts, but are unable to publish without\n authorisation of an editor. They are also unable to assign other contributing authors to any of\n their BlogPosts.<br />\n <br />\n Contributors have these permissions:<br />\n <br />\n Update any BlogPost they have authored or have been assigned to"
UsersEditorsFieldDescription: "An editor has control over specific Blogs, and all posts included within it. \n Short of being able to assign other editors to a blog, they are able to handle most changes to\n their assigned blog. <br /><br />\n Editors have these permissions:<br />\n <br />\n Update or publish any BlogPost in their Blog<br />\n Update or publish their Blog<br />\n Assign/unassign writers to their Blog<br />\n Assign/unassign contributors to their Blog<br />\n Assign/unassign any member as an author of a particular BlogPost" UsersEditorsFieldDescription: "An editor has control over specific Blogs, and all posts included within it.\n Short of being able to assign other editors to a blog, they are able to handle most changes to\n their assigned blog. <br /><br />\n Editors have these permissions:<br />\n <br />\n Update or publish any BlogPost in their Blog<br />\n Update or publish their Blog<br />\n Assign/unassign writers to their Blog<br />\n Assign/unassign contributors to their Blog<br />\n Assign/unassign any member as an author of a particular BlogPost"
UsersWritersFieldDescription: "A writer has full control over creating, editing and publishing BlogPosts they have authored\n or have been assigned to. Writers are unable to edit BlogPosts to which they are not assigned.\n <br /><br />\n Writers have these permissions:<br />\n <br />\n Update or publish any BlogPost they have authored or have been assigned to<br />\n Assign/unassign any member as an author of a particular BlogPost they have authored or have been \n assigned to" UsersWritersFieldDescription: "A writer has full control over creating, editing and publishing BlogPosts they have authored\n or have been assigned to. Writers are unable to edit BlogPosts to which they are not assigned.\n <br /><br />\n Writers have these permissions:<br />\n <br />\n Update or publish any BlogPost they have authored or have been assigned to<br />\n Assign/unassign any member as an author of a particular BlogPost they have authored or have been\n assigned to"
WRITER: Writer WRITER: Writer
SilverStripe\Blog\Model\BlogCategory: SilverStripe\Blog\Model\BlogCategory:
Duplicate: 'A blog category already exists with that name.' Duplicate: 'A blog category already exists with that name.'
@ -83,6 +84,8 @@ en:
SINGULARNAME: 'Blog Post' SINGULARNAME: 'Blog Post'
SUMMARY_DESCRIPTION: 'If no summary is specified the first 30 words will be used.' SUMMARY_DESCRIPTION: 'If no summary is specified the first 30 words will be used.'
Tags: Tags Tags: Tags
SilverStripe\Blog\Model\BlogPostFeaturedExtension:
FEATURED: 'Include Post in Feature Widget'
SilverStripe\Blog\Model\BlogTag: SilverStripe\Blog\Model\BlogTag:
Duplicate: 'A blog tag already exists with that name.' Duplicate: 'A blog tag already exists with that name.'
PLURALNAME: 'Blog Tags' PLURALNAME: 'Blog Tags'
@ -112,6 +115,14 @@ en:
SINGULARNAME: 'Blog Categories Widget' SINGULARNAME: 'Blog Categories Widget'
Sort: Sort Sort: Sort
Sort_Description: 'Change the order of categories shown by this widget.' Sort_Description: 'Change the order of categories shown by this widget.'
SilverStripe\Blog\Widgets\BlogFeaturedPostsWidget:
Blog: Blog
NumberOfPosts: 'Number of Posts'
PLURALNAME: 'Blog Featured Posts Widgets'
PLURALS:
one: 'A Blog Featured Posts Widget'
other: '{count} Blog Featured Posts Widgets'
SINGULARNAME: 'Blog Featured Posts Widget'
SilverStripe\Blog\Widgets\BlogRecentPostsWidget: SilverStripe\Blog\Widgets\BlogRecentPostsWidget:
Blog: Blog Blog: Blog
NumberOfPosts: 'Number of Posts' NumberOfPosts: 'Number of Posts'