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.

55 lines
1.9 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * mass_mailing_unique
  4. #
  5. # Translators:
  6. # Rudolf Schnapka <rs@techno-flex.de>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 9.0c\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-03-28 08:19+0000\n"
  12. "PO-Revision-Date: 2017-03-28 08:19+0000\n"
  13. "Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\n"
  14. "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
  15. "Language: de\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: mass_mailing_unique
  21. #: sql_constraint:mail.mass_mailing.list:0
  22. msgid "Cannot have more than one lists with the same name."
  23. msgstr "Sie dürfen nicht mehrere Listen gleich Namens führen."
  24. #. module: mass_mailing_unique
  25. #: code:addons/mass_mailing_unique/models/mail_mass_mailing_contact.py:21
  26. #, fuzzy, python-format
  27. msgid "Cannot have the same email more than once in the same list"
  28. msgstr ""
  29. "Die gleiche Email-Anschrift darf nicht mehrmals in einer Liste vorkommen."
  30. #. module: mass_mailing_unique
  31. #: model:ir.model,name:mass_mailing_unique.model_mail_mass_mailing_list
  32. msgid "Mailing List"
  33. msgstr "Mailingliste"
  34. #. module: mass_mailing_unique
  35. #: model:ir.model,name:mass_mailing_unique.model_mail_mass_mailing_contact
  36. msgid "Mass Mailing Contact"
  37. msgstr "Massenmail-Kontakt"
  38. #. module: mass_mailing_unique
  39. #: model:ir.model,name:mass_mailing_unique.model_mail_mass_mailing_list_contact_rel
  40. msgid "Mass Mailing Subscription Information"
  41. msgstr ""
  42. #~ msgid "Fix this before installing:"
  43. #~ msgstr "Beheben Sie dies vor der Installation:"
  44. #~ msgid "There are {1} lists with name {0}."
  45. #~ msgstr "Es gibt {1} Liste mit Name {0}."
  46. #~ msgid "{0} appears {2} times in list {1}."
  47. #~ msgstr "{0} erscheint {2} mal in der Liste {1}."