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
3.9 KiB

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