mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
686112aa10
Type is used for the widget classname Better scaffolding of formfields Fix typo in filename
63 lines
1.9 KiB
YAML
Executable File
63 lines
1.9 KiB
YAML
Executable File
en:
|
|
Blog:
|
|
Archive: Archive
|
|
Categories: Categories
|
|
Category: Category
|
|
Comments: Comments
|
|
DESCRIPTION: 'Adds a blog to your website.'
|
|
LumberjackTitle: 'Blog Posts'
|
|
NoPosts: 'There are no posts'
|
|
PLURALNAME: Blogs
|
|
Posted: Posted
|
|
PostedIn: 'Posted in'
|
|
PostsPerPage: 'Posts Per Page'
|
|
ReadMoreAbout: 'Read more about ''{title}''...'
|
|
SINGULARNAME: Blog
|
|
Tag: Tag
|
|
Tagged: Tagged
|
|
Tags: Tags
|
|
BlogArchiveWidget:
|
|
Blog: Blog
|
|
NumberToDisplay: 'No. to Display'
|
|
PLURALNAME: 'Blog Archive Widgets'
|
|
SINGULARNAME: 'Blog Archive Widget'
|
|
ArchiveType: Type
|
|
BlogCategoriesWidget:
|
|
Blog: Blog
|
|
PLURALNAME: 'Blog Categories Widgets'
|
|
SINGULARNAME: 'Blog Categories Widget'
|
|
BlogCategory:
|
|
PLURALNAME: 'Blog Categories'
|
|
SINGULARNAME: 'Blog Category'
|
|
Title: Title
|
|
BlogPost:
|
|
Categories: Categories
|
|
DESCRIPTION: 'Generic content page'
|
|
FeaturedImage: 'Featured Image'
|
|
PLURALNAME: 'Blog Posts'
|
|
PageTitleLabel: 'Post Title'
|
|
PublishDate: 'Publish Date'
|
|
SINGULARNAME: 'Blog Post'
|
|
Tags: Tags
|
|
BlogRecentPostsWidget:
|
|
Blog: Blog
|
|
NumberOfPosts: 'Number of Posts'
|
|
PLURALNAME: 'Blog Recent Posts Widgets'
|
|
SINGULARNAME: 'Blog Recent Posts Widget'
|
|
BlogTag:
|
|
PLURALNAME: 'Blog Tags'
|
|
SINGULARNAME: 'Blog Tag'
|
|
Title: Title
|
|
BlogTagsWidget:
|
|
Blog: Blog
|
|
PLURALNAME: 'Blog Tags Widgets'
|
|
SINGULARNAME: 'Blog Tags Widget'
|
|
GridFieldAddByDBField:
|
|
Add: 'Add {name}'
|
|
AddFail: 'Unable to save {class} to the database.'
|
|
PermissionFail: 'You don''t have permission to create a {class}.'
|
|
GridFieldBlogPostState:
|
|
Draft: '<i class="btn-icon gridfield-icon btn-icon-pencil"></i> Saved as Draft on {date}'
|
|
Published: '<i class="btn-icon gridfield-icon btn-icon-accept"></i> Published on {date}'
|
|
Timer: '<i class="gridfield-icon blog-icon-timer"></i> Publish at {date}'
|