{
	"@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-user-store-description": "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-adminuser-store-description": "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-interwiki-store-description": "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-wikipage-tasks-description": "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-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 perfomed 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-ping-tasks-description": "Ping task that provides continuous exchange of data",
	"apihelp-bs-wikisubpage-treestore-description": "Lists the subpages of a specific wikipage",
	"apihelp-bs-wikisubpage-treestore-param-node": "The prefixed title of the wikipage ",
	"apihelp-bs-upload-license-store-description": "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-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."
}
