"apihelp-globalpreferences-summary":"Change global preferences of the current user.",
"apihelp-globalpreferences-extended-description":"Only preferences registered for the current wiki can be changed locally.",
"apihelp-globalpreferences-param-reset":"Reset global preferences. Removes all, or, depending on the value of the <code>resetkinds</code> parameter, some types of global preferences and make them not global anymore.",
"apihelp-globalpreferences-param-resetkinds":"List of types of preferences to reset when the <var>reset</var> option is set.",
"apihelp-globalpreferences-param-change":"List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., preferencename|otherpreference|..., the preference will be made non-global. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.",
"apihelp-globalpreferences-param-optionname":"The name of the preference that should be set to the value given by <var>optionvalue</var>.",
"apihelp-globalpreferences-param-optionvalue":"The value for the preference specified by <var>optionname</var>.",
"apihelp-globalpreferences-example-reset-one":"Make a single preference non-global.",
"apihelp-globalpreferences-example-reset":"Make all preferences non-global.",
"apihelp-globalpreferences-example-change":"Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.",
"apihelp-query+globalpreferences-summary":"Retrieve global preferences for the current user.",
"apihelp-query+globalpreferences-extended-description":"Can retrieve both global preferences and their local overrides.",
"apihelp-query+globalpreferences-param-prop":"Which prererences to include:",
"apihelp-query+globalpreferences-paramvalue-prop-localoverrides":"Local overrides for global preferences.",
"apierror-globalpreferences-notglobalized":"Current user is not global.",
"apihelp-globalpreferenceoverrides-summary":"Change local overrides for global preferences for the current user.",
"apihelp-globalpreferenceoverrides-extended-description":"Global values for affected preferences will be ignored.",
"apihelp-globalpreferenceoverrides-param-reset":"Reset local overrides. Removes all, or, depending on the value of the <code>resetkinds</code> parameter, some types of local overrides and makes them global again.",
"apihelp-globalpreferenceoverrides-param-resetkinds":"List of types of overrides to reset when the <var>reset</var> option is set.",
"apihelp-globalpreferenceoverrides-param-change":"List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., preferencename|otherpreference|..., the override will be removed. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.",
"apihelp-globalpreferenceoverrides-param-optionname":"The name of the override that should be set to the value given by <var>optionvalue</var>.",
"apihelp-globalpreferenceoverrides-param-optionvalue":"The value for the override specified by <var>optionname</var>.",
"apihelp-globalpreferenceoverrides-example-reset":"Remove all local overrides.",
"apihelp-globalpreferenceoverrides-example-change":"Set or change overrides for <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences."