mediawiki-extensions-Catego.../i18n/en.json
Alex Monk 680cdd688a Use an API module instead of the old (to be removed) ajax functions
Also removes some stuff that appears unused.
Caching depends on Ia18874c9

Bug: T92788
Change-Id: I4d106d8fbfd799a15ef3f8eda06c437b234ec218
2016-01-25 18:26:40 +00:00

43 lines
2.1 KiB
JSON

{
"@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.\nNote that this requires advanced JavaScript functionality known as AJAX.\nIf you have a very old browser, or have JavaScript disabled, it will not work.",
"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-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. Depth option defaults to 1."
}