|
|
@ -3,14 +3,14 @@ |
|
|
|
# * fetchmail_notify_error_to_sender |
|
|
|
# |
|
|
|
# Translators: |
|
|
|
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|
|
|
# Paolo Valier <paolo.valier@hotmail.it>, 2018 |
|
|
|
msgid "" |
|
|
|
msgstr "" |
|
|
|
"Project-Id-Version: Odoo Server 9.0c\n" |
|
|
|
"Project-Id-Version: Odoo Server 10.0\n" |
|
|
|
"Report-Msgid-Bugs-To: \n" |
|
|
|
"POT-Creation-Date: 2017-07-15 02:48+0000\n" |
|
|
|
"PO-Revision-Date: 2017-07-15 02:48+0000\n" |
|
|
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" |
|
|
|
"POT-Creation-Date: 2018-01-06 02:25+0000\n" |
|
|
|
"PO-Revision-Date: 2018-01-06 02:25+0000\n" |
|
|
|
"Last-Translator: Paolo Valier <paolo.valier@hotmail.it>, 2018\n" |
|
|
|
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" |
|
|
|
"MIME-Version: 1.0\n" |
|
|
|
"Content-Type: text/plain; charset=UTF-8\n" |
|
|
@ -32,16 +32,26 @@ msgid "" |
|
|
|
"</div>\n" |
|
|
|
" " |
|
|
|
msgstr "" |
|
|
|
"\n" |
|
|
|
"<div>\n" |
|
|
|
" <p>Salve ${ctx.get('sender_message').get('from')},</p>\n" |
|
|
|
" <p>abbiamo avuto un problema con la tua mail: <i>${ctx.get('sender_message').get('subject')}</i></p>\n" |
|
|
|
" <p>Forse hai usato un indirizzo errato?</p>\n" |
|
|
|
" <p><br/></p>\n" |
|
|
|
" <p>Dettagli tecnici:</p>\n" |
|
|
|
" <p><i>${ctx.get('route_exception').message}</i></p>\n" |
|
|
|
"</div>\n" |
|
|
|
" " |
|
|
|
|
|
|
|
#. module: fetchmail_notify_error_to_sender |
|
|
|
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread |
|
|
|
msgid "Email Thread" |
|
|
|
msgstr "Discussione Email" |
|
|
|
msgstr "Discussione Mail" |
|
|
|
|
|
|
|
#. module: fetchmail_notify_error_to_sender |
|
|
|
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id |
|
|
|
msgid "Error notice template" |
|
|
|
msgstr "Modello per il messaggio di errore" |
|
|
|
msgstr "Template Notifica Errore" |
|
|
|
|
|
|
|
#. module: fetchmail_notify_error_to_sender |
|
|
|
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server |
|
|
@ -52,6 +62,7 @@ msgstr "Server POP/IMAP" |
|
|
|
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice |
|
|
|
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}" |
|
|
|
msgstr "" |
|
|
|
"Ricezione errore con: ${ctx.get('sender_message').get('subject')|safe}" |
|
|
|
|
|
|
|
#. module: fetchmail_notify_error_to_sender |
|
|
|
#: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id |
|
|
@ -59,3 +70,5 @@ msgid "" |
|
|
|
"Set here the template to use to send notice to sender when errors occur " |
|
|
|
"while fetching email" |
|
|
|
msgstr "" |
|
|
|
"Imposta qui il template da usare per inviare una notifica al mittente quando" |
|
|
|
" si verificano errori durante il recupero dell'e-mail" |