Skip to content

Commit

Permalink
Merge branch '3'
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed May 9, 2019
2 parents 1019e3a + 705c2de commit a8b42b1
Show file tree
Hide file tree
Showing 16 changed files with 288 additions and 57 deletions.
9 changes: 9 additions & 0 deletions _config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ Name: blogconfig
SilverStripe\Security\Member:
extensions:
- SilverStripe\Blog\Model\BlogMemberExtension

---
Name: featuredpostswidget
Only:
moduleexists: silverstripe/widgets
---
SilverStripe\Blog\Model\BlogPost:
extensions:
- SilverStripe\Blog\Model\BlogPostFeaturedExtension
56 changes: 47 additions & 9 deletions lang/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,16 @@ de:
FILTERDESCRIPTION_PAGE: 'Seite {page}'
FILTERDESCRIPTION_TAG: 'Verschlagwortet mit {tag}'
LessThanAMinuteToRead: 'Weniger als eine Minute zum Lesen'
LumberjackTitle: 'Blog-Einträge'
LumberjackTitle: Blog-Einträge
MinutesToRead: 'Minute(n) zum Lesen'
NoPosts: 'Keine Blog-Einträge vorhanden'
PERMISSIONS_CATEGORY: 'Blog Berechtigungen'
PERMISSION_MANAGE_USERS_DESCRIPTION: 'Benutzer für einzelne Blog-Einträge verwalten'
PERMISSION_MANAGE_USERS_HELP: 'Erlaubt, Editoren, Autoren und Mitwirkende zum Blog hinzuzufügen'
PLURALNAME: Basis Seiten
PLURALNAME: 'Basis Seiten'
PLURALS:
one: 'Ein Blog'
other: '{count} Blogs'
Posted: Veröffentlicht
PostedIn: 'Veröffentlicht in'
PostsPerPage: 'Einträge pro Seite'
Expand All @@ -51,51 +54,86 @@ de:
SilverStripe\Blog\Model\BlogCategory:
Duplicate: 'Eine Blog Kategorie mit diesem Namen existiert bereits.'
PLURALNAME: 'Blog Kategorien'
PLURALS:
one: 'Eine Blog Kategorie'
other: '{count} Blog Kategorien'
SINGULARNAME: 'Blog Kategorie'
SilverStripe\Blog\Model\BlogMemberExtension:
BLOGPOSTS: 'Blogbeiträge'
TABBLOGPOSTS: 'Blogbeiträge'
BLOGPOSTS: Blogbeiträge
TABBLOGPOSTS: Blogbeiträge
SilverStripe\Blog\Model\BlogPost:
AUTHOR: Autor
AdditionalCredits: 'Zusätzliche Credits'
AdditionalCredits_Description: 'Wenn Autoren dieses Eintrags keinen Zugang zum CMS haben, können Sie die Namen hier mit Kommas getrennt eintragen.'
Authors: Autoren
CUSTOMSUMMARY: 'Zusammenfassung'
CUSTOMSUMMARY: Zusammenfassung
Categories: Kategorien
FeaturedImage: 'Titelbild'
FeaturedImage: Titelbild
PLURALNAME: 'Basis Seiten'
PageTitleLabel: 'Titel'
PostOptions: 'Einstellungen'
PLURALS:
one: 'Ein Blogbeitrag'
other: '{count} Blogbeiträge'
PageTitleLabel: Titel
PostOptions: Einstellungen
PublishDate: 'Datum der Veröffentlichung'
SINGULARNAME: 'Blog-Eintrag'
PublishDate_Description: 'Jetzt, wenn nichts eingegeben wird.'
SINGULARNAME: Blog-Eintrag
SUMMARY_DESCRIPTION: 'Wenn keine Zusammenfassung angegeben wird, werden die ersten 30 Wörter verwendet.'
Tags: Schlagworte
SilverStripe\Blog\Model\BlogTag:
Duplicate: 'Ein Blog Tag mit diesem Namen existiert bereits.'
PLURALNAME: 'Blog Schlagworte'
PLURALS:
one: 'Ein Blog Schlagwort'
other: '{count} Blog Schlagworte'
SINGULARNAME: 'Blog Schlagwort'
SilverStripe\Blog\Widgets\BlogArchiveWidget:
ArchiveType: Archivtyp
Blog: Blog
NumberToDisplay: 'Anzahl anzeigen'
PLURALNAME: 'Blog Archiv Widgets'
PLURALS:
one: 'Ein Blog Archiv Widget'
other: '{count} Blog Archiv Widgets'
SINGULARNAME: 'Blog Archiv Widget'
SilverStripe\Blog\Widgets\BlogCategoriesWidget:
Blog: Blog
Direction: Richtung
Direction_Description: 'Ändern Sie die Sortierreihenfolge der Kategorien, die von diesem Widget angezeigt werden.'
Limit: Begrenzen
Limit_Description: 'Begrenzen Sie die Anzahl der angezeigten Kategorien (0 zeigt alle Kategorien)'
PLURALNAME: 'Blog Kategorien Widgets'
PLURALS:
one: 'Ein Blog Kategorien Widget'
other: '{count} Blog Kategorien Widgets'
SINGULARNAME: 'Blog Kategorien Widget'
Sort: Sortierung
Sort_Description: 'Ändern Sie die Sortierung der Kategorien, die von diesem Widget angezeigt werden.'
SilverStripe\Blog\Widgets\BlogRecentPostsWidget:
Blog: Blog
NumberOfPosts: 'Anzahl der Einträge'
PLURALNAME: 'Aktuelle Blog Einträge Widgets'
PLURALS:
one: 'Ein Aktuelle Blog Einträge Widget'
other: '{count} Aktuelle Blog Einträge Widgets'
SINGULARNAME: 'Aktuelle Blog Einträge Widget'
SilverStripe\Blog\Widgets\BlogTagsCloudWidget:
Blog: Blog
PLURALNAME: Blog-Tag-Cloud-Widgets
PLURALS:
one: 'Ein Blog-Tag-Cloud-Widget'
other: '{count} Blog-Tag-Cloud-Widgets'
SINGULARNAME: Blog-Tag-Cloud-Widget
SilverStripe\Blog\Widgets\BlogTagsWidget:
Blog: Blog
Direction: Richtung
Direction_Description: 'Ändern Sie die Sortierreihenfolge der Schlagworte, die von diesem Widget angezeigt werden.'
Limit: Begrenzen
Limit_Description: 'Begrenzen Sie die Anzahl der angezeigten Schlagworte (0 zeigt alle Schlagworte)'
PLURALNAME: 'Blog Tags Widgets'
PLURALS:
one: 'Ein Blog Tags Widget'
other: '{count} Blog Tags Widgets'
SINGULARNAME: 'Blog Tags Widget'
Sort: Sortierung
Sort_Description: 'Ändern Sie die Sortierung der Schlagworte, die von diesem Widget angezeigt werden.'
17 changes: 14 additions & 3 deletions lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,16 @@ en:
other: '{count} Blogs'
Posted: Posted
PostedIn: 'Posted in'
PostsByUser: 'Posts by {firstname} {surname} for {title}'
PostsPerPage: 'Posts Per Page'
ReadMoreAbout: 'Read more about ''{title}''...'
SINGULARNAME: Blog
Tag: Tag
Tagged: Tagged
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"
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"
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"
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
SilverStripe\Blog\Model\BlogCategory:
Duplicate: 'A blog category already exists with that name.'
Expand Down Expand Up @@ -83,6 +84,8 @@ en:
SINGULARNAME: 'Blog Post'
SUMMARY_DESCRIPTION: 'If no summary is specified the first 30 words will be used.'
Tags: Tags
SilverStripe\Blog\Model\BlogPostFeaturedExtension:
FEATURED: 'Include Post in Feature Widget'
SilverStripe\Blog\Model\BlogTag:
Duplicate: 'A blog tag already exists with that name.'
PLURALNAME: 'Blog Tags'
Expand Down Expand Up @@ -112,6 +115,14 @@ en:
SINGULARNAME: 'Blog Categories Widget'
Sort: Sort
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:
Blog: Blog
NumberOfPosts: 'Number of Posts'
Expand Down
6 changes: 3 additions & 3 deletions lang/eo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ eo:
PERMISSIONS_CATEGORY: 'Blogaj permesoj'
PERMISSION_MANAGE_USERS_DESCRIPTION: 'Administri uzantojn por specifaj blogaĵoj'
PERMISSION_MANAGE_USERS_HELP: 'Permesi agordi redaktantojn, verkantojn, aŭ kontribuantojn al blogoj'
PLURALNAME: Bazaj paĝoj
PLURALNAME: 'Bazaj paĝoj'
PLURALS:
one: 'Unu blogo'
other: '{count} blogoj'
Expand All @@ -48,7 +48,7 @@ eo:
ReadMoreAbout: 'Legi plu pri ''{title}''...'
SINGULARNAME: Blogo
Tag: Etikedo
Tagged: Havas etikedon
Tagged: 'Havas etikedon'
Tags: Etikedoj
UsersContributorsFieldDescription: "Kontribuantoj povas krei aŭ redakti BlogAfiŝojn, sed ne povas publikigi sen la rajtigo\nde redaktanto. Ili ankaŭ ne povas atribui aliajn kontribuantajn aŭtorojn al iu \nel siaj BlogAfiŝojn.\n\nKontribuantoj havas la jenajn permesojn:\n\nĜisdatigi ajnan BlogAfiŝon kiun ili aŭtoris aŭ al kiu ili estas atribuitaj"
UsersEditorsFieldDescription: "Redaktanto mastrumas specifajn blogojn, kaj ĉiujn afiŝojn en ĝi.\nAscepte de atribui aliajn redaktantojn al blogo, ili povas traki plejmultajn ŝanĝojn al\nsia atribuita blogo.\nRedaktantoj havas ĉi tiujn permesojn:\n\nĜisdatigi aŭ publikigi iun BlogAfiŝon en sia BlogĜisdatigo\nĜisdatigi aŭ publikigi sian blogon\nAtribui/malatribui verkantojn al sia blogo\nAtribui/malatribui kontribuantojn al sia blogo\nAtribui/malatribui iun membron kiel aŭtoron de specifa BlogAfiŝo"
Expand Down Expand Up @@ -80,7 +80,7 @@ eo:
PostOptions: 'Afiŝaj agordoj'
PublishDate: 'Dato de publikigo'
PublishDate_Description: 'Agordiĝos al "nun", se publikigita sen valoro'
SINGULARNAME: 'Blogaĵo'
SINGULARNAME: Blogaĵo
SUMMARY_DESCRIPTION: 'Se resumo ne estas agordita, la unuaj 30 vortoj uziĝos.'
Tags: Etikedoj
SilverStripe\Blog\Model\BlogTag:
Expand Down
4 changes: 2 additions & 2 deletions lang/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ es:
SilverStripe\Blog\Model:
Title: Título
SilverStripe\Blog\Model\Blog:
AND: y
AND: 'y'
Archive: Archivo
By: Por
CONTRIBUTOR: Contribuidor
Expand Down Expand Up @@ -88,7 +88,7 @@ es:
other: '{count} Etiquetas de blog'
SINGULARNAME: 'Etiqueta del Blog'
SilverStripe\Blog\Widgets\BlogArchiveWidget:
ArchiveType: Tipo de archivo
ArchiveType: 'Tipo de archivo'
Blog: Blog
NumberToDisplay: 'No. a mostrar'
SilverStripe\Blog\Widgets\BlogCategoriesWidget:
Expand Down
10 changes: 5 additions & 5 deletions lang/fa_IR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ fa_IR:
PERMISSIONS_CATEGORY: 'دسترسی‌های وبلاگ'
PERMISSION_MANAGE_USERS_DESCRIPTION: 'مدیریت کاربران برای بلاگ‌های انفرادی'
PERMISSION_MANAGE_USERS_HELP: 'تعیین اجازه‌ی دسترسی ویرایش‌گران، نویسندگان یا مشارکت‌کنندگان به وبلاگ'
PLURALNAME: صفحات پایه‌ای
Posted: ارسال شده
PLURALNAME: 'صفحات پایه‌ای'
Posted: 'ارسال شده'
PostedIn: 'ارسال شده در'
PostsPerPage: 'تعداد ارسال در صفحه'
ReadMoreAbout: 'درباره ''{title}'' بیشتر بخوانید...'
Expand Down Expand Up @@ -50,13 +50,13 @@ fa_IR:
PLURALNAME: 'تگ‌های وبلاگ'
SINGULARNAME: 'تگ وبلاگ'
SilverStripe\Blog\Widgets\BlogArchiveWidget:
ArchiveType: نوع بایگانی
ArchiveType: 'نوع بایگانی'
Blog: وبلاگ
NumberToDisplay: 'شمار در نمایش'
SilverStripe\Blog\Widgets\BlogCategoriesWidget:
Blog: وبلاگ
Direction: جهت
Limit: محدود کردن
Limit: 'محدود کردن'
Sort: مرتب‌سازی
Sort_Description: 'تغییر ترتیب مجموعه‌های نمایش داده‌‌شده توسط این ویجت'
SilverStripe\Blog\Widgets\BlogRecentPostsWidget:
Expand All @@ -65,6 +65,6 @@ fa_IR:
SilverStripe\Blog\Widgets\BlogTagsWidget:
Blog: وبلاگ
Direction: جهت
Limit: محدود کردن
Limit: 'محدود کردن'
Limit_Description: 'محدود کردن تعداد تگ‌های نمایش داده شده توسط این ویجت (روی 0 بگذارید تا همه به نمایش دربیایند)'
Sort: مرتب‌سازی
Loading

0 comments on commit a8b42b1

Please sign in to comment.