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.

57 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. # Carles Antoli <carlesantoli@hotmail.com>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: social (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-01-07 07:31+0000\n"
  12. "PO-Revision-Date: 2017-01-09 16:58+0000\n"
  13. "Last-Translator: Carles Antoli <carlesantoli@hotmail.com>\n"
  14. "Language-Team: Catalan (http://www.transifex.com/oca/OCA-social-8-0/language/ca/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: ca\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 es pot tenir més d'una llista amb el mateix nom."
  24. #. module: mass_mailing_unique
  25. #: sql_constraint:mail.mass_mailing.contact:0
  26. msgid "Cannot have the same email more than once in the same list."
  27. msgstr "No es pot tenir el mateix correu electrònic més d'una vegada en la mateixa llista."
  28. #. module: mass_mailing_unique
  29. #: code:addons/mass_mailing_unique/hooks.py:42
  30. #, python-format
  31. msgid "Fix this before installing:"
  32. msgstr "Solucionar això abans d'instal·lar:"
  33. #. module: mass_mailing_unique
  34. #: model:ir.model,name:mass_mailing_unique.model_mail_mass_mailing_list
  35. msgid "Mailing List"
  36. msgstr "Llista d'enviament"
  37. #. module: mass_mailing_unique
  38. #: model:ir.model,name:mass_mailing_unique.model_mail_mass_mailing_contact
  39. msgid "Mass Mailing Contact"
  40. msgstr "Contactes del correu massiu"
  41. #. module: mass_mailing_unique
  42. #: code:addons/mass_mailing_unique/hooks.py:37
  43. #, python-format
  44. msgid "There are {1} lists with name {0}."
  45. msgstr "Hi ha {1} llistes amb el nom {0}."
  46. #. module: mass_mailing_unique
  47. #: code:addons/mass_mailing_unique/hooks.py:28
  48. #, python-format
  49. msgid "{0} appears {2} times in list {1}."
  50. msgstr "{0} apareix {2} vegades en la llista {1}."