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.5 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * fetchmail_notify_error_to_sender
  4. #
  5. # Translators:
  6. # Ahmet Altınışık <aaltinisik@altinkaya.com.tr>, 2016
  7. # Antonio Trueba, 2016
  8. # Antonio Trueba, 2016
  9. # bossnm11 <bossnm11@gmail.com>, 2014
  10. # Carles Antoli <carlesantoli@hotmail.com>, 2015
  11. # Chanseok <kcsgoodboy@gmail.com>, 2014
  12. # Chul Park <parkchul@nate.com>, 2015
  13. # David10000 <gameness@naver.com>, 2014
  14. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012-2013
  15. # Gil <gedwarp@gmail.com>, 2014
  16. # Hongseob Lee <shevious@gmail.com>, 2015
  17. # Hongseob Lee <shevreg@yahoo.com>, 2015
  18. # Hotellook, 2014
  19. # jeon <bluerespect@nate.com>, 2014
  20. # JiyeonLee <leejiyeon00@gmail.com>, 2014
  21. # Jong-Dae Park <jdpark7@gmail.com>, 2013
  22. # Kevin Min <gr326887@graded.br>, 2015
  23. # KimKyudong <choemh@nate.com>, 2014
  24. # mariana1201 <gogo3135@naver.com>, 2014
  25. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
  26. # Nicole <dlruddk1112@gmail.com>, 2014
  27. # Paolo Valier, 2016
  28. # Pope, 2014
  29. # Rudolf Schnapka <rs@techno-flex.de>, 2016
  30. # Sarina Canelake <sarina@edx.org>, 2014
  31. # Seok Jun Yoon <fake2real@dctribe.com>, 2015
  32. # shin2012 <shin2013@gmail.com>, 2014
  33. # Sujin Lee <sujinlee.me@gmail.com>, 2014
  34. # Sunah Lim <whitetree70@snu.ac.kr>, 2013
  35. # Young Kim <youngck.uw@gmail.com>, 2015
  36. msgid ""
  37. msgstr ""
  38. "Project-Id-Version: server-tools (8.0)\n"
  39. "Report-Msgid-Bugs-To: \n"
  40. "POT-Creation-Date: 2016-04-14 07:02+0000\n"
  41. "PO-Revision-Date: 2016-04-07 17:54+0000\n"
  42. "Last-Translator: Antonio Trueba\n"
  43. "Language-Team: Spanish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/es/)\n"
  44. "MIME-Version: 1.0\n"
  45. "Content-Type: text/plain; charset=UTF-8\n"
  46. "Content-Transfer-Encoding: \n"
  47. "Language: es\n"
  48. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  49. #. module: fetchmail_notify_error_to_sender
  50. #: model:mail.template,body_html:fetchmail_notify_error_to_sender.email_template_error_notice
  51. msgid ""
  52. "\n"
  53. "<div>\n"
  54. " <p>Hello ${ctx.get('sender_message').get('from')},</p>\n"
  55. " <p>we got a problem with your email: <i>${ctx.get('sender_message').get('subject')}</i></p>\n"
  56. " <p>Maybe you used a wrong recipient address?</p>\n"
  57. " <p><br/></p>\n"
  58. " <p>Technical details:</p>\n"
  59. " <p><i>${ctx.get('route_exception').message}</i></p>\n"
  60. "</div>\n"
  61. " "
  62. msgstr "\n<div>\n <p>Hola ${ctx.get('sender_message').get('from')},</p>\n <p>tenemos un problema con su email: <i>${ctx.get('sender_message').get('subject')}</i></p>\n <p>¿Puede haber usado una dirección de destino incorrecta?</p>\n <p><br/></p>\n <p>Detalles técnicos:</p>\n <p><i>${ctx.get('route_exception').message}</i></p>\n</div>\n "
  63. #. module: fetchmail_notify_error_to_sender
  64. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
  65. msgid "Email Thread"
  66. msgstr "Hilo correo electrónico"
  67. #. module: fetchmail_notify_error_to_sender
  68. #: field:fetchmail.server,error_notice_template_id:0
  69. msgid "Error notice template"
  70. msgstr ""
  71. #. module: fetchmail_notify_error_to_sender
  72. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
  73. msgid "POP/IMAP Server"
  74. msgstr "Servidor POP/IMAP"
  75. #. module: fetchmail_notify_error_to_sender
  76. #: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
  77. msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
  78. msgstr ""
  79. #. module: fetchmail_notify_error_to_sender
  80. #: help:fetchmail.server,error_notice_template_id:0
  81. msgid ""
  82. "Set here the template to use to send notice to sender when errors occur "
  83. "while fetching email"
  84. msgstr ""