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.

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