{
	"ARCHIVER_OK": {
		"method": "verbose",
		"message": "Archiver has been finalized and the output file descriptor has closed."
	},
	"DEL_ERR": {
		"method": "error",
		"message": "Error while removing temporary zip."
	},
	"ZIP_ERR": {
		"method": "error",
		"message": "Error while presentation zipping."
	},
	"ZIP_OK": {
		"method": "info",
		"message": "Presentation is packaged."
	},
	"UPLOAD_OK": {
		"method": "info",
		"message": "Uploaded successfully! Server responded with: %s"
	},
	"UPLOAD_ERR": {
		"method": "error",
		"message": "Failed to upload!"
	},
	"LOG_OUT_OK": {
		"method": "info",
		"message_": "Successfully logged out!",
		"message": "Logged out!!"
	},
	"LOG_OUT_ERR": {
		"method": "error",
		"message": "Error while logging out!"
	},
	"LOG_IN_OK": {
		"method": "info",
		"message": "Successfully logged in!"
	},
	"LOG_IN_OK_INFO": {
		"method": "info",
		"message": "You are logged in."
	},
	"LOG_IN_OK_INSTANCE": {
		"method": "info",
		"message": "Current instance: %s"
	},
	"LOG_IN_ERR": {
		"method": "error",
		"message": "Error while logging in!"
	},
	"LOG_IN_WRONG_ERR": {
		"method": "error",
		"message": "Wrong email or password. Try again:"
	},
	"SAVE_DATA_ERR": {
		"method": "error",
		"message": "Error while saving data!"
	},
	"CLEAR_DATA_ERR": {
		"method": "error",
		"message": "Error while removing data!"
	},
	"LOG_IN_TRY_ERR": {
		"method": "error",
		"message": "Error while logging in! Please try again later"
	},
	"AUTH_FAIL_ERR": {
		"method": "error",
		"message": "Error while logging in! Please try again later"
	},
	"AUTHORIZE_ERR": {
		"method": "error",
		"message": "Authorization error"
	},
	"NOT_AUTHORIZE_ERR": {
		"method": "error",
		"message": "Not authorized!"
	},
	"ALREADY_LOG_OUT_OK": {
		"method": "info",
		"message": "You are logged out!"
	},
	"CLM_ERR": {
		"method": "error",
		"message": "Incorrect CLM. \n'co build -h' to see the list of parameters."
	},
	"OS_NAME_ERR": {
		"method": "error",
		"message": "Incorrect os. \n'co app -h' to see the list of parameters."
	},
	"NO_COBALT_PRESENTATION_ERR": {
		"method": "error",
		"message": "It's not Cobalt presentation. Please, run 'co init' to initialize your project."
	},
	"NOT_BILLING_ERR": {
		"method": "error",
		"message": "Your billing has expired."
	},
	"PUBLISH_OK": {
		"method": "info",
		"message": "Presentation published to %s"
	},
	"LOG_IN_EWIZARD_WRONG_ERR": {
		"method": "error",
		"message": "Wrong ewizard user or password"
	},
	"WRONG_EWIZARD_INSTANCE_ERR": {
		"method": "error",
		"message": "Wrong ewizard instance"
	},
	"UPDATE_AVAILABLE": {
		"method": "info",
		"message": "Update for Co CLI is available! \nNew version: %s \nCurrent version: %s \n\nYou can update Co CLI by reinstalling it. Please run: \n    npm uninstall -g co-cli \n    npm cache clean \n    npm i -g co-cli --registry %s \n"
	},
	"SCREEN_DEV_BUILD_ERR":{
		"method": "error",
		"message": "Dev build error"
	},
	"SCREEN_ZIP_PRESENTATION_ERR":{
		"method": "error",
		"message": "Zip presentation error."
	},
	"SCREEN_SEND_ZIP_ERR":{
		"method": "error",
		"message": "Send zip error."
	},
	"SCREEN_SAVE_SCREENS_ERR":{
		"method": "error",
		"message": "Save screens error."
	},
	"SCREEN_UNZIP_ERR":{
		"method": "error",
		"message": "Unzip screens error."
	},
	"SCREEN_CLEAN_ERR":{
		"method": "error",
		"message": "Clean screens error."
	},
	"SCREEN_UNDEFINED_ERR":{
		"method": "error",
		"message": "Unhandled error occured."
	},
	"SCREEN_SIZE_VALIDATION_ERR": {
		"method": "error",
		"message": "%s - invalid size format."
	},
	"SCREEN_RESIZE_VALIDATION_ERR": {
		"method": "error",
		"message": "'--resize' option can't be bigger display size."
	},
	"SCREEN_SLIDES_VALIDATION_ERR": {
		"method": "error",
		"message": "Slide %s is not defined in structure.json."
	},
	"SCREEN_TIMEOUT_VALIDATION_ERR": {
		"method": "error",
		"message": "Timeout should be a number."
	},
	"SCREEN_DISPLAY_VALIDATION_ERR": {
		"method": "error",
		"message": "%s - invalid device or display format."
	},
	"SCREEN_DISPLAY_DEVICES": {
		"method": "info",
		"message": "Supported devices: %s."
	},
	"SCREEN_FORMAT_VALIDATION_ERR": {
		"method": "error",
		"message": "%s - invalid screenshot format."
	},
	"SCREEN_FORMATS": {
		"method": "info",
		"message": "Supported formats: %s."
	},
	"SCREEN_RUN_DEV_BUILD_INFO": {
		"method": "info",
		"message": "Run dev build."
	},
	"SCREEN_ZIP_PRESENTATION_INFO": {
		"method": "info",
		"message": "Zip presentation."
	},
	"SCREEN_SEND_ZIP_INFO": {
		"method": "info",
		"message": "Send zip to the server."
	},
	"SCREEN_JOB_IN_PROGRESS_INFO": {
		"method": "info",
		"message": "Screenshot job in progress."
	},
	"SCREEN_SCREENS_RECEIVED_INFO": {
		"method": "info",
		"message": "Screens received."
	},
	"SCREENS_EXTRACT_INFO": {
		"method": "info",
		"message": "Extract screens to: %s"
	},
	"SCREENS_CLEAN_UP_INFO": {
		"method": "info",
		"message": "Clean up."
	},
	"SCREEN_SERVER_URL_ERR": {
		"method": "error",
		"message": "Screen server: 400 Bad Request"
	},
	"SCREEN_SERVER_BAD_GATEWAY_ERR": {
		"method": "error",
		"message": "Screen server: 504 Gateway Timeout"
	},
	"SCREEN_SERVER_UNEXPECTED_ERR": {
		"method": "error",
		"message": "Screen server: unexpected error"
	},
	"EWIZARD_COMMAND_NOT_FOUND": {
		"method": "error",
		"message": "Command not found: co ewizard %s \n\n    Run 'co ewizard --help' to view command list \n"
	},
	"INCORRECT_SYNTAX": {
		"method": "error",
		"message": "Command '%s' has incorrect syntax \n\n"
	},
	"INCORRECT_COMMAND": {
		"method": "error",
		"message": "Value '%s' has incorrect format \n\n"
	},
	"NO_MANIFEST_ERR": {
		"method": "error",
		"message": "No manifest field for %s clm in app.json"
	},
	"CLM_IS_REQUIRED_ERR": {
		"method": "error",
		"message": "clm option is required"
	},
	"ZERO_VERSION": {
		"method": "info",
		"message": "Presentation uses old version of Cobalt engine. Command 'co debug' is not supported"
	},
	"CANT_UPDATE_ZERO_VERSION": {
		"method": "info",
		"message": "Updating doesn't work for this Cobalt version"
	},
	"EWIZARD_FILE_NOT_FOUND": {
		"method": "error",
		"message": "Presentation hasn't been published yet, .ewizard file not found"
	},
	"SAVE_ARCHIVE": {
		"method": "info",
		"message": "Download the presentation..."
	},
	"DOWNLOAD_ERR": {
		"method": "error",
		"message": "Failed to download the presentation"
	},
	"SAVE_ARCHIVE_ERR": {
		"method": "error",
		"message": "Presentation was not downloaded"
	},
	"PRESENTATION_NOT_FOUND": {
		"method": "error",
		"message": "Presentation with such id is not found"
	},
	"CANT_REMOVE": {
		"method": "error",
		"message": "Can't remove %s"
	},
	"CANT_REPLACE": {
		"method": "error",
		"message": "Can't replace presentation files"
	},
	"FAILED_TO_UNPACK": {
		"method": "error",
		"message": "Failed to unpack a package"
	},
	"PULL_OK": {
		"method": "info",
		"message": "All files has been replaced"
	},
	"UPLOAD_REFRESH_TOKEN_ERR": {
		"method": "error",
		"message": "Failed to refresh access token"
	},
	"REFRESH_TOKEN_STATUS_ERR": {
		"method": "error",
		"message": "Can't refresh access token"
	},
	"UPLOAD_UNAUTHORIZED_ERR": {
		"method": "error",
		"message": "Failed authorization"
	},
	"ERR_CONNECTION_TIMED_OUT": {
		"method": "error",
		"message": "Exceeded while waiting for a response from the server"
	},
	"BUILD_LIST_ERROR": {
		"method": "error",
		"message": "Failed to get build list"
	},
	"BUILD_GET_ERROR": {
		"method": "error",
		"message": "Failed to download build"
	},
	"BUILD_INPROGRESS": {
		"method": "error",
		"message": "Build progress not finished"
	},
	"BUILD_GET_START": {
		"method": "info",
		"message": "Build downloading..."
	},
	"BUILD_GET_SUCCESS": {
		"method": "info",
		"message": "Build downloaded successfully"
	},
	"BILLING_EXPIRED": {
		"method": "error",
		"message": "Your billing has expired."
	},
	"INCORRECT_CREDENTIALS": {
		"method": "error",
		"message": "The email or password you entered is incorrect."
	},
	"DATA_FROM_QUERY_ERR": {
		"method": "error",
		"message": "You should use only a complete set of keys"
	},
  	"EWIZARD_ALREADY_LOGGED_IN": {
		"method": "info",
		"message": "You are already logged in!"
  	},
  	"EWIZARD_DEPRECATED_LOGIN": {
		"method": "warn",
		"message": "Command 'co ewizard login' is deprecated for your ewizard instance. Use 'co login' instead."
  	},
  	"EWIZARD_DEPRECATED_LOGOUT": {
		"method": "warn",
		"message": "Command 'co ewizard logout' is deprecated for your ewizard instance. Use 'co logout' instead."
  	},
  	"SCREEN_DESTINATION_ERR": {
		"method": "error",
		"message": "The location of screenshots should be set within the presentation."
	},
  	"NO_WOFF_FORMAT": {
		"method": "warn",
		"message": "Fonts are not in .woff format:"
	},
  	"BIGGER_IMAGES": {
		"method": "warn",
		"message": "Images larger than %s bytes:"
	},
	"INVALID_JSONS": {
		"method": "error",
		"message": "Invalid JSONs:"
	},
	"ABSENT_LOCALIZATIONS": {
		"method": "error",
		"message": "Absent slide's localizations:"
	},
	"ABSENT_MODELS": {
		"method": "error",
		"message": "Absent slide's models:"
	},
	"INVALID_JSONS_NOT_FOUND": {
		"method": "info",
		"message": "Invalid JSON files haven't been found."
	},
	"ABSENT_LOCALIZATON_NOT_FOUND": {
		"method": "info",
		"message": "Absent slide's localizations haven't been found."
	},
	"ABSENT_MODELS_NOT_FOUND": {
		"method": "info",
		"message": "Absent slide's models haven't been found."
	},
	"UNUSED_MEDIA": {
		"method": "warn",
		"message": "Unused media files:"
	},
	"REDUNDANT_FILES": {
		"method": "warn",
		"message": "Redundant folders and files:"
	},
	"VALIDATE_CSS": {
		"method": "info",
		"message": "Results of CSS validation:"
	},
	"NOT_FOUND": {
		"method": "info",
		"message": "No errors are found"
	},
	"VALID": {
		"method": "info",
		"message": "Valid"
	}
}
