Purodha has uploaded a new change for review.
https://gerrit.wikimedia.org/r/232900
Change subject: Remove superfluous apostrophes from messages.
......................................................................
Remove superfluous apostrophes from messages.
Change-Id: I9881ffcbdcaab3113bdb83a102db02673b7d3729
---
M includes/api/i18n/en.json
1 file changed, 33 insertions(+), 33 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/00/232900/1
diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json
index d905dea..e4c0c10 100644
--- a/includes/api/i18n/en.json
+++ b/includes/api/i18n/en.json
@@ -17,7 +17,7 @@
"apihelp-main-param-servedby": "Include the hostname that served the
request in the results.",
"apihelp-main-param-curtimestamp": "Include the current timestamp in
the result.",
"apihelp-main-param-origin": "When accessing the API using a
cross-domain AJAX request (CORS), set this to the originating domain. This must
be included in any pre-flight request, and therefore must be part of the
request URI (not the POST body). This must match one of the origins in the
<code>Origin</code> header exactly, so it has to be set to something like
<kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>.
If this parameter does not match the <code>Origin</code> header, a 403 response
will be returned. If this parameter matches the <code>Origin</code> header and
the origin is whitelisted, an <code>Access-Control-Allow-Origin</code> header
will be set.",
- "apihelp-main-param-uselang": "Language to use for message
translations. A list of codes may be fetched from
<kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> with
<kbd>siprop=languages</kbd>, or specify <kbd>user</kbd> to use the current
user's language preference, or specify <kbd>content</kbd> to use this wiki's
content language.",
+ "apihelp-main-param-uselang": "Language to use for message
translations. A list of codes may be fetched from
<kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> with
<kbd>siprop=languages</kbd>, or specify <kbd>user</kbd> to use the current
users language preference, or specify <kbd>content</kbd> to use this wiki's
content language.",
"apihelp-block-description": "Block a user.",
"apihelp-block-param-user": "Username, IP address, or IP range to
block.",
@@ -30,7 +30,7 @@
"apihelp-block-param-hidename": "Hide the username from the block log.
(Requires the <code>hideuser</code> right).",
"apihelp-block-param-allowusertalk": "Allow the user to edit their own
talk page (depends on
<var>[[mw:Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).",
"apihelp-block-param-reblock": "If the user is already blocked,
overwrite the existing block.",
- "apihelp-block-param-watchuser": "Watch the user's or IP address's user
and talk pages.",
+ "apihelp-block-param-watchuser": "Watch the users or IP address's user
and talk pages.",
"apihelp-block-example-ip-simple": "Block IP address
<kbd>192.0.2.5</kbd> for three days with reason <kbd>First strike</kbd>.",
"apihelp-block-example-user-complex": "Block user <kbd>Vandal</kbd>
indefinitely with reason <kbd>Vandalism</kbd>, and prevent new account creation
and email sending.",
@@ -69,9 +69,9 @@
"apihelp-delete-param-title": "Title of the page to delete. Cannot be
used together with <var>$1pageid</var>.",
"apihelp-delete-param-pageid": "Page ID of the page to delete. Cannot
be used together with <var>$1title</var>.",
"apihelp-delete-param-reason": "Reason for the deletion. If not set, an
automatically generated reason will be used.",
- "apihelp-delete-param-watch": "Add the page to the current user's
watchlist.",
- "apihelp-delete-param-watchlist": "Unconditionally add or remove the
page from the current user's watchlist, use preferences or do not change
watch.",
- "apihelp-delete-param-unwatch": "Remove the page from the current
user's watchlist.",
+ "apihelp-delete-param-watch": "Add the page to the current users
watchlist.",
+ "apihelp-delete-param-watchlist": "Unconditionally add or remove the
page from the current users watchlist, use preferences or do not change watch.",
+ "apihelp-delete-param-unwatch": "Remove the page from the current users
watchlist.",
"apihelp-delete-param-oldimage": "The name of the old image to delete
as provided by
[[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].",
"apihelp-delete-example-simple": "Delete <kbd>Main Page</kbd>.",
"apihelp-delete-example-reason": "Delete <kbd>Main Page</kbd> with the
reason <kbd>Preparing for move</kbd>.",
@@ -94,9 +94,9 @@
"apihelp-edit-param-recreate": "Override any errors about the page
having been deleted in the meantime.",
"apihelp-edit-param-createonly": "Don't edit the page if it exists
already.",
"apihelp-edit-param-nocreate": "Throw an error if the page doesn't
exist.",
- "apihelp-edit-param-watch": "Add the page to the current user's
watchlist.",
- "apihelp-edit-param-unwatch": "Remove the page from the current user's
watchlist.",
- "apihelp-edit-param-watchlist": "Unconditionally add or remove the page
from the current user's watchlist, use preferences or do not change watch.",
+ "apihelp-edit-param-watch": "Add the page to the current users
watchlist.",
+ "apihelp-edit-param-unwatch": "Remove the page from the current users
watchlist.",
+ "apihelp-edit-param-watchlist": "Unconditionally add or remove the page
from the current users watchlist, use preferences or do not change watch.",
"apihelp-edit-param-md5": "The MD5 hash of the $1text parameter, or the
$1prependtext and $1appendtext parameters concatenated. If set, the edit won't
be done unless the hash is correct.",
"apihelp-edit-param-prependtext": "Add this text to the beginning of
the page. Overrides $1text.",
"apihelp-edit-param-appendtext": "Add this text to the end of the page.
Overrides $1text.\n\nUse $1section=new to append a new section, rather than
this parameter.",
@@ -229,9 +229,9 @@
"apihelp-move-param-movetalk": "Rename the talk page, if it exists.",
"apihelp-move-param-movesubpages": "Rename subpages, if applicable.",
"apihelp-move-param-noredirect": "Don't create a redirect.",
- "apihelp-move-param-watch": "Add the page and the redirect to the
current user's watchlist.",
- "apihelp-move-param-unwatch": "Remove the page and the redirect from
the current user's watchlist.",
- "apihelp-move-param-watchlist": "Unconditionally add or remove the page
from the current user's watchlist, use preferences or do not change watch.",
+ "apihelp-move-param-watch": "Add the page and the redirect to the
current users watchlist.",
+ "apihelp-move-param-unwatch": "Remove the page and the redirect from
the current users watchlist.",
+ "apihelp-move-param-watchlist": "Unconditionally add or remove the page
from the current users watchlist, use preferences or do not change watch.",
"apihelp-move-param-ignorewarnings": "Ignore any warnings.",
"apihelp-move-example-move": "Move <kbd>Badtitle</kbd> to
<kbd>Goodtitle</kbd> without leaving a redirect.",
@@ -326,8 +326,8 @@
"apihelp-protect-param-expiry": "Expiry timestamps. If only one
timestamp is set, it'll be used for all protections. Use <kbd>infinite</kbd>,
<kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a
never-expiring protection.",
"apihelp-protect-param-reason": "Reason for (un)protecting.",
"apihelp-protect-param-cascade": "Enable cascading protection (i.e.
protect pages included in this page). Ignored if all protection levels given do
not support cascading.",
- "apihelp-protect-param-watch": "If set, add the page being
(un)protected to the current user's watchlist.",
- "apihelp-protect-param-watchlist": "Unconditionally add or remove the
page from the current user's watchlist, use preferences or do not change
watch.",
+ "apihelp-protect-param-watch": "If set, add the page being
(un)protected to the current users watchlist.",
+ "apihelp-protect-param-watchlist": "Unconditionally add or remove the
page from the current users watchlist, use preferences or do not change watch.",
"apihelp-protect-example-protect": "Protect a page.",
"apihelp-protect-example-unprotect": "Unprotect a page by setting
restrictions to <kbd>all</kbd>.",
"apihelp-protect-example-unprotect2": "Unprotect a page by setting no
restrictions.",
@@ -960,17 +960,17 @@
"apihelp-query+usercontribs-example-ipprefix": "Show contributions from
all IP addresses with prefix <kbd>192.0.2.</kbd>.",
"apihelp-query+userinfo-description": "Get information about the
current user.",
- "apihelp-query+userinfo-param-prop": "Which pieces of information to
include:\n;blockinfo:Tags if the current user is blocked, by whom, and for what
reason.\n;hasmsg:Adds a tag <samp>message</samp> if the current user has
pending messages.\n;groups:Lists all the groups the current user belongs
to.\n;implicitgroups:Lists all the groups the current user is automatically a
member of.\n;rights:Lists all the rights the current user
has.\n;changeablegroups:Lists the groups the current user can add to and remove
from.\n;options:Lists all preferences the current user has
set.\n;preferencestoken:<span class=\"apihelp-deprecated\">Deprecated.</span>
Get a token to change current user's preferences.\n;editcount:Adds the current
user's edit count.\n;ratelimits:Lists all rate limits applying to the current
user.\n;realname:Adds the user's real name.\n;email:Adds the user's email
address and email authentication date.\n;acceptlang:Echoes the
<code>Accept-Language</code> header sent by the client in a structured
format.\n;registrationdate:Adds the user's registration
date.\n;unreadcount:Adds the count of unread pages on the user's watchlist
(maximum $1; returns <samp>$2</samp> if more).",
+ "apihelp-query+userinfo-param-prop": "Which pieces of information to
include:\n;blockinfo:Tags if the current user is blocked, by whom, and for what
reason.\n;hasmsg:Adds a tag <samp>message</samp> if the current user has
pending messages.\n;groups:Lists all the groups the current user belongs
to.\n;implicitgroups:Lists all the groups the current user is automatically a
member of.\n;rights:Lists all the rights the current user
has.\n;changeablegroups:Lists the groups the current user can add to and remove
from.\n;options:Lists all preferences the current user has
set.\n;preferencestoken:<span class=\"apihelp-deprecated\">Deprecated.</span>
Get a token to change current users preferences.\n;editcount:Adds the current
users edit count.\n;ratelimits:Lists all rate limits applying to the current
user.\n;realname:Adds the users real name.\n;email:Adds the users email address
and email authentication date.\n;acceptlang:Echoes the
<code>Accept-Language</code> header sent by the client in a structured
format.\n;registrationdate:Adds the users registration date.\n;unreadcount:Adds
the count of unread pages on the users watchlist (maximum $1; returns
<samp>$2</samp> if more).",
"apihelp-query+userinfo-example-simple": "Get information about the
current user.",
"apihelp-query+userinfo-example-data": "Get additional information
about the current user.",
"apihelp-query+users-description": "Get information about a list of
users.",
- "apihelp-query+users-param-prop": "Which pieces of information to
include:\n;blockinfo:Tags if the user is blocked, by whom, and for what
reason.\n;groups:Lists all the groups each user belongs
to.\n;implicitgroups:Lists all the groups a user is automatically a member
of.\n;rights:Lists all the rights each user has.\n;editcount:Adds the user's
edit count.\n;registration:Adds the user's registration
timestamp.\n;emailable:Tags if the user can and wants to receive email through
[[Special:Emailuser]].\n;gender:Tags the gender of the user. Returns \"male\",
\"female\", or \"unknown\".",
+ "apihelp-query+users-param-prop": "Which pieces of information to
include:\n;blockinfo:Tags if the user is blocked, by whom, and for what
reason.\n;groups:Lists all the groups each user belongs
to.\n;implicitgroups:Lists all the groups a user is automatically a member
of.\n;rights:Lists all the rights each user has.\n;editcount:Adds the users
edit count.\n;registration:Adds the users registration
timestamp.\n;emailable:Tags if the user can and wants to receive email through
[[Special:Emailuser]].\n;gender:Tags the gender of the user. Returns \"male\",
\"female\", or \"unknown\".",
"apihelp-query+users-param-users": "A list of users to obtain
information for.",
"apihelp-query+users-param-token": "Use
<kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> instead.",
"apihelp-query+users-example-simple": "Return information for user
<kbd>Example</kbd>.",
- "apihelp-query+watchlist-description": "Get recent changes to pages in
the current user's watchlist.",
+ "apihelp-query+watchlist-description": "Get recent changes to pages in
the current users watchlist.",
"apihelp-query+watchlist-param-allrev": "Include multiple revisions of
the same page within given timeframe.",
"apihelp-query+watchlist-param-start": "The timestamp to start
enumerating from.",
"apihelp-query+watchlist-param-end": "The timestamp to end
enumerating.",
@@ -981,26 +981,26 @@
"apihelp-query+watchlist-param-prop": "Which additional items to
get:\n;ids:Adds revision IDs and page IDs.\n;title:Adds title of the
page.\n;flags:Adds flags for the edit.\n;user:Adds the user who made the
edit.\n;userid:Adds user ID of whom made the edit.\n;comment:Adds comment of
the edit.\n;parsedcomment:Adds parsed comment of the edit.\n;timestamp:Adds
timestamp of the edit.\n;patrol:Tags edits that are patrolled.\n;sizes:Adds the
old and new lengths of the page.\n;notificationtimestamp:Adds timestamp of when
the user was last notified about the edit.\n;loginfo:Adds log information where
appropriate.",
"apihelp-query+watchlist-param-show": "Show only items that meet these
criteria. For example, to see only minor edits done by logged-in users, set
$1show=minor|!anon.",
"apihelp-query+watchlist-param-type": "Which types of changes to
show:\n;edit:Regular page edits.\n;external:External changes.\n;new:Page
creations.\n;log:Log entries.",
- "apihelp-query+watchlist-param-owner": "Used along with $1token to
access a different user's watchlist.",
- "apihelp-query+watchlist-param-token": "A security token (available in
the user's [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to
allow access to another user's watchlist.",
- "apihelp-query+watchlist-example-simple": "List the top revision for
recently changed pages on the current user's watchlist.",
- "apihelp-query+watchlist-example-props": "Fetch additional information
about the top revision for recently changed pages on the current user's
watchlist.",
- "apihelp-query+watchlist-example-allrev": "Fetch information about all
recent changes to pages on the current user's watchlist.",
- "apihelp-query+watchlist-example-generator": "Fetch page info for
recently changed pages on the current user's watchlist.",
- "apihelp-query+watchlist-example-generator-rev": "Fetch revision info
for recent changes to pages on the current user's watchlist.",
+ "apihelp-query+watchlist-param-owner": "Used along with $1token to
access a different users watchlist.",
+ "apihelp-query+watchlist-param-token": "A security token (available in
the users [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to
allow access to another users watchlist.",
+ "apihelp-query+watchlist-example-simple": "List the top revision for
recently changed pages on the current users watchlist.",
+ "apihelp-query+watchlist-example-props": "Fetch additional information
about the top revision for recently changed pages on the current users
watchlist.",
+ "apihelp-query+watchlist-example-allrev": "Fetch information about all
recent changes to pages on the current users watchlist.",
+ "apihelp-query+watchlist-example-generator": "Fetch page info for
recently changed pages on the current users watchlist.",
+ "apihelp-query+watchlist-example-generator-rev": "Fetch revision info
for recent changes to pages on the current users watchlist.",
"apihelp-query+watchlist-example-wlowner": "List the top revision for
recently changed pages on the watchlist of user <kbd>Example</kbd>.",
- "apihelp-query+watchlistraw-description": "Get all pages on the current
user's watchlist.",
+ "apihelp-query+watchlistraw-description": "Get all pages on the current
users watchlist.",
"apihelp-query+watchlistraw-param-namespace": "Only list pages in the
given namespaces.",
"apihelp-query+watchlistraw-param-limit": "How many total results to
return per request.",
"apihelp-query+watchlistraw-param-prop": "Which additional properties
to get:\n;changed:Adds timestamp of when the user was last notified about the
edit.",
"apihelp-query+watchlistraw-param-show": "Only list items that meet
these criteria.",
- "apihelp-query+watchlistraw-param-owner": "Used along with $1token to
access a different user's watchlist.",
- "apihelp-query+watchlistraw-param-token": "A security token (available
in the user's [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to
allow access to another user's watchlist.",
+ "apihelp-query+watchlistraw-param-owner": "Used along with $1token to
access a different users watchlist.",
+ "apihelp-query+watchlistraw-param-token": "A security token (available
in the users [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to
allow access to another users watchlist.",
"apihelp-query+watchlistraw-param-fromtitle": "Title (with namespace
prefix) to begin enumerating from.",
"apihelp-query+watchlistraw-param-totitle": "Title (with namespace
prefix) to stop enumerating at.",
- "apihelp-query+watchlistraw-example-simple": "List pages on the current
user's watchlist.",
- "apihelp-query+watchlistraw-example-generator": "Fetch page info for
pages on the current user's watchlist.",
+ "apihelp-query+watchlistraw-example-simple": "List pages on the current
users watchlist.",
+ "apihelp-query+watchlistraw-example-generator": "Fetch page info for
pages on the current users watchlist.",
"apihelp-revisiondelete-description": "Delete and undelete revisions.",
"apihelp-revisiondelete-param-type": "Type of revision deletion being
performed.",
@@ -1019,7 +1019,7 @@
"apihelp-rollback-param-user": "Name of the user whose edits are to be
rolled back.",
"apihelp-rollback-param-summary": "Custom edit summary. If empty,
default summary will be used.",
"apihelp-rollback-param-markbot": "Mark the reverted edits and the
revert as bot edits.",
- "apihelp-rollback-param-watchlist": "Unconditionally add or remove the
page from the current user's watchlist, use preferences or do not change
watch.",
+ "apihelp-rollback-param-watchlist": "Unconditionally add or remove the
page from the current users watchlist, use preferences or do not change watch.",
"apihelp-rollback-example-simple": "Roll back the last edits to page
<kbd>Main Page</kbd> by user <kbd>Example</kbd>.",
"apihelp-rollback-example-summary": "Roll back the last edits to page
<kbd>Main Page</kbd> by IP user <kbd>192.0.2.5</kbd> with summary
<kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot
edits.",
@@ -1063,7 +1063,7 @@
"apihelp-undelete-param-reason": "Reason for restoring.",
"apihelp-undelete-param-timestamps": "Timestamps of the revisions to
restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty,
all will be restored.",
"apihelp-undelete-param-fileids": "IDs of the file revisions to
restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty,
all will be restored.",
- "apihelp-undelete-param-watchlist": "Unconditionally add or remove the
page from the current user's watchlist, use preferences or do not change
watch.",
+ "apihelp-undelete-param-watchlist": "Unconditionally add or remove the
page from the current users watchlist, use preferences or do not change watch.",
"apihelp-undelete-example-page": "Undelete page <kbd>Main Page</kbd>.",
"apihelp-undelete-example-revisions": "Undelete two revisions of page
<kbd>Main Page</kbd>.",
@@ -1072,7 +1072,7 @@
"apihelp-upload-param-comment": "Upload comment. Also used as the
initial page text for new files if <var>$1text</var> is not specified.",
"apihelp-upload-param-text": "Initial page text for new files.",
"apihelp-upload-param-watch": "Watch the page.",
- "apihelp-upload-param-watchlist": "Unconditionally add or remove the
page from the current user's watchlist, use preferences or do not change
watch.",
+ "apihelp-upload-param-watchlist": "Unconditionally add or remove the
page from the current users watchlist, use preferences or do not change watch.",
"apihelp-upload-param-ignorewarnings": "Ignore any warnings.",
"apihelp-upload-param-file": "File contents.",
"apihelp-upload-param-url": "URL to fetch the file from.",
@@ -1090,7 +1090,7 @@
"apihelp-upload-example-url": "Upload from a URL.",
"apihelp-upload-example-filekey": "Complete an upload that failed due
to warnings.",
- "apihelp-userrights-description": "Change a user's group membership.",
+ "apihelp-userrights-description": "Change a users group membership.",
"apihelp-userrights-param-user": "User name.",
"apihelp-userrights-param-userid": "User ID.",
"apihelp-userrights-param-add": "Add the user to these groups.",
@@ -1099,7 +1099,7 @@
"apihelp-userrights-example-user": "Add user <kbd>FooBot</kbd> to group
<kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and
<kbd>bureaucrat</kbd>.",
"apihelp-userrights-example-userid": "Add the user with ID
<kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd>
and <kbd>bureaucrat</kbd>.",
- "apihelp-watch-description": "Add or remove pages from the current
user's watchlist.",
+ "apihelp-watch-description": "Add or remove pages from the current
users watchlist.",
"apihelp-watch-param-title": "The page to (un)watch. Use
<var>$1titles</var> instead.",
"apihelp-watch-param-unwatch": "If set the page will be unwatched
rather than watched.",
"apihelp-watch-example-watch": "Watch the page <kbd>Main Page</kbd>.",
--
To view, visit https://gerrit.wikimedia.org/r/232900
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9881ffcbdcaab3113bdb83a102db02673b7d3729
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Purodha <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits