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.

90 lines
3.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. # Armando Vulcano Junior <vulcano@uol.com.br>, 2015
  9. # Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
  10. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012,2014
  11. # Hotellook, 2014
  12. # Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2016
  13. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
  14. # Paolo Valier, 2016
  15. # Rudolf Schnapka <rs@techno-flex.de>, 2016
  16. # SaFi J. <safi2266@gmail.com>, 2015
  17. msgid ""
  18. msgstr ""
  19. "Project-Id-Version: server-tools (8.0)\n"
  20. "Report-Msgid-Bugs-To: \n"
  21. "POT-Creation-Date: 2016-06-17 02:42+0000\n"
  22. "PO-Revision-Date: 2016-06-12 16:27+0000\n"
  23. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  24. "Language-Team: French (http://www.transifex.com/oca/OCA-server-tools-8-0/language/fr/)\n"
  25. "MIME-Version: 1.0\n"
  26. "Content-Type: text/plain; charset=UTF-8\n"
  27. "Content-Transfer-Encoding: \n"
  28. "Language: fr\n"
  29. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  30. #. module: scheduler_error_mailer
  31. #: model:email.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  32. msgid ""
  33. "\n"
  34. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  35. "\n"
  36. "<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"
  37. "\n"
  38. "<strong>\n"
  39. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to get the error message from the context.'}\n"
  40. "</strong>\n"
  41. "\n"
  42. "<p>You may check the logs of the Odoo server to get more information about this failure.</p>\n"
  43. "\n"
  44. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  45. "<ul>\n"
  46. "<li>Model : ${object.model or ''}</li>\n"
  47. "<li>Method : ${object.function or ''}</li>\n"
  48. "<li>Arguments : ${object.args or ''}</li>\n"
  49. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n"
  50. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  51. "<li>Repeat missed : ${object.doall}</li>\n"
  52. "<li>User : ${object.user_id.name or ''}</li>\n"
  53. "</ul>\n"
  54. "\n"
  55. "<p>\n"
  56. "-- <br/>\n"
  57. "Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
  58. "Database : ${ctx.get('dbname')}\n"
  59. "</p>\n"
  60. "</div>\n"
  61. " "
  62. msgstr ""
  63. #. module: scheduler_error_mailer
  64. #: code:addons/scheduler_error_mailer/ir_cron.py:75
  65. #, python-format
  66. msgid "Error :"
  67. msgstr "Erreur :"
  68. #. module: scheduler_error_mailer
  69. #: field:ir.cron,email_template_id:0
  70. msgid "Error E-mail Template"
  71. msgstr "Erreur dans le modèle de courriel"
  72. #. module: scheduler_error_mailer
  73. #: help:ir.cron,email_template_id:0
  74. msgid "Select the email template that will be sent when this scheduler fails."
  75. msgstr "Selectionner le modèle de mail qui sera envoyé lorsque la tâche planifié sera en échec"
  76. #. module: scheduler_error_mailer
  77. #: code:addons/scheduler_error_mailer/ir_cron.py:76
  78. #, python-format
  79. msgid "Task failure with UID = %d."
  80. msgstr "Echec de tâche avec l'identifiant utilisateur %d."
  81. #. module: scheduler_error_mailer
  82. #: model:email.template,subject:scheduler_error_mailer.scheduler_error_mailer
  83. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  84. msgstr "[DB ${ctx.get('dbname')}] Planificateur '${object.name or ''}' ECHEC"