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.

60 lines
2.0 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. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: server-tools (8.0)\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2016-09-16 09:29+0000\n"
  11. "PO-Revision-Date: 2015-09-18 13:55+0000\n"
  12. "Last-Translator: <>\n"
  13. "Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/pt_PT/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: \n"
  17. "Language: pt_PT\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. #. module: fetchmail_notify_error_to_sender
  20. #: model:mail.template,body_html:fetchmail_notify_error_to_sender.email_template_error_notice
  21. msgid ""
  22. "\n"
  23. "<div>\n"
  24. " <p>Hello ${ctx.get('sender_message').get('from')},</p>\n"
  25. " <p>we got a problem with your email: <i>${ctx.get('sender_message').get('subject')}</i></p>\n"
  26. " <p>Maybe you used a wrong recipient address?</p>\n"
  27. " <p><br/></p>\n"
  28. " <p>Technical details:</p>\n"
  29. " <p><i>${ctx.get('route_exception').message}</i></p>\n"
  30. "</div>\n"
  31. " "
  32. msgstr ""
  33. #. module: fetchmail_notify_error_to_sender
  34. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
  35. msgid "Email Thread"
  36. msgstr "Tópico de Email"
  37. #. module: fetchmail_notify_error_to_sender
  38. #: field:fetchmail.server,error_notice_template_id:0
  39. msgid "Error notice template"
  40. msgstr ""
  41. #. module: fetchmail_notify_error_to_sender
  42. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
  43. msgid "POP/IMAP Server"
  44. msgstr ""
  45. #. module: fetchmail_notify_error_to_sender
  46. #: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
  47. msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
  48. msgstr ""
  49. #. module: fetchmail_notify_error_to_sender
  50. #: help:fetchmail.server,error_notice_template_id:0
  51. msgid ""
  52. "Set here the template to use to send notice to sender when errors occur "
  53. "while fetching email"
  54. msgstr ""