trytond-electronic_mail-old-ts/message.xml

17 lines
727 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data grouped="1">
<record model="ir.message" id="msg_recipients_error">
<field name="text">Not valid recipients emails. Check emails in To, Cc or Bcc.</field>
</record>
<record model="ir.message" id="msg_smtp_server_default">
<field name="text">There are not default SMTP server.</field>
</record>
<record model="ir.message" id="msg_template_deleted">
<field name="text">This template has been deactivated or deleted.</field>
</record>
</data>
</tryton>