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. # Paolo Valier, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: social (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-11-25 18:06+0000\n"
  12. "PO-Revision-Date: 2016-10-24 11:54+0000\n"
  13. "Last-Translator: Paolo Valier\n"
  14. "Language-Team: Italian (http://www.transifex.com/oca/OCA-social-8-0/language/it/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: it\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 "Non è possibile avere più di una lista con lo stesso nome."
  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 "Non è possibile inserire la stessa email più di una volta nella stessa lista."
  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 "Da risolvere prima dell'installazione:"
  33. #. module: mass_mailing_unique
  34. #: model:ir.model,name:mass_mailing_unique.model_mail_mass_mailing_list
  35. msgid "Mailing List"
  36. msgstr "Mailing List"
  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 "Contatto Mass Mailing"
  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 "Ci sono {1} liste con il nome {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} appare {2} volte nella lista {1}."