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.

127 lines
4.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. # Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 9.0c\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-04-19 18:00+0000\n"
  12. "PO-Revision-Date: 2018-07-04 10:04+0000\n"
  13. "Last-Translator: mtbochaca <mtbochaca@gmail.com>\n"
  14. "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
  15. "Language: ca\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=2; plural=n != 1;\n"
  20. "X-Generator: Weblate 3.0.1\n"
  21. #. module: scheduler_error_mailer
  22. #: model:mail.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  23. msgid ""
  24. "\n"
  25. " \n"
  26. "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
  27. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  28. "\n"
  29. "<p>OpenERP tried to run the scheduler <em>${object.name or ''}</em> in the "
  30. "database <em>${ctx.get('dbname')}</em> but it failed. Here is the error "
  31. "message :</p>\n"
  32. "\n"
  33. "<strong>\n"
  34. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to "
  35. "get the error message from the context.'}\n"
  36. "</strong>\n"
  37. "\n"
  38. "<p>You may check the logs of the OpenERP server to get more information "
  39. "about this failure.</p>\n"
  40. "\n"
  41. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  42. "<ul>\n"
  43. "<li>Model : ${object.model or ''}</li>\n"
  44. "<li>Method : ${object.function or ''}</li>\n"
  45. "<li>Arguments : ${object.args or ''}</li>\n"
  46. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}"
  47. "</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 OpenERP. Do not reply.<br/>\n"
  56. "Database : ${ctx.get('dbname')}\n"
  57. "</p>\n"
  58. "</div>\n"
  59. " \n"
  60. " "
  61. msgstr ""
  62. "\n"
  63. " \n"
  64. "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
  65. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  66. "\n"
  67. "<p>Odoo ha mirat d'engegar la tasca programada <em>${object.name or ''}</em> "
  68. "a la base de dades <em>${ctx.get('dbname')}</em> però ha fallat. Aquest és "
  69. "el missatge d'error :</p>\n"
  70. "\n"
  71. "<strong>\n"
  72. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'No s'ha "
  73. "pogut obtenir el missatge d'error dins del context.'} \n"
  74. "</strong>\n"
  75. "\n"
  76. "<p>Heu de revisar els registres d'error del servidor Odoo per obtenir més "
  77. "informació sobre aquest error.</p>\n"
  78. "\n"
  79. "<p>Propietats de la tasca programada <em>${object.name or ''}</em> :</p>\n"
  80. "<ul>\n"
  81. "<li>Model : ${object.model or ''}</li>\n"
  82. "<li>Mètode : ${object.function or ''}</li>\n"
  83. "<li>Arguments : ${object.args or ''}</li>\n"
  84. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}"
  85. "</li>\n"
  86. "<li>Nombre de trucades : ${object.numbercall or '0'}</li>\n"
  87. "<li>Pèrdua de repetició : ${object.doall}</li>\n"
  88. "<li>Usuari : ${object.user_id.name or ''}</li>\n"
  89. "</ul>\n"
  90. "\n"
  91. "<p>\n"
  92. "-- <br/>\n"
  93. "Correu electrònic automàtic enviat per Odoo. No responeu.<br/>\n"
  94. "Base de dades : ${ctx.get('dbname')}\n"
  95. "</p>\n"
  96. "</div>\n"
  97. " \n"
  98. " "
  99. #. module: scheduler_error_mailer
  100. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron_email_template_id
  101. msgid "Error E-mail Template"
  102. msgstr "Error en la plantilla de correu electrònic"
  103. #. module: scheduler_error_mailer
  104. #: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron_email_template_id
  105. msgid "Select the email template that will be sent when this scheduler fails."
  106. msgstr ""
  107. "Seleccioneu la plantilla de correu electrònic que s'enviarà quan aquesta "
  108. "programació falli."
  109. #. module: scheduler_error_mailer
  110. #: code:addons/scheduler_error_mailer/models/ir_cron.py:55
  111. #, python-format
  112. msgid "Task failure with UID = %d."
  113. msgstr "Ha fallat la tasca amb el UID = %d."
  114. #. module: scheduler_error_mailer
  115. #: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer
  116. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  117. msgstr "[DB ${ctx.get('dbname')}] Programació '${object.name or ''}' ERROR"
  118. #. module: scheduler_error_mailer
  119. #: model:ir.model,name:scheduler_error_mailer.model_ir_cron
  120. msgid "ir.cron"
  121. msgstr "ir.cron"