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.
61 lines
2.3 KiB
61 lines
2.3 KiB
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * fetchmail_notify_error_to_sender
|
|
#
|
|
# Translators:
|
|
# Armando Vulcano Junior <vulcano@uol.com.br>, 2015
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: server-tools (8.0)\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2015-09-29 11:14+0000\n"
|
|
"PO-Revision-Date: 2015-09-18 22:16+0000\n"
|
|
"Last-Translator: Armando Vulcano Junior <vulcano@uol.com.br>\n"
|
|
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/pt_BR/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Language: pt_BR\n"
|
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
|
|
#. module: fetchmail_notify_error_to_sender
|
|
#: model:email.template,body_html:fetchmail_notify_error_to_sender.email_template_error_notice
|
|
msgid ""
|
|
"\n"
|
|
"<div>\n"
|
|
" <p>Hello ${ctx.get('sender_message').get('from')},</p>\n"
|
|
" <p>we got a problem with your email: <i>${ctx.get('sender_message').get('subject')}</i></p>\n"
|
|
" <p>Maybe you used a wrong recipient address?</p>\n"
|
|
" <p><br/></p>\n"
|
|
" <p>Technical details:</p>\n"
|
|
" <p><i>${ctx.get('route_exception').message}</i></p>\n"
|
|
"</div>\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#. module: fetchmail_notify_error_to_sender
|
|
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
|
|
msgid "Email Thread"
|
|
msgstr "Processo Email"
|
|
|
|
#. module: fetchmail_notify_error_to_sender
|
|
#: field:fetchmail.server,error_notice_template_id:0
|
|
msgid "Error notice template"
|
|
msgstr "Modelo de aviso de erro"
|
|
|
|
#. module: fetchmail_notify_error_to_sender
|
|
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
|
|
msgid "POP/IMAP Server"
|
|
msgstr "Servidor POP/IMAP"
|
|
|
|
#. module: fetchmail_notify_error_to_sender
|
|
#: model:email.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
|
|
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
|
|
msgstr "Recebendo erro com: ${ctx.get('sender_message').get('subject')|safe}"
|
|
|
|
#. module: fetchmail_notify_error_to_sender
|
|
#: help:fetchmail.server,error_notice_template_id:0
|
|
msgid ""
|
|
"Set here the template to use to send notice to sender when errors occur "
|
|
"while fetching email"
|
|
msgstr "Configure aqui o modelo para usar para enviar aviso ao remetente quando ocorrer erro durante a carga de email"
|