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.

56 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. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 8.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2016-01-25 09:40+0000\n"
  10. "PO-Revision-Date: 2016-01-25 10:42+0100\n"
  11. "Last-Translator: Jairo Llopis <j.llopis@grupoesoc.es>\n"
  12. "Language-Team: \n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: 8bit\n"
  16. "Plural-Forms: \n"
  17. "Language: es\n"
  18. "X-Generator: Poedit 1.8.5\n"
  19. #. module: mass_mailing_unique
  20. #: code:addons/mass_mailing_unique/__init__.py:29
  21. #, python-format
  22. msgid "%(email)s appears %(duplicates)d times in list %(list)s"
  23. msgstr "%(email)s aparece %(duplicates)d veces en la lista %(list)s"
  24. #. module: mass_mailing_unique
  25. #: sql_constraint:mail.mass_mailing.list:0
  26. msgid "Cannot have more than one lists with the same name."
  27. msgstr "No se puede tener más de una lista con el mismo nombre."
  28. #. module: mass_mailing_unique
  29. #: sql_constraint:mail.mass_mailing.contact:0
  30. msgid "Cannot have the same email more than once in the same list."
  31. msgstr "No se puede tener el mismo email varias veces en la misma lista."
  32. #. module: mass_mailing_unique
  33. #: code:addons/mass_mailing_unique/__init__.py:44
  34. #, python-format
  35. msgid "Fix this before installing: %s."
  36. msgstr "Arregle esto antes de instalar: %s."
  37. #. module: mass_mailing_unique
  38. #: model:ir.model,name:mass_mailing_unique.model_mail_mass_mailing_list
  39. msgid "Mailing List"
  40. msgstr "Lista de correo"
  41. #. module: mass_mailing_unique
  42. #: model:ir.model,name:mass_mailing_unique.model_mail_mass_mailing_contact
  43. msgid "Mass Mailing Contact"
  44. msgstr "Contacto de envío masivo"
  45. #. module: mass_mailing_unique
  46. #: code:addons/mass_mailing_unique/__init__.py:39
  47. #, python-format
  48. msgid "there are %(duplicates)d lists with name %(name)s"
  49. msgstr "hay %(duplicates)d listas con el nombre %(name)s"