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.

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