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.

79 lines
2.5 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * scheduler_error_mailer
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 8.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "Last-Translator: <>\n"
  10. "Language-Team: \n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: \n"
  14. "Plural-Forms: \n"
  15. #. module: scheduler_error_mailer
  16. #: model:email.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  17. msgid "\n"
  18. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  19. "\n"
  20. "<p>Odoo 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"
  21. "\n"
  22. "<strong>\n"
  23. "${ctx.get('job_exception') and ctx.get('job_exception').value or ctx.get('job_exception') or 'Failed to get the error message from the context.'|e}\n"
  24. "</strong>\n"
  25. "\n"
  26. "<pre>\n"
  27. "${ctx.get('traceback')|e}\n"
  28. "</pre>\n"
  29. "\n"
  30. "<p>You may check the logs of the Odoo server to get more information about this failure.</p>\n"
  31. "\n"
  32. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  33. "<ul>\n"
  34. "<li>Model : ${object.model or ''}</li>\n"
  35. "<li>Method : ${object.function or ''}</li>\n"
  36. "<li>Arguments : ${object.args or ''}</li>\n"
  37. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n"
  38. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  39. "<li>Repeat missed : ${object.doall}</li>\n"
  40. "<li>User : ${object.user_id.name or ''}</li>\n"
  41. "</ul>\n"
  42. "\n"
  43. "<p>\n"
  44. "-- <br/>\n"
  45. "Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
  46. "Database : ${ctx.get('dbname')}\n"
  47. "</p>\n"
  48. "</div>\n"
  49. " "
  50. msgstr ""
  51. #. module: scheduler_error_mailer
  52. #: code:addons/scheduler_error_mailer/ir_cron.py:79
  53. #, python-format
  54. msgid "Error :"
  55. msgstr ""
  56. #. module: scheduler_error_mailer
  57. #: field:ir.cron,email_template_id:0
  58. msgid "Error E-mail Template"
  59. msgstr ""
  60. #. module: scheduler_error_mailer
  61. #: help:ir.cron,email_template_id:0
  62. msgid "Select the email template that will be sent when this scheduler fails."
  63. msgstr ""
  64. #. module: scheduler_error_mailer
  65. #: code:addons/scheduler_error_mailer/ir_cron.py:80
  66. #, python-format
  67. msgid "Task failure with UID = %d."
  68. msgstr ""
  69. #. module: scheduler_error_mailer
  70. #: model:email.template,subject:scheduler_error_mailer.scheduler_error_mailer
  71. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  72. msgstr ""