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.

125 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. "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: 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-"
  27. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  28. "\n"
  29. "<p>OpenERP tried to run the scheduler <em>${object.name or ''}</em> in the "
  30. "database <em>${ctx.get('dbname')}</em> but it failed. Here is the error "
  31. "message :</p>\n"
  32. "\n"
  33. "<strong>\n"
  34. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to "
  35. "get the error message from the context.'}\n"
  36. "</strong>\n"
  37. "\n"
  38. "<p>You may check the logs of the OpenERP server to get more information "
  39. "about this failure.</p>\n"
  40. "\n"
  41. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  42. "<ul>\n"
  43. "<li>Model : ${object.model or ''}</li>\n"
  44. "<li>Method : ${object.function or ''}</li>\n"
  45. "<li>Arguments : ${object.args or ''}</li>\n"
  46. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}"
  47. "</li>\n"
  48. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  49. "<li>Repeat missed : ${object.doall}</li>\n"
  50. "<li>User : ${object.user_id.name or ''}</li>\n"
  51. "</ul>\n"
  52. "\n"
  53. "<p>\n"
  54. "-- <br/>\n"
  55. "Automatic e-mail sent by OpenERP. Do not reply.<br/>\n"
  56. "Database : ${ctx.get('dbname')}\n"
  57. "</p>\n"
  58. "</div>\n"
  59. " \n"
  60. " "
  61. msgstr ""
  62. "\n"
  63. "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
  64. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  65. "\n"
  66. "<p>Odoo hat versucht die Terminaufgabe <em>${object.name or ''}</em> in der "
  67. "Datenbank <em>${ctx.get('dbname')}</em> auszuführen, scheiterte jedoch. Hier "
  68. "folgt die Fehlermeldung:</p>\n"
  69. "\n"
  70. "<strong>\n"
  71. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Konnte "
  72. "Fehlermeldung nicht aus dem Kontext erfahren.'}\n"
  73. "</strong>\n"
  74. "\n"
  75. "<p>Sie können die Logs des Odoo-Server überprüfen, um weitere Information zu "
  76. "diesem Fehler zu erhalten.</p>\n"
  77. "\n"
  78. "<p>Eigenschaften der Terminaufgabe <em>${object.name or ''}</em> :</p>\n"
  79. "<ul>\n"
  80. "<li>Modell: ${object.model or ''}</li>\n"
  81. "<li>Methode: ${object.function or ''}</li>\n"
  82. "<li>Argumente: ${object.args or ''}</li>\n"
  83. "<li>Intervall: ${object.interval_number or '0'} ${object.interval_type or ''}"
  84. "</li>\n"
  85. "<li>Anzahl Aufrufe: ${object.numbercall or '0'}</li>\n"
  86. "<li>Verpaßte nachholen: ${object.doall}</li>\n"
  87. "<li>Benutzer: ${object.user_id.name or ''}</li>\n"
  88. "</ul>\n"
  89. "\n"
  90. "<p>\n"
  91. "-- <br/>\n"
  92. "Automatisch versandte Email aus Odoo. Nicht beantworten.<br/>\n"
  93. "Datenbank : ${ctx.get('dbname')}\n"
  94. "</p>\n"
  95. "</div>\n"
  96. " "
  97. #. module: scheduler_error_mailer
  98. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron_email_template_id
  99. msgid "Error E-mail Template"
  100. msgstr "Fehler Email-Vorlage"
  101. #. module: scheduler_error_mailer
  102. #: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron_email_template_id
  103. msgid "Select the email template that will be sent when this scheduler fails."
  104. msgstr ""
  105. "Wählen Sie die Mailvorlage aus, die scheitern dieser Terminaufgabe verwendet "
  106. "werden soll."
  107. #. module: scheduler_error_mailer
  108. #: code:addons/scheduler_error_mailer/models/ir_cron.py:55
  109. #, python-format
  110. msgid "Task failure with UID = %d."
  111. msgstr "Ausführungsfehler mit UID = %d."
  112. #. module: scheduler_error_mailer
  113. #: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer
  114. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  115. msgstr "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  116. #. module: scheduler_error_mailer
  117. #: model:ir.model,name:scheduler_error_mailer.model_ir_cron
  118. msgid "ir.cron"
  119. msgstr ""