You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.4 KiB
40 lines
1.4 KiB
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * mass_mailing_newsletter_welcome_mail
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 11.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2019-05-02 11:06+0000\n"
|
|
"PO-Revision-Date: 2019-05-02 12:08+0100\n"
|
|
"Language-Team: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
"X-Generator: Poedit 2.2.1\n"
|
|
"Last-Translator: Jairo Llopis <yajo.sk8@gmail.com>\n"
|
|
"Language: es_ES\n"
|
|
|
|
#. module: mass_mailing_newsletter_welcome_mail
|
|
#: model:mail.template,body_html:mass_mailing_newsletter_welcome_mail.email_template
|
|
msgid ""
|
|
"<div>Dear <b>${object.name or object.email}</b>,\n"
|
|
" <br/>\n"
|
|
" <h3>Thanks for signing up for our newsletter!</h3>\n"
|
|
" <p>Regards,</p>\n"
|
|
" </div>\n"
|
|
" "
|
|
msgstr ""
|
|
"<div>Estimado/a <b>${object.name or object.email}</b>,\n"
|
|
" <br/>\n"
|
|
" <h3>¡Gracias por suscribirse a nuestro boletín!</h3>\n"
|
|
" <p>Saludos,</p>\n"
|
|
" </div>\n"
|
|
" "
|
|
|
|
#. module: mass_mailing_newsletter_welcome_mail
|
|
#: model:mail.template,subject:mass_mailing_newsletter_welcome_mail.email_template
|
|
msgid "Welcome to the mailing list ${ctx.get(\"list_name\")}"
|
|
msgstr "Bienvenido/a a la lista de correo ${ctx.get(\"list_name\")}"
|