X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fen.json;h=25df7494657173dfa5330ab27ce3e55300695c06;hb=83aa87c968afe4797dff84f20274decf0269c765;hp=9b74c5eee990350d51ecfb624d6fbfee9dbd6ef8;hpb=bd7886961820d5f369029a007c6a75866fde5f19;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 9b74c5eee9..25df749465 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", @@ -1838,7 +1828,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 +1880,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.",