diff options
Diffstat (limited to 'CommentStreams/i18n/qqq.json')
-rw-r--r-- | CommentStreams/i18n/qqq.json | 149 |
1 files changed, 149 insertions, 0 deletions
diff --git a/CommentStreams/i18n/qqq.json b/CommentStreams/i18n/qqq.json new file mode 100644 index 00000000..d824cf43 --- /dev/null +++ b/CommentStreams/i18n/qqq.json @@ -0,0 +1,149 @@ +{ + "@metadata": { + "authors": [ + "Cindy Cicalese", + "Jason Ji" + ] + }, + "commentstreams-desc": "{{desc|name=CommentStreams|url=http://gestalt.mitre.org/gestaltd/index.php/CommentStreams}}", + "commentstreams-error-prohibitedaction": "Error message.", + "apihelp-csQueryComment-description": "{{doc-apihelp-description|csQueryComment}}", + "apihelp-csQueryComment-summary": "{{doc-apihelp-summary|csQueryComment}}", + "apihelp-csQueryComment-param-pageid": "{{doc-apihelp-param|csQueryComment|pageid}}", + "apihelp-csQueryComment-param-title": "{{doc-apihelp-param|csQueryComment|title}}", + "apihelp-csQueryComment-pageid-example": "{{doc-apihelp-example|csQueryComment}}", + "apihelp-csQueryComment-title-example": "{{doc-apihelp-example|csQueryComment}}", + "apihelp-csDeleteComment-description": "{{doc-apihelp-description|csDeleteComment}}", + "apihelp-csDeleteComment-summary": "{{doc-apihelp-summary|csDeleteComment}}", + "apihelp-csDeleteComment-param-pageid": "{{doc-apihelp-param|csDeleteComment|pageid}}", + "apihelp-csDeleteComment-param-title": "{{doc-apihelp-param|csDeleteComment|title}}", + "apihelp-csDeleteComment-pageid-example": "{{doc-apihelp-example|csDeleteComment}}", + "apihelp-csDeleteComment-title-example": "{{doc-apihelp-example|csDeleteComment}}", + "apihelp-csPostComment-description": "{{doc-apihelp-description|csPostComment}}", + "apihelp-csPostComment-summary": "{{doc-apihelp-summary|csPostComment}}", + "apihelp-csPostComment-param-commenttitle": "{{doc-apihelp-param|csPostComment|commenttitle}}", + "apihelp-csPostComment-param-wikitext": "{{doc-apihelp-param|csPostComment|wikitext}}", + "apihelp-csPostComment-param-associatedid": "{{doc-apihelp-param|csPostComment|associatedid}}", + "apihelp-csPostComment-param-parentid": "{{doc-apihelp-param|csPostComment|parentid}}", + "apihelp-csEditComment-description": "{{doc-apihelp-description|csEditComment}}", + "apihelp-csEditComment-summary": "{{doc-apihelp-summary|csEditComment}}", + "apihelp-csEditComment-param-pageid": "{{doc-apihelp-param|csEditComment|pageid}}", + "apihelp-csEditComment-param-title": "{{doc-apihelp-param|csEditComment|title}}", + "apihelp-csEditComment-param-commenttitle": "{{doc-apihelp-param|csEditComment|commenttitle}}", + "apihelp-csEditComment-param-wikitext": "{{doc-apihelp-param|csEditComment|wikitext}}", + "apihelp-csVote-description": "{{doc-apihelp-description|csVote}}", + "apihelp-csVote-summary": "{{doc-apihelp-summary|csVote}}", + "apihelp-csVote-param-pageid": "{{doc-apihelp-param|csVote|pageid}}", + "apihelp-csVote-param-title": "{{doc-apihelp-param|csVote|title}}", + "apihelp-csVote-param-vote": "{{doc-apihelp-param|csVote|vote}}", + "apihelp-csVote-pageid-example": "{{doc-apihelp-example|csVote}}", + "apihelp-csVote-title-example": "{{doc-apihelp-example|csVote}}", + "apihelp-csWatch-description": "{{doc-apihelp-description|csWatch}}", + "apihelp-csWatch-summary": "{{doc-apihelp-summary|csWatch}}", + "apihelp-csWatch-param-pageid": "{{doc-apihelp-param|csWatch|pageid}}", + "apihelp-csWatch-param-title": "{{doc-apihelp-param|csWatch|title}}", + "apihelp-csWatch-pageid-example": "{{doc-apihelp-example|csWatch}}", + "apihelp-csWatch-title-example": "{{doc-apihelp-example|csWatch}}", + "apihelp-csUnwatch-description": "{{doc-apihelp-description|csUnwatch}}", + "apihelp-csUnwatch-summary": "{{doc-apihelp-summary|csUnwatch}}", + "apihelp-csUnwatch-param-pageid": "{{doc-apihelp-param|csUnwatch|pageid}}", + "apihelp-csUnwatch-param-title": "{{doc-apihelp-param|csUnwatch|title}}", + "apihelp-csUnwatch-pageid-example": "{{doc-apihelp-example|csUnwatch}}", + "apihelp-csUnwatch-title-example": "{{doc-apihelp-example|csUnwatch}}", + "commentstreams-api-error-notloggedin": "Error message.", + "commentstreams-api-error-commentnotfound": "Error message.", + "commentstreams-api-error-notacomment": "Error message.", + "commentstreams-api-error-missingcommenttitle": "Error message.", + "commentstreams-api-error-post-permissions": "Error message.", + "commentstreams-api-error-post-parentandtitle": "Error message.", + "commentstreams-api-error-post-parentpagedoesnotexist": "Error message.", + "commentstreams-api-error-post-associatedpageidmismatch": "Error message.", + "commentstreams-api-error-post-associatedpagedoesnotexist": "Error message.", + "commentstreams-api-error-post": "Error message.", + "commentstreams-api-error-edit-notloggedin": "Error message.", + "commentstreams-api-error-edit-permissions": "Error message.", + "commentstreams-api-error-edit": "Error message.", + "commentstreams-api-error-delete-notloggedin": "Error message.", + "commentstreams-api-error-delete-permissions": "Error message.", + "commentstreams-api-error-delete-haschildren": "Error message.", + "commentstreams-api-error-delete": "Error message.", + "commentstreams-api-error-vote-notloggedin": "Error message.", + "commentstreams-api-error-vote-novoteonreply": "Error message.", + "commentstreams-api-error-vote": "Error message.", + "commentstreams-api-error-watch-notloggedin": "Error message.", + "commentstreams-api-error-watch-nowatchreply": "Error message.", + "commentstreams-api-error-watch": "Error message.", + "commentstreams-api-error-unwatch-notloggedin": "Error message.", + "commentstreams-api-error-unwatch-nounwatchreply": "Error message.", + "commentstreams-api-error-unwatch": "Error message.", + "commentstreams-validation-error-nocommenttitle": "Error message.", + "commentstreams-validation-error-nocommenttext": "Error message.", + "commentstreams-buttontooltip-add": "User interface button tooltip.", + "commentstreams-buttontooltip-reply": "User interface button tooltip.", + "commentstreams-buttontooltip-edit": "User interface button tooltip.", + "commentstreams-buttontooltip-moderator-edit": "User interface button tooltip.", + "commentstreams-buttontooltip-delete": "User interface button tooltip.", + "commentstreams-buttontooltip-moderator-delete": "User interface button tooltip.", + "commentstreams-buttontooltip-permalink": "User interface button tooltip.", + "commentstreams-buttontooltip-collapse": "User interface button tooltip.", + "commentstreams-buttontooltip-expand": "User interface button tooltip.", + "commentstreams-buttontooltip-upvote": "User interface button tooltip.", + "commentstreams-buttontooltip-downvote": "User interface button tooltip.", + "commentstreams-buttontooltip-watch": "User interface button tooltip.", + "commentstreams-buttontooltip-unwatch": "User interface button tooltip.", + "commentstreams-buttontooltip-submit": "User interface button text.", + "commentstreams-buttontooltip-cancel": "User interface button text.", + "commentstreams-dialog-delete-message": "User interface dialog message.", + "commentstreams-dialog-buttontext-ok": "User interface dialog button text.", + "commentstreams-dialog-buttontext-yes": "User interface dialog button text.", + "commentstreams-dialog-buttontext-no": "User interface dialog button text.", + "commentstreams-urldialog-instructions": "User interface dialog button text.", + "commentstreams-datetext-postedon": "User interface date text", + "commentstreams-datetext-lasteditedon": "User interface date text", + "commentstreams-datetext-moderated": "User interface date text", + "commentstreams-title-field-placeholder": "Text field placeholder text", + "commentstreams-body-field-placeholder": "Text field placeholder text", + "echo-category-title-commentstreams-notification-category": "Name of category on Prefences/Notifications page for CommentStreams notifications", + "notification-header-commentstreams-comment-on-watched-page": "Flyout-specific format for displaying notification header of a new comment on a watched page.\n\nParameters:\n* $1 - the formatted username of the person who commented.\n* $2 - the comment title.\n* $3 - the display name of the page being commented on.\n* $4 - the username of the person who commented (for gender).\n* $5 - the username of the viewing user (for gender).", + "notification-header-commentstreams-reply-on-watched-page": "Flyout-specific format for displaying notification header of a new reply on a watched page.\n\nParameters:\n* $1 - the formatted username of the person who commented.\n* $2 - the comment title.\n* $3 - the display name of the page being commented on.\n* $4 - the username of the person who commented (for gender).\n* $5 - the username of the viewing user (for gender).", + "notification-header-commentstreams-reply-to-watched-comment": "Flyout-specific format for displaying notification header of a reply to a comment by the user.\n\nParameters:\n* $1 - the formatted username of the person who commented.\n* $2 - the comment title.\n* $3 - the display name of the page being commented on.\n* $4 - the username of the person who commented (for gender).\n* $5 - the username of the viewing user (for gender).", + "notification-subject-commentstreams-comment-on-watched-page": "Echo email subject.", + "notification-body-commentstreams-comment-on-watched-page": "Echo email body.\n\nParameters:\n*$1 - the username of the user authoring the new comment.\n* $2 - the display name of the comment author.\n* $3 - the title of the comment.\n* $4 - the display title of the page being commented on.\n* $5 - a link to that page.\n* $6 - the wikitext of the new comment.", + "notification-subject-commentstreams-reply-on-watched-page": "Echo email subject.", + "notification-body-commentstreams-reply-on-watched-page": "Echo email body.\n\nParameters:\n*$1 - the username of the user authoring the new comment.\n* $2 - the display name of the comment author.\n* $3 - the title of the comment.\n* $4 - the display title of the page being commented on.\n* $5 - a link to that page.\n* $6 - the wikitext of the new comment.", + "notification-subject-commentstreams-reply-to-watched-comment": "Echo email subject.", + "notification-body-commentstreams-reply-to-watched-comment": "Echo email body.\n\nParameters:\n*$1 - the username of the user authoring the new comment.\n* $2 - the display name of the comment author.\n* $3 - the title of the comment.\n* $4 - the display title of the page being commented on.\n* $5 - a link to that page.\n* $6 - the wikitext of the new comment.", + "notification-link-label-commentstreams-comment-on-watched-page": "Label", + "notification-link-label-commentstreams-reply-on-watched-page": "Label", + "notification-link-label-commentstreams-reply-to-watched-comment": "Label", + "group-csmoderator": "{{doc-group|csmoderator|group}}", + "group-csmoderator-member": "{{doc-group|csmoderator|member}}", + "grouppage-csmoderator": "{{doc-group|csmoderator|page}}", + "right-cs-moderator-edit": "{{doc-right|csedit}}", + "action-cs-moderator-edit": "{{doc-action|csedit}}", + "right-cs-moderator-delete": "{{doc-right|csdelete}}", + "action-cs-moderator-delete": "{{doc-action|csdelete}}", + "log-name-commentstreams": "The Special:Log log name that appears in the drop-down on the Special:Log page", + "log-description-commentstreams": "The Special:Log description that appears on the Special:Log page when you filter logs on this specific log name", + "logentry-commentstreams-comment-create": "The template of the log entry message", + "logentry-commentstreams-reply-create": "The template of the log entry message", + "logentry-commentstreams-comment-edit": "The template of the log entry message", + "logentry-commentstreams-comment-moderator-edit": "The template of the log entry message", + "logentry-commentstreams-reply-edit": "The template of the log entry message", + "logentry-commentstreams-reply-moderator-edit": "The template of the log entry message", + "logentry-commentstreams-comment-delete": "The template of the log entry message", + "logentry-commentstreams-comment-moderator-delete": "The template of the log entry message", + "logentry-commentstreams-reply-delete": "The template of the log entry message", + "logentry-commentstreams-reply-moderator-delete": "The template of the log entry message", + "commentstreamsallcomments": "Special page title", + "commentstreams-allcomments-label-page": "Table column label", + "commentstreams-allcomments-label-associatedpage": "Table column label", + "commentstreams-allcomments-label-commenttitle": "Table column label", + "commentstreams-allcomments-label-wikitext": "Table column label", + "commentstreams-allcomments-label-author": "Table column label", + "commentstreams-allcomments-label-created": "Table column label", + "commentstreams-allcomments-label-lasteditor": "Table column label", + "commentstreams-allcomments-label-lastedited": "Table column label", + "commentstreams-allcomments-button-next": "Button label", + "commentstreams-allcomments-button-previous": "Button label" +} |