OCA Transbot
7 years ago
9 changed files with 291 additions and 96 deletions
-
61fetchmail_notify_error_to_sender/i18n/ca.po
-
32fetchmail_notify_error_to_sender/i18n/de.po
-
64fetchmail_notify_error_to_sender/i18n/fr.po
-
61fetchmail_notify_error_to_sender/i18n/hr.po
-
24fetchmail_notify_error_to_sender/i18n/it.po
-
20fetchmail_notify_error_to_sender/i18n/pt_BR.po
-
32fetchmail_notify_error_to_sender/i18n/sl.po
-
32fetchmail_notify_error_to_sender/i18n/tr.po
-
61fetchmail_notify_error_to_sender/i18n/zh_CN.po
@ -0,0 +1,61 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * fetchmail_notify_error_to_sender |
||||
|
# |
||||
|
# Translators: |
||||
|
# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017 |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: Odoo Server 9.0c\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: Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017\n" |
||||
|
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" |
||||
|
"MIME-Version: 1.0\n" |
||||
|
"Content-Type: text/plain; charset=UTF-8\n" |
||||
|
"Content-Transfer-Encoding: \n" |
||||
|
"Language: ca\n" |
||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
||||
|
|
||||
|
#. module: fetchmail_notify_error_to_sender |
||||
|
#: model:mail.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 "Tema del Correu electrònic " |
||||
|
|
||||
|
#. 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 "" |
||||
|
|
||||
|
#. 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:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice |
||||
|
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: fetchmail_notify_error_to_sender |
||||
|
#: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id |
||||
|
msgid "" |
||||
|
"Set here the template to use to send notice to sender when errors occur " |
||||
|
"while fetching email" |
||||
|
msgstr "" |
@ -0,0 +1,61 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * fetchmail_notify_error_to_sender |
||||
|
# |
||||
|
# Translators: |
||||
|
# Bole <bole@dajmi5.com>, 2017 |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: Odoo Server 9.0c\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: Bole <bole@dajmi5.com>, 2017\n" |
||||
|
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" |
||||
|
"MIME-Version: 1.0\n" |
||||
|
"Content-Type: text/plain; charset=UTF-8\n" |
||||
|
"Content-Transfer-Encoding: \n" |
||||
|
"Language: hr\n" |
||||
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" |
||||
|
|
||||
|
#. module: fetchmail_notify_error_to_sender |
||||
|
#: model:mail.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 "" |
||||
|
|
||||
|
#. 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 "" |
||||
|
|
||||
|
#. module: fetchmail_notify_error_to_sender |
||||
|
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server |
||||
|
msgid "POP/IMAP Server" |
||||
|
msgstr "POP/IMAP Server" |
||||
|
|
||||
|
#. module: fetchmail_notify_error_to_sender |
||||
|
#: 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 "" |
||||
|
|
||||
|
#. module: fetchmail_notify_error_to_sender |
||||
|
#: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id |
||||
|
msgid "" |
||||
|
"Set here the template to use to send notice to sender when errors occur " |
||||
|
"while fetching email" |
||||
|
msgstr "" |
@ -0,0 +1,61 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * fetchmail_notify_error_to_sender |
||||
|
# |
||||
|
# Translators: |
||||
|
# Jeffery CHEN <jeffery9@gmail.com>, 2017 |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: Odoo Server 9.0c\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: Jeffery CHEN <jeffery9@gmail.com>, 2017\n" |
||||
|
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" |
||||
|
"MIME-Version: 1.0\n" |
||||
|
"Content-Type: text/plain; charset=UTF-8\n" |
||||
|
"Content-Transfer-Encoding: \n" |
||||
|
"Language: zh_CN\n" |
||||
|
"Plural-Forms: nplurals=1; plural=0;\n" |
||||
|
|
||||
|
#. module: fetchmail_notify_error_to_sender |
||||
|
#: model:mail.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 "" |
||||
|
|
||||
|
#. 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 "" |
||||
|
|
||||
|
#. module: fetchmail_notify_error_to_sender |
||||
|
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server |
||||
|
msgid "POP/IMAP Server" |
||||
|
msgstr "POP/IMAP 服务器" |
||||
|
|
||||
|
#. module: fetchmail_notify_error_to_sender |
||||
|
#: 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 "" |
||||
|
|
||||
|
#. module: fetchmail_notify_error_to_sender |
||||
|
#: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id |
||||
|
msgid "" |
||||
|
"Set here the template to use to send notice to sender when errors occur " |
||||
|
"while fetching email" |
||||
|
msgstr "" |
Write
Preview
Loading…
Cancel
Save
Reference in new issue