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.

82 lines
3.1 KiB

7 years ago
7 years ago
7 years ago
  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>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 9.0c\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-08-06 02:49+0000\n"
  12. "PO-Revision-Date: 2016-08-06 02:49+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
  14. "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: sl\n"
  19. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
  20. #. module: scheduler_error_mailer
  21. #: model:mail.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  22. msgid ""
  23. "\n"
  24. " \n"
  25. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-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 database <em>${ctx.get('dbname')}</em> but it failed. Here is the error message :</p>\n"
  28. "\n"
  29. "<strong>\n"
  30. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to get the error message from the context.'}\n"
  31. "</strong>\n"
  32. "\n"
  33. "<p>You may check the logs of the Odoo server to get more information about this failure.</p>\n"
  34. "\n"
  35. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  36. "<ul>\n"
  37. "<li>Model : ${object.model or ''}</li>\n"
  38. "<li>Method : ${object.function or ''}</li>\n"
  39. "<li>Arguments : ${object.args or ''}</li>\n"
  40. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n"
  41. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  42. "<li>Repeat missed : ${object.doall}</li>\n"
  43. "<li>User : ${object.user_id.name or ''}</li>\n"
  44. "</ul>\n"
  45. "\n"
  46. "<p>\n"
  47. "-- <br/>\n"
  48. "Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
  49. "Database : ${ctx.get('dbname')}\n"
  50. "</p>\n"
  51. "</div>\n"
  52. " \n"
  53. " "
  54. msgstr ""
  55. #. module: scheduler_error_mailer
  56. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron_email_template_id
  57. msgid "Error E-mail Template"
  58. msgstr "Predloga obvestila o napaki"
  59. #. module: scheduler_error_mailer
  60. #: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron_email_template_id
  61. msgid "Select the email template that will be sent when this scheduler fails."
  62. msgstr "Izberite predlogo za razpošiljanje ob napakah razporejevalca."
  63. #. module: scheduler_error_mailer
  64. #: code:addons/scheduler_error_mailer/models/ir_cron.py:55
  65. #, python-format
  66. msgid "Task failure with UID = %d."
  67. msgstr "Napaka pri opravilu UID = %d."
  68. #. module: scheduler_error_mailer
  69. #: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer
  70. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  71. msgstr ""
  72. "[DB ${ctx.get('dbname')}] Razporejevalec '${object.name or ''}' NEUSPEŠEN"
  73. #. module: scheduler_error_mailer
  74. #: model:ir.model,name:scheduler_error_mailer.model_ir_cron
  75. msgid "ir.cron"
  76. msgstr ""