X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fen.json;h=0d4874c81bf9e3d8af63b7b88f4b9d39da139109;hb=7f2f49ad2368ae27f2d4db69b44c5f997197725e;hp=9b74c5eee990350d51ecfb624d6fbfee9dbd6ef8;hpb=3851367738f5c0ff8c82d54cd4c2e6a6eee0c463;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 9b74c5eee9..0d4874c81b 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -41,7 +41,8 @@ "apihelp-block-param-watchuser": "Watch the user's or IP address's user and talk pages.", "apihelp-block-param-tags": "Change tags to apply to the entry in the block log.", "apihelp-block-param-partial": "Block user from specific pages or namespaces rather than the entire site.", - "apihelp-block-param-pagerestrictions": "List of titles to block the user from editing. Only applies when 'partial' is set to true.", + "apihelp-block-param-pagerestrictions": "List of titles to block the user from editing. Only applies when partial is set to true.", + "apihelp-block-param-namespacerestrictions": "List of namespace IDs to block the user from editing. Only applies when partial is set to true.", "apihelp-block-example-ip-simple": "Block IP address 192.0.2.5 for three days with reason First strike.", "apihelp-block-example-user-complex": "Block user Vandal indefinitely with reason Vandalism, and prevent new account creation and email sending.", @@ -106,17 +107,6 @@ "apihelp-createaccount-summary": "Create a new user account.", "apihelp-createaccount-param-preservestate": "If [[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]] returned true for hasprimarypreservedstate, requests marked as primary-required should be omitted. If it returned a non-empty value for preservedusername, that username must be used for the username parameter.", "apihelp-createaccount-example-create": "Start the process of creating user Example with password ExamplePassword.", - "apihelp-createaccount-param-name": "Username.", - "apihelp-createaccount-param-password": "Password (ignored if $1mailpassword is set).", - "apihelp-createaccount-param-domain": "Domain for external authentication (optional).", - "apihelp-createaccount-param-token": "Account creation token obtained in first request.", - "apihelp-createaccount-param-email": "Email address of user (optional).", - "apihelp-createaccount-param-realname": "Real name of user (optional).", - "apihelp-createaccount-param-mailpassword": "If set to any value, a random password will be emailed to the user.", - "apihelp-createaccount-param-reason": "Optional reason for creating the account to be put in the logs.", - "apihelp-createaccount-param-language": "Language code to set as default for the user (optional, defaults to content language).", - "apihelp-createaccount-example-pass": "Create user testuser with password test123.", - "apihelp-createaccount-example-mail": "Create user testmailuser and email a randomly-generated password.", "apihelp-cspreport-summary": "Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.", "apihelp-cspreport-param-reportonly": "Mark as being a report from a monitoring policy, not an enforced policy", @@ -381,7 +371,7 @@ "apihelp-parse-paramvalue-prop-revid": "Adds the revision ID of the parsed page.", "apihelp-parse-paramvalue-prop-displaytitle": "Adds the title of the parsed wikitext.", "apihelp-parse-paramvalue-prop-headitems": "Gives items to put in the <head> of the page.", - "apihelp-parse-paramvalue-prop-headhtml": "Gives parsed <head> of the page.", + "apihelp-parse-paramvalue-prop-headhtml": "Gives parsed doctype, opening <html>, <head> element and opening <body> of the page.", "apihelp-parse-paramvalue-prop-modules": "Gives the ResourceLoader modules used on the page. To load, use mw.loader.using(). Either jsconfigvars or encodedjsconfigvars must be requested jointly with modules.", "apihelp-parse-paramvalue-prop-jsconfigvars": "Gives the JavaScript configuration variables specific to the page. To apply, use mw.config.set().", "apihelp-parse-paramvalue-prop-encodedjsconfigvars": "Gives the JavaScript configuration variables specific to the page as a JSON string.", @@ -1328,6 +1318,7 @@ "apihelp-query+userinfo-paramvalue-prop-registrationdate": "Adds the user's registration date.", "apihelp-query+userinfo-paramvalue-prop-unreadcount": "Adds the count of unread pages on the user's watchlist (maximum $1; returns $2 if more).", "apihelp-query+userinfo-paramvalue-prop-centralids": "Adds the central IDs and attachment status for the user.", + "apihelp-query+userinfo-paramvalue-prop-latestcontrib": "Adds the date of user's latest contribution.", "apihelp-query+userinfo-param-attachedwiki": "With $1prop=centralids, indicate whether the user is attached with the wiki identified by this ID.", "apihelp-query+userinfo-example-simple": "Get information about the current user.", "apihelp-query+userinfo-example-data": "Get additional information about the current user.", @@ -1838,7 +1829,7 @@ "apierror-readapidenied": "You need read permission to use this module.", "apierror-readonly": "The wiki is currently in read-only mode.", "apierror-reauthenticate": "You have not authenticated recently in this session, please reauthenticate.", - "apierror-redirect-appendonly": "You have attempted to edit using the redirect-following mode, which must be used in conjuction with section=new, prependtext, or appendtext.", + "apierror-redirect-appendonly": "You have attempted to edit using the redirect-following mode, which must be used in conjunction with section=new, prependtext, or appendtext.", "apierror-revdel-mutuallyexclusive": "The same field cannot be used in both hide and show.", "apierror-revdel-needtarget": "A target title is required for this RevDel type.", "apierror-revdel-paramneeded": "At least one value is required for hide and/or show.", @@ -1890,6 +1881,8 @@ "apiwarn-badurlparam": "Could not parse $1urlparam for $2. Using only width and height.", "apiwarn-badutf8": "The value passed for $1 contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).", "apiwarn-checktoken-percentencoding": "Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.", + "apiwarn-compare-no-next": "Revision $2 is the latest revision of $1, there is no revision for torelative=next to compare to.", + "apiwarn-compare-no-prev": "Revision $2 is the earliest revision of $1, there is no revision for torelative=prev to compare to.", "apiwarn-compare-nocontentmodel": "No content model could be determined, assuming $1.", "apiwarn-deprecation-deletedrevs": "list=deletedrevs has been deprecated. Please use prop=deletedrevisions or list=alldeletedrevisions instead.", "apiwarn-deprecation-httpsexpected": "HTTP used when HTTPS was expected.",