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.

78 lines
2.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. # Translators:
  6. # Marc Tormo i Bochaca <mtbochaca@gmail.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: 2018-07-03 10:15+0000\n"
  13. "Last-Translator: mtbochaca <mtbochaca@gmail.com>\n"
  14. "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
  15. "Language: ca\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. "X-Generator: Weblate 3.0.1\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.get('sender_message')."
  28. "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').message}</i></p>\n"
  33. "</div>\n"
  34. " "
  35. msgstr ""
  36. "\n"
  37. "<div>\n"
  38. " <p>Hola ${ctx.get('sender_message').get('from')},</p>\n"
  39. " <p>tenim un problema amb el vostre correu electrònic: "
  40. "<i>${ctx.get('sender_message').get('subject')}</i></p>\n"
  41. " <p>Pot ser que s'hagi utilitzat una direcció de destinació "
  42. "incorrecta?</p>\n"
  43. " <p><br/></p>\n"
  44. " <p>Detalls tècnics:</p>\n"
  45. " <p><i>${ctx.get('route_exception').message}</i></p>\n"
  46. "</div>\n"
  47. " "
  48. #. module: fetchmail_notify_error_to_sender
  49. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
  50. msgid "Email Thread"
  51. msgstr "Tema del Correu electrònic "
  52. #. module: fetchmail_notify_error_to_sender
  53. #: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
  54. msgid "Error notice template"
  55. msgstr "Plantilla de comunicació d'error"
  56. #. module: fetchmail_notify_error_to_sender
  57. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
  58. msgid "POP/IMAP Server"
  59. msgstr "Servidor POP/IMAP"
  60. #. module: fetchmail_notify_error_to_sender
  61. #: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
  62. msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
  63. msgstr ""
  64. "S'ha rebut un error amb: ${ctx.get('sender_message').get('subject')|safe}"
  65. #. module: fetchmail_notify_error_to_sender
  66. #: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
  67. msgid ""
  68. "Set here the template to use to send notice to sender when errors occur "
  69. "while fetching email"
  70. msgstr ""
  71. "Poseu aquí la plantilla a utilitzar per enviar una notificació al remitent "
  72. "quan hi hagin errors d'enviament del correu electrònic"