* I'm not OVM and I could not download any information about
* the recipient.
*/
break;
caseTaskAddRecipient::TR_DB_NOT_OVM_NO_DB_INFO:
Dialogues::message(Dialogues::WARNING,
tr("Unknown Message Type"),
tr("No information about the recipient data box '%1' could be obtained. It is unknown whether public or commercial messages can be sent to this recipient.").arg(dbID),
tr("No information about the recipient data box '%1' could be obtained. It is unknown whether public or commercial messages can be sent to this recipient.").arg(dbEntry.dbID()),
* Don't know whether I can send public and I cannot send PDZs.
*/
break;
caseTaskAddRecipient::TR_DB_NO_PUBLIC_NO_PDZ:
Dialogues::message(Dialogues::WARNING,
tr("Unknown Message Type"),
tr("No commercial message to the recipient data box '%1' can be sent. It is unknown whether a public messages can be sent to this recipient.").arg(dbID),
tr("No commercial message to the recipient data box '%1' can be sent. It is unknown whether a public messages can be sent to this recipient.").arg(dbEntry.dbID()),
tr("No public message to the recipient data box '%1' can be sent. It is unknown whether a commercial messages can be sent to this recipient.").arg(dbID),
tr("No public message to the recipient data box '%1' can be sent. It is unknown whether a commercial messages can be sent to this recipient.").arg(dbEntry.dbID()),