X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fen.json;h=25df7494657173dfa5330ab27ce3e55300695c06;hb=83aa87c968afe4797dff84f20274decf0269c765;hp=8f5ba8d492b95bdf5dbde960713e376c491a3a10;hpb=508c30e38fe1db714f3bd99478c811b4094a9f7f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 8f5ba8d492..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.",