Skip to content

Commit

Permalink
Merge pull request #712 from creative-commoners/pulls/4/tx-1686703251
Browse files Browse the repository at this point in the history
ENH Update translations
  • Loading branch information
GuySartorelli committed Jun 14, 2023
2 parents 08cee00 + 7cbeb90 commit f2388c6
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ en:
Add: 'Add {name}'
AddFail: 'Unable to save {class} to the database.'
ButtonName: '{name}'
PermissionFail: 'You don''t have permission to create a {class}.'
PermissionFail: "You don't have permission to create a {class}."
SilverStripe\Blog\Forms\GridField\GridFieldBlogPostState:
Draft: 'Saved as Draft on {date}'
Modified: Modified
Expand Down Expand Up @@ -47,7 +47,7 @@ en:
PostedIn: 'Posted in'
PostsByUser: 'Posts by {firstname} {surname} for {title}'
PostsPerPage: 'Posts Per Page'
ReadMoreAbout: 'Read more about ''{title}''...'
ReadMoreAbout: "Read more about '{title}'..."
SINGULARNAME: Blog
Tag: Tag
Tagged: Tagged
Expand All @@ -56,20 +56,36 @@ en:
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"
WRITER: Writer
db_PostsPerPage: 'Posts per page'
has_many_Categories: Categories
has_many_Tags: Tags
many_many_Contributors: Contributors
many_many_Editors: Editors
many_many_Writers: Writers
SilverStripe\Blog\Model\BlogCategory:
Duplicate: 'A blog category already exists with that name.'
PLURALNAME: 'Blog Categories'
PLURALS:
one: 'A Blog Category'
other: '{count} Blog Categories'
SINGULARNAME: 'Blog Category'
belongs_many_many_BlogPosts: 'Blog posts'
db_Title: Title
db_URLSegment: 'URL segment'
has_one_Blog: Blog
SilverStripe\Blog\Model\BlogMemberExtension:
BLOGPOSTS: 'Blog Posts'
TABBLOGPOSTS: 'Blog Posts'
belongs_many_many_BlogPosts: 'Blog posts'
db_BlogProfileSummary: 'Blog profile summary'
db_URLSegment: 'URL segment'
has_one_BlogProfileImage: 'Blog profile image'
SilverStripe\Blog\Model\BlogObject:
Title: Title
SilverStripe\Blog\Model\BlogPost:
AUTHOR: Author
AdditionalCredits: 'Additional Credits'
AdditionalCredits_Description: 'If some authors of this post don''t have CMS access, enter their name(s) here. You can separate multiple names with a comma.'
AdditionalCredits_Description: "If some authors of this post don't have CMS access, enter their name(s) here. You can separate multiple names with a comma."
Authors: Authors
CUSTOMSUMMARY: 'Add A Custom Summary'
Categories: Categories
Expand All @@ -85,15 +101,27 @@ en:
SINGULARNAME: 'Blog Post'
SUMMARY_DESCRIPTION: 'If no summary is specified the first 30 words will be used.'
Tags: Tags
db_AuthorNames: 'Author names'
db_PublishDate: 'Publish date'
db_Summary: Summary
has_one_FeaturedImage: 'Featured image'
many_many_Authors: Authors
many_many_Categories: Categories
many_many_Tags: Tags
SilverStripe\Blog\Model\BlogPostFeaturedExtension:
FEATURED: 'Include Post in Feature Widget'
db_FeaturedInWidget: 'Featured in widget'
SilverStripe\Blog\Model\BlogTag:
Duplicate: 'A blog tag already exists with that name.'
PLURALNAME: 'Blog Tags'
PLURALS:
one: 'A Blog Tag'
other: '{count} Blog Tags'
SINGULARNAME: 'Blog Tag'
belongs_many_many_BlogPosts: 'Blog posts'
db_Title: Title
db_URLSegment: 'URL segment'
has_one_Blog: Blog
SilverStripe\Blog\Widgets\BlogArchiveWidget:
ArchiveType: ArchiveType
Blog: Blog
Expand Down

0 comments on commit f2388c6

Please sign in to comment.