mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Update translations
This commit is contained in:
parent
3204d25c06
commit
ec116870f5
11
lang/en.yml
11
lang/en.yml
@ -44,6 +44,7 @@ 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
|
||||||
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user