jenkins-bot has submitted this change and it was merged.
Change subject: Add i18n for API module help
......................................................................
Add i18n for API module help
MediaWiki core change I04b1a384 added support for i18n of API module
help. This takes advantage of that while still maintaining backwards
compatibility with earlier versions of MediaWiki.
Once support for MediaWiki before 1.25 is dropped, the methods marked
deprecated in this patch may be removed.
Change-Id: I67395aff48185f3e09da31b51a08aa2541fe6a17
---
M ApiFeedbackDashboard.php
M ApiFeedbackDashboardResponse.php
M ApiMoodBar.php
M ApiMoodBarSetUserEmail.php
M ApiQueryMoodBarComments.php
M i18n/en.json
M i18n/qqq.json
7 files changed, 272 insertions(+), 193 deletions(-)
Approvals:
Legoktm: Looks good to me, approved
jenkins-bot: Verified
diff --git a/ApiFeedbackDashboard.php b/ApiFeedbackDashboard.php
index 58d7fa0..f840efb 100644
--- a/ApiFeedbackDashboard.php
+++ b/ApiFeedbackDashboard.php
@@ -82,10 +82,9 @@
return true;
}
- public function getVersion() {
- return __CLASS__ . ': $Id$';
- }
-
+ /**
+ * @deprecated since MediaWiki core 1.25
+ */
public function getParamDescription() {
return array(
'mbaction' => 'The action to take',
@@ -94,6 +93,9 @@
);
}
+ /**
+ * @deprecated since MediaWiki core 1.25
+ */
public function getDescription() {
return 'Allows administrators to manage submissions to the
feedback dashboard';
}
diff --git a/ApiFeedbackDashboardResponse.php b/ApiFeedbackDashboardResponse.php
index c1f53b1..5caecec 100644
--- a/ApiFeedbackDashboardResponse.php
+++ b/ApiFeedbackDashboardResponse.php
@@ -163,10 +163,9 @@
return true;
}
- public function getVersion() {
- return __CLASS__ . ': $Id: ApiMoodBar.php 93113 2011-07-25
21:03:33Z reedy $';
- }
-
+ /**
+ * @deprecated since MediaWiki core 1.25
+ */
public function getParamDescription() {
return array(
'feedback' => 'The moodbar feedback unique identifier',
@@ -180,6 +179,9 @@
);
}
+ /**
+ * @deprecated since MediaWiki core 1.25
+ */
public function getDescription() {
return 'Allows users to submit response to a feedback about
their experiences on the site';
}
diff --git a/ApiMoodBar.php b/ApiMoodBar.php
index 0913fc1..3d2f73e 100644
--- a/ApiMoodBar.php
+++ b/ApiMoodBar.php
@@ -95,10 +95,9 @@
return true;
}
- public function getVersion() {
- return __CLASS__ . ': $Id$';
- }
-
+ /**
+ * @deprecated since MediaWiki core 1.25
+ */
public function getParamDescription() {
return array(
'page' => 'The page the feedback is on',
@@ -114,6 +113,9 @@
);
}
+ /**
+ * @deprecated since MediaWiki core 1.25
+ */
public function getDescription() {
return 'Allows users to submit feedback about their experiences
on the site';
}
diff --git a/ApiMoodBarSetUserEmail.php b/ApiMoodBarSetUserEmail.php
index dab399e..1735f29 100644
--- a/ApiMoodBarSetUserEmail.php
+++ b/ApiMoodBarSetUserEmail.php
@@ -125,10 +125,9 @@
return true;
}
- public function getVersion() {
- return __CLASS__ . ': $Id: ApiMoodBarSetUserEmail.php 103224
2011-11-15 21:24:44Z bsitu $';
- }
-
+ /**
+ * @deprecated since MediaWiki core 1.25
+ */
public function getParamDescription() {
return array(
'mbaction' => 'The action to take',
@@ -136,6 +135,9 @@
);
}
+ /**
+ * @deprecated since MediaWiki core 1.25
+ */
public function getDescription() {
return 'Sets the profile email for a user or resends the
verification email to a user';
}
diff --git a/ApiQueryMoodBarComments.php b/ApiQueryMoodBarComments.php
index aa38533..30c02fa 100644
--- a/ApiQueryMoodBarComments.php
+++ b/ApiQueryMoodBarComments.php
@@ -157,9 +157,14 @@
ApiBase::PARAM_TYPE => array(
'newer',
'older'
- )
+ ),
+ /** @todo Once support for MediaWiki < 1.25 is
dropped, just use ApiBase::PARAM_HELP_MSG directly */
+ constant( 'ApiBase::PARAM_HELP_MSG' ) ?: '' =>
'api-help-param-direction',
),
- 'continue' => null,
+ 'continue' => array(
+ /** @todo Once support for MediaWiki < 1.25 is
dropped, just use ApiBase::PARAM_HELP_MSG directly */
+ constant( 'ApiBase::PARAM_HELP_MSG' ) ?: '' =>
'api-help-param-continue',
+ ),
'type' => array(
ApiBase::PARAM_TYPE =>
MBFeedbackItem::getValidTypes(),
ApiBase::PARAM_ISMULTI => true,
@@ -178,10 +183,9 @@
);
}
- public function getVersion() {
- return __CLASS__ . ': $Id$';
- }
-
+ /**
+ * @deprecated since MediaWiki core 1.25
+ */
public function getParamDescription() {
return array(
'limit' => 'How many comments to return',
@@ -198,6 +202,9 @@
);
}
+ /**
+ * @deprecated since MediaWiki core 1.25
+ */
public function getDescription() {
return 'List all feedback comments submitted through the
MoodBar extension.';
}
diff --git a/i18n/en.json b/i18n/en.json
index 5e98f21..d1d7bae 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1,171 +1,203 @@
{
- "@metadata": {
- "authors": [
- "Andrew Garrett"
- ]
- },
- "moodbar-desc": "Allows specified users to provide feedback on their
editing experience",
- "moodbar-trigger-feedback": "Feedback about editing",
- "moodbar-trigger-share": "Share your experience",
- "moodbar-trigger-editing": "Editing $1...",
- "tooltip-p-moodbar-trigger-feedback": "",
- "tooltip-p-moodbar-trigger-share": "",
- "tooltip-p-moodbar-trigger-editing": "",
- "moodbar-seconds": "less than 1 minute",
- "moodbar-close": "(close)",
- "moodbar-intro-feedback": "Editing $1 made me...",
- "moodbar-intro-share": "My experience on $1 made me...",
- "moodbar-intro-editing": "Editing $1 made me...",
- "moodbar-type-happy-title": "{{GENDER:$1|Happy}}",
- "moodbar-type-sad-title": "{{GENDER:$1|Sad}}",
- "moodbar-type-confused-title": "{{GENDER:$1|Confused}}",
- "tooltip-moodbar-what": "Learn more about this feature",
- "moodbar-what-target": "https://www.mediawiki.org/wiki/MoodBar",
- "moodbar-what-label": "What is this?",
- "moodbar-what-collapsed": "▶",
- "moodbar-what-expanded": "▼",
- "moodbar-respond-collapsed": "▶",
- "moodbar-respond-expanded": "▼",
- "moodbar-respond-text": "Respond to this",
- "moodbar-response-add": "Add a response",
- "moodbar-response-desc": "Response will reference original comment.
Signature not required.",
- "moodbar-response-btn": "Send response",
- "moodbar-what-content": "This feature is designed to help the community
understand the experience of people editing the site.\nFor more information,
please visit the $1.",
- "moodbar-what-link": "feature page",
- "moodbar-privacy": "By submitting, you agree that your contribution will
be used publicly under these [$1 Terms of Use].",
- "moodbar-fbd-link-title": "feedback",
- "moodbar-disable-link": "I'm not interested. Please disable this feature.",
- "moodbar-form-title": "Because...",
- "moodbar-form-note": "255 characters maximum",
- "moodbar-form-note-dynamic": "Remaining
{{PLURAL:$1|character|characters}}: $1",
- "moodbar-form-submit": "Share feedback",
- "moodbar-form-policy-text": "By submitting, $1",
- "moodbar-form-policy-label": "our policy",
- "moodbar-loading-title": "Sharing...",
- "moodbar-disabling-title": "Disabling...",
- "moodbar-success-title": "Thanks!",
- "moodbar-error-title": "Oops!",
- "moodbar-loading-subtitle": "We are sharing your feedback…",
- "moodbar-disabling-subtitle": "We are trying to disable this feature",
- "moodbar-success-subtitle": "Sharing your $FBD-LINK helps us improve $1.",
- "moodbar-error-subtitle": "Something went wrong! Please try sharing your
feedback again later.",
- "moodbar-disable-error-subtitle": "Something went wrong! Please try again
later.",
- "moodbar-blocked-title": "Oops!",
- "moodbar-blocked-subtitle": "You have been blocked from editing.",
- "moodbar-ratelimited-title": "Oops!",
- "moodbar-ratelimited-subtitle": "You have exceeded MoodBar rate limit.
Please wait some time and try again",
- "moodbar-abuse-title": "Oops!",
- "moodbar-abuse-subtitle": "Your feedback violates MoodBar rules.",
- "moodbar-email-title": "Add email",
- "moodbar-email-input": "Your email address",
- "moodbar-email-desc": "We will send you an email if someone responds to
your feedback.",
- "moodbar-email-submit": "Submit",
- "moodbar-updating-title": "Updating...",
- "moodbar-updating-subtitle": "We are updating your email settings.",
- "moodbar-email-confirm-title": "Confirm email",
- "moodbar-email-confirm-desc": "You must confirm your email address in
order to receive notifications. To resend the confirmation email, click
\"Resend Confirmation\".",
- "moodbar-email-resend-confirmation": "Resend confirmation",
- "moodbar-email-optout": "No thanks",
- "moodbar-tooltip-title": "Let us know about your experience editing
{{SITENAME}}.",
- "right-moodbar-view": "View and export MoodBar feedback",
- "right-moodbar-admin": "Alter visibility on the feedback dashboard",
- "right-moodbar-delete": "Delete feedback from the dashboard",
- "action-moodbar-view": "view and export MoodBar feedback",
- "action-moodbar-admin": "alter visibility on the feedback dashboard",
- "action-moodbar-delete": "delete feedback from the dashboard",
- "moodbar-admin-title": "MoodBar feedback",
- "moodbar-admin-intro": "This page allows you to view feedback submitted
with the MoodBar.",
- "moodbar-admin-empty": "No results",
- "moodbar-header-id": "Feedback ID",
- "moodbar-header-timestamp": "Timestamp",
- "moodbar-header-type": "Type",
- "moodbar-header-page": "Page",
- "moodbar-header-usertype": "User type",
- "moodbar-header-user": "User",
- "moodbar-header-editmode": "Edit mode",
- "moodbar-header-bucket": "Testing bucket",
- "moodbar-header-system": "System type",
- "moodbar-header-locale": "Locale",
- "moodbar-header-useragent": "User agent",
- "moodbar-header-comment": "Comments",
- "moodbar-header-user-editcount": "User edit count",
- "moodbar-header-namespace": "Namespace",
- "moodbar-header-own-talk": "Own talk page",
- "moodbar-feedback-title": "MoodBar feedback dashboard",
- "moodbar-feedback-description": "This dashboard displays comments from new
editors about their experiences editing $1.
[http://en.wikipedia.org/wiki/Wikipedia:New_editor_feedback Learn More]",
- "moodbar-feedback-response-title": "In response to your [[$1|feedback]]",
- "moodbar-feedback-view-link": "(View the feedback)",
- "moodbar-feedback-filters": "Filters",
- "moodbar-feedback-filters-type": "Mood:",
- "moodbar-feedback-filters-type-happy": "Happy",
- "moodbar-feedback-filters-type-confused": "Confused",
- "moodbar-feedback-filters-type-sad": "Sad",
- "moodbar-feedback-filters-username": "Username:",
- "moodbar-feedback-filters-my-response": "My responses only",
- "moodbar-feedback-filters-show-unanswered": "Show unanswered",
- "moodbar-feedback-filters-button": "Set filters",
- "moodbar-feedback-whatis": "What is this feature?",
- "moodbar-feedback-permalink": "link to here",
- "moodbar-feedback-noresults": "There are no comments that match your
filters.",
- "moodbar-feedback-more": "More",
- "moodbar-feedback-nomore": "There are no more results to show.",
- "moodbar-feedback-newer": "Newer",
- "moodbar-feedback-older": "Older",
- "moodbar-feedback-ajaxerror": "An error occurred while fetching more
results.",
- "moodbar-feedback-load-record-error": "An error occurred while loading a
record.",
- "moodbar-user-hidden": "(User hidden)",
- "moodbar-comment-hidden": "Feedback hidden",
- "moodbar-feedback-show": "show hidden feedback",
- "moodbar-feedback-hide": "hide feedback",
- "moodbar-feedback-delete": "delete feedback",
- "moodbar-feedback-action-confirm": "Confirm",
- "moodbar-feedback-action-cancel": "Cancel",
- "moodbar-hidden-footer": "Hidden feedback by $1 on $2 $3, reason: $4 $5",
- "moodbar-hidden-footer-without-log": "Hidden feedback $1",
- "moodbar-feedback-restore": "restore hidden feedback",
- "moodbar-action-item": "Feedback:",
- "moodbar-action-reason": "Reason:",
- "moodbar-action-reason-required": "Please provide a reason.",
- "moodbar-hide-header": "Hide this item from view",
- "moodbar-hide-intro": "",
- "moodbar-delete-header": "Delete this item from view",
- "moodbar-delete-intro": "",
- "moodbar-restore-header": "Restore this item's visibility",
- "moodbar-restore-intro": "",
- "moodbar-invalid-item": "The system was unable to find the correct
feedback item.",
- "moodbar-feedback-action-error": "An error occurred when trying to perform
this action.",
- "moodbar-feedback-response-summary": "[[$1|$2]] [[$3|responded]] $4 ago",
- "moodbar-feedback-response-helpful-summary": "[[$1|$2]] [[$3|responded]]
$4 ago and [[$5|$6]] finds it helpful",
- "moodbar-feedback-edit-summary": "Response to
[[Special:FeedbackDashboard/$1|user feedback]]: $2",
- "moodbar-feedback-top-responders-title": "Top Responders",
- "moodbar-type-happy": "{{GENDER:$1|Happy}}",
- "moodbar-type-sad": "{{GENDER:$1|Sad}}",
- "moodbar-type-confused": "{{GENDER:$1|Confused}}",
- "moodbar-type-stats": "MoodBar feedback made in last 24 hours: Happy: $1,
Sad: $2, Confused: $3",
- "moodbar-user-anonymized": "Anonymized",
- "moodbar-user-ip": "IP address",
- "moodbar-user-user": "Registered user",
- "moodbar-log-name": "Feedback log",
- "moodbar-log-header": "This is the log of actions taken on feedback items
listed on the [[Special:FeedbackDashboard|feedback dashboard]].",
- "moodbar-log-hide": "hid [[$1]]",
- "moodbar-log-feedback": "left feedback at [[$1]]",
- "moodbar-log-restore": "restored the visibility for [[$1]]",
- "moodbar-log-delete": "deleted [[$1]]",
- "moodbar-log-reason": "$1",
- "moodbar-response-terms": "By submitting, you agree to transparency under
these $1.",
- "moodbar-response-link": "terms",
- "moodbar-response-url":
"//wikimediafoundation.org/wiki/Feedback_privacy_statement",
- "response-back-text": "Back",
- "response-preview-text": "Preview",
- "response-ajax-action-head": "Responding...",
- "response-ajax-action-body": "Your response is being added.",
- "response-ajax-success-head": "Thanks!",
- "response-ajax-success-body": "Your response has been added.",
- "response-ajax-error-head": "Oops!",
- "response-ajax-error-body": "There was an error adding your response. <br
/>Please try again later.",
- "response-concurrency-notification": "Someone has recently started
responding to this feedback.",
- "moodbar-enotif-subject": "$1 responded to your feedback",
- "moodbar-enotif-body": "Hello $1!\n\nWelcome to {{SITENAME}}, and thanks
for your [$2 feedback]. Another {{SITENAME}} user, [$3 $6], wrote the following
response:\n\n $4\n\nView this message on your [$5 talk page].\n\nWhat is a
talk page?\nYour user talk page is the page that other {{SITENAME}} editors use
to communicate with you. You can respond by clicking \"Edit\", moving the
cursor below the comment, typing your response and four tildes (~~~~) to sign,
and saving. All pages in {{SITENAME}} have talk pages, and they're used for
many different purposes. It takes a while to get the hang of it, but is pretty
easy once you're used to it.\n\nStill confused?
[http://en.wikipedia.org/wiki/File:Wikipedia_basics_-_Talk_pages.ogv This
video] (watch on [http://www.youtube.com/watch?v=JdeDLRsB2Es YouTube]) gives
you a step-by-step overview of how talk pages work.\n\nThanks for being part of
the community.\n\n-- {{SITENAME}}",
- "moodbar-disable": "Disable Moodbar",
- "prefs-moodbar": "Moodbar"
-}
\ No newline at end of file
+ "@metadata": {
+ "authors": [
+ "Andrew Garrett"
+ ]
+ },
+ "moodbar-desc": "Allows specified users to provide feedback on their
editing experience",
+ "moodbar-trigger-feedback": "Feedback about editing",
+ "moodbar-trigger-share": "Share your experience",
+ "moodbar-trigger-editing": "Editing $1...",
+ "tooltip-p-moodbar-trigger-feedback": "",
+ "tooltip-p-moodbar-trigger-share": "",
+ "tooltip-p-moodbar-trigger-editing": "",
+ "moodbar-seconds": "less than 1 minute",
+ "moodbar-close": "(close)",
+ "moodbar-intro-feedback": "Editing $1 made me...",
+ "moodbar-intro-share": "My experience on $1 made me...",
+ "moodbar-intro-editing": "Editing $1 made me...",
+ "moodbar-type-happy-title": "{{GENDER:$1|Happy}}",
+ "moodbar-type-sad-title": "{{GENDER:$1|Sad}}",
+ "moodbar-type-confused-title": "{{GENDER:$1|Confused}}",
+ "tooltip-moodbar-what": "Learn more about this feature",
+ "moodbar-what-target": "https://www.mediawiki.org/wiki/MoodBar",
+ "moodbar-what-label": "What is this?",
+ "moodbar-what-collapsed": "▶",
+ "moodbar-what-expanded": "▼",
+ "moodbar-respond-collapsed": "▶",
+ "moodbar-respond-expanded": "▼",
+ "moodbar-respond-text": "Respond to this",
+ "moodbar-response-add": "Add a response",
+ "moodbar-response-desc": "Response will reference original comment.
Signature not required.",
+ "moodbar-response-btn": "Send response",
+ "moodbar-what-content": "This feature is designed to help the community
understand the experience of people editing the site.\nFor more information,
please visit the $1.",
+ "moodbar-what-link": "feature page",
+ "moodbar-privacy": "By submitting, you agree that your contribution
will be used publicly under these [$1 Terms of Use].",
+ "moodbar-fbd-link-title": "feedback",
+ "moodbar-disable-link": "I'm not interested. Please disable this
feature.",
+ "moodbar-form-title": "Because...",
+ "moodbar-form-note": "255 characters maximum",
+ "moodbar-form-note-dynamic": "Remaining
{{PLURAL:$1|character|characters}}: $1",
+ "moodbar-form-submit": "Share feedback",
+ "moodbar-form-policy-text": "By submitting, $1",
+ "moodbar-form-policy-label": "our policy",
+ "moodbar-loading-title": "Sharing...",
+ "moodbar-disabling-title": "Disabling...",
+ "moodbar-success-title": "Thanks!",
+ "moodbar-error-title": "Oops!",
+ "moodbar-loading-subtitle": "We are sharing your feedback…",
+ "moodbar-disabling-subtitle": "We are trying to disable this feature",
+ "moodbar-success-subtitle": "Sharing your $FBD-LINK helps us improve
$1.",
+ "moodbar-error-subtitle": "Something went wrong! Please try sharing
your feedback again later.",
+ "moodbar-disable-error-subtitle": "Something went wrong! Please try
again later.",
+ "moodbar-blocked-title": "Oops!",
+ "moodbar-blocked-subtitle": "You have been blocked from editing.",
+ "moodbar-ratelimited-title": "Oops!",
+ "moodbar-ratelimited-subtitle": "You have exceeded MoodBar rate limit.
Please wait some time and try again",
+ "moodbar-abuse-title": "Oops!",
+ "moodbar-abuse-subtitle": "Your feedback violates MoodBar rules.",
+ "moodbar-email-title": "Add email",
+ "moodbar-email-input": "Your email address",
+ "moodbar-email-desc": "We will send you an email if someone responds to
your feedback.",
+ "moodbar-email-submit": "Submit",
+ "moodbar-updating-title": "Updating...",
+ "moodbar-updating-subtitle": "We are updating your email settings.",
+ "moodbar-email-confirm-title": "Confirm email",
+ "moodbar-email-confirm-desc": "You must confirm your email address in
order to receive notifications. To resend the confirmation email, click
\"Resend Confirmation\".",
+ "moodbar-email-resend-confirmation": "Resend confirmation",
+ "moodbar-email-optout": "No thanks",
+ "moodbar-tooltip-title": "Let us know about your experience editing
{{SITENAME}}.",
+ "right-moodbar-view": "View and export MoodBar feedback",
+ "right-moodbar-admin": "Alter visibility on the feedback dashboard",
+ "right-moodbar-delete": "Delete feedback from the dashboard",
+ "action-moodbar-view": "view and export MoodBar feedback",
+ "action-moodbar-admin": "alter visibility on the feedback dashboard",
+ "action-moodbar-delete": "delete feedback from the dashboard",
+ "moodbar-admin-title": "MoodBar feedback",
+ "moodbar-admin-intro": "This page allows you to view feedback submitted
with the MoodBar.",
+ "moodbar-admin-empty": "No results",
+ "moodbar-header-id": "Feedback ID",
+ "moodbar-header-timestamp": "Timestamp",
+ "moodbar-header-type": "Type",
+ "moodbar-header-page": "Page",
+ "moodbar-header-usertype": "User type",
+ "moodbar-header-user": "User",
+ "moodbar-header-editmode": "Edit mode",
+ "moodbar-header-bucket": "Testing bucket",
+ "moodbar-header-system": "System type",
+ "moodbar-header-locale": "Locale",
+ "moodbar-header-useragent": "User agent",
+ "moodbar-header-comment": "Comments",
+ "moodbar-header-user-editcount": "User edit count",
+ "moodbar-header-namespace": "Namespace",
+ "moodbar-header-own-talk": "Own talk page",
+ "moodbar-feedback-title": "MoodBar feedback dashboard",
+ "moodbar-feedback-description": "This dashboard displays comments from
new editors about their experiences editing $1.
[http://en.wikipedia.org/wiki/Wikipedia:New_editor_feedback Learn More]",
+ "moodbar-feedback-response-title": "In response to your
[[$1|feedback]]",
+ "moodbar-feedback-view-link": "(View the feedback)",
+ "moodbar-feedback-filters": "Filters",
+ "moodbar-feedback-filters-type": "Mood:",
+ "moodbar-feedback-filters-type-happy": "Happy",
+ "moodbar-feedback-filters-type-confused": "Confused",
+ "moodbar-feedback-filters-type-sad": "Sad",
+ "moodbar-feedback-filters-username": "Username:",
+ "moodbar-feedback-filters-my-response": "My responses only",
+ "moodbar-feedback-filters-show-unanswered": "Show unanswered",
+ "moodbar-feedback-filters-button": "Set filters",
+ "moodbar-feedback-whatis": "What is this feature?",
+ "moodbar-feedback-permalink": "link to here",
+ "moodbar-feedback-noresults": "There are no comments that match your
filters.",
+ "moodbar-feedback-more": "More",
+ "moodbar-feedback-nomore": "There are no more results to show.",
+ "moodbar-feedback-newer": "Newer",
+ "moodbar-feedback-older": "Older",
+ "moodbar-feedback-ajaxerror": "An error occurred while fetching more
results.",
+ "moodbar-feedback-load-record-error": "An error occurred while loading
a record.",
+ "moodbar-user-hidden": "(User hidden)",
+ "moodbar-comment-hidden": "Feedback hidden",
+ "moodbar-feedback-show": "show hidden feedback",
+ "moodbar-feedback-hide": "hide feedback",
+ "moodbar-feedback-delete": "delete feedback",
+ "moodbar-feedback-action-confirm": "Confirm",
+ "moodbar-feedback-action-cancel": "Cancel",
+ "moodbar-hidden-footer": "Hidden feedback by $1 on $2 $3, reason: $4
$5",
+ "moodbar-hidden-footer-without-log": "Hidden feedback $1",
+ "moodbar-feedback-restore": "restore hidden feedback",
+ "moodbar-action-item": "Feedback:",
+ "moodbar-action-reason": "Reason:",
+ "moodbar-action-reason-required": "Please provide a reason.",
+ "moodbar-hide-header": "Hide this item from view",
+ "moodbar-hide-intro": "",
+ "moodbar-delete-header": "Delete this item from view",
+ "moodbar-delete-intro": "",
+ "moodbar-restore-header": "Restore this item's visibility",
+ "moodbar-restore-intro": "",
+ "moodbar-invalid-item": "The system was unable to find the correct
feedback item.",
+ "moodbar-feedback-action-error": "An error occurred when trying to
perform this action.",
+ "moodbar-feedback-response-summary": "[[$1|$2]] [[$3|responded]] $4
ago",
+ "moodbar-feedback-response-helpful-summary": "[[$1|$2]]
[[$3|responded]] $4 ago and [[$5|$6]] finds it helpful",
+ "moodbar-feedback-edit-summary": "Response to
[[Special:FeedbackDashboard/$1|user feedback]]: $2",
+ "moodbar-feedback-top-responders-title": "Top Responders",
+ "moodbar-type-happy": "{{GENDER:$1|Happy}}",
+ "moodbar-type-sad": "{{GENDER:$1|Sad}}",
+ "moodbar-type-confused": "{{GENDER:$1|Confused}}",
+ "moodbar-type-stats": "MoodBar feedback made in last 24 hours: Happy:
$1, Sad: $2, Confused: $3",
+ "moodbar-user-anonymized": "Anonymized",
+ "moodbar-user-ip": "IP address",
+ "moodbar-user-user": "Registered user",
+ "moodbar-log-name": "Feedback log",
+ "moodbar-log-header": "This is the log of actions taken on feedback
items listed on the [[Special:FeedbackDashboard|feedback dashboard]].",
+ "moodbar-log-hide": "hid [[$1]]",
+ "moodbar-log-feedback": "left feedback at [[$1]]",
+ "moodbar-log-restore": "restored the visibility for [[$1]]",
+ "moodbar-log-delete": "deleted [[$1]]",
+ "moodbar-log-reason": "$1",
+ "moodbar-response-terms": "By submitting, you agree to transparency
under these $1.",
+ "moodbar-response-link": "terms",
+ "moodbar-response-url":
"//wikimediafoundation.org/wiki/Feedback_privacy_statement",
+ "response-back-text": "Back",
+ "response-preview-text": "Preview",
+ "response-ajax-action-head": "Responding...",
+ "response-ajax-action-body": "Your response is being added.",
+ "response-ajax-success-head": "Thanks!",
+ "response-ajax-success-body": "Your response has been added.",
+ "response-ajax-error-head": "Oops!",
+ "response-ajax-error-body": "There was an error adding your response.
<br />Please try again later.",
+ "response-concurrency-notification": "Someone has recently started
responding to this feedback.",
+ "moodbar-enotif-subject": "$1 responded to your feedback",
+ "moodbar-enotif-body": "Hello $1!\n\nWelcome to {{SITENAME}}, and
thanks for your [$2 feedback]. Another {{SITENAME}} user, [$3 $6], wrote the
following response:\n\n $4\n\nView this message on your [$5 talk
page].\n\nWhat is a talk page?\nYour user talk page is the page that other
{{SITENAME}} editors use to communicate with you. You can respond by clicking
\"Edit\", moving the cursor below the comment, typing your response and four
tildes (~~~~) to sign, and saving. All pages in {{SITENAME}} have talk pages,
and they're used for many different purposes. It takes a while to get the hang
of it, but is pretty easy once you're used to it.\n\nStill confused?
[http://en.wikipedia.org/wiki/File:Wikipedia_basics_-_Talk_pages.ogv This
video] (watch on [http://www.youtube.com/watch?v=JdeDLRsB2Es YouTube]) gives
you a step-by-step overview of how talk pages work.\n\nThanks for being part of
the community.\n\n-- {{SITENAME}}",
+ "moodbar-disable": "Disable Moodbar",
+ "prefs-moodbar": "Moodbar",
+ "apihelp-feedbackdashboard-description": "Allows administrators to
manage submissions to the feedback dashboard.",
+ "apihelp-feedbackdashboard-param-mbaction": "The action to take.",
+ "apihelp-feedbackdashboard-param-item": "The feedback item to apply it
to.",
+ "apihelp-feedbackdashboard-param-reason": "The reason to specify in the
log.",
+ "apihelp-feedbackdashboardresponse-description": "Allows users to
submit response to a feedback about their experiences on the site.",
+ "apihelp-feedbackdashboardresponse-param-feedback": "The moodbar
feedback unique identifier.",
+ "apihelp-feedbackdashboardresponse-param-response": "The feedback
text.",
+ "apihelp-feedbackdashboardresponse-param-anonymize": "Whether to hide
user information.",
+ "apihelp-feedbackdashboardresponse-param-editmode": "Whether or not the
feedback context is in edit mode.",
+ "apihelp-feedbackdashboardresponse-param-useragent": "The User-Agent
header of the browser.",
+ "apihelp-feedbackdashboardresponse-param-system": "The operating system
being used.",
+ "apihelp-feedbackdashboardresponse-param-locale": "The locale in use.",
+ "apihelp-moodbar-description": "Allows users to submit feedback about
their experiences on the site.",
+ "apihelp-moodbar-param-page": "The page the feedback is on.",
+ "apihelp-moodbar-param-type": "The type of feedback being provided.",
+ "apihelp-moodbar-param-comment": "The feedback text.",
+ "apihelp-moodbar-param-anonymize": "Whether to hide user information.",
+ "apihelp-moodbar-param-editmode": "Whether or not the feedback context
is in edit mode.",
+ "apihelp-moodbar-param-useragent": "The User-Agent header of the
browser.",
+ "apihelp-moodbar-param-system": "The operating system being used.",
+ "apihelp-moodbar-param-locale": "The locale in use.",
+ "apihelp-moodbar-param-bucket": "The testing bucket, if any.",
+ "apihelp-moodbarsetuseremail-description": "Sets the profile email for
a user or resends the verification email to a user.",
+ "apihelp-moodbarsetuseremail-param-mbaction": "The action to take.",
+ "apihelp-moodbarsetuseremail-param-email": "The email which a user sets
or resends verification to.",
+ "apihelp-query+moodbarcomments-description": "List all feedback
comments submitted through the MoodBar extension.",
+ "apihelp-query+moodbarcomments-param-limit": "How many comments to
return.",
+ "apihelp-query+moodbarcomments-param-type": "Only return comments of
the given type(s). If not set or empty, return all comments.",
+ "apihelp-query+moodbarcomments-param-user": "Only return comments
submitted by the given user.",
+ "apihelp-query+moodbarcomments-param-myresponse": "Only return comments
to which the current user has responded.",
+ "apihelp-query+moodbarcomments-param-showunanswered": "Only return
comments to which no one has responded.",
+ "apihelp-query+moodbarcomments-param-prop": "Which properties to
get:\n;metadata:Comment ID, type, timestamp, user.\n;formatted:HTML that would
be displayed for this comment on [[Special:MoodBarFeedback]].\n;hidden:Format
the full HTML even if comments are hidden."
+}
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 8a3bd54..60a3949 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -157,5 +157,37 @@
"moodbar-enotif-subject": "Feedback response email subject.
Parameters:\n* $1 - any one of the following: real name, username,
{{msg-mw|Enotif anon editor}}",
"moodbar-enotif-body": "Feedback response email body. Parameters:\n* $1
- the commenter name\n* $2 - the link to the feedback of commenter\n* $3 - the
responder talk page\n* $4 - the response text\n* $5 - commenter talk page\n* $6
- the responder's username",
"moodbar-disable": "Text for checkbox to disable moodbar",
- "prefs-moodbar": "Moodbar section heading on Misc tab in Preferences"
+ "prefs-moodbar": "Moodbar section heading on Misc tab in Preferences",
+ "apihelp-feedbackdashboard-description":
"{{doc-apihelp-description|feedbackdashboard}}",
+ "apihelp-feedbackdashboard-param-mbaction":
"{{doc-apihelp-param|feedbackdashboard|mbaction}}",
+ "apihelp-feedbackdashboard-param-item":
"{{doc-apihelp-param|feedbackdashboard|item}}",
+ "apihelp-feedbackdashboard-param-reason":
"{{doc-apihelp-param|feedbackdashboard|reason}}",
+ "apihelp-feedbackdashboardresponse-description":
"{{doc-apihelp-description|feedbackdashboardresponse}}",
+ "apihelp-feedbackdashboardresponse-param-feedback":
"{{doc-apihelp-param|feedbackdashboardresponse|feedback}}",
+ "apihelp-feedbackdashboardresponse-param-response":
"{{doc-apihelp-param|feedbackdashboardresponse|response}}",
+ "apihelp-feedbackdashboardresponse-param-anonymize":
"{{doc-apihelp-param|feedbackdashboardresponse|anonymize}}",
+ "apihelp-feedbackdashboardresponse-param-editmode":
"{{doc-apihelp-param|feedbackdashboardresponse|editmode}}",
+ "apihelp-feedbackdashboardresponse-param-useragent":
"{{doc-apihelp-param|feedbackdashboardresponse|useragent}}",
+ "apihelp-feedbackdashboardresponse-param-system":
"{{doc-apihelp-param|feedbackdashboardresponse|system}}",
+ "apihelp-feedbackdashboardresponse-param-locale":
"{{doc-apihelp-param|feedbackdashboardresponse|locale}}",
+ "apihelp-moodbar-description": "{{doc-apihelp-description|moodbar}}",
+ "apihelp-moodbar-param-page": "{{doc-apihelp-param|moodbar|page}}",
+ "apihelp-moodbar-param-type": "{{doc-apihelp-param|moodbar|type}}",
+ "apihelp-moodbar-param-comment":
"{{doc-apihelp-param|moodbar|comment}}",
+ "apihelp-moodbar-param-anonymize":
"{{doc-apihelp-param|moodbar|anonymize}}",
+ "apihelp-moodbar-param-editmode":
"{{doc-apihelp-param|moodbar|editmode}}",
+ "apihelp-moodbar-param-useragent":
"{{doc-apihelp-param|moodbar|useragent}}",
+ "apihelp-moodbar-param-system": "{{doc-apihelp-param|moodbar|system}}",
+ "apihelp-moodbar-param-locale": "{{doc-apihelp-param|moodbar|locale}}",
+ "apihelp-moodbar-param-bucket": "{{doc-apihelp-param|moodbar|bucket}}",
+ "apihelp-moodbarsetuseremail-description":
"{{doc-apihelp-description|moodbarsetuseremail}}",
+ "apihelp-moodbarsetuseremail-param-mbaction":
"{{doc-apihelp-param|moodbarsetuseremail|mbaction}}",
+ "apihelp-moodbarsetuseremail-param-email":
"{{doc-apihelp-param|moodbarsetuseremail|email}}",
+ "apihelp-query+moodbarcomments-description":
"{{doc-apihelp-description|query+moodbarcomments}}",
+ "apihelp-query+moodbarcomments-param-limit":
"{{doc-apihelp-param|query+moodbarcomments|limit}}",
+ "apihelp-query+moodbarcomments-param-type":
"{{doc-apihelp-param|query+moodbarcomments|type}}",
+ "apihelp-query+moodbarcomments-param-user":
"{{doc-apihelp-param|query+moodbarcomments|user}}",
+ "apihelp-query+moodbarcomments-param-myresponse":
"{{doc-apihelp-param|query+moodbarcomments|myresponse}}",
+ "apihelp-query+moodbarcomments-param-showunanswered":
"{{doc-apihelp-param|query+moodbarcomments|showunanswered}}",
+ "apihelp-query+moodbarcomments-param-prop":
"{{doc-apihelp-param|query+moodbarcomments|prop}}"
}
--
To view, visit https://gerrit.wikimedia.org/r/169829
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I67395aff48185f3e09da31b51a08aa2541fe6a17
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MoodBar
Gerrit-Branch: master
Gerrit-Owner: Anomie <[email protected]>
Gerrit-Reviewer: Anomie <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits