Lines Matching refs:appliance
1597 void UIMessageCenter::cannotImportAppliance(CAppliance &appliance, QWidget *pParent /* = 0*/) const
1600 QString strErrorInfo = formatErrorInfo(appliance);
1603 foreach(const QString &strWarning, appliance.GetWarnings())
1609 tr("Failed to open/interpret appliance <b>%1</b>.")
1610 .arg(appliance.GetPath()),
1617 tr("Failed to import appliance <b>%1</b>.")
1650 void UIMessageCenter::cannotExportAppliance(const CAppliance &appliance, QWidget *pParent /* = 0*/) const
1653 tr("Failed to prepare the export of the appliance <b>%1</b>.")
1654 .arg(CAppliance(appliance).GetPath()),
1655 formatErrorInfo(appliance));
1661 tr("Failed to prepare the export of the appliance <b>%1</b>.")
1669 tr("Failed to export appliance <b>%1</b>.")