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
4.5 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. # Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
  9. # Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
  10. # FIRST AUTHOR <EMAIL@ADDRESS>, 2014
  11. # Hotellook, 2014
  12. # Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2016
  13. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2017
  14. # Paolo Valier, 2016
  15. # Rudolf Schnapka <rs@techno-flex.de>, 2016
  16. msgid ""
  17. msgstr ""
  18. "Project-Id-Version: server-tools (8.0)\n"
  19. "Report-Msgid-Bugs-To: \n"
  20. "POT-Creation-Date: 2017-04-28 09:49+0000\n"
  21. "PO-Revision-Date: 2017-04-24 09:29+0000\n"
  22. "Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
  23. "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/sl/)\n"
  24. "MIME-Version: 1.0\n"
  25. "Content-Type: text/plain; charset=UTF-8\n"
  26. "Content-Transfer-Encoding: \n"
  27. "Language: sl\n"
  28. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
  29. #. module: scheduler_error_mailer
  30. #: model:email.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  31. msgid ""
  32. "\n"
  33. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  34. "\n"
  35. "<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"
  36. "\n"
  37. "<strong>\n"
  38. "${ctx.get('job_exception') and ctx.get('job_exception').value or ctx.get('job_exception') or 'Failed to get the error message from the context.'|e}\n"
  39. "</strong>\n"
  40. "\n"
  41. "<pre>\n"
  42. "${ctx.get('traceback')|e}\n"
  43. "</pre>\n"
  44. "\n"
  45. "<p>You may check the logs of the Odoo server to get more information about this failure.</p>\n"
  46. "\n"
  47. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  48. "<ul>\n"
  49. "<li>Model : ${object.model or ''}</li>\n"
  50. "<li>Method : ${object.function or ''}</li>\n"
  51. "<li>Arguments : ${object.args or ''}</li>\n"
  52. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n"
  53. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  54. "<li>Repeat missed : ${object.doall}</li>\n"
  55. "<li>User : ${object.user_id.name or ''}</li>\n"
  56. "</ul>\n"
  57. "\n"
  58. "<p>\n"
  59. "-- <br/>\n"
  60. "Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
  61. "Database : ${ctx.get('dbname')}\n"
  62. "</p>\n"
  63. "</div>\n"
  64. " "
  65. msgstr "\n<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n\n<p>Odoo je poskušal zagnati razporejevalnik <em>${object.name or ''}</em> v podatkovni bazi <em>${ctx.get('dbname')}</em> ,a neuspešno. Zapis napake je:</p>\n\n<strong>\n${ctx.get('job_exception') and ctx.get('job_exception').value or ctx.get('job_exception') or 'Failed to get the error message from the context.'|e}\n</strong>\n\n<pre>\n${ctx.get('traceback')|e}\n</pre>\n\n<p>Za več informacij preverite strežniške dnevnike.</p>\n\n<p>Lastnosti razporejevalnika <em>${object.name or ''}</em> :</p>\n<ul>\n<li>Model : ${object.model or ''}</li>\n<li>Metoda : ${object.function or ''}</li>\n<li>Argumenti : ${object.args or ''}</li>\n<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n<li>Število klicev : ${object.numbercall or '0'}</li>\n<li>Ponovitve zgrešenih : ${object.doall}</li>\n<li>Uporabnik : ${object.user_id.name or ''}</li>\n</ul>\n\n<p>\n-- <br/>\nSamodejno poslal Odoo. Ne odgovarjaj.<br/>\nPodatkovna baza : ${ctx.get('dbname')}\n</p>\n</div>\n "
  66. #. module: scheduler_error_mailer
  67. #: code:addons/scheduler_error_mailer/ir_cron.py:79
  68. #, python-format
  69. msgid "Error :"
  70. msgstr "Napaka:"
  71. #. module: scheduler_error_mailer
  72. #: field:ir.cron,email_template_id:0
  73. msgid "Error E-mail Template"
  74. msgstr "Predloga obvestila o napaki"
  75. #. module: scheduler_error_mailer
  76. #: help:ir.cron,email_template_id:0
  77. msgid "Select the email template that will be sent when this scheduler fails."
  78. msgstr "Izberite predlogo za razpošiljanje ob napakah razporejevalca."
  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 "Napaka pri opravilu 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')}] Razporejevalec '${object.name or ''}' NEUSPEŠEN"