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.

107 lines
3.8 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/"
  44. "language/es/)\n"
  45. "Language: es\n"
  46. "MIME-Version: 1.0\n"
  47. "Content-Type: text/plain; charset=UTF-8\n"
  48. "Content-Transfer-Encoding: \n"
  49. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  50. #. module: fetchmail_notify_error_to_sender
  51. #: model:mail.template,body_html:fetchmail_notify_error_to_sender.email_template_error_notice
  52. #, fuzzy
  53. msgid ""
  54. "\n"
  55. " <div>\n"
  56. " <p>Hello ${ctx.get('sender_message').get('from')},</p>\n"
  57. " <p>we got a problem with your email: <i>${ctx."
  58. "get('sender_message').get('subject')}</i></p>\n"
  59. " <p>Maybe you used a wrong recipient address?</p>\n"
  60. " <p><br/></p>\n"
  61. " <p>Technical details:</p>\n"
  62. " <p><i>${ctx.get('route_exception')}</i></p>\n"
  63. " </div>\n"
  64. " "
  65. msgstr ""
  66. "\n"
  67. "<div>\n"
  68. " <p>Hola ${ctx.get('sender_message').get('from')},</p>\n"
  69. " <p>tenemos un problema con su email: <i>${ctx.get('sender_message')."
  70. "get('subject')}</i></p>\n"
  71. " <p>¿Puede haber usado una dirección de destino incorrecta?</p>\n"
  72. " <p><br/></p>\n"
  73. " <p>Detalles técnicos:</p>\n"
  74. " <p><i>${ctx.get('route_exception').message}</i></p>\n"
  75. "</div>\n"
  76. " "
  77. #. module: fetchmail_notify_error_to_sender
  78. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
  79. msgid "Email Thread"
  80. msgstr "Hilo correo electrónico"
  81. #. module: fetchmail_notify_error_to_sender
  82. #: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id
  83. msgid "Error notice template"
  84. msgstr ""
  85. #. module: fetchmail_notify_error_to_sender
  86. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
  87. msgid "Incoming Mail Server"
  88. msgstr ""
  89. #. module: fetchmail_notify_error_to_sender
  90. #: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
  91. msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
  92. msgstr ""
  93. #. module: fetchmail_notify_error_to_sender
  94. #: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id
  95. msgid ""
  96. "Set here the template to use to send notice to sender when errors occur "
  97. "while fetching email"
  98. msgstr ""
  99. #~ msgid "POP/IMAP Server"
  100. #~ msgstr "Servidor POP/IMAP"