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.

75 lines
2.8 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * fetchmail_notify_error_to_sender
  4. #
  5. # Translators:
  6. # Paolo Valier <paolo.valier@hotmail.it>, 2018
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2018-01-06 02:25+0000\n"
  12. "PO-Revision-Date: 2018-01-06 02:25+0000\n"
  13. "Last-Translator: Paolo Valier <paolo.valier@hotmail.it>, 2018\n"
  14. "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
  15. "Language: it\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: fetchmail_notify_error_to_sender
  21. #: model:mail.template,body_html:fetchmail_notify_error_to_sender.email_template_error_notice
  22. msgid ""
  23. "\n"
  24. "<div>\n"
  25. " <p>Hello ${ctx.get('sender_message').get('from')},</p>\n"
  26. " <p>we got a problem with your email: <i>${ctx.get('sender_message')."
  27. "get('subject')}</i></p>\n"
  28. " <p>Maybe you used a wrong recipient address?</p>\n"
  29. " <p><br/></p>\n"
  30. " <p>Technical details:</p>\n"
  31. " <p><i>${ctx.get('route_exception').message}</i></p>\n"
  32. "</div>\n"
  33. " "
  34. msgstr ""
  35. "\n"
  36. "<div>\n"
  37. " <p>Salve ${ctx.get('sender_message').get('from')},</p>\n"
  38. " <p>abbiamo avuto un problema con la tua mail: <i>${ctx."
  39. "get('sender_message').get('subject')}</i></p>\n"
  40. " <p>Forse hai usato un indirizzo errato?</p>\n"
  41. " <p><br/></p>\n"
  42. " <p>Dettagli tecnici:</p>\n"
  43. " <p><i>${ctx.get('route_exception').message}</i></p>\n"
  44. "</div>\n"
  45. " "
  46. #. module: fetchmail_notify_error_to_sender
  47. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
  48. msgid "Email Thread"
  49. msgstr "Discussione Mail"
  50. #. module: fetchmail_notify_error_to_sender
  51. #: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
  52. msgid "Error notice template"
  53. msgstr "Template Notifica Errore"
  54. #. module: fetchmail_notify_error_to_sender
  55. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
  56. msgid "POP/IMAP Server"
  57. msgstr "Server POP/IMAP"
  58. #. module: fetchmail_notify_error_to_sender
  59. #: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
  60. msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
  61. msgstr "Ricezione errore con: ${ctx.get('sender_message').get('subject')|safe}"
  62. #. module: fetchmail_notify_error_to_sender
  63. #: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
  64. msgid ""
  65. "Set here the template to use to send notice to sender when errors occur "
  66. "while fetching email"
  67. msgstr ""
  68. "Imposta qui il template da usare per inviare una notifica al mittente quando "
  69. "si verificano errori durante il recupero dell'e-mail"