case BLOCKFILE_NOACCESS : ret = tr("Block file cannot be read"); break;
case IMPLFILE_CORRUPTED : ret = tr("Implementation file is corrupted"); break;
case IMPLFILE_NOACCESS : ret = tr("Implementation file cannot be read"); break;
+ case IMPLFILE_NOPATTERN : ret = tr("Implementation file does not contains pattern definitions"); break;
case BLOCK_NULL : ret = tr("A parameter of type AbstractBlock* has been provided with NULL value."); break;
case BLOCK_INVALID_TYPE : ret = tr("A parameter of type AbstractBlock* is used with an incorrect instance type."); break;
case IFACE_NULL : ret = tr("A parameter of type AbstractInterface* has been provided with NULL value."); break;