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.

103 lines
3.8 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 11.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:mail.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  17. msgid "\n"
  18. " \n"
  19. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  20. "\n"
  21. "<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"
  22. "\n"
  23. "<strong>\n"
  24. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to get the error message from the context.'}\n"
  25. "</strong>\n"
  26. "\n"
  27. "<p>You may check the logs of the Odoo server to get more information about this failure.</p>\n"
  28. "\n"
  29. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  30. "<ul>\n"
  31. "<li>Model : ${object.model or ''}</li>\n"
  32. "<li>Method : ${object.function or ''}</li>\n"
  33. "<li>Arguments : ${object.args or ''}</li>\n"
  34. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n"
  35. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  36. "<li>Repeat missed : ${object.doall}</li>\n"
  37. "<li>User : ${object.user_id.name or ''}</li>\n"
  38. "</ul>\n"
  39. "\n"
  40. "<p>\n"
  41. "-- <br/>\n"
  42. "Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
  43. "Database : ${ctx.get('dbname')}\n"
  44. "</p>\n"
  45. "</div>\n"
  46. " \n"
  47. " "
  48. msgstr ""
  49. #. module: scheduler_error_mailer
  50. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron_channel_ids
  51. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_nsca_check_channel_ids
  52. msgid "Add Channels"
  53. msgstr ""
  54. #. module: scheduler_error_mailer
  55. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron_partner_ids
  56. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_nsca_check_partner_ids
  57. msgid "Add Followers"
  58. msgstr ""
  59. #. module: scheduler_error_mailer
  60. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron_template_id
  61. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_nsca_check_template_id
  62. msgid "Email Template"
  63. msgstr ""
  64. #. module: scheduler_error_mailer
  65. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron_email_template_id
  66. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_nsca_check_email_template_id
  67. msgid "Error E-mail Template"
  68. msgstr ""
  69. #. module: scheduler_error_mailer
  70. #: model:ir.model,name:scheduler_error_mailer.model_ir_cron
  71. msgid "Scheduled Actions"
  72. msgstr ""
  73. #. module: scheduler_error_mailer
  74. #: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron_email_template_id
  75. #: model:ir.model.fields,help:scheduler_error_mailer.field_nsca_check_email_template_id
  76. msgid "Select the email template that will be sent when this scheduler fails."
  77. msgstr ""
  78. #. module: scheduler_error_mailer
  79. #: code:addons/scheduler_error_mailer/models/ir_cron.py:55
  80. #, python-format
  81. msgid "Task failure with UID = %d."
  82. msgstr ""
  83. #. module: scheduler_error_mailer
  84. #: model:ir.actions.server,name:scheduler_error_mailer.test_scheduler_error_mailer_ir_actions_server
  85. #: model:ir.cron,cron_name:scheduler_error_mailer.test_scheduler_error_mailer
  86. #: model:ir.cron,name:scheduler_error_mailer.test_scheduler_error_mailer
  87. msgid "Test Scheduler Error Mailer"
  88. msgstr ""
  89. #. module: scheduler_error_mailer
  90. #: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer
  91. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  92. msgstr ""