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.

66 lines
2.3 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. # Bole <bole@dajmi5.com>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 9.0c\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-07-15 02:48+0000\n"
  12. "PO-Revision-Date: 2017-07-15 02:48+0000\n"
  13. "Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
  14. "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
  15. "Language: hr\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=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  20. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
  21. #. module: fetchmail_notify_error_to_sender
  22. #: model:mail.template,body_html:fetchmail_notify_error_to_sender.email_template_error_notice
  23. msgid ""
  24. "\n"
  25. " <div>\n"
  26. " <p>Hello ${ctx.get('sender_message').get('from')},</p>\n"
  27. " <p>we got a problem with your email: <i>${ctx."
  28. "get('sender_message').get('subject')}</i></p>\n"
  29. " <p>Maybe you used a wrong recipient address?</p>\n"
  30. " <p><br/></p>\n"
  31. " <p>Technical details:</p>\n"
  32. " <p><i>${ctx.get('route_exception')}</i></p>\n"
  33. " </div>\n"
  34. " "
  35. msgstr ""
  36. #. module: fetchmail_notify_error_to_sender
  37. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
  38. msgid "Email Thread"
  39. msgstr ""
  40. #. module: fetchmail_notify_error_to_sender
  41. #: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id
  42. msgid "Error notice template"
  43. msgstr ""
  44. #. module: fetchmail_notify_error_to_sender
  45. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
  46. msgid "Incoming Mail Server"
  47. msgstr ""
  48. #. module: fetchmail_notify_error_to_sender
  49. #: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
  50. msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
  51. msgstr ""
  52. #. module: fetchmail_notify_error_to_sender
  53. #: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id
  54. msgid ""
  55. "Set here the template to use to send notice to sender when errors occur "
  56. "while fetching email"
  57. msgstr ""
  58. #~ msgid "POP/IMAP Server"
  59. #~ msgstr "POP/IMAP Server"