mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
Updated master strings
This commit is contained in:
parent
1900de8423
commit
7933b3f27a
16
lang/en.yml
16
lang/en.yml
@ -2,13 +2,17 @@ en:
|
|||||||
Comment:
|
Comment:
|
||||||
ALLOWCOMMENTS: 'Allow Comments'
|
ALLOWCOMMENTS: 'Allow Comments'
|
||||||
COMMENT: Comment
|
COMMENT: Comment
|
||||||
COMMENTBY: 'Comment by ''%s'''
|
COMMENTBY: 'Comment by %s'
|
||||||
ISSPAM: 'Spam?'
|
ISSPAM: 'Spam?'
|
||||||
MODERATED: 'Moderated?'
|
MODERATED: 'Moderated?'
|
||||||
NAME: 'Author Name'
|
NAME: 'Author Name'
|
||||||
ON: on
|
ON: on
|
||||||
PLURALNAME: Comments
|
PLURALNAME: Comments
|
||||||
SINGULARNAME: Comment
|
SINGULARNAME: Comment
|
||||||
|
CREATED: 'Date posted'
|
||||||
|
EMAIL: Email
|
||||||
|
PARENTTITLE: Parent
|
||||||
|
URL: URL
|
||||||
CommentAdmin:
|
CommentAdmin:
|
||||||
Moderated: Moderated
|
Moderated: Moderated
|
||||||
NeedsModeration: 'Needs Moderation'
|
NeedsModeration: 'Needs Moderation'
|
||||||
@ -16,6 +20,13 @@ en:
|
|||||||
CommentInterface:
|
CommentInterface:
|
||||||
POST: Post
|
POST: Post
|
||||||
YOURNAME: 'Your name'
|
YOURNAME: 'Your name'
|
||||||
|
COMMENT_MESSAGE_REQUIRED: 'Please enter your comment'
|
||||||
|
COMMENT_MESSAGE_URL: 'Please enter a valid URL'
|
||||||
|
EMAILADDRESS_MESSAGE_EMAIL: 'Please enter a valid email address'
|
||||||
|
EMAILADDRESS_MESSAGE_REQUIRED: 'Please enter your email address'
|
||||||
|
PREVIEW: Preview
|
||||||
|
PREVIEWLABEL: Preview
|
||||||
|
YOURNAME_MESSAGE_REQUIRED: 'Please enter your name'
|
||||||
CommentingController:
|
CommentingController:
|
||||||
COMMENTS: Comments
|
COMMENTS: Comments
|
||||||
EMAILADDRESS: 'Your email address (will not be published)'
|
EMAILADDRESS: 'Your email address (will not be published)'
|
||||||
@ -37,6 +48,9 @@ en:
|
|||||||
PREV: previous
|
PREV: previous
|
||||||
RSSFEEDALLCOMMENTS: 'RSS feed for all comments'
|
RSSFEEDALLCOMMENTS: 'RSS feed for all comments'
|
||||||
RSSFEEDCOMMENTS: 'RSS feed for comments on this page'
|
RSSFEEDCOMMENTS: 'RSS feed for comments on this page'
|
||||||
|
AWAITINGMODERATION: 'Your comment has been submitted and is now awaiting moderation.'
|
||||||
|
PageCommentInterface:
|
||||||
|
DELETEALLCOMMENTS: 'Delete all comments on this page'
|
||||||
CommentsInterface_pendingcomment_ss:
|
CommentsInterface_pendingcomment_ss:
|
||||||
AWAITINGMODERATION: 'Your comment has been submitted and is now awaiting moderation.'
|
AWAITINGMODERATION: 'Your comment has been submitted and is now awaiting moderation.'
|
||||||
CommentsInterface_singlecomment_ss:
|
CommentsInterface_singlecomment_ss:
|
||||||
|
Loading…
Reference in New Issue
Block a user