{
	"Could not access user-defined handler at {handlerPath}.": "Could not access user-defined handler at {handlerPath}.",
	"Handler definition at {handlerPath} was not a function.": "Handler definition at {handlerPath} was not a function.",
	"Connected to browser, awaiting user input...": "Connected to browser, awaiting user input...",
	"WebSocket established.": "WebSocket established.",
	"Didn't understand wss event type: ${eventType}.": "Didn't understand wss event type: ${eventType}.",
	"Didn't understand wss message format: {msgString}.": "Didn't understand wss message format: {msgString}.",
	"Question definition for key '{key}' erroneous or not supported, yet.": "Question definition for key '{key}' erroneous or not supported, yet.",
	"Unrecognized input section format.": "Unrecognized input section format.",
	"Error loading plugin '{pluginName}'.": "Error loading plugin '{pluginName}'.",
	"Error instantiating plugin '{pluginName}'.": "Error instantiating plugin '{pluginName}'.",
	"Error calling .configure(capabilities, pluginOptions) on '{pluginName}' instance.": "Error calling .configure(capabilities, pluginOptions) on '{pluginName}' instance.",
	"Template with templateId \"{tmplId}\" was not found.": "Template with templateId \"{tmplId}\" was not found.",
	"Unknown error searching for templateId \"{tmplId}\".": "Unknown error searching for templateId \"{tmplId}\".",
	"Error searching for templateId \"{tmplId}\".": "Error searching for templateId \"{tmplId}\".",
	"Template root is not a directory: {root}.": "Template root is not a directory: {root}.",
	"Element 'root' (JsonPath: $.root) within template.json must be a string.": "Element 'root' (JsonPath: $.root) within template.json must be a string.",
	"Root-level configuration element cannot be an array.": "Root-level configuration element cannot be an array.",
	"Template '{name}' requires npm package '{key}', which is not installed.": "Template '{name}' requires npm package '{key}', which is not installed.",
	"Template configuration not valid.": "Template configuration not valid.",
	"{processed} file(s) considered.": "{processed} file(s) considered.",
	"{excluded} file(s) excluded.": "{excluded} file(s) excluded.",
	"{totalFiles} file(s) copied.": "{totalFiles} file(s) copied.",
	"The destination directory is not empty ({path}).": "The destination directory is not empty ({path})."
}