# TRANSLATORS: the first '%s' is the package that conflicts, the second the pakage that has the conflict, the third the releation (e.g. >=) and the latest the version for the releation self._failureString += _("Breaks exisiting package '%s' conflict: %s (%s %s)\n") % (pkg.name, cOr.TargetPkg.Name, cOr.CompType, cOr.TargetVer)
# TRANSLATORS: the first '%s' is the package that conflicts, the second the pakage that has the conflict, the third the releation (e.g. >=) and the latest the version for the releation
self. _failureString += _("Breaks exisiting package '%s' conflict: %s (%s %s)\n") % (pkg.name, cOr.TargetPkg.Name, cOr.CompType, cOr.TargetVer)