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.

58 lines
1.9 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * mass_mailing_unique
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 9.0c\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-01-04 03:40+0000\n"
  12. "PO-Revision-Date: 2017-01-04 03:40+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
  15. "Language: es\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: mass_mailing_unique
  21. #: sql_constraint:mail.mass_mailing.list:0
  22. msgid "Cannot have more than one lists with the same name."
  23. msgstr "No se puede tener más de una lista con el mismo nombre."
  24. #. module: mass_mailing_unique
  25. #: code:addons/mass_mailing_unique/models/mass_mailing.py:21
  26. #, fuzzy, python-format
  27. msgid "Cannot have the same email more than once in the same list"
  28. msgstr "No se puede tener el mismo email varias veces en la misma lista."
  29. #. module: mass_mailing_unique
  30. #: code:addons/mass_mailing_unique/hooks.py:45
  31. #, python-format
  32. msgid "Fix this before installing:"
  33. msgstr "Arregle esto antes de instalar:"
  34. #. module: mass_mailing_unique
  35. #: model:ir.model,name:mass_mailing_unique.model_mail_mass_mailing_list
  36. msgid "Mailing List"
  37. msgstr "Lista de correo"
  38. #. module: mass_mailing_unique
  39. #: model:ir.model,name:mass_mailing_unique.model_mail_mass_mailing_contact
  40. msgid "Mass Mailing Contact"
  41. msgstr "Contacto de envío masivo"
  42. #. module: mass_mailing_unique
  43. #: code:addons/mass_mailing_unique/hooks.py:40
  44. #, python-format
  45. msgid "There are {1} lists with name {0}."
  46. msgstr "Hay {1} listas con el nombre {0}."
  47. #. module: mass_mailing_unique
  48. #: code:addons/mass_mailing_unique/hooks.py:31
  49. #, python-format
  50. msgid "{0} appears {2} times in list {1}."
  51. msgstr "{0} aparece {2} veces en la lista {1}."