{
	 "Cant lock cache": "The cache could not be blocked"
	,"Bad file format": "Unrecognized file format"
	,"File not choosed": "You have not selected any file"
	,"Permission denied": "You are not allowed to upload the file"
	,"File upload error": "Failed to upload the file, check that size is not too large"
	,"File save error": "Failed to save the file: %s"
	,"File size error": "The file must be no longer than %.2f MB"
	,"Bad file name": "The file name must contain only lowercase letters, digits or the '_' character"
	,"Bad schema name": "Invalid schema name"
	,"Schema not exists": "Schema does not exist"
	,"Unreferenced file": "The file is not referenced by the database"
	,"Com error": "Error communicating with the server"
	,"Image open error": "Error opening the image file"
	,"Operation disabled": "Operation disabled for security"
	,"Image added": "Image added correctly"
	
	,"ErrIniSize": "File exceeds the upload_max_filesize directive in php.ini"
	,"ErrFormSize": "File exceeds the MAX_FILE_SIZE specified in the HTML form"
	,"ErrPartial": "File was partially uploaded"
	,"ErrNoFile": "No file was uploaded"
	,"ErrNoTmpDir": "Missing a temporary folder"
	,"ErrCantWrite": "Failed to write file to disk"
	,"ErrExtension": "File upload stopped by extension"
	,"ErrDefault": "Unknown upload error"

	,"Sync complete": "Synchronization complete"
}