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.

84 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. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. # Fernando Lara <gennesis45@gmail.com>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 10.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-02-22 00:55+0000\n"
  13. "PO-Revision-Date: 2017-02-22 00:55+0000\n"
  14. "Last-Translator: Fernando Lara <gennesis45@gmail.com>, 2017\n"
  15. "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Language: es\n"
  20. "Plural-Forms: nplurals=2; plural=(n != 1);\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-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  27. "\n"
  28. "<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"
  29. "\n"
  30. "<strong>\n"
  31. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to get the error message from the context.'}\n"
  32. "</strong>\n"
  33. "\n"
  34. "<p>You may check the logs of the Odoo server to get more information about this failure.</p>\n"
  35. "\n"
  36. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  37. "<ul>\n"
  38. "<li>Model : ${object.model or ''}</li>\n"
  39. "<li>Method : ${object.function or ''}</li>\n"
  40. "<li>Arguments : ${object.args or ''}</li>\n"
  41. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n"
  42. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  43. "<li>Repeat missed : ${object.doall}</li>\n"
  44. "<li>User : ${object.user_id.name or ''}</li>\n"
  45. "</ul>\n"
  46. "\n"
  47. "<p>\n"
  48. "-- <br/>\n"
  49. "Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
  50. "Database : ${ctx.get('dbname')}\n"
  51. "</p>\n"
  52. "</div>\n"
  53. " \n"
  54. " "
  55. msgstr ""
  56. #. module: scheduler_error_mailer
  57. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron_email_template_id
  58. msgid "Error E-mail Template"
  59. msgstr "Plantilla de correo electrónico de error"
  60. #. module: scheduler_error_mailer
  61. #: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron_email_template_id
  62. msgid "Select the email template that will be sent when this scheduler fails."
  63. msgstr ""
  64. "Seleccione la plantilla de correo electrónico que se enviará cuando falla "
  65. "este planificador."
  66. #. module: scheduler_error_mailer
  67. #: code:addons/scheduler_error_mailer/models/ir_cron.py:55
  68. #, python-format
  69. msgid "Task failure with UID = %d."
  70. msgstr "Error de Tarea con UID = %d."
  71. #. module: scheduler_error_mailer
  72. #: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer
  73. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  74. msgstr ""
  75. #. module: scheduler_error_mailer
  76. #: model:ir.model,name:scheduler_error_mailer.model_ir_cron
  77. msgid "ir.cron"
  78. msgstr "ir.cron"