X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fen.json;h=662586371610c8fef13535d0ea247a84b89f901d;hb=592c19692e8bd1218e9e58c89116566dccce0315;hp=b0dd49a97eafb874ffaf6ca003b112944bb75b51;hpb=a3b4288eacd34869b13f59782b73c9ddb75e3523;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index b0dd49a97e..6625863716 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -440,6 +440,7 @@ "apihelp-query-param-indexpageids": "Include an additional pageids section listing all returned page IDs.", "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-exportschema": "Target the given version of the XML dump format when exporting. 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-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.", @@ -979,7 +980,7 @@ "apihelp-query+languageinfo-paramvalue-prop-bcp47": "The BCP-47 language code.", "apihelp-query+languageinfo-paramvalue-prop-dir": "The writing direction of the language (either ltr or rtl).", "apihelp-query+languageinfo-paramvalue-prop-autonym": "The autonym of the language, that is, the name in that language.", - "apihelp-query+languageinfo-paramvalue-prop-name": "The name of the language in the language specified by the lilang parameter, with language fallbacks applied if necessary.", + "apihelp-query+languageinfo-paramvalue-prop-name": "The name of the language in the language specified by the uselang parameter, with language fallbacks applied if necessary.", "apihelp-query+languageinfo-paramvalue-prop-fallbacks": "The language codes of the fallback languages configured for this language. The implicit final fallback to 'en' is not included (but some languages may fall back to 'en' explicitly).", "apihelp-query+languageinfo-paramvalue-prop-variants": "The language codes of the variants supported by this language.", "apihelp-query+languageinfo-param-code": "Language codes of the languages that should be returned, or * for all languages.", @@ -1631,7 +1632,7 @@ "api-help-param-templated-var-first": "{$1} in the parameter's name should be replaced with values of $2", "api-help-param-templated-var": "{$1} with values of $2", "api-help-datatypes-header": "Data types", - "api-help-datatypes": "Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nSome parameter types in API requests need further explanation:\n;boolean\n:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\n;timestamp\n:Timestamps may be specified in several formats. ISO 8601 date and time is recommended. All times are in UTC, any included timezone is ignored.\n:* ISO 8601 date and time, 2001-01-15T14:56:00Z (punctuation and Z are optional)\n:* ISO 8601 date and time with (ignored) fractional seconds, 2001-01-15T14:56:00.00001Z (dashes, colons, and Z are optional)\n:* MediaWiki format, 20010115145600\n:* Generic numeric format, 2001-01-15 14:56:00 (optional timezone of GMT, +##, or -## is ignored)\n:* EXIF format, 2001:01:15 14:56:00\n:*RFC 2822 format (timezone may be omitted), Mon, 15 Jan 2001 14:56:00\n:* RFC 850 format (timezone may be omitted), Monday, 15-Jan-2001 14:56:00\n:* C ctime format, Mon Jan 15 14:56:00 2001\n:* Seconds since 1970-01-01T00:00:00Z as a 1 to 13 digit integer (excluding 0)\n:* The string now\n;alternative multiple-value separator\n:Parameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. param=value1|value2 or param=value1%7Cvalue2. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator ''and'' prefix the value with U+001F, e.g. param=%1Fvalue1%1Fvalue2.", + "api-help-datatypes": "Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nSome parameter types in API requests need further explanation:\n;boolean\n:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\n;timestamp\n:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: 2001-01-15T14:56:00Z. Additionally, the string now may be used to specify the current timestamp.\n;alternative multiple-value separator\n:Parameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. param=value1|value2 or param=value1%7Cvalue2. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator ''and'' prefix the value with U+001F, e.g. param=%1Fvalue1%1Fvalue2.", "api-help-templatedparams-header": "Templated parameters", "api-help-templatedparams": "Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter fruits to specify which fruits are being requested and a templated parameter {fruit}-quantity to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20.", "api-help-param-type-limit": "Type: integer or max",