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.

106 lines
3.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. # Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
  7. # Antonio Trueba, 2016
  8. # Armando Vulcano Junior <vulcano@uol.com.br>, 2015
  9. # bossnm11 <bossnm11@gmail.com>, 2014
  10. # Chanseok <kcsgoodboy@naver.com>, 2014
  11. # Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
  12. # Chul Park <parkchul@nate.com>, 2015
  13. # David10000 <gameness@naver.com>, 2014
  14. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012-2013
  15. # Gil <gedwarp@gmail.com>, 2014
  16. # kmooc <shevious@gmail.com>, 2015
  17. # Hongseob Lee <shevreg@yahoo.com>, 2015
  18. # Hotellook, 2014
  19. # jeon <bluerespect@nate.com>, 2014
  20. # JiyeonLee <leejiyeon00@gmail.com>, 2014
  21. # Jong-Dae Park <jdpark7@gmail.com>, 2013
  22. # Kevin Min <gr326887@graded.br>, 2015
  23. # KimKyudong <choemh@nate.com>, 2014
  24. # mariana1201 <gogo3135@naver.com>, 2014
  25. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
  26. # Nicole <dlruddk1112@gmail.com>, 2014
  27. # Pedro M. Baeza <pedro.baeza@gmail.com>, 2015
  28. # Pope, 2014
  29. # SaFi J. <safi2266@gmail.com>, 2015
  30. # Sarina Canelake <sarina@edx.org>, 2014
  31. # Seok Jun Yoon <fake2real@dctribe.com>, 2015
  32. # shin2012 <shin2013@gmail.com>, 2014
  33. # Sujin Lee <sujinlee.me@gmail.com>, 2014
  34. # Sunah Lim <whitetree70@snu.ac.kr>, 2013
  35. # Young C. Kim, 2015
  36. # Zwygart <zwygart@gmail.com>, 2016
  37. msgid ""
  38. msgstr ""
  39. "Project-Id-Version: server-tools (8.0)\n"
  40. "Report-Msgid-Bugs-To: \n"
  41. "POT-Creation-Date: 2016-11-28 21:29+0000\n"
  42. "PO-Revision-Date: 2016-10-11 22:10+0000\n"
  43. "Last-Translator: Zwygart <zwygart@gmail.com>\n"
  44. "Language-Team: French (http://www.transifex.com/oca/OCA-server-tools-8-0/"
  45. "language/fr/)\n"
  46. "Language: fr\n"
  47. "MIME-Version: 1.0\n"
  48. "Content-Type: text/plain; charset=UTF-8\n"
  49. "Content-Transfer-Encoding: \n"
  50. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  51. #. module: fetchmail_notify_error_to_sender
  52. #: model:email.template,body_html:fetchmail_notify_error_to_sender.email_template_error_notice
  53. msgid ""
  54. "\n"
  55. "<div>\n"
  56. " <p>Hello ${ctx.get('sender_message').get('from')},</p>\n"
  57. " <p>we got a problem with your email: <i>${ctx.get('sender_message')."
  58. "get('subject')}</i></p>\n"
  59. " <p>Maybe you used a wrong recipient address?</p>\n"
  60. " <p><br/></p>\n"
  61. " <p>Technical details:</p>\n"
  62. " <p><i>${ctx.get('route_exception').message}</i></p>\n"
  63. "</div>\n"
  64. " "
  65. msgstr ""
  66. "\n"
  67. "<div>\n"
  68. "<p>Bonjour ${ctx.get('sender_message').get('from')},</p>\n"
  69. "<p>nous avons de la difficulté avec votre adresse de courriel: <i>${ctx."
  70. "get('sender_message').get('subject')}</i></p>\n"
  71. "<p>Peut-être avez-vous utilisé une mauvaise adresse de destinataire?</p>\n"
  72. "<p><br/></p>\n"
  73. "<p>Détails techniques:</p>\n"
  74. "<p><i>${ctx.get('route_exception').message}</i></p>\n"
  75. "</div>"
  76. #. module: fetchmail_notify_error_to_sender
  77. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
  78. msgid "Email Thread"
  79. msgstr "Discussion de courriel"
  80. #. module: fetchmail_notify_error_to_sender
  81. #: field:fetchmail.server,error_notice_template_id:0
  82. msgid "Error notice template"
  83. msgstr "Erreur dans le modèle de notice"
  84. #. module: fetchmail_notify_error_to_sender
  85. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
  86. msgid "POP/IMAP Server"
  87. msgstr "Serveur POP/IMAP"
  88. #. module: fetchmail_notify_error_to_sender
  89. #: model:email.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
  90. msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
  91. msgstr ""
  92. "Reçu une erreur avec : ${ctx.get('sender_message').get('subject')|safe}"
  93. #. module: fetchmail_notify_error_to_sender
  94. #: help:fetchmail.server,error_notice_template_id:0
  95. msgid ""
  96. "Set here the template to use to send notice to sender when errors occur "
  97. "while fetching email"
  98. msgstr ""
  99. "Choisissez ici le modèle à utiliser pour informer l'expéditeur lorsque des "
  100. "erreurs surviennent lors de la récupération du courriel. "