summaryrefslogtreecommitdiff
path: root/extensions/Gadgets/i18n/en.json
blob: 7f14d624d61ae4b34d987b6096a7c4599d657922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
	"@metadata": {
		"authors": [
			"Daniel Kinzler, brightbyte.de"
		]
	},
	"gadgets-desc": "Lets users select custom [[Special:Gadgets|CSS and JavaScript gadgets]] in their [[Special:Preferences#mw-prefsection-gadgets|preferences]]",
	"prefs-gadgets": "Gadgets",
	"gadgets-prefstext": "Below is a list of special gadgets you can enable for your account.\nThese gadgets are mostly based on JavaScript, so JavaScript has to be enabled in your browser for them to work.\nNote that these gadgets will have no effect on this preferences page.\n\nAlso note that these special gadgets are not part of the MediaWiki software, and are usually developed and maintained by users on your local wiki.\nLocal administrators can edit the [[MediaWiki:Gadgets-definition|definitions]] and [[Special:Gadgets|descriptions]] of available gadgets.",
	"gadgets": "Gadgets",
	"gadgets-definition": "",
	"gadgets-title": "Gadgets",
	"gadgets-pagetext": "Below is a list of special gadgets users can enable on their [[Special:Preferences#mw-prefsection-gadgets|preferences page]], as defined by the [[MediaWiki:Gadgets-definition|definitions]].\nThis overview provides easy access to the system message pages that define each gadget's description and code.",
	"gadgets-uses": "Uses",
	"gadgets-required-rights": "Requires the following {{PLURAL:$2|right|rights}}:\n\n$1",
	"gadgets-required-skins": "Available on the {{PLURAL:$2|$1 skin|following skins: $1}}.",
	"gadgets-default": "Enabled for everyone by default.",
	"gadgets-export": "Export",
	"gadgets-export-title": "Gadget export",
	"gadgets-not-found": "Gadget \"$1\" not found.",
	"gadgets-export-text": "To export the $1 gadget, click on \"{{int:gadgets-export-download}}\" button, save the downloaded file,\ngo to Special:Import on destination wiki and upload it. Then add the following to MediaWiki:Gadgets-definition page:\n<pre>$2</pre>\nYou must have appropriate permissions on destination wiki (including the right to edit system messages) and import from file uploads must be enabled.",
	"gadgets-export-download": "Download",
	"apihelp-query+gadgetcategories-description": "Returns a list of gadget categories.",
	"apihelp-query+gadgetcategories-param-prop": "What gadget category information to get:\n;name:Internal category name.\n;title:Category title.\n;members:Number of gadgets in category.",
	"apihelp-query+gadgetcategories-param-names": "Names of categories to retrieve.",
	"apihelp-query+gadgetcategories-example-1": "Get a list of existing gadget categories",
	"apihelp-query+gadgetcategories-example-2": "Get all information about categories named \"foo\" and \"bar\"",
	"apihelp-query+gadgets-description": "Returns a list of gadgets used on this wiki.",
	"apihelp-query+gadgets-param-prop": "What gadget information to get:\n;id:Internal gadget ID.\n;metadata:The gadget metadata.\n;desc:Gadget description transformed into HTML (can be slow, use only if really needed).",
	"apihelp-query+gadgets-param-categories": "Gadgets from what categories to retrieve.",
	"apihelp-query+gadgets-param-ids": "IDs of gadgets to retrieve.",
	"apihelp-query+gadgets-param-allowedonly": "List only gadgets allowed to current user.",
	"apihelp-query+gadgets-param-enabledonly": "List only gadgets enabled by current user.",
	"apihelp-query+gadgets-example-1": "Get a list of gadgets along with their descriptions",
	"apihelp-query+gadgets-example-2": "Get a list of gadgets with all possible properties",
	"apihelp-query+gadgets-example-3": "Get a list of gadgets belonging to category \"foo\"",
	"apihelp-query+gadgets-example-4": "Get information about gadgets \"foo\" and \"bar\"",
	"apihelp-query+gadgets-example-5": "Get a list of gadgets enabled by current user"
}