X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fen.json;h=74efd820caab37d0420c475157d4342ef11b1115;hb=e0a3801da297d012fc67f2c128ab7e57e20f0571;hp=68bf6037a0830c95bffde7fb73c449fcb6ae173e;hpb=e03b96c9a474831fb1b1d1fc1e6cd2de496dc251;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 68bf6037a0..74efd820ca 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -816,7 +816,21 @@ "apihelp-query+filearchive-example-simple": "Show a list of all deleted files.", "apihelp-query+filerepoinfo-summary": "Return meta information about image repositories configured on the wiki.", - "apihelp-query+filerepoinfo-param-prop": "Which repository properties to get (there may be more available on some wikis):\n;apiurl:URL to the repository API - helpful for getting image info from the host.\n;name:The key of the repository - used in e.g. [[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]] and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\n;displayname:The human-readable name of the repository wiki.\n;rooturl:Root URL for image paths.\n;local:Whether that repository is the local one or not.", + "apihelp-query+filerepoinfo-param-prop": "Which repository properties to get (properties available may vary on other wikis).", + "apihelp-query+filerepoinfo-paramvalue-prop-apiurl": "URL to the repository API - helpful for getting image info from the host.", + "apihelp-query+filerepoinfo-paramvalue-prop-articlepath": "Repository wiki's [[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]] or equivalent.", + "apihelp-query+filerepoinfo-paramvalue-prop-canUpload": "Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.", + "apihelp-query+filerepoinfo-paramvalue-prop-displayname": "The human-readable name of the repository wiki.", + "apihelp-query+filerepoinfo-paramvalue-prop-favicon": "Repository wiki's favicon URL, from [[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]].", + "apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription": "Whether file description pages are fetched from this repository when viewing local file description pages.", + "apihelp-query+filerepoinfo-paramvalue-prop-initialCapital": "Whether file names implicitly start with a capital letter.", + "apihelp-query+filerepoinfo-paramvalue-prop-local": "Whether that repository is the local one or not.", + "apihelp-query+filerepoinfo-paramvalue-prop-name": "The key of the repository - used in e.g. [[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]] and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.", + "apihelp-query+filerepoinfo-paramvalue-prop-rootUrl": "Root URL path for image paths.", + "apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl": "Root URL path for the repository wiki's MediaWiki installation.", + "apihelp-query+filerepoinfo-paramvalue-prop-server": "Repository wiki's [[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]] or equivalent.", + "apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl": "Root URL path for thumbnail paths.", + "apihelp-query+filerepoinfo-paramvalue-prop-url": "Public zone URL path.", "apihelp-query+filerepoinfo-example-simple": "Get information about file repositories.", "apihelp-query+fileusage-summary": "Find all pages that use the given files.", @@ -1082,6 +1096,7 @@ "apihelp-query+recentchanges-param-limit": "How many total changes to return.", "apihelp-query+recentchanges-param-type": "Which types of changes to show.", "apihelp-query+recentchanges-param-toponly": "Only list changes which are the latest revision.", + "apihelp-query+recentchanges-param-title": "Filter entries to those related to a page.", "apihelp-query+recentchanges-param-generaterevisions": "When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.", "apihelp-query+recentchanges-example-simple": "List recent changes.", "apihelp-query+recentchanges-example-generator": "Get page info about recent unpatrolled changes.", @@ -1164,6 +1179,7 @@ "apihelp-query+search-param-interwiki": "Include interwiki results in the search, if available.", "apihelp-query+search-param-backend": "Which search backend to use, if not the default.", "apihelp-query+search-param-enablerewrites": "Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.", + "apihelp-query+search-param-sort": "Set the sort order of returned results.", "apihelp-query+search-example-simple": "Search for meaning.", "apihelp-query+search-example-text": "Search texts for meaning.", "apihelp-query+search-example-generator": "Get page info about the pages returned for a search for meaning.",