X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fen.json;h=6d1b1ec967cddeb0f18a223324e03af75fee38c5;hb=79d72b24a00d6de67a550a1635f66ca17a6fd9bb;hp=caad49fdeb2505cc22b223ffc41cc6b349417c29;hpb=07fb2b295acc889f6b36c7a7627ea221913fb245;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index caad49fdeb..6d1b1ec967 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -12,7 +12,7 @@ "apihelp-main-param-maxlag": "Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code maxlag is returned with a message like Waiting for $host: $lag seconds lagged.
See [[mw:Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.", "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 userright if bot.", + "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-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.", @@ -198,7 +198,7 @@ "apihelp-imagerotate-example-simple": "Rotate File:Example.png by 90 degrees.", "apihelp-imagerotate-example-generator": "Rotate all images in Category:Flip by 180 degrees.", - "apihelp-import-description": "Import a page from another wiki, or an XML file.\n\nNote that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the xml parameter.", + "apihelp-import-description": "Import a page from another wiki, or from an XML file.\n\nNote that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the xml parameter.", "apihelp-import-param-summary": "Import summary.", "apihelp-import-param-xml": "Uploaded XML file.", "apihelp-import-param-interwikisource": "For interwiki imports: wiki to import from.", @@ -355,8 +355,7 @@ "apihelp-query-param-export": "Export the current revisions of all given or generated pages.", "apihelp-query-param-exportnowrap": "Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.", "apihelp-query-param-iwurl": "Whether to get the full URL if the title is an interwiki link.", - "apihelp-query-param-continue": "When present, formats query-continue as key-value pairs that should simply be merged into the original request. This parameter must be set to an empty string in the initial query.\n\nThis parameter is recommended for all new development, and will be made default in the next API version.", - "apihelp-query-param-rawcontinue": "Currently ignored. In the future, $1continue will become the default and this will be needed to receive the raw query-continue data.", + "apihelp-query-param-rawcontinue": "Return raw query-continue data for continuation.", "apihelp-query-example-revisions": "Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of Main Page.", "apihelp-query-example-allpages": "Fetch revisions of pages beginning with API/.",