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.

60 lines
1.8 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * mail_notification_email_template
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 8.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "Last-Translator: <>\n"
  10. "Language-Team: \n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: \n"
  14. "Plural-Forms: \n"
  15. #. module: mail_notification_email_template
  16. #: model:email.template,body_html:mail_notification_email_template.template
  17. msgid "\n"
  18. " <h2>Dear ${object.partner_id.name},</h2>\n"
  19. " <p>there's a new message on <a href=\"${object.record_access_link}\">${object.record.name}</a>:</p>\n"
  20. " ${object.message_id.body|safe}\n"
  21. " \n"
  22. " "
  23. msgstr ""
  24. #. module: mail_notification_email_template
  25. #: model:email.template,subject:mail_notification_email_template.template
  26. msgid "${object.message_id.subject|safe}"
  27. msgstr ""
  28. #. module: mail_notification_email_template
  29. #: model:ir.model,name:mail_notification_email_template.model_mail_message_subtype
  30. msgid "Message subtypes"
  31. msgstr ""
  32. #. module: mail_notification_email_template
  33. #: field:mail.message.subtype,template_id:0
  34. msgid "Notification template"
  35. msgstr ""
  36. #. module: mail_notification_email_template
  37. #: model:ir.model,name:mail_notification_email_template.model_mail_notification
  38. msgid "Notifications"
  39. msgstr ""
  40. #. module: mail_notification_email_template
  41. #: field:mail.notification,record:0
  42. msgid "Record"
  43. msgstr ""
  44. #. module: mail_notification_email_template
  45. #: field:mail.notification,record_access_link:0
  46. msgid "Record access link"
  47. msgstr ""
  48. #. module: mail_notification_email_template
  49. #: help:mail.message.subtype,template_id:0
  50. msgid "This template will be used to render notifications sent out for this subtype"
  51. msgstr ""