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.

76 lines
2.6 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * mail_notification_email_template
  4. #
  5. # Translators:
  6. # Christophe CHAUVET <christophe.chauvet@gmail.com>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: social (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-06-30 01:07+0000\n"
  12. "PO-Revision-Date: 2016-06-17 14:21+0000\n"
  13. "Last-Translator: Christophe CHAUVET <christophe.chauvet@gmail.com>\n"
  14. "Language-Team: French (http://www.transifex.com/oca/OCA-social-8-0/language/"
  15. "fr/)\n"
  16. "Language: fr\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  21. #. module: mail_notification_email_template
  22. #: model:email.template,body_html:mail_notification_email_template.template
  23. msgid ""
  24. "\n"
  25. " <h2>Dear ${object.partner_id.name},</h2>\n"
  26. " <p>there's a new message on <a href=\"${object."
  27. "record_access_link}\">${object.record.name}</a>:</p>\n"
  28. " ${object.message_id.body|safe}\n"
  29. " \n"
  30. " "
  31. msgstr ""
  32. "\n"
  33. " <h2>Cher ${object.partner_id.name},</h2>\n"
  34. " <p>il y'a un nouveau message sur <a href=\"${object."
  35. "record_access_link}\">${object.record.name}</a>:</p>\n"
  36. " ${object.message_id.body|safe}\n"
  37. " \n"
  38. " "
  39. #. module: mail_notification_email_template
  40. #: model:email.template,subject:mail_notification_email_template.template
  41. msgid "${object.message_id.subject|safe}"
  42. msgstr "${object.message_id.subject|safe}"
  43. #. module: mail_notification_email_template
  44. #: model:ir.model,name:mail_notification_email_template.model_mail_message_subtype
  45. msgid "Message subtypes"
  46. msgstr "Message de sous types"
  47. #. module: mail_notification_email_template
  48. #: field:mail.message.subtype,template_id:0
  49. msgid "Notification template"
  50. msgstr "Modèle de notification"
  51. #. module: mail_notification_email_template
  52. #: model:ir.model,name:mail_notification_email_template.model_mail_notification
  53. msgid "Notifications"
  54. msgstr "Notifications"
  55. #. module: mail_notification_email_template
  56. #: field:mail.notification,record:0
  57. msgid "Record"
  58. msgstr "Enregistrement"
  59. #. module: mail_notification_email_template
  60. #: field:mail.notification,record_access_link:0
  61. msgid "Record access link"
  62. msgstr "Lien d'accès à l'enregistrement"
  63. #. module: mail_notification_email_template
  64. #: help:mail.message.subtype,template_id:0
  65. msgid ""
  66. "This template will be used to render notifications sent out for this subtype"
  67. msgstr ""
  68. "Ce modèle sera utilisé pour envoyer les notifications pour ce sous-type"