X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fen-gb.json;h=f4373abb6b3fdddbe7fe93bd980530522591732c;hb=764dc6ae51b301e25b0361d113990a01a1a44fa5;hp=374521ec36ea4d48411ee195f921165f57ccf223;hpb=a07ea9326e540e7b7b54685a0dff796cd9e9572f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/i18n/en-gb.json b/includes/api/i18n/en-gb.json index 374521ec36..f4373abb6b 100644 --- a/includes/api/i18n/en-gb.json +++ b/includes/api/i18n/en-gb.json @@ -2,7 +2,8 @@ "@metadata": { "authors": [ "Reedy", - "Chase me ladies, I'm the Cavalry" + "Chase me ladies, I'm the Cavalry", + "Macofe" ] }, "apihelp-main-description": "
\n* [[mw:API:Main_page|Documentation]]\n* [[mw:API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api Mailing list]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce API Announcements]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests]\n
\nStatus: All features shown on this page should be working, but the API is still in active development, and may change at any time. Subscribe to [https://lists.wikimedia.org/pipermail/mediawiki-api-announce/ the mediawiki-api-announce mailing list] for notice of updates.\n\nErroneous requests: When erroneous requests are sent to the API, an HTTP header will be sent with the key \"MediaWiki-API-Error\" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:API:Errors_and_warnings|API: Errors and warnings]].", @@ -65,7 +66,7 @@ "apihelp-query+alltransclusions-example-generator": "Gets pages containing the transclusions.", "apihelp-query+backlinks-param-pageid": "Page ID to search. Cannot be used together with $1title.", "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-example-generator": "Get information about pages linking to Main page.", + "apihelp-query+backlinks-example-generator": "Get information about pages linking to Main page.", "apihelp-query+blocks-param-ip": "Get all blocks applying to this IP or CIDR range, including range blocks.\nThis cannot be used together with $3users. CIDR ranges broader than IPv4/$1 or IPv6/$2 will not be not accepted.", "apihelp-query+blocks-example-simple": "List blocks.", "apihelp-query+blocks-example-users": "List blocks of users Alice and Bob.", @@ -77,7 +78,7 @@ "apihelp-query+deletedrevs-example-mode3-talk": "List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).", "apihelp-query+duplicatefiles-example-simple": "Look for duplicates of [[:File:Albert Einstein Head.jpg]].", "apihelp-query+duplicatefiles-example-generated": "Look for duplicates of all files.", - "apihelp-query+extlinks-example-simple": "Get a list of external links on Main Page.", + "apihelp-query+extlinks-example-simple": "Get a list of external links on Main 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+filerepoinfo-example-simple": "Get information about file repositories.", "apihelp-query+imageinfo-param-metadataversion": "Version of metadata to use. If latest is specified, use latest version. Defaults to 1 for backwards compatibility.", @@ -143,7 +144,6 @@ "apihelp-watch-example-unwatch": "Unwatch the page Main Page.", "apihelp-dbg-description": "Output data in PHP's var_export() format.", "apihelp-dbgfm-description": "Output data in PHP's var_export() format (pretty-print in HTML).", - "apihelp-dump-description": "Output data in PHP's var_dump() format.", "apihelp-php-description": "Output data in serialised PHP format.", "apihelp-phpfm-description": "Output data in serialised PHP format (pretty-print in HTML).", "apihelp-txt-description": "Output data in PHP's print_r() format.",