X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fen.json;h=e1360c8ad8c22255ec4e473de9c5d7efc326c2b9;hp=dbd54514092619b6ae32f16f79bc7e2165058478;hb=1a40e0cc86b6ee0706606ded3ea243dfde4a414c;hpb=72bd7a4decb46653dc7acbf22ac01bceee275a4e diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index dbd5451409..e1360c8ad8 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -250,6 +250,8 @@ "apihelp-import-extended-description": "Note 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": "Log entry import summary.", "apihelp-import-param-xml": "Uploaded XML file.", + "apihelp-import-param-interwikiprefix": "For uploaded imports: interwiki prefix to apply to unknown user names (and known users if $1assignknownusers is set).", + "apihelp-import-param-assignknownusers": "Assign edits to local users where the named user exists locally.", "apihelp-import-param-interwikisource": "For interwiki imports: wiki to import from.", "apihelp-import-param-interwikipage": "For interwiki imports: page to import.", "apihelp-import-param-fullhistory": "For interwiki imports: import the full history, not just the current version.", @@ -1151,6 +1153,7 @@ "apihelp-query+search-paramvalue-prop-sectiontitle": "Adds the title of the matching section.", "apihelp-query+search-paramvalue-prop-categorysnippet": "Adds a parsed snippet of the matching category.", "apihelp-query+search-paramvalue-prop-isfilematch": "Adds a boolean indicating if the search matched file content.", + "apihelp-query+search-paramvalue-prop-extensiondata": "Adds extra data generated by extensions.", "apihelp-query+search-paramvalue-prop-score": "Ignored.", "apihelp-query+search-paramvalue-prop-hasrelated": "Ignored.", "apihelp-query+search-param-limit": "How many total pages to return.", @@ -1605,6 +1608,8 @@ "api-help-param-direction": "In which direction to enumerate:\n;newer:List oldest first. Note: $1start has to be before $1end.\n;older:List newest first (default). Note: $1start has to be later than $1end.", "api-help-param-continue": "When more results are available, use this to continue.", "api-help-param-no-description": "(no description)", + "api-help-param-maxbytes": "Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.", + "api-help-param-maxchars": "Cannot be longer than $1 {{PLURAL:$1|character|characters}}.", "api-help-examples": "{{PLURAL:$1|Example|Examples}}:", "api-help-permissions": "{{PLURAL:$1|Permission|Permissions}}:", "api-help-permissions-granted-to": "{{PLURAL:$1|Granted to}}: $2", @@ -1710,6 +1715,8 @@ "apierror-invalidurlparam": "Invalid value for $1urlparam ($2=$3).", "apierror-invaliduser": "Invalid username \"$1\".", "apierror-invaliduserid": "User ID $1 is not valid.", + "apierror-maxbytes": "Parameter $1 cannot be longer than $2 {{PLURAL:$2|byte|bytes}}", + "apierror-maxchars": "Parameter $1 cannot be longer than $2 {{PLURAL:$2|character|characters}}", "apierror-maxlag-generic": "Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.", "apierror-maxlag": "Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.", "apierror-mimesearchdisabled": "MIME search is disabled in Miser Mode.",