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.

106 lines
3.4 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * scheduler_error_mailer
  4. #
  5. # Translators:
  6. # Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
  7. # Antonio Trueba, 2016
  8. # Antonio Trueba, 2016
  9. # Armando Vulcano Junior <vulcano@uol.com.br>, 2015
  10. # Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
  11. # danimaribeiro <danimaribeiro@gmail.com>, 2015
  12. # FIRST AUTHOR <EMAIL@ADDRESS>, 2013
  13. # Hotellook, 2014
  14. # Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2016
  15. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
  16. # Paolo Valier, 2016
  17. # Rudolf Schnapka <rs@techno-flex.de>, 2016
  18. # Rudolf Schnapka <schnapkar@golive-saar.de>, 2015
  19. # SaFi J. <safi2266@gmail.com>, 2015
  20. msgid ""
  21. msgstr ""
  22. "Project-Id-Version: server-tools (8.0)\n"
  23. "Report-Msgid-Bugs-To: \n"
  24. "POT-Creation-Date: 2017-04-28 09:49+0000\n"
  25. "PO-Revision-Date: 2017-04-19 13:07+0000\n"
  26. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  27. "Language-Team: Spanish (http://www.transifex.com/oca/OCA-server-tools-8-0/"
  28. "language/es/)\n"
  29. "Language: es\n"
  30. "MIME-Version: 1.0\n"
  31. "Content-Type: text/plain; charset=UTF-8\n"
  32. "Content-Transfer-Encoding: \n"
  33. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  34. #. module: scheduler_error_mailer
  35. #: model:email.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  36. msgid ""
  37. "\n"
  38. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
  39. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  40. "\n"
  41. "<p>Odoo tried to run the scheduler <em>${object.name or ''}</em> in the "
  42. "database <em>${ctx.get('dbname')}</em> but it failed. Here is the error "
  43. "message :</p>\n"
  44. "\n"
  45. "<strong>\n"
  46. "${ctx.get('job_exception') and ctx.get('job_exception').value or ctx."
  47. "get('job_exception') or 'Failed to get the error message from the context.'|"
  48. "e}\n"
  49. "</strong>\n"
  50. "\n"
  51. "<pre>\n"
  52. "${ctx.get('traceback')|e}\n"
  53. "</pre>\n"
  54. "\n"
  55. "<p>You may check the logs of the Odoo server to get more information about "
  56. "this failure.</p>\n"
  57. "\n"
  58. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  59. "<ul>\n"
  60. "<li>Model : ${object.model or ''}</li>\n"
  61. "<li>Method : ${object.function or ''}</li>\n"
  62. "<li>Arguments : ${object.args or ''}</li>\n"
  63. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}"
  64. "</li>\n"
  65. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  66. "<li>Repeat missed : ${object.doall}</li>\n"
  67. "<li>User : ${object.user_id.name or ''}</li>\n"
  68. "</ul>\n"
  69. "\n"
  70. "<p>\n"
  71. "-- <br/>\n"
  72. "Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
  73. "Database : ${ctx.get('dbname')}\n"
  74. "</p>\n"
  75. "</div>\n"
  76. " "
  77. msgstr ""
  78. #. module: scheduler_error_mailer
  79. #: code:addons/scheduler_error_mailer/ir_cron.py:79
  80. #, python-format
  81. msgid "Error :"
  82. msgstr "Error:"
  83. #. module: scheduler_error_mailer
  84. #: field:ir.cron,email_template_id:0
  85. msgid "Error E-mail Template"
  86. msgstr ""
  87. #. module: scheduler_error_mailer
  88. #: help:ir.cron,email_template_id:0
  89. msgid "Select the email template that will be sent when this scheduler fails."
  90. msgstr ""
  91. "Elija la plantilla de email que se enviará cuando falle este planificador."
  92. #. module: scheduler_error_mailer
  93. #: code:addons/scheduler_error_mailer/ir_cron.py:80
  94. #, python-format
  95. msgid "Task failure with UID = %d."
  96. msgstr ""
  97. #. module: scheduler_error_mailer
  98. #: model:email.template,subject:scheduler_error_mailer.scheduler_error_mailer
  99. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  100. msgstr ""