summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/CategoryTree/i18n/en.json
blob: 654e1f7f6ae3a47f420ebf929b4d31794435042c (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
40
41
42
43
44
45
{
	"@metadata": {
		"authors": [
			"Daniel Kinzler, brightbyte.de"
		]
	},
	"categorytree": "Category tree",
	"categorytree-portlet": "Categories",
	"categorytree-legend": "Show category tree",
	"categorytree-desc": "Dynamically navigate the [[Special:CategoryTree|category structure]]",
	"categorytree-header": "Enter a category name to see its contents as a tree structure. (Requires JavaScript.)",
	"categorytree-category": "Category:",
	"categorytree-go": "Show tree",
	"categorytree-parents": "Parents",
	"categorytree-mode-label": "Mode:",
	"categorytree-mode-categories": "categories only",
	"categorytree-mode-pages": "pages except files",
	"categorytree-mode-all": "all pages",
	"categorytree-collapse": "collapse",
	"categorytree-expand": "expand",
	"categorytree-collapse-bullet": "▼",
	"categorytree-expand-bullet": "►",
	"categorytree-empty-bullet": "►",
	"categorytree-page-bullet": " ",
	"categorytree-member-counts": "Contains {{PLURAL:$1|1 subcategory|$1 subcategories}}, {{PLURAL:$2|1 page|$2 pages}}, and {{PLURAL:$3|1 file|$3 files}}",
	"categorytree-member-num": "($5)",
	"categorytree-num-categories": "$1 C",
	"categorytree-num-pages": "$1 P",
	"categorytree-num-files": "$1 F",
	"categorytree-num-empty": "empty",
	"categorytree-load": "load",
	"categorytree-loading": "loading…",
	"categorytree-nothing-found": "nothing found",
	"categorytree-no-subcategories": "no subcategories",
	"categorytree-no-parent-categories": "no parent categories",
	"categorytree-no-pages": "no pages or subcategories",
	"categorytree-not-found": "Category <i>$1</i> not found",
	"categorytree-error": "Problem loading data.",
	"categorytree-retry": "Please wait a moment and try again.",
	"apihelp-categorytree-description": "Internal module for the CategoryTree extension.",
	"apihelp-categorytree-summary": "Internal module for the CategoryTree extension.",
	"apihelp-categorytree-param-category": "Title in the category namespace, prefix will be ignored if given.",
	"apihelp-categorytree-param-options": "Options for the CategoryTree constructor as a JSON object. The <var>depth</var> option defaults to <kbd>1</kbd>.",
	"apierror-categorytree-invalidjson": "Options must be valid a JSON object."
}