|
| 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 <[email protected]>, 2016 |
| 7 | +# Antonio Trueba, 2016 |
| 8 | +# Antonio Trueba, 2016 |
| 9 | +# bossnm11 <[email protected]>, 2014 |
| 10 | +# Carles Antoli <[email protected]>, 2015 |
| 11 | +# Chanseok <[email protected]>, 2014 |
| 12 | +# Chul Park <[email protected]>, 2015 |
| 13 | +# David10000 <[email protected]>, 2014 |
| 14 | +# FIRST AUTHOR <EMAIL@ADDRESS>, 2012-2013 |
| 15 | + |
| 16 | +# Hongseob Lee <[email protected]>, 2015 |
| 17 | +# Hongseob Lee <[email protected]>, 2015 |
| 18 | +# Hotellook, 2014 |
| 19 | + |
| 20 | +# JiyeonLee <[email protected]>, 2014 |
| 21 | +# Jong-Dae Park <[email protected]>, 2013 |
| 22 | +# Kevin Min <[email protected]>, 2015 |
| 23 | +# KimKyudong <[email protected]>, 2014 |
| 24 | +# mariana1201 <[email protected]>, 2014 |
| 25 | +# Matjaž Mozetič <[email protected]>, 2015-2016 |
| 26 | +# Nicole <[email protected]>, 2014 |
| 27 | +# Paolo Valier, 2016 |
| 28 | +# Pope, 2014 |
| 29 | +# Rudolf Schnapka <[email protected]>, 2016 |
| 30 | +# Sarina Canelake <[email protected]>, 2014 |
| 31 | +# Seok Jun Yoon <[email protected]>, 2015 |
| 32 | +# shin2012 <[email protected]>, 2014 |
| 33 | +# Sujin Lee <[email protected]>, 2014 |
| 34 | +# Sunah Lim <[email protected]>, 2013 |
| 35 | +# Young Kim <[email protected]>, 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 | + |
| 50 | +#. module: fetchmail_notify_error_to_sender |
| 51 | +#: model:email.template,body_html:fetchmail_notify_error_to_sender.email_template_error_notice |
| 52 | +msgid "" |
| 53 | +"\n" |
| 54 | +"<div>\n" |
| 55 | +" <p>Hello ${ctx.get('sender_message').get('from')},</p>\n" |
| 56 | +" <p>we got a problem with your email: <i>${ctx.get('sender_message').get('subject')}</i></p>\n" |
| 57 | +" <p>Maybe you used a wrong recipient address?</p>\n" |
| 58 | +" <p><br/></p>\n" |
| 59 | +" <p>Technical details:</p>\n" |
| 60 | +" <p><i>${ctx.get('route_exception').message}</i></p>\n" |
| 61 | +"</div>\n" |
| 62 | +" " |
| 63 | +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 " |
| 64 | + |
| 65 | +#. module: fetchmail_notify_error_to_sender |
| 66 | +#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread |
| 67 | +msgid "Email Thread" |
| 68 | +msgstr "Hilo correo electrónico" |
| 69 | + |
| 70 | +#. module: fetchmail_notify_error_to_sender |
| 71 | +#: field:fetchmail.server,error_notice_template_id:0 |
| 72 | +msgid "Error notice template" |
| 73 | +msgstr "" |
| 74 | + |
| 75 | +#. module: fetchmail_notify_error_to_sender |
| 76 | +#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server |
| 77 | +msgid "POP/IMAP Server" |
| 78 | +msgstr "Servidor POP/IMAP" |
| 79 | + |
| 80 | +#. module: fetchmail_notify_error_to_sender |
| 81 | +#: model:email.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice |
| 82 | +msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}" |
| 83 | +msgstr "" |
| 84 | + |
| 85 | +#. module: fetchmail_notify_error_to_sender |
| 86 | +#: help:fetchmail.server,error_notice_template_id:0 |
| 87 | +msgid "" |
| 88 | +"Set here the template to use to send notice to sender when errors occur " |
| 89 | +"while fetching email" |
| 90 | +msgstr "" |
0 commit comments