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.

103 lines
3.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. # Niki Waibel <niki.waibel@gmail.com>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-02-08 03:37+0000\n"
  12. "PO-Revision-Date: 2017-02-08 03:37+0000\n"
  13. "Last-Translator: Niki Waibel <niki.waibel@gmail.com>, 2017\n"
  14. "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
  15. "Language: de\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: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
  26. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  27. "\n"
  28. "<p>Odoo 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 Odoo server to get more information about "
  38. "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 Odoo. Do not reply.<br/>\n"
  55. "Database : ${ctx.get('dbname')}\n"
  56. "</p>\n"
  57. "</div>\n"
  58. " \n"
  59. " "
  60. msgstr ""
  61. #. module: scheduler_error_mailer
  62. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron__email_template_id
  63. msgid "Error E-mail Template"
  64. msgstr "Fehler e-Mail Vorlage"
  65. #. module: scheduler_error_mailer
  66. #: model:ir.model,name:scheduler_error_mailer.model_ir_cron
  67. msgid "Scheduled Actions"
  68. msgstr ""
  69. #. module: scheduler_error_mailer
  70. #: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron__email_template_id
  71. msgid "Select the email template that will be sent when this scheduler fails."
  72. msgstr ""
  73. "Wähle die e-Mail Vorlage welche bei einem Fehler dieses Schedulers gesendet "
  74. "wird."
  75. #. module: scheduler_error_mailer
  76. #: code:addons/scheduler_error_mailer/models/ir_cron.py:55
  77. #, python-format
  78. msgid "Task failure with UID = %d."
  79. msgstr "Task Fehler von UID = %d."
  80. #. module: scheduler_error_mailer
  81. #: model:ir.actions.server,name:scheduler_error_mailer.test_scheduler_error_mailer_ir_actions_server
  82. #: model:ir.cron,cron_name:scheduler_error_mailer.test_scheduler_error_mailer
  83. #: model:ir.cron,name:scheduler_error_mailer.test_scheduler_error_mailer
  84. msgid "Test Scheduler Error Mailer"
  85. msgstr ""
  86. #. module: scheduler_error_mailer
  87. #: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer
  88. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  89. msgstr "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FEHLER"
  90. #, fuzzy
  91. #~ msgid "Email Template"
  92. #~ msgstr "Fehler e-Mail Vorlage"
  93. #~ msgid "ir.cron"
  94. #~ msgstr "ir.cron"