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.

105 lines
3.5 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * scheduler_error_mailer
  4. #
  5. # Translators:
  6. # Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
  7. # Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
  8. # Armando Vulcano Junior <vulcano@uol.com.br>, 2015
  9. # danimaribeiro <danimaribeiro@gmail.com>, 2016
  10. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012
  11. # Kostas Goutoudis <goutoudis@gmail.com>, 2015
  12. # Kostas Goutoudis <goutoudis@gmail.com>, 2015
  13. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
  14. # Paolo Valier, 2016
  15. # Pedro M. Baeza <pedro.baeza@gmail.com>, 2015
  16. # Rudolf Schnapka <rs@techno-flex.de>, 2016-2017
  17. # SaFi J. <safi2266@gmail.com>, 2015
  18. msgid ""
  19. msgstr ""
  20. "Project-Id-Version: server-tools (8.0)\n"
  21. "Report-Msgid-Bugs-To: \n"
  22. "POT-Creation-Date: 2017-04-28 09:49+0000\n"
  23. "PO-Revision-Date: 2017-04-19 13:07+0000\n"
  24. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  25. "Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-8-0/"
  26. "language/de/)\n"
  27. "Language: de\n"
  28. "MIME-Version: 1.0\n"
  29. "Content-Type: text/plain; charset=UTF-8\n"
  30. "Content-Transfer-Encoding: \n"
  31. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  32. #. module: scheduler_error_mailer
  33. #: model:email.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  34. msgid ""
  35. "\n"
  36. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
  37. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  38. "\n"
  39. "<p>Odoo tried to run the scheduler <em>${object.name or ''}</em> in the "
  40. "database <em>${ctx.get('dbname')}</em> but it failed. Here is the error "
  41. "message :</p>\n"
  42. "\n"
  43. "<strong>\n"
  44. "${ctx.get('job_exception') and ctx.get('job_exception').value or ctx."
  45. "get('job_exception') or 'Failed to get the error message from the context.'|"
  46. "e}\n"
  47. "</strong>\n"
  48. "\n"
  49. "<pre>\n"
  50. "${ctx.get('traceback')|e}\n"
  51. "</pre>\n"
  52. "\n"
  53. "<p>You may check the logs of the Odoo server to get more information about "
  54. "this failure.</p>\n"
  55. "\n"
  56. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  57. "<ul>\n"
  58. "<li>Model : ${object.model or ''}</li>\n"
  59. "<li>Method : ${object.function or ''}</li>\n"
  60. "<li>Arguments : ${object.args or ''}</li>\n"
  61. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}"
  62. "</li>\n"
  63. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  64. "<li>Repeat missed : ${object.doall}</li>\n"
  65. "<li>User : ${object.user_id.name or ''}</li>\n"
  66. "</ul>\n"
  67. "\n"
  68. "<p>\n"
  69. "-- <br/>\n"
  70. "Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
  71. "Database : ${ctx.get('dbname')}\n"
  72. "</p>\n"
  73. "</div>\n"
  74. " "
  75. msgstr ""
  76. #. module: scheduler_error_mailer
  77. #: code:addons/scheduler_error_mailer/ir_cron.py:79
  78. #, python-format
  79. msgid "Error :"
  80. msgstr "Fehler:"
  81. #. module: scheduler_error_mailer
  82. #: field:ir.cron,email_template_id:0
  83. msgid "Error E-mail Template"
  84. msgstr "Fehler-Email-Vorlage"
  85. #. module: scheduler_error_mailer
  86. #: help:ir.cron,email_template_id:0
  87. msgid "Select the email template that will be sent when this scheduler fails."
  88. msgstr ""
  89. "Wählen Sie die Email-Vorlage, die gesendet werden soll, wenn diese "
  90. "Terminaufgabe scheitert."
  91. #. module: scheduler_error_mailer
  92. #: code:addons/scheduler_error_mailer/ir_cron.py:80
  93. #, python-format
  94. msgid "Task failure with UID = %d."
  95. msgstr "Aufgabenfehler mit UID = %d."
  96. #. module: scheduler_error_mailer
  97. #: model:email.template,subject:scheduler_error_mailer.scheduler_error_mailer
  98. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  99. msgstr "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"