summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CommentStreams/i18n/en.json')
-rw-r--r--CommentStreams/i18n/en.json88
1 files changed, 45 insertions, 43 deletions
diff --git a/CommentStreams/i18n/en.json b/CommentStreams/i18n/en.json
index c776dff9..233cc47d 100644
--- a/CommentStreams/i18n/en.json
+++ b/CommentStreams/i18n/en.json
@@ -9,49 +9,50 @@
"commentstreams-error-prohibitedaction": "Action $1 is not allowed on comment pages.",
"commentstreams-error-comment-on-deleted-page": "The page with which this comment is associated has been deleted.",
"commentstreams-author-anonymous": "anonymous",
- "apihelp-csQueryComment-description": "Return the title, user, creation timestamp, and wikitext of a comment. Either pageid or title must be provided.",
- "apihelp-csQueryComment-summary": "Return the title, user, creation timestamp, and wikitext of a comment. Either pageid or title must be provided.",
- "apihelp-csQueryComment-param-pageid": "page ID of the page which holds the comment to query",
- "apihelp-csQueryComment-param-title": "title of the page which holds the comment to query",
- "apihelp-csQueryComment-pageid-example": "query comment with page ID 3 in wikitext",
- "apihelp-csQueryComment-title-example": "query comment with page title CommentStreams:3 in wikitext",
- "apihelp-csDeleteComment-description": "Delete a comment. Either pageid or title must be provided.",
- "apihelp-csDeleteComment-summary": "Delete a comment. Either pageid or title must be provided.",
- "apihelp-csDeleteComment-param-pageid": "page ID of the page which holds the comment to delete",
- "apihelp-csDeleteComment-param-title": "title of the page which holds the comment to delete",
- "apihelp-csDeleteComment-pageid-example": "delete comment with page ID 3",
- "apihelp-csDeleteComment-title-example": "delete comment with page title CommentStreams:3",
- "apihelp-csPostComment-description": "Post a new comment.",
- "apihelp-csPostComment-summary": "Post a new comment.",
- "apihelp-csPostComment-param-commenttitle": "optional title for comment.",
- "apihelp-csPostComment-param-wikitext": "wikitext for comment.",
- "apihelp-csPostComment-param-associatedid": "page with which this comment is associated.",
- "apihelp-csPostComment-param-parentid": "page ID of parent comment if this is a reply.",
- "apihelp-csEditComment-description": "Edit an existing comment. Either pageid or title must be provided.",
- "apihelp-csEditComment-summary": "Edit an existing comment. Either pageid or title must be provided.",
- "apihelp-csEditComment-param-pageid": "page ID of the page which holds the comment to edit",
- "apihelp-csEditComment-param-title": "title of the page which holds the comment to edit",
- "apihelp-csEditComment-param-commenttitle": "optional title for comment.",
- "apihelp-csEditComment-param-wikitext": "wikitext for comment.",
- "apihelp-csVote-description": "Vote (up, down, or neutral) on a comment.",
- "apihelp-csVote-summary": "Vote (up, down, or neutral) on a comment.",
- "apihelp-csVote-param-pageid": "page ID of the page which holds the comment to be voted on",
- "apihelp-csVote-param-title": "title of the page which holds the comment to be voted on",
- "apihelp-csVote-param-vote": "vote (1, -1, or 0).",
- "apihelp-csVote-pageid-example": "vote on comment with page ID 3",
- "apihelp-csVote-title-example": "vote on comment with page title CommentStreams:3",
- "apihelp-csWatch-description": "Watch a comment to be notified when it receives replies",
- "apihelp-csWatch-summary": "Watch a comment to be notified when it receives replies",
- "apihelp-csWatch-param-pageid": "page ID of the page which holds the comment to be watched",
- "apihelp-csWatch-param-title": "title of the page which holds the comment to be watched",
- "apihelp-csWatch-pageid-example": "watch comment with page ID 3",
- "apihelp-csWatch-title-example": "watch comment with page title CommentStreams:3",
- "apihelp-csUnwatch-description": "Unwatch a comment to no longer be notified when it receives replies",
- "apihelp-csUnwatch-summary": "Unwatch a comment to no longer be notified when it receives replies",
- "apihelp-csUnwatch-param-pageid": "page ID of the page which holds the comment to be unwatched",
- "apihelp-csUnwatch-param-title": "title of the page which holds the comment to be unwatched",
- "apihelp-csUnwatch-pageid-example": "unwatch comment with page ID 3",
- "apihelp-csUnwatch-title-example": "unwatch comment with page title CommentStreams:3",
+ "apihelp-csquerycomment-description": "Return the title, user, creation timestamp, and wikitext of a comment. Either pageid or title must be provided.",
+ "apihelp-csquerycomment-summary": "Return the title, user, creation timestamp, and wikitext of a comment. Either pageid or title must be provided.",
+ "apihelp-csquerycomment-param-pageid": "page ID of the page which holds the comment to query",
+ "apihelp-csquerycomment-param-title": "title of the page which holds the comment to query",
+ "apihelp-csquerycomment-pageid-example": "query comment with page ID 3 in wikitext",
+ "apihelp-csquerycomment-title-example": "query comment with page title CommentStreams:3 in wikitext",
+ "apihelp-csdeletecomment-description": "Delete a comment. Either pageid or title must be provided.",
+ "apihelp-csdeletecomment-summary": "Delete a comment. Either pageid or title must be provided.",
+ "apihelp-csdeletecomment-param-pageid": "page ID of the page which holds the comment to delete",
+ "apihelp-csdeletecomment-param-title": "title of the page which holds the comment to delete",
+ "apihelp-csdeletecomment-pageid-example": "delete comment with page ID 3",
+ "apihelp-csdeletecomment-title-example": "delete comment with page title CommentStreams:3",
+ "apihelp-cspostcomment-description": "Post a new comment.",
+ "apihelp-cspostcomment-summary": "Post a new comment.",
+ "apihelp-cspostcomment-param-commenttitle": "optional title for comment.",
+ "apihelp-cspostcomment-param-wikitext": "wikitext for comment.",
+ "apihelp-cspostcomment-param-associatedid": "page with which this comment is associated.",
+ "apihelp-cspostcomment-param-parentid": "page ID of parent comment if this is a reply.",
+ "apihelp-cseditcomment-description": "Edit an existing comment. Either pageid or title must be provided.",
+ "apihelp-cseditcomment-summary": "Edit an existing comment. Either pageid or title must be provided.",
+ "apihelp-cseditcomment-param-pageid": "page ID of the page which holds the comment to edit",
+ "apihelp-cseditcomment-param-title": "title of the page which holds the comment to edit",
+ "apihelp-cseditcomment-param-commenttitle": "optional title for comment.",
+ "apihelp-cseditcomment-param-wikitext": "wikitext for comment.",
+ "apihelp-csvote-description": "Vote (up, down, or neutral) on a comment.",
+ "apihelp-csvote-summary": "Vote (up, down, or neutral) on a comment.",
+ "apihelp-csvote-param-pageid": "page ID of the page which holds the comment to be voted on",
+ "apihelp-csvote-param-title": "title of the page which holds the comment to be voted on",
+ "apihelp-csvote-param-vote": "vote (1, -1, or 0).",
+ "apihelp-csvote-pageid-example": "vote on comment with page ID 3",
+ "apihelp-csvote-title-example": "vote on comment with page title CommentStreams:3",
+ "apihelp-cswatch-description": "Watch a comment to be notified when it receives replies",
+ "apihelp-cswatch-summary": "Watch a comment to be notified when it receives replies",
+ "apihelp-cswatch-param-pageid": "page ID of the page which holds the comment to be watched",
+ "apihelp-cswatch-param-title": "title of the page which holds the comment to be watched",
+ "apihelp-cswatch-pageid-example": "watch comment with page ID 3",
+ "apihelp-cswatch-title-example": "watch comment with page title CommentStreams:3",
+ "apihelp-csunwatch-description": "Unwatch a comment to no longer be notified when it receives replies",
+ "apihelp-csunwatch-summary": "Unwatch a comment to no longer be notified when it receives replies",
+ "apihelp-csunwatch-param-pageid": "page ID of the page which holds the comment to be unwatched",
+ "apihelp-csunwatch-param-title": "title of the page which holds the comment to be unwatched",
+ "apihelp-csunwatch-pageid-example": "unwatch comment with page ID 3",
+ "apihelp-csunwatch-title-example": "unwatch comment with page title CommentStreams:3",
+ "commentstreams-api-error-invalid": "Invalid API response.",
"commentstreams-api-error-notloggedin": "You must be logged in.",
"commentstreams-api-error-commentnotfound": "The requested comment was not found.",
"commentstreams-api-error-notacomment": "The supplied page ID does not refer to a valid comment.",
@@ -153,6 +154,7 @@
"commentstreams-allcomments-label-created": "Created",
"commentstreams-allcomments-label-lasteditor": "Last Editor",
"commentstreams-allcomments-label-lastedited": "Last Edited",
+ "commentstreams-allcomments-label-blockid": "Block Id",
"commentstreams-allcomments-button-next": "Next",
"commentstreams-allcomments-button-previous": "Previous",
"commentstreams-ve-conversion-error": "Error converting between wikitext and HTML for VisualEditor"