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.

65 lines
2.5 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. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: social (8.0)\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2016-06-03 02:42+0000\n"
  11. "PO-Revision-Date: 2016-06-02 07:19+0000\n"
  12. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  13. "Language-Team: English (http://www.transifex.com/oca/OCA-social-8-0/language/en/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: \n"
  17. "Language: en\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. #. module: mail_notification_email_template
  20. #: model:email.template,body_html:mail_notification_email_template.template
  21. msgid ""
  22. "\n"
  23. " <h2>Dear ${object.partner_id.name},</h2>\n"
  24. " <p>there's a new message on <a href=\"${object.record_access_link}\">${object.record.name}</a>:</p>\n"
  25. " ${object.message_id.body|safe}\n"
  26. " \n"
  27. " "
  28. msgstr "\n <h2>Dear ${object.partner_id.name},</h2>\n <p>there's a new message on <a href=\"${object.record_access_link}\">${object.record.name}</a>:</p>\n ${object.message_id.body|safe}\n \n "
  29. #. module: mail_notification_email_template
  30. #: model:email.template,subject:mail_notification_email_template.template
  31. msgid "${object.message_id.subject|safe}"
  32. msgstr "${object.message_id.subject|safe}"
  33. #. module: mail_notification_email_template
  34. #: model:ir.model,name:mail_notification_email_template.model_mail_message_subtype
  35. msgid "Message subtypes"
  36. msgstr "Message subtypes"
  37. #. module: mail_notification_email_template
  38. #: field:mail.message.subtype,template_id:0
  39. msgid "Notification template"
  40. msgstr "Notification template"
  41. #. module: mail_notification_email_template
  42. #: model:ir.model,name:mail_notification_email_template.model_mail_notification
  43. msgid "Notifications"
  44. msgstr "Notifications"
  45. #. module: mail_notification_email_template
  46. #: field:mail.notification,record:0
  47. msgid "Record"
  48. msgstr "Record"
  49. #. module: mail_notification_email_template
  50. #: field:mail.notification,record_access_link:0
  51. msgid "Record access link"
  52. msgstr "Record access link"
  53. #. module: mail_notification_email_template
  54. #: help:mail.message.subtype,template_id:0
  55. msgid ""
  56. "This template will be used to render notifications sent out for this subtype"
  57. msgstr "This template will be used to render notifications sent out for this subtype"