{
	"@metadata": {
		"authors": [
			"Robert Vogel <vogel@hallowelt.biz>"
		]
	},
	"apihelp-bs-filebackend-store-description": "Lists all files from the file backend. Allows sorting, filtering and pagination. Implements ExtJS Store parameters.",
	"apihelp-bs-filebackend-store-summary": "Lists all files from the file backend. Allows sorting, filtering and pagination. Implements ExtJS Store parameters.",
	"apihelp-bs-user-store-description": "Lists all users from the database. Allows sorting, filtering and pagination. Implements ExtJS Store parameters.",
	"apihelp-bs-user-store-summary": "Lists all users from the database. Allows sorting, filtering and pagination. Implements ExtJS Store parameters.",
	"apihelp-bs-category-store-description": "Lists all categories. Allows sorting, filtering and pagination. Implements ExtJS Store parameters.",
	"apihelp-bs-category-store-summary": "Lists all categories. Allows sorting, filtering and pagination. Implements ExtJS Store parameters.",
	"apihelp-bs-adminuser-store-description": "Lists all users from the database with additional sensitive data. Allows sorting, filtering and pagination. Implements ExtJS Store parameters.",
	"apihelp-bs-adminuser-store-summary": "Lists all users from the database with additional sensitive data. Allows sorting, filtering and pagination. Implements ExtJS Store parameters.",
	"apihelp-bs-group-store-description": "Lists all groups except $wgImplicitGroups. Allows sorting, filtering and pagination. Implements ExtJS Store parameters.",
	"apihelp-bs-group-store-summary": "Lists all groups except $wgImplicitGroups. Allows sorting, filtering and pagination. Implements ExtJS Store parameters.",
	"apihelp-bs-interwiki-store-description": "Lists all interwiki links. Allows sorting, filtering and pagination. Implements ExtJS Store parameters.",
	"apihelp-bs-interwiki-store-summary": "Lists all interwiki links. Allows sorting, filtering and pagination. Implements ExtJS Store parameters.",
	"apihelp-bs-titlequery-store-description": "Lists page titles and (optionally) namespace prefixes based on a query term. Implements ExtJS Store parameters.",
	"apihelp-bs-titlequery-store-summary": "Lists page titles and (optionally) namespace prefixes based on a query term. Implements ExtJS Store parameters.",
	"apihelp-bs-wikipage-tasks-description": "Provides common operations for WikiPages",
	"apihelp-bs-wikipage-tasks-summary": "Provides common operations for WikiPages",
	"apihelp-bs-store-param-sort": "JSON string with sorting info; deserializes to <code>array of objects</code> that hold field name and direction for each sorting option",
	"apihelp-bs-store-param-group": "JSON string with grouping info; deserializes to <code>array of objects</code> that hold field name and direction for each grouping option",
	"apihelp-bs-store-param-filter": "JSON string with filter info; deserializes to <code>array of objects</code> that hold field name, filter type, and filter value for each filtering option",
	"apihelp-bs-store-param-page": "Allows server side calculation of start/limit",
	"apihelp-bs-store-param-limit": "Number of results to return",
	"apihelp-bs-store-param-start": "The offset to start the result list from",
	"apihelp-bs-store-param-callback": "A method name in the client code that should be called in the response (JSONP)",
	"apihelp-bs-store-param-query": "Similar to <var>filter</var>, but the provided value serves as a filter only for the <var>value</var> field of an ExtJS component",
	"apihelp-bs-store-param-dc": "<code>Disable cache</code> flag",
	"apihelp-bs-store-param-format": "The format of the output (only JSON or formatted JSON)",
	"apihelp-bs-store-param-options": "Arbitrary options to configure the store in format of a JSON string",
	"apihelp-bs-store-param-context": "JSON string encoded object with context data for the store",
	"apihelp-bs-task-param-task": "The task that should be executed",
	"apihelp-bs-task-param-taskdata": "JSON string encoded object with arbitrary data for the task",
	"apihelp-bs-task-param-context": "JSON string encoded object with context data for the task",
	"apihelp-bs-task-param-format": "The format of the result",
	"apihelp-bs-task-param-token": "The token required to access the API module",
	"bs-wikipage-tasks-error-contentmodel": "The task could not be performed with the content model of the provided page.",
	"bs-wikipage-tasks-error-page-not-valid": "The provided page is not valid.",
	"bs-wikipage-tasks-setcategories-edit-summary": "Changed categories.",
	"bs-wikipage-tasks-error-page-edit-not-allowed": "You are not allowed to edit page \"$1\".",
	"bs-wikipage-tasks-error-categories-not-valid": "Invalid {{PLURAL:$2|category|categories}}: $1",
	"bs-wikipage-tasks-setcategories-success": "Categories have successfully been set.",
	"apihelp-bs-wikipage-store-description": "Lists all wiki pages. Allows sorting, filtering and pagination. Implements ExtJS Store parameters.",
	"apihelp-bs-wikipage-store-summary": "Lists all wiki pages. Allows sorting, filtering and pagination. Implements ExtJS Store parameters.",
	"apihelp-bs-ping-tasks-description": "Ping task that provides continuous exchange of data",
	"apihelp-bs-ping-tasks-summary": "Ping task that provides continuous exchange of data",
	"apihelp-bs-wikisubpage-treestore-description": "Lists the subpages of a specific wikipage",
	"apihelp-bs-wikisubpage-treestore-summary": "Lists the subpages of a specific wikipage",
	"apihelp-bs-wikisubpage-treestore-param-node": "The prefixed title of the wikipage",
	"apihelp-bs-wikisubpage-treestore-param-options": "List of options",
	"apihelp-bs-upload-license-store-description": "Lists all available licences for a file upload",
	"apihelp-bs-upload-license-store-summary": "Lists all available licences for a file upload",
	"bs-wikipage-tasks-error-page-read-not-allowed": "You are not allowed to read page '$1'.",
	"bs-wikipage-tasks-error-nothingtoremove": "There are no categories to remove",
	"apihelp-bs-category-treestore-description": "Lists the sub-categories of a specific category",
	"apihelp-bs-category-treestore-summary": "Lists the sub-categories of a specific category",
	"apihelp-bs-category-treestore-param-node": "A path of categories separated by slash",
	"bs-api-task-taskdata-help": "[$1 Schema], [$2 parameter examples]",
	"apihelp-bs-task-param-schema": "Show the JSON schema for the task parameters",
	"apihelp-bs-task-param-examples": "Show examples of task parameters",
	"bs-api-task-taskData-page-id": "The ID of an existing wiki page",
	"bs-api-task-taskData-page-title": "A valid title of a wiki page",
	"bs-api-task-wikipagetasks-taskData-categories": "Array of strings. Values need to be valid category names.",
	"apihelp-bs-watchlist-store-summary": "Lists all watchlist entries. Allows sorting, filtering and pagination. Implements store parameters.",
	"apihelp-bs-recentchanges-store-summary": "Lists all recent changes. Allows sorting, filtering and pagination. Implements store parameters.",
	"apihelp-bs-task-summary": "Provides the API endpoint for executing registered tasks",
	"apihelp-bs-task-description": "Provides the API endpoint for executing registered tasks",
	"apihelp-bs-js-var-config-summary": "Provides an API endpoint for retrieving client-side configuration variables",
	"apihelp-bs-js-var-config-param-name": "Name of the configuration variable to retrieve",
	"apihelp-bs-js-var-config-param-func": "Configuration function to execute: has|get",
	"apihelp-bs-js-var-config-param-context": "JSON encoded object with context of the call",
	"apihelp-bs-js-var-config-param-format": "Format of the result",
	"apihelp-bs-categorylinks-store-description": "Lists all categories of a page, including a link to the category page and a marker for explicit and implicit categories.",
	"apihelp-bs-categorylinks-store-summary": "Lists all categories of a page, including a link to the category page and a marker for explicit and implicit categories.",
	"apihelp-bs-categorylinks-store-param-page-id": "The page id of the page",
	"apihelp-bs-templatelinks-store-description": "Lists all templates of a page, including a link to the template.",
	"apihelp-bs-templatelinks-store-summary": "Lists all templates of a page, including a link to the template.",
	"apihelp-bs-templatelinks-store-param-page-id": "The page id of the page",
	"apihelp-bs-linker-summary": "Returns links to pages generated by Linker",
	"apihelp-bs-linker-description": "Returns links to pages generated by Linker",
	"apihelp-bs-linker-param-linkdescs": "An associative JSON array with a list of pages. Each entry has to contain the title of the page as `target`. Optionally can contain `text`, `attribs` and `query`."
}
