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

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * mass_mailing_newsletter_welcome_mail
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 11.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2019-05-02 11:06+0000\n"
  10. "PO-Revision-Date: 2019-05-02 12:08+0100\n"
  11. "Language-Team: \n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=UTF-8\n"
  14. "Content-Transfer-Encoding: 8bit\n"
  15. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  16. "X-Generator: Poedit 2.2.1\n"
  17. "Last-Translator: Jairo Llopis <yajo.sk8@gmail.com>\n"
  18. "Language: es_ES\n"
  19. #. module: mass_mailing_newsletter_welcome_mail
  20. #: model:mail.template,body_html:mass_mailing_newsletter_welcome_mail.email_template
  21. msgid ""
  22. "<div>Dear <b>${object.name or object.email}</b>,\n"
  23. " <br/>\n"
  24. " <h3>Thanks for signing up for our newsletter!</h3>\n"
  25. " <p>Regards,</p>\n"
  26. " </div>\n"
  27. " "
  28. msgstr ""
  29. "<div>Estimado/a <b>${object.name or object.email}</b>,\n"
  30. " <br/>\n"
  31. " <h3>¡Gracias por suscribirse a nuestro boletín!</h3>\n"
  32. " <p>Saludos,</p>\n"
  33. " </div>\n"
  34. " "
  35. #. module: mass_mailing_newsletter_welcome_mail
  36. #: model:mail.template,subject:mass_mailing_newsletter_welcome_mail.email_template
  37. msgid "Welcome to the mailing list ${ctx.get(\"list_name\")}"
  38. msgstr "Bienvenido/a a la lista de correo ${ctx.get(\"list_name\")}"