X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fen.json;h=e55fd039478e822b0cdcbfd7be051a21fbca3186;hb=ce4088bdf1c78270e54f9f196a1360746b01bf6f;hp=5a574d978c332e18aa80bbbf82278d4abb3c86db;hpb=2fff57e8a1e2fbf8487dcb4206b7d8b35bca47a9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 5a574d978c..e55fd03947 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -115,7 +115,7 @@ "apihelp-emailuser-param-subject": "Subject header.", "apihelp-emailuser-param-text": "Mail body.", "apihelp-emailuser-param-ccme": "Send a copy of this mail to me.", - "apihelp-emailuser-example-email": "Send an email to the User WikiSysop with the text Content.", + "apihelp-emailuser-example-email": "Send an email to user WikiSysop with the text Content.", "apihelp-expandtemplates-description": "Expands all templates in wikitext.", "apihelp-expandtemplates-param-title": "Title of page.", @@ -254,12 +254,12 @@ "apihelp-opensearch-param-warningsaserror": "If warnings are raised with format=json, return an API error instead of ignoring them.", "apihelp-opensearch-example-te": "Find pages beginning with Te.", - "apihelp-options-description": "Change preferences of the current user.\n\nOnly options which are registered in core or in one of installed extensions, or options with keys prefixed with \"userjs-\" (intended to be used by user scripts), can be set.", + "apihelp-options-description": "Change preferences of the current user.\n\nOnly options which are registered in core or in one of installed extensions, or options with keys prefixed with userjs- (intended to be used by user scripts), can be set.", "apihelp-options-param-reset": "Resets preferences to the site defaults.", "apihelp-options-param-resetkinds": "List of types of options to reset when the $1reset option is set.", "apihelp-options-param-change": "List of changes, formatted name=value (e.g. skin=vector). Value cannot contain pipe characters. If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value.", - "apihelp-options-param-optionname": "A name of a option which should be set to the value given by $1optionvalue.", - "apihelp-options-param-optionvalue": "A value of the option specified by $1optionname, can contain pipe characters.", + "apihelp-options-param-optionname": "The name of the option that should be set to the value given by $1optionvalue.", + "apihelp-options-param-optionvalue": "The value for the option specified by $1optionname, can contain pipe characters.", "apihelp-options-example-reset": "Reset all preferences.", "apihelp-options-example-change": "Change skin and hideminor preferences.", "apihelp-options-example-complex": "Reset all preferences, then set skin and nickname.", @@ -335,7 +335,7 @@ "apihelp-protect-param-protections": "List of protection levels, formatted action=level (e.g. edit=sysop).\n\nNote: Any actions not listed will have restrictions removed.", "apihelp-protect-param-expiry": "Expiry timestamps. If only one timestamp is set, it'll be used for all protections. Use infinite, indefinite, infinity, or never, 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-cascade": "Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels 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-example-protect": "Protect a page.", @@ -521,7 +521,7 @@ "apihelp-query+backlinks-param-namespace": "The namespace to enumerate.", "apihelp-query+backlinks-param-dir": "The direction in which to list.", "apihelp-query+backlinks-param-filterredir": "How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.", - "apihelp-query+backlinks-param-limit": "How many total pages to return. If $1redirect is enabled, limit applies to each level separately (which means up to 2 * $1limit results may be returned).", + "apihelp-query+backlinks-param-limit": "How many total pages to return. If $1redirect is enabled, the limit applies to each level separately (which means up to 2 * $1limit results may be returned).", "apihelp-query+backlinks-param-redirect": "If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.", "apihelp-query+backlinks-example-simple": "Show links to Main page.", "apihelp-query+backlinks-example-generator": "Get information about pages linking to Main page.", @@ -562,9 +562,9 @@ "apihelp-query+categorymembers-param-start": "Timestamp to start listing from. Can only be used with $1sort=timestamp.", "apihelp-query+categorymembers-param-end": "Timestamp to end listing at. Can only be used with $1sort=timestamp.", "apihelp-query+categorymembers-param-starthexsortkey": "Sortkey to start listing from, as returned by $1prop=sortkey. Can only be used with $1sort=sortkey.", - "apihelp-query+categorymembers-param-endhexsortkey": "Sortkey to end listing from, as returned by $1prop=sortkey. Can only be used with $1sort=sortkey.", + "apihelp-query+categorymembers-param-endhexsortkey": "Sortkey to end listing at, as returned by $1prop=sortkey. Can only be used with $1sort=sortkey.", "apihelp-query+categorymembers-param-startsortkeyprefix": "Sortkey prefix to start listing from. Can only be used with $1sort=sortkey. Overrides $1starthexsortkey.", - "apihelp-query+categorymembers-param-endsortkeyprefix": "Sortkey prefix to end listing BEFORE (not at, if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.", + "apihelp-query+categorymembers-param-endsortkeyprefix": "Sortkey prefix to end listing before (not at; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.", "apihelp-query+categorymembers-param-startsortkey": "Use $1starthexsortkey instead.", "apihelp-query+categorymembers-param-endsortkey": "Use $1endhexsortkey instead.", "apihelp-query+categorymembers-example-simple": "Get first 10 pages in Category:Physics.", @@ -600,7 +600,7 @@ "apihelp-query+deletedrevs-param-excludeuser": "Don't list revisions by this user.", "apihelp-query+deletedrevs-param-namespace": "Only list pages in this namespace.", "apihelp-query+deletedrevs-param-limit": "The maximum amount of revisions to list.", - "apihelp-query+deletedrevs-param-prop": "Which properties to get:\n;revid:Adds the revision ID of the deleted revision.\n;parentid:Adds the revision ID of the previous revision to the page.\n;user:Adds the user who made the revision.\n;userid:Adds the user ID whom made the revision.\n;comment:Adds the comment of the revision.\n;parsedcomment:Adds the parsed comment of the revision.\n;minor:Tags if the revision is minor.\n;len:Adds the length (bytes) of the revision.\n;sha1:Adds the SHA-1 (base 16) of the revision.\n;content:Adds the content of the revision.\n;token:Deprecated. Gives the edit token.\n;tags:Tags for the revision.", + "apihelp-query+deletedrevs-param-prop": "Which properties to get:\n;revid:Adds the revision ID of the deleted revision.\n;parentid:Adds the revision ID of the previous revision to the page.\n;user:Adds the user who made the revision.\n;userid:Adds the ID of the user who made the revision.\n;comment:Adds the comment of the revision.\n;parsedcomment:Adds the parsed comment of the revision.\n;minor:Tags if the revision is minor.\n;len:Adds the length (bytes) of the revision.\n;sha1:Adds the SHA-1 (base 16) of the revision.\n;content:Adds the content of the revision.\n;token:Deprecated. Gives the edit token.\n;tags:Tags for the revision.", "apihelp-query+deletedrevs-example-mode1": "List the last deleted revisions of the pages Main Page and Talk:Main Page, with content (mode 1).", "apihelp-query+deletedrevs-example-mode2": "List the last 50 deleted contributions by Bob (mode 2).", "apihelp-query+deletedrevs-example-mode3-main": "List the first 50 deleted revisions in the main namespace (mode 3).", @@ -634,7 +634,7 @@ "apihelp-query+exturlusage-description": "Enumerate pages that contain a given URL.", "apihelp-query+exturlusage-param-prop": "Which pieces of information to include:\n;ids:Adds the ID of page.\n;title:Adds the title and namespace ID of the page.\n;url:Adds the URL used in the page.", - "apihelp-query+exturlusage-param-protocol": "Protocol of the URL. If empty and $1query set, the protocol is http. Leave both this and $1query empty to list all external links.", + "apihelp-query+exturlusage-param-protocol": "Protocol of the URL. If empty and $1query is set, the protocol is http. Leave both this and $1query empty to list all external links.", "apihelp-query+exturlusage-param-query": "Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.", "apihelp-query+exturlusage-param-namespace": "The page namespaces to enumerate.", "apihelp-query+exturlusage-param-limit": "How many pages to return.", @@ -649,7 +649,7 @@ "apihelp-query+filearchive-param-dir": "The direction in which to list.", "apihelp-query+filearchive-param-sha1": "SHA1 hash of image. Overrides $1sha1base36.", "apihelp-query+filearchive-param-sha1base36": "SHA1 hash of image in base 36 (used in MediaWiki).", - "apihelp-query+filearchive-param-prop": "Which image information to get:\n;sha1:Adds SHA-1 hash for the image.\n;timestamp:Adds timestamp for the uploaded version.\n;user:Adds user who uploaded the image version.\n;size:Adds the size of the image in bytes and the height, width and page count (if applicable).\n;dimensions:Alias for size.\n;description:Adds description the image version.\n;parseddescription:Parse the description on the version.\n;mime:Adds MIME of the image.\n;mediatype:Adds the media type of the image.\n;metadata:Lists Exif metadata for the version of the image.\n;bitdepth:Adds the bit depth of the version.\n;archivename:Adds the filename of the archive version for non-latest versions.", + "apihelp-query+filearchive-param-prop": "Which image information to get:\n;sha1:Adds SHA-1 hash for the image.\n;timestamp:Adds timestamp for the uploaded version.\n;user:Adds user who uploaded the image version.\n;size:Adds the size of the image in bytes and the height, width and page count (if applicable).\n;dimensions:Alias for size.\n;description:Adds description of the image version.\n;parseddescription:Parse the description of the version.\n;mime:Adds MIME of the image.\n;mediatype:Adds the media type of the image.\n;metadata:Lists Exif metadata for the version of the image.\n;bitdepth:Adds the bit depth of the version.\n;archivename:Adds the filename of the archive version for non-latest versions.", "apihelp-query+filearchive-example-simple": "Show a list of all deleted files.", "apihelp-query+filerepoinfo-description": "Return meta information about image repositories configured on the wiki.", @@ -812,7 +812,10 @@ "apihelp-query+pageswithprop-description": "List all pages using a given page property.", "apihelp-query+pageswithprop-param-propname": "Page prop for which to enumerate pages.", - "apihelp-query+pageswithprop-param-prop": "Which pieces of information to include:\n;ids:Adds the page ID.\n;title:Adds the title and namespace ID of the page.\n;value:Adds the value of the page prop.", + "apihelp-query+pageswithprop-param-prop": "Which pieces of information to include:", + "apihelp-query+pageswithprop-paramvalue-prop-ids": "Adds the page ID.", + "apihelp-query+pageswithprop-paramvalue-prop-title": "Adds the title and namespace ID of the page.", + "apihelp-query+pageswithprop-paramvalue-prop-value": "Adds the value of the page prop.", "apihelp-query+pageswithprop-param-limit": "The maximum number of pages to return.", "apihelp-query+pageswithprop-param-dir": "In which direction to sort.", "apihelp-query+pageswithprop-example-simple": "List the first 10 pages using {{DISPLAYTITLE:}}.", @@ -906,7 +909,7 @@ "apihelp-query+revisions+base-param-parse": "Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.", "apihelp-query+revisions+base-param-section": "Only retrieve the content of this section number.", "apihelp-query+revisions+base-param-diffto": "Revision ID to diff each revision to. Use prev, next and cur for the previous, next and current revision respectively.", - "apihelp-query+revisions+base-param-difftotext": "Text to diff each revision to. Only diffs a limited number of revisions. Overrides $1diffto. If $1section is set, only that section will be diffed against this text", + "apihelp-query+revisions+base-param-difftotext": "Text to diff each revision to. Only diffs a limited number of revisions. Overrides $1diffto. If $1section is set, only that section will be diffed against this text.", "apihelp-query+revisions+base-param-contentformat": "Serialization format used for $1difftotext and expected for output of content.", "apihelp-query+search-description": "Perform a full text search.", @@ -980,7 +983,7 @@ "apihelp-query+usercontribs-example-ipprefix": "Show contributions from all IP addresses with prefix 192.0.2..", "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 message 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:Deprecated. 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 Accept-Language 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 $2 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 messages 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:Deprecated. 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 Accept-Language 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 $2 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.", @@ -1059,7 +1062,7 @@ "apihelp-rsd-description": "Export an RSD (Really Simple Discovery) schema.", "apihelp-rsd-example-simple": "Export the RSD schema.", - "apihelp-setnotificationtimestamp-description": "Update the notification timestamp for watched pages.\n\nThis affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"Email me when a page on my watchlist is changed\" preference is enabled.", + "apihelp-setnotificationtimestamp-description": "Update the notification timestamp for watched pages.\n\nThis affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.", "apihelp-setnotificationtimestamp-param-entirewatchlist": "Work on all watched pages.", "apihelp-setnotificationtimestamp-param-timestamp": "Timestamp to which to set the notification timestamp.", "apihelp-setnotificationtimestamp-param-torevid": "Revision to set the notification timestamp to (one page only).", @@ -1076,7 +1079,7 @@ "apihelp-tag-param-add": "Tags to add. Only manually defined tags can be added.", "apihelp-tag-param-remove": "Tags to remove. Only tags that are either manually defined or completely undefined can be removed.", "apihelp-tag-param-reason": "Reason for the change.", - "apihelp-tag-example-rev": "Add the vandalism tag from revision ID 123 without specifying a reason", + "apihelp-tag-example-rev": "Add the vandalism tag to revision ID 123 without specifying a reason", "apihelp-tag-example-log": "Remove the spam tag from log entry ID 123 with the reason Wrongly applied", "apihelp-tokens-description": "Get tokens for data-modifying actions.\n\nThis module is deprecated in favor of [[Special:ApiHelp/query+tokens|action=query&meta=tokens]].",