From: Kevin Israel Date: Tue, 9 Jun 2015 12:28:56 +0000 (-0400) Subject: api/i18n: Fix a couple typos X-Git-Tag: 1.31.0-rc.0~11140 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=4485856913db78bbaafedfdcf8f57dbbed5cbb5e;p=lhc%2Fweb%2Fwiklou.git api/i18n: Fix a couple typos Change-Id: I5990bd9e92b0ffb592ec7c3eb80280a2d3e2f19f --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index f576f453e9..1a412dd2f1 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -207,7 +207,7 @@ "apihelp-import-param-templates": "For interwiki imports: import all included templates as well.", "apihelp-import-param-namespace": "Import to this namespace. Cannot be used together with $1rootpage.", "apihelp-import-param-rootpage": "Import as subpage of this page. Cannot be used together with $1namespace.", - "apihelp-import-example-import": "Import [[meta:Help:Parserfunctions]] to namespace 100 with full history.", + "apihelp-import-example-import": "Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.", "apihelp-login-description": "Log in and get authentication cookies.\n\nIn the event of a successful log-in, the needed cookies will be included in the HTTP response headers. In the event of a failed log-in, further attempts may be throttled to limit automated password guessing attacks.", "apihelp-login-param-name": "User name.", @@ -909,7 +909,7 @@ "apihelp-query+search-param-backend": "Which search backend to use, if not the default.", "apihelp-query+search-example-simple": "Search for meaning.", "apihelp-query+search-example-text": "Search texts for meaning.", - "apihelp-query+search-example-generator": "Ger page info about the pages returned for a search for meaning.", + "apihelp-query+search-example-generator": "Get page info about the pages returned for a search for meaning.", "apihelp-query+siteinfo-description": "Return general information about the site.", "apihelp-query+siteinfo-param-prop": "Which information to get:\n;general:Overall system information.\n;namespaces:List of registered namespaces and their canonical names.\n;namespacealiases:List of registered namespace aliases.\n;specialpagealiases:List of special page aliases.\n;magicwords:List of magic words and their aliases.\n;statistics:Returns site statistics.\n;interwikimap:Returns interwiki map (optionally filtered, optionally localised by using $1inlanguagecode).\n;dbrepllag:Returns database server with the highest replication lag.\n;usergroups:Returns user groups and the associated permissions.\n;libraries:Returns libraries installed on the wiki.\n;extensions:Returns extensions installed on the wiki.\n;fileextensions:Returns list of file extensions allowed to be uploaded.\n;rightsinfo:Returns wiki rights (license) information if available.\n;restrictions:Returns information on available restriction (protection) types.\n;languages:Returns a list of languages MediaWiki supports (optionally localised by using $1inlanguagecode).\n;skins:Returns a list of all enabled skins (optionally localised by using $1inlanguagecode, otherwise in the content language).\n;extensiontags:Returns a list of parser extension tags.\n;functionhooks:Returns a list of parser function hooks.\n;showhooks:Returns a list of all subscribed hooks (contents of [[mw:Manual:$wgHooks|$wgHooks]]).\n;variables:Returns a list of variable IDs.\n;protocols:Returns a list of protocols that are allowed in external links.\n;defaultoptions:Returns the default values for user preferences.",