mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
Merge branch '4.7' into 4
This commit is contained in:
commit
32e7929f01
@ -7,7 +7,10 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"silverstripe",
|
"silverstripe",
|
||||||
"cms",
|
"cms",
|
||||||
"workflow"
|
"workflow",
|
||||||
|
"content review",
|
||||||
|
"review",
|
||||||
|
"permissions"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
19
lang/en.yml
19
lang/en.yml
@ -15,6 +15,12 @@ en:
|
|||||||
PAGEOWNERUSERS: Users
|
PAGEOWNERUSERS: Users
|
||||||
REVIEWFREQUENCY: 'Review frequency'
|
REVIEWFREQUENCY: 'Review frequency'
|
||||||
REVIEWFREQUENCYDESCRIPTION: 'The review date will be set to this far in the future, whenever the page is published.'
|
REVIEWFREQUENCYDESCRIPTION: 'The review date will be set to this far in the future, whenever the page is published.'
|
||||||
|
db_ReviewBody: 'Review body'
|
||||||
|
db_ReviewFrom: 'Review from'
|
||||||
|
db_ReviewPeriodDays: 'Review period days'
|
||||||
|
db_ReviewSubject: 'Review subject'
|
||||||
|
many_many_ContentReviewGroups: 'Content review groups'
|
||||||
|
many_many_ContentReviewUsers: 'Content review users'
|
||||||
SilverStripe\ContentReview\Extensions\SiteTreeContentReview:
|
SilverStripe\ContentReview\Extensions\SiteTreeContentReview:
|
||||||
ADDGROUP: 'Add groups'
|
ADDGROUP: 'Add groups'
|
||||||
ADDUSERS: 'Add users'
|
ADDUSERS: 'Add users'
|
||||||
@ -34,6 +40,14 @@ en:
|
|||||||
REVIEWFREQUENCYDESCRIPTION: 'The review date will be set to this far in the future whenever the page is published'
|
REVIEWFREQUENCYDESCRIPTION: 'The review date will be set to this far in the future whenever the page is published'
|
||||||
REVIEWHEADER: 'Content review'
|
REVIEWHEADER: 'Content review'
|
||||||
SETTINGSFROM: 'Options are'
|
SETTINGSFROM: 'Options are'
|
||||||
|
belongs_many_many_ContentReviewGroups: 'Content review groups'
|
||||||
|
belongs_many_many_ContentReviewUsers: 'Content review users'
|
||||||
|
db_ContentReviewType: 'Content review type'
|
||||||
|
db_LastEditedByName: 'Last edited by name'
|
||||||
|
db_NextReviewDate: 'Next review date'
|
||||||
|
db_OwnerNames: 'Owner names'
|
||||||
|
db_ReviewPeriodDays: 'Review period days'
|
||||||
|
has_many_ReviewLogs: 'Review logs'
|
||||||
SilverStripe\ContentReview\Forms\ReviewContentHandler:
|
SilverStripe\ContentReview\Forms\ReviewContentHandler:
|
||||||
ErrorReviewPermissionDenied: 'It seems you don''t have the necessary permissions to submit a content review'
|
ErrorReviewPermissionDenied: 'It seems you don''t have the necessary permissions to submit a content review'
|
||||||
MarkAsReviewedAction: 'Mark as reviewed'
|
MarkAsReviewedAction: 'Mark as reviewed'
|
||||||
@ -46,6 +60,9 @@ en:
|
|||||||
one: 'A Content Review Log'
|
one: 'A Content Review Log'
|
||||||
other: '{count} Content Review Logs'
|
other: '{count} Content Review Logs'
|
||||||
SINGULARNAME: 'Content Review Log'
|
SINGULARNAME: 'Content Review Log'
|
||||||
|
db_Note: Note
|
||||||
|
has_one_Reviewer: Reviewer
|
||||||
|
has_one_SiteTree: 'Site tree'
|
||||||
SilverStripe\ContentReview\Reports\PagesDueForReviewReport:
|
SilverStripe\ContentReview\Reports\PagesDueForReviewReport:
|
||||||
ONLYMYPAGES: 'Only Show pages assigned to me'
|
ONLYMYPAGES: 'Only Show pages assigned to me'
|
||||||
REVIEWDATEAFTER: 'Review date after or on'
|
REVIEWDATEAFTER: 'Review date after or on'
|
||||||
@ -57,3 +74,5 @@ en:
|
|||||||
SilverStripe\ContentReview\Tasks\ContentReviewEmails:
|
SilverStripe\ContentReview\Tasks\ContentReviewEmails:
|
||||||
REVIEWPAGELINK: 'Review the page in the CMS'
|
REVIEWPAGELINK: 'Review the page in the CMS'
|
||||||
VIEWPUBLISHEDLINK: 'View this page on the website'
|
VIEWPUBLISHEDLINK: 'View this page on the website'
|
||||||
|
SilverStripe\ContentReview\Extensions\ContentReviewOwner:
|
||||||
|
many_many_SiteTreeContentReview: 'Site tree content review'
|
||||||
|
Loading…
Reference in New Issue
Block a user