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.

54 lines
1.9 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * fetchmail_notify_error_to_sender
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 12.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "Last-Translator: <>\n"
  10. "Language-Team: \n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: \n"
  14. "Plural-Forms: \n"
  15. #. module: fetchmail_notify_error_to_sender
  16. #: model:mail.template,body_html:fetchmail_notify_error_to_sender.email_template_error_notice
  17. msgid "\n"
  18. " <div>\n"
  19. " <p>Hello ${ctx.get('sender_message').get('from')},</p>\n"
  20. " <p>we got a problem with your email: <i>${ctx.get('sender_message').get('subject')}</i></p>\n"
  21. " <p>Maybe you used a wrong recipient address?</p>\n"
  22. " <p><br/></p>\n"
  23. " <p>Technical details:</p>\n"
  24. " <p><i>${ctx.get('route_exception')}</i></p>\n"
  25. " </div>\n"
  26. " "
  27. msgstr ""
  28. #. module: fetchmail_notify_error_to_sender
  29. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
  30. msgid "Email Thread"
  31. msgstr ""
  32. #. module: fetchmail_notify_error_to_sender
  33. #: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id
  34. msgid "Error notice template"
  35. msgstr ""
  36. #. module: fetchmail_notify_error_to_sender
  37. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
  38. msgid "Incoming Mail Server"
  39. msgstr ""
  40. #. module: fetchmail_notify_error_to_sender
  41. #: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
  42. msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
  43. msgstr ""
  44. #. module: fetchmail_notify_error_to_sender
  45. #: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id
  46. msgid "Set here the template to use to send notice to sender when errors occur while fetching email"
  47. msgstr ""