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.

110 lines
4.0 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 9.0c\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2016-08-06 02:49+0000\n"
  10. "PO-Revision-Date: 2016-08-06 02:49+0000\n"
  11. "Last-Translator: <>\n"
  12. "Language-Team: \n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: \n"
  16. "Plural-Forms: \n"
  17. #. module: scheduler_error_mailer
  18. #: model:mail.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  19. msgid ""
  20. "\n"
  21. " \n"
  22. "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  23. "\n"
  24. "<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"
  25. "\n"
  26. "<strong>\n"
  27. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to get the error message from the context.'}\n"
  28. "</strong>\n"
  29. "\n"
  30. "<p>You may check the logs of the OpenERP 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 OpenERP. Do not reply.<br/>\n"
  46. "Database : ${ctx.get('dbname')}\n"
  47. "</p>\n"
  48. "</div>\n"
  49. " \n"
  50. " "
  51. msgstr ""
  52. "\n"
  53. " \n"
  54. "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  55. "\n"
  56. "<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"
  57. "\n"
  58. "<strong>\n"
  59. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to get the error message from the context.'}\n"
  60. "</strong>\n"
  61. "\n"
  62. "<p>You may check the logs of the OpenERP server to get more information about this failure.</p>\n"
  63. "\n"
  64. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  65. "<ul>\n"
  66. "<li>Model : ${object.model or ''}</li>\n"
  67. "<li>Method : ${object.function or ''}</li>\n"
  68. "<li>Arguments : ${object.args or ''}</li>\n"
  69. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n"
  70. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  71. "<li>Repeat missed : ${object.doall}</li>\n"
  72. "<li>User : ${object.user_id.name or ''}</li>\n"
  73. "</ul>\n"
  74. "\n"
  75. "<p>\n"
  76. "-- <br/>\n"
  77. "Automatic e-mail sent by OpenERP. Do not reply.<br/>\n"
  78. "Database : ${ctx.get('dbname')}\n"
  79. "</p>\n"
  80. "</div>\n"
  81. " \n"
  82. " "
  83. #. module: scheduler_error_mailer
  84. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron_email_template_id
  85. msgid "Error E-mail Template"
  86. msgstr "Error E-mail Template"
  87. #. module: scheduler_error_mailer
  88. #: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron_email_template_id
  89. msgid "Select the email template that will be sent when this scheduler fails."
  90. msgstr ""
  91. "Select the email template that will be sent when this scheduler fails."
  92. #. module: scheduler_error_mailer
  93. #: code:addons/scheduler_error_mailer/models/ir_cron.py:55
  94. #, python-format
  95. msgid "Task failure with UID = %d."
  96. msgstr "Task failure with UID = %d."
  97. #. module: scheduler_error_mailer
  98. #: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer
  99. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  100. msgstr "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  101. #. module: scheduler_error_mailer
  102. #: model:ir.model,name:scheduler_error_mailer.model_ir_cron
  103. msgid "ir.cron"
  104. msgstr "ir.cron"