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.

55 lines
2.1 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. "Last-Translator: Jairo Llopis <yajo.sk8@gmail.com>\n"
  12. "Language-Team: \n"
  13. "Language: es_ES\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  18. "X-Generator: Poedit 2.2.1\n"
  19. #. module: mass_mailing_newsletter_welcome_mail
  20. #: model:mail.template,body_html:mass_mailing_newsletter_welcome_mail.mail_template_welcome
  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:ir.model.fields,help:mass_mailing_newsletter_welcome_mail.field_mail_mass_mailing_list_welcome_mail_template_id
  37. msgid "Mail template to be sent when a contact is subscribed from the website."
  38. msgstr ""
  39. #. module: mass_mailing_newsletter_welcome_mail
  40. #: model:ir.model,name:mass_mailing_newsletter_welcome_mail.model_mail_mass_mailing_list
  41. msgid "Mailing List"
  42. msgstr ""
  43. #. module: mass_mailing_newsletter_welcome_mail
  44. #: model:ir.model.fields,field_description:mass_mailing_newsletter_welcome_mail.field_mail_mass_mailing_list_welcome_mail_template_id
  45. msgid "Welcome mail template"
  46. msgstr ""
  47. #. module: mass_mailing_newsletter_welcome_mail
  48. #: model:mail.template,subject:mass_mailing_newsletter_welcome_mail.mail_template_welcome
  49. msgid "Welcome to the mailing list ${ctx.get(\"list_name\")}"
  50. msgstr "Bienvenido/a a la lista de correo ${ctx.get(\"list_name\")}"