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.

98 lines
3.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. # Bole <bole@dajmi5.com>, 2018
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2018-03-02 18:41+0000\n"
  12. "PO-Revision-Date: 2018-03-02 18:41+0000\n"
  13. "Last-Translator: Bole <bole@dajmi5.com>, 2018\n"
  14. "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
  15. "Language: hr\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  20. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\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: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
  27. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  28. "\n"
  29. "<p>Odoo 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 Odoo server to get more information about "
  39. "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 Odoo. Do not reply.<br/>\n"
  56. "Database : ${ctx.get('dbname')}\n"
  57. "</p>\n"
  58. "</div>\n"
  59. " \n"
  60. " "
  61. msgstr ""
  62. #. module: scheduler_error_mailer
  63. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron__email_template_id
  64. msgid "Error E-mail Template"
  65. msgstr ""
  66. #. module: scheduler_error_mailer
  67. #: model:ir.model,name:scheduler_error_mailer.model_ir_cron
  68. msgid "Scheduled Actions"
  69. msgstr ""
  70. #. module: scheduler_error_mailer
  71. #: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron__email_template_id
  72. msgid "Select the email template that will be sent when this scheduler fails."
  73. msgstr ""
  74. #. module: scheduler_error_mailer
  75. #: code:addons/scheduler_error_mailer/models/ir_cron.py:55
  76. #, python-format
  77. msgid "Task failure with UID = %d."
  78. msgstr ""
  79. #. module: scheduler_error_mailer
  80. #: model:ir.actions.server,name:scheduler_error_mailer.test_scheduler_error_mailer_ir_actions_server
  81. #: model:ir.cron,cron_name:scheduler_error_mailer.test_scheduler_error_mailer
  82. #: model:ir.cron,name:scheduler_error_mailer.test_scheduler_error_mailer
  83. msgid "Test Scheduler Error Mailer"
  84. msgstr ""
  85. #. module: scheduler_error_mailer
  86. #: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer
  87. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  88. msgstr ""
  89. #~ msgid "ir.cron"
  90. #~ msgstr "ir.cron"