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.

73 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. # OCA Transbot <transbot@odoo-community.org>, 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: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: fr\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').get('subject')}</i></p>\n"
  27. " <p>Maybe you used a wrong recipient address?</p>\n"
  28. " <p><br/></p>\n"
  29. " <p>Technical details:</p>\n"
  30. " <p><i>${ctx.get('route_exception').message}</i></p>\n"
  31. "</div>\n"
  32. " "
  33. msgstr ""
  34. "\n"
  35. "<div>\n"
  36. "<p>Bonjour ${ctx.get('sender_message').get('from')},</p>\n"
  37. "<p>nous avons de la difficulté avec votre adresse de courriel: <i>${ctx.get('sender_message').get('subject')}</i></p>\n"
  38. "<p>Peut-être avez-vous utilisé une mauvaise adresse de destinataire?</p>\n"
  39. "<p><br/></p>\n"
  40. "<p>Détails techniques:</p>\n"
  41. "<p><i>${ctx.get('route_exception').message}</i></p>\n"
  42. "</div>"
  43. #. module: fetchmail_notify_error_to_sender
  44. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
  45. msgid "Email Thread"
  46. msgstr "Discussion de courriel"
  47. #. module: fetchmail_notify_error_to_sender
  48. #: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
  49. msgid "Error notice template"
  50. msgstr "Erreur dans le modèle de notice"
  51. #. module: fetchmail_notify_error_to_sender
  52. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
  53. msgid "POP/IMAP Server"
  54. msgstr "Serveur POP/IMAP"
  55. #. module: fetchmail_notify_error_to_sender
  56. #: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
  57. msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
  58. msgstr ""
  59. "Reçu une erreur avec : ${ctx.get('sender_message').get('subject')|safe}"
  60. #. module: fetchmail_notify_error_to_sender
  61. #: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
  62. msgid ""
  63. "Set here the template to use to send notice to sender when errors occur "
  64. "while fetching email"
  65. msgstr ""
  66. "Choisissez ici le modèle à utiliser pour informer l'expéditeur lorsque des "
  67. "erreurs surviennent lors de la récupération du courriel. "