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.

93 lines
3.0 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: 2017-04-28 09:49+0000\n"
  11. "PO-Revision-Date: 2017-04-19 13:07+0000\n"
  12. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  13. "Language-Team: Catalan (http://www.transifex.com/oca/OCA-server-tools-8-0/"
  14. "language/ca/)\n"
  15. "Language: ca\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=2; plural=(n != 1);\n"
  20. #. module: scheduler_error_mailer
  21. #: model:email.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  22. msgid ""
  23. "\n"
  24. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
  25. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  26. "\n"
  27. "<p>Odoo tried to run the scheduler <em>${object.name or ''}</em> in the "
  28. "database <em>${ctx.get('dbname')}</em> but it failed. Here is the error "
  29. "message :</p>\n"
  30. "\n"
  31. "<strong>\n"
  32. "${ctx.get('job_exception') and ctx.get('job_exception').value or ctx."
  33. "get('job_exception') or 'Failed to get the error message from the context.'|"
  34. "e}\n"
  35. "</strong>\n"
  36. "\n"
  37. "<pre>\n"
  38. "${ctx.get('traceback')|e}\n"
  39. "</pre>\n"
  40. "\n"
  41. "<p>You may check the logs of the Odoo server to get more information about "
  42. "this failure.</p>\n"
  43. "\n"
  44. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  45. "<ul>\n"
  46. "<li>Model : ${object.model or ''}</li>\n"
  47. "<li>Method : ${object.function or ''}</li>\n"
  48. "<li>Arguments : ${object.args or ''}</li>\n"
  49. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}"
  50. "</li>\n"
  51. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  52. "<li>Repeat missed : ${object.doall}</li>\n"
  53. "<li>User : ${object.user_id.name or ''}</li>\n"
  54. "</ul>\n"
  55. "\n"
  56. "<p>\n"
  57. "-- <br/>\n"
  58. "Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
  59. "Database : ${ctx.get('dbname')}\n"
  60. "</p>\n"
  61. "</div>\n"
  62. " "
  63. msgstr ""
  64. #. module: scheduler_error_mailer
  65. #: code:addons/scheduler_error_mailer/ir_cron.py:79
  66. #, python-format
  67. msgid "Error :"
  68. msgstr ""
  69. #. module: scheduler_error_mailer
  70. #: field:ir.cron,email_template_id:0
  71. msgid "Error E-mail Template"
  72. msgstr "Error en la plantilla de correu electrònic "
  73. #. module: scheduler_error_mailer
  74. #: help:ir.cron,email_template_id:0
  75. msgid "Select the email template that will be sent when this scheduler fails."
  76. msgstr ""
  77. "Seleccioneu la plantilla de correu electrònic que s'enviarà quan aquesta "
  78. "programació falli. "
  79. #. module: scheduler_error_mailer
  80. #: code:addons/scheduler_error_mailer/ir_cron.py:80
  81. #, python-format
  82. msgid "Task failure with UID = %d."
  83. msgstr "Ha fallat la tasca amb el UID = %d."
  84. #. module: scheduler_error_mailer
  85. #: model:email.template,subject:scheduler_error_mailer.scheduler_error_mailer
  86. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  87. msgstr "[DB ${ctx.get('dbname')}] Programació '${object.name or ''}' ERROR"