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.

126 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: 2017-04-19 18:00+0000\n"
  13. "Last-Translator: Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017\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. #. 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: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
  26. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  27. "\n"
  28. "<p>OpenERP tried to run the scheduler <em>${object.name or ''}</em> in the "
  29. "database <em>${ctx.get('dbname')}</em> but it failed. Here is the error "
  30. "message :</p>\n"
  31. "\n"
  32. "<strong>\n"
  33. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to "
  34. "get the error message from the context.'}\n"
  35. "</strong>\n"
  36. "\n"
  37. "<p>You may check the logs of the OpenERP server to get more information "
  38. "about this failure.</p>\n"
  39. "\n"
  40. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  41. "<ul>\n"
  42. "<li>Model : ${object.model or ''}</li>\n"
  43. "<li>Method : ${object.function or ''}</li>\n"
  44. "<li>Arguments : ${object.args or ''}</li>\n"
  45. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}"
  46. "</li>\n"
  47. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  48. "<li>Repeat missed : ${object.doall}</li>\n"
  49. "<li>User : ${object.user_id.name or ''}</li>\n"
  50. "</ul>\n"
  51. "\n"
  52. "<p>\n"
  53. "-- <br/>\n"
  54. "Automatic e-mail sent by OpenERP. Do not reply.<br/>\n"
  55. "Database : ${ctx.get('dbname')}\n"
  56. "</p>\n"
  57. "</div>\n"
  58. " \n"
  59. " "
  60. msgstr ""
  61. "\n"
  62. " \n"
  63. "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
  64. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  65. "\n"
  66. "<p>Odoo ha mirat d'engegar la tasca programada <em>${object.name or ''}</em> "
  67. "a la base de dades <em>${ctx.get('dbname')}</em> però ha fallat. Aquest és "
  68. "el missatge d'error :</p>\n"
  69. "\n"
  70. "<strong>\n"
  71. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'No s'ha "
  72. "pogut obtenir el missatge d'error dins del context.'} \n"
  73. "</strong>\n"
  74. "\n"
  75. "<p>Heu de revisar els registres d'error del servidor Odoo per obtenir més "
  76. "informació sobre aquest error.</p>\n"
  77. "\n"
  78. "<p>Propietats de la tasca programada <em>${object.name or ''}</em> :</p>\n"
  79. "<ul>\n"
  80. "<li>Model : ${object.model or ''}</li>\n"
  81. "<li>Mètode : ${object.function or ''}</li>\n"
  82. "<li>Arguments : ${object.args or ''}</li>\n"
  83. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}"
  84. "</li>\n"
  85. "<li>Nombre de trucades : ${object.numbercall or '0'}</li>\n"
  86. "<li>Pèrdua de repetició : ${object.doall}</li>\n"
  87. "<li>Usuari : ${object.user_id.name or ''}</li>\n"
  88. "</ul>\n"
  89. "\n"
  90. "<p>\n"
  91. "-- <br/>\n"
  92. "Correu electrònic automàtic enviat per Odoo. No responeu.<br/>\n"
  93. "Base de dades : ${ctx.get('dbname')}\n"
  94. "</p>\n"
  95. "</div>\n"
  96. " \n"
  97. " "
  98. #. module: scheduler_error_mailer
  99. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron_email_template_id
  100. msgid "Error E-mail Template"
  101. msgstr "Error en la plantilla de correu electrònic "
  102. #. module: scheduler_error_mailer
  103. #: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron_email_template_id
  104. msgid "Select the email template that will be sent when this scheduler fails."
  105. msgstr ""
  106. "Seleccioneu la plantilla de correu electrònic que s'enviarà quan aquesta "
  107. "programació falli. "
  108. #. module: scheduler_error_mailer
  109. #: code:addons/scheduler_error_mailer/models/ir_cron.py:55
  110. #, python-format
  111. msgid "Task failure with UID = %d."
  112. msgstr "Ha fallat la tasca amb el UID = %d."
  113. #. module: scheduler_error_mailer
  114. #: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer
  115. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  116. msgstr "[DB ${ctx.get('dbname')}] Programació '${object.name or ''}' ERROR"
  117. #. module: scheduler_error_mailer
  118. #: model:ir.model,name:scheduler_error_mailer.model_ir_cron
  119. msgid "ir.cron"
  120. msgstr "ir.cron"