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.

113 lines
4.3 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * scheduler_error_mailer
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. # Rudolf Schnapka <rs@techno-flex.de>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 9.0c\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-04-19 18:00+0000\n"
  13. "PO-Revision-Date: 2017-04-19 18:00+0000\n"
  14. "Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\n"
  15. "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Language: de\n"
  20. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  21. #. module: scheduler_error_mailer
  22. #: model:mail.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  23. msgid ""
  24. "\n"
  25. " \n"
  26. "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  27. "\n"
  28. "<p>OpenERP tried to run the scheduler <em>${object.name or ''}</em> in the database <em>${ctx.get('dbname')}</em> but it failed. Here is the error message :</p>\n"
  29. "\n"
  30. "<strong>\n"
  31. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to get the error message from the context.'}\n"
  32. "</strong>\n"
  33. "\n"
  34. "<p>You may check the logs of the OpenERP server to get more information about this failure.</p>\n"
  35. "\n"
  36. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  37. "<ul>\n"
  38. "<li>Model : ${object.model or ''}</li>\n"
  39. "<li>Method : ${object.function or ''}</li>\n"
  40. "<li>Arguments : ${object.args or ''}</li>\n"
  41. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n"
  42. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  43. "<li>Repeat missed : ${object.doall}</li>\n"
  44. "<li>User : ${object.user_id.name or ''}</li>\n"
  45. "</ul>\n"
  46. "\n"
  47. "<p>\n"
  48. "-- <br/>\n"
  49. "Automatic e-mail sent by OpenERP. Do not reply.<br/>\n"
  50. "Database : ${ctx.get('dbname')}\n"
  51. "</p>\n"
  52. "</div>\n"
  53. " \n"
  54. " "
  55. msgstr ""
  56. "\n"
  57. "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  58. "\n"
  59. "<p>Odoo hat versucht die Terminaufgabe <em>${object.name or ''}</em> in der Datenbank <em>${ctx.get('dbname')}</em> auszuführen, scheiterte jedoch. Hier folgt die Fehlermeldung:</p>\n"
  60. "\n"
  61. "<strong>\n"
  62. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Konnte Fehlermeldung nicht aus dem Kontext erfahren.'}\n"
  63. "</strong>\n"
  64. "\n"
  65. "<p>Sie können die Logs des Odoo-Server überprüfen, um weitere Information zu diesem Fehler zu erhalten.</p>\n"
  66. "\n"
  67. "<p>Eigenschaften der Terminaufgabe <em>${object.name or ''}</em> :</p>\n"
  68. "<ul>\n"
  69. "<li>Modell: ${object.model or ''}</li>\n"
  70. "<li>Methode: ${object.function or ''}</li>\n"
  71. "<li>Argumente: ${object.args or ''}</li>\n"
  72. "<li>Intervall: ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n"
  73. "<li>Anzahl Aufrufe: ${object.numbercall or '0'}</li>\n"
  74. "<li>Verpaßte nachholen: ${object.doall}</li>\n"
  75. "<li>Benutzer: ${object.user_id.name or ''}</li>\n"
  76. "</ul>\n"
  77. "\n"
  78. "<p>\n"
  79. "-- <br/>\n"
  80. "Automatisch versandte Email aus Odoo. Nicht beantworten.<br/>\n"
  81. "Datenbank : ${ctx.get('dbname')}\n"
  82. "</p>\n"
  83. "</div>\n"
  84. " "
  85. #. module: scheduler_error_mailer
  86. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron_email_template_id
  87. msgid "Error E-mail Template"
  88. msgstr "Fehler Email-Vorlage"
  89. #. module: scheduler_error_mailer
  90. #: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron_email_template_id
  91. msgid "Select the email template that will be sent when this scheduler fails."
  92. msgstr ""
  93. "Wählen Sie die Mailvorlage aus, die scheitern dieser Terminaufgabe verwendet"
  94. " werden soll."
  95. #. module: scheduler_error_mailer
  96. #: code:addons/scheduler_error_mailer/models/ir_cron.py:55
  97. #, python-format
  98. msgid "Task failure with UID = %d."
  99. msgstr "Ausführungsfehler mit UID = %d."
  100. #. module: scheduler_error_mailer
  101. #: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer
  102. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  103. msgstr "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  104. #. module: scheduler_error_mailer
  105. #: model:ir.model,name:scheduler_error_mailer.model_ir_cron
  106. msgid "ir.cron"
  107. msgstr ""