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.

77 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. # Rudolf Schnapka <rs@techno-flex.de>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: social (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-04-30 10:21+0000\n"
  12. "PO-Revision-Date: 2017-03-19 19:49+0000\n"
  13. "Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
  14. "Language-Team: German (http://www.transifex.com/oca/OCA-social-8-0/language/"
  15. "de/)\n"
  16. "Language: de\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>Geehrte(r) ${object.partner_id.name},</h2>\n"
  34. " <p>anbei finden Sie eine neue Meldung zu <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 "Meldungsunterarten"
  47. #. module: mail_notification_email_template
  48. #: field:mail.message.subtype,template_id:0
  49. msgid "Notification template"
  50. msgstr "Mitteilungsvorlage"
  51. #. module: mail_notification_email_template
  52. #: model:ir.model,name:mail_notification_email_template.model_mail_notification
  53. msgid "Notifications"
  54. msgstr "Mitteilungen"
  55. #. module: mail_notification_email_template
  56. #: field:mail.notification,record:0
  57. msgid "Record"
  58. msgstr "Datensatz"
  59. #. module: mail_notification_email_template
  60. #: field:mail.notification,record_access_link:0
  61. msgid "Record access link"
  62. msgstr "Datensatzzugriffslink"
  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. "Diese Vorlage wird zum Erstellen versendeter Mitteilungen dieser Unterart "
  69. "verwendet"