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.

104 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>, 2015-2016
  7. # Antonio Trueba, 2016
  8. # danimaribeiro <danimaribeiro@gmail.com>, 2016
  9. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012,2014
  10. # Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2016
  11. # Jesús Alan Ramos Rodríguez <alan.ramos@jarsa.com.mx>, 2015
  12. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
  13. # Paolo Valier, 2016
  14. # Paolo Valier, 2016
  15. # Pedro Castro Silva <pedrocs@sossia.pt>, 2015
  16. # Rudolf Schnapka <rs@techno-flex.de>, 2016
  17. msgid ""
  18. msgstr ""
  19. "Project-Id-Version: server-tools (8.0)\n"
  20. "Report-Msgid-Bugs-To: \n"
  21. "POT-Creation-Date: 2017-04-28 09:49+0000\n"
  22. "PO-Revision-Date: 2017-04-19 13:07+0000\n"
  23. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  24. "Language-Team: Italian (http://www.transifex.com/oca/OCA-server-tools-8-0/"
  25. "language/it/)\n"
  26. "Language: it\n"
  27. "MIME-Version: 1.0\n"
  28. "Content-Type: text/plain; charset=UTF-8\n"
  29. "Content-Transfer-Encoding: \n"
  30. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  31. #. module: scheduler_error_mailer
  32. #: model:email.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  33. msgid ""
  34. "\n"
  35. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
  36. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  37. "\n"
  38. "<p>Odoo tried to run the scheduler <em>${object.name or ''}</em> in the "
  39. "database <em>${ctx.get('dbname')}</em> but it failed. Here is the error "
  40. "message :</p>\n"
  41. "\n"
  42. "<strong>\n"
  43. "${ctx.get('job_exception') and ctx.get('job_exception').value or ctx."
  44. "get('job_exception') or 'Failed to get the error message from the context.'|"
  45. "e}\n"
  46. "</strong>\n"
  47. "\n"
  48. "<pre>\n"
  49. "${ctx.get('traceback')|e}\n"
  50. "</pre>\n"
  51. "\n"
  52. "<p>You may check the logs of the Odoo server to get more information about "
  53. "this failure.</p>\n"
  54. "\n"
  55. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  56. "<ul>\n"
  57. "<li>Model : ${object.model or ''}</li>\n"
  58. "<li>Method : ${object.function or ''}</li>\n"
  59. "<li>Arguments : ${object.args or ''}</li>\n"
  60. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}"
  61. "</li>\n"
  62. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  63. "<li>Repeat missed : ${object.doall}</li>\n"
  64. "<li>User : ${object.user_id.name or ''}</li>\n"
  65. "</ul>\n"
  66. "\n"
  67. "<p>\n"
  68. "-- <br/>\n"
  69. "Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
  70. "Database : ${ctx.get('dbname')}\n"
  71. "</p>\n"
  72. "</div>\n"
  73. " "
  74. msgstr ""
  75. #. module: scheduler_error_mailer
  76. #: code:addons/scheduler_error_mailer/ir_cron.py:79
  77. #, python-format
  78. msgid "Error :"
  79. msgstr "Errore :"
  80. #. module: scheduler_error_mailer
  81. #: field:ir.cron,email_template_id:0
  82. msgid "Error E-mail Template"
  83. msgstr "Modello dell'e-mail di errore"
  84. #. module: scheduler_error_mailer
  85. #: help:ir.cron,email_template_id:0
  86. msgid "Select the email template that will be sent when this scheduler fails."
  87. msgstr ""
  88. "Selezionale il modello di email che sarà inviato quando la programmazione "
  89. "non viene eseguita con successo."
  90. #. module: scheduler_error_mailer
  91. #: code:addons/scheduler_error_mailer/ir_cron.py:80
  92. #, python-format
  93. msgid "Task failure with UID = %d."
  94. msgstr ""
  95. #. module: scheduler_error_mailer
  96. #: model:email.template,subject:scheduler_error_mailer.scheduler_error_mailer
  97. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  98. msgstr ""