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
4.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. # Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
  7. # Armando Vulcano Junior <vulcano@uol.com.br>, 2015
  8. # danimaribeiro <danimaribeiro@gmail.com>, 2016
  9. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012
  10. # Kostas Goutoudis <goutoudis@gmail.com>, 2015
  11. # Kostas Goutoudis <goutoudis@gmail.com>, 2015
  12. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
  13. # Paolo Valier, 2016
  14. # Pedro M. Baeza <pedro.baeza@gmail.com>, 2015
  15. # Rudolf Schnapka <rs@techno-flex.de>, 2016-2017
  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: 2017-03-07 03:47+0000\n"
  22. "PO-Revision-Date: 2017-03-05 11:56+0000\n"
  23. "Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
  24. "Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-8-0/language/de/)\n"
  25. "MIME-Version: 1.0\n"
  26. "Content-Type: text/plain; charset=UTF-8\n"
  27. "Content-Transfer-Encoding: \n"
  28. "Language: de\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 "\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>Odoo hat den Terminauftrag <em>${object.name or ''}</em> in der Datenbank <em>${ctx.get('dbname')}</em> ausführen wollen, scheiterte jedoch. Hier ist die Fehlermeldung:</p>\n\n<strong>\n${ctx.get('job_exception') and ctx.get('job_exception').value or 'Konnte die Fehlermeldung nicht aus dem Kontext erhalten.'}\n</strong>\n\n<p>Sie können die Odoo-Logs sichten, um einen Hinweis auf den Fehler zu erhalten.</p>\n\n<p>Eigenschaften des Terminauftrags: <em>${object.name or ''}</em> :</p>\n<ul>\n<li>Modell: ${object.model or ''}</li>\n<li>Methode: ${object.function or ''}</li>\n<li>Argumente: ${object.args or ''}</li>\n<li>Intervall: ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n<li>Anzahl der Aufrufe: ${object.numbercall or '0'}</li>\n<li>Verpasste nachholen: ${object.doall}</li>\n<li>Nutzer: ${object.user_id.name or ''}</li>\n</ul>\n\n<p>\n-- <br/>\nAutomatische Email aus Odoo versandt. Nicht beantworten.<br/>\nDatenbank : ${ctx.get('dbname')}\n</p>\n</div>\n "
  63. #. module: scheduler_error_mailer
  64. #: code:addons/scheduler_error_mailer/ir_cron.py:75
  65. #, python-format
  66. msgid "Error :"
  67. msgstr "Fehler:"
  68. #. module: scheduler_error_mailer
  69. #: field:ir.cron,email_template_id:0
  70. msgid "Error E-mail Template"
  71. msgstr "Fehler-Email-Vorlage"
  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 "Wählen Sie die Email-Vorlage, die gesendet werden soll, wenn diese Terminaufgabe scheitert."
  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 "Aufgabenfehler mit UID = %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')}] Scheduler '${object.name or ''}' FAILED"