X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fen.json;h=c20ed5d31f1511c50eb589139cd808ccf41f3573;hb=8baa437724c4a751f246cadd92fc96846dbc1174;hp=a68a87f7644cd430531ff1424b56e506d2de3c98;hpb=15a31d40abfeace6b3aab50b4c0e232ea8c82b61;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index a68a87f764..c20ed5d31f 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -13,6 +13,7 @@ "apihelp-main-param-smaxage": "Set the s-maxage HTTP cache control header to this many seconds. Errors are never cached.", "apihelp-main-param-maxage": "Set the max-age HTTP cache control header to this many seconds. Errors are never cached.", "apihelp-main-param-assert": "Verify the user is logged in if set to user, or has the bot user right if bot.", + "apihelp-main-param-assertuser": "Verify the current user is the named user.", "apihelp-main-param-requestid": "Any value given here will be included in the response. May be used to distinguish requests.", "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.", @@ -100,7 +101,7 @@ "apihelp-edit-param-tags": "Change tags to apply to the revision.", "apihelp-edit-param-minor": "Minor edit.", "apihelp-edit-param-notminor": "Non-minor edit.", - "apihelp-edit-param-bot": "Mark this edit as bot.", + "apihelp-edit-param-bot": "Mark this edit as a bot edit.", "apihelp-edit-param-basetimestamp": "Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]].", "apihelp-edit-param-starttimestamp": "Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using [[Special:ApiHelp/main|curtimestamp]] when beginning the edit process (e.g. when loading the page content to edit).", "apihelp-edit-param-recreate": "Override any errors about the page having been deleted in the meantime.", @@ -129,7 +130,7 @@ "apihelp-emailuser-param-ccme": "Send a copy of this mail to me.", "apihelp-emailuser-example-email": "Send an email to user WikiSysop with the text Content.", - "apihelp-expandtemplates-description": "Expands all templates in wikitext.", + "apihelp-expandtemplates-description": "Expands all templates within wikitext.", "apihelp-expandtemplates-param-title": "Title of page.", "apihelp-expandtemplates-param-text": "Wikitext to convert.", "apihelp-expandtemplates-param-revid": "Revision ID, for {{REVISIONID}} and similar variables.", @@ -155,7 +156,7 @@ "apihelp-feedcontributions-param-month": "From month (and earlier).", "apihelp-feedcontributions-param-tagfilter": "Filter contributions that have these tags.", "apihelp-feedcontributions-param-deletedonly": "Show only deleted contributions.", - "apihelp-feedcontributions-param-toponly": "Only show edits that are latest revisions.", + "apihelp-feedcontributions-param-toponly": "Only show edits that are the latest revisions.", "apihelp-feedcontributions-param-newonly": "Only show edits that are page creations.", "apihelp-feedcontributions-param-hideminor": "Hide minor edits.", "apihelp-feedcontributions-param-showsizediff": "Show the size difference between revisions.", @@ -296,13 +297,14 @@ "apihelp-options-example-complex": "Reset all preferences, then set skin and nickname.", "apihelp-paraminfo-description": "Obtain information about API modules.", - "apihelp-paraminfo-param-modules": "List of module names (values of the action and format parameters, or main). Can specify submodules with a +.", + "apihelp-paraminfo-param-modules": "List of module names (values of the action and format parameters, or main). Can specify submodules with a +, or all submodules with +*, or all submodules recursively with +**.", "apihelp-paraminfo-param-helpformat": "Format of help strings.", "apihelp-paraminfo-param-querymodules": "List of query module names (value of prop, meta or list parameter). Use $1modules=query+foo instead of $1querymodules=foo.", "apihelp-paraminfo-param-mainmodule": "Get information about the main (top-level) module as well. Use $1modules=main instead.", "apihelp-paraminfo-param-pagesetmodule": "Get information about the pageset module (providing titles= and friends) as well.", "apihelp-paraminfo-param-formatmodules": "List of format module names (value of format parameter). Use $1modules instead.", "apihelp-paraminfo-example-1": "Show info for [[Special:ApiHelp/parse|action=parse]], [[Special:ApiHelp/jsonfm|format=jsonfm]], [[Special:ApiHelp/query+allpages|action=query&list=allpages]], and [[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]].", + "apihelp-paraminfo-example-2": "Show info for all submodules of [[Special:ApiHelp/query|action=query]].", "apihelp-parse-description": "Parses content and returns parser output.\n\nSee the various prop-modules of [[Special:ApiHelp/query|action=query]] to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using $1page, $1pageid, or $1oldid.\n# Specify content explicitly, using $1text, $1title, and $1contentmodel.\n# Specify only a summary to parse. $1prop should be given an empty value.", "apihelp-parse-param-title": "Title of page the text belongs to. If omitted, $1contentmodel must be specified, and [[API]] will be used as the title.", @@ -590,9 +592,9 @@ "apihelp-query+authmanagerinfo-description": "Retrieve information about the current authentication status.", "apihelp-query+authmanagerinfo-param-securitysensitiveoperation": "Test whether the user's current authentication status is sufficient for the specified security-sensitive operation.", "apihelp-query+authmanagerinfo-param-requestsfor": "Fetch information about the authentication requests needed for the specified authentication action.", - "apihelp-query+filerepoinfo-example-login": "Fetch the requests that may be used when beginning a login.", - "apihelp-query+filerepoinfo-example-login-merged": "Fetch the requests that may be used when beginning a login, with form fields merged.", - "apihelp-query+filerepoinfo-example-securitysensitiveoperation": "Test whether authentication is sufficient for action foo.", + "apihelp-query+authmanagerinfo-example-login": "Fetch the requests that may be used when beginning a login.", + "apihelp-query+authmanagerinfo-example-login-merged": "Fetch the requests that may be used when beginning a login, with form fields merged.", + "apihelp-query+authmanagerinfo-example-securitysensitiveoperation": "Test whether authentication is sufficient for action foo.", "apihelp-query+backlinks-description": "Find all pages that link to the given page.", "apihelp-query+backlinks-param-title": "Title to search. Cannot be used together with $1pageid.",