OCA Transbot updated translations from Transifex
parent
274d5c0690
commit
698f8fac2e
|
@ -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 ""
|
|
@ -3,15 +3,15 @@
|
||||||
# * fetchmail_notify_error_to_sender
|
# * fetchmail_notify_error_to_sender
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Rudolf Schnapka <rs@techno-flex.de>, 2016
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: server-tools (8.0)\n"
|
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2016-01-19 14:44+0000\n"
|
"POT-Creation-Date: 2017-07-15 02:48+0000\n"
|
||||||
"PO-Revision-Date: 2016-01-18 14:02+0000\n"
|
"PO-Revision-Date: 2017-07-15 02:48+0000\n"
|
||||||
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||||
"Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-8-0/language/de/)\n"
|
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
|
@ -31,7 +31,17 @@ msgid ""
|
||||||
" <p><i>${ctx.get('route_exception').message}</i></p>\n"
|
" <p><i>${ctx.get('route_exception').message}</i></p>\n"
|
||||||
"</div>\n"
|
"</div>\n"
|
||||||
" "
|
" "
|
||||||
msgstr "\n<div>\n <p>Hallo ${ctx.get('sender_message').get('from')},</p>\n <p>wir haben ein Problem mit Ihrer Email: <i>${ctx.get('sender_message').get('subject')}</i></p>\n <p>Vielleicht haben Sie nur die falsche Empfängeradresse angegeben?</p>\n <p><br/></p>\n <p>Technische Details:</p>\n <p><i>${ctx.get('route_exception').message}</i></p>\n</div>\n "
|
msgstr ""
|
||||||
|
"\n"
|
||||||
|
"<div>\n"
|
||||||
|
" <p>Hallo ${ctx.get('sender_message').get('from')},</p>\n"
|
||||||
|
" <p>wir haben ein Problem mit Ihrer Email: <i>${ctx.get('sender_message').get('subject')}</i></p>\n"
|
||||||
|
" <p>Vielleicht haben Sie nur die falsche Empfängeradresse angegeben?</p>\n"
|
||||||
|
" <p><br/></p>\n"
|
||||||
|
" <p>Technische Details:</p>\n"
|
||||||
|
" <p><i>${ctx.get('route_exception').message}</i></p>\n"
|
||||||
|
"</div>\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
|
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
|
||||||
|
@ -39,7 +49,7 @@ msgid "Email Thread"
|
||||||
msgstr "Email-Thread"
|
msgstr "Email-Thread"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: field:fetchmail.server,error_notice_template_id:0
|
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
|
||||||
msgid "Error notice template"
|
msgid "Error notice template"
|
||||||
msgstr "Fehlerhinweis-Vorlage"
|
msgstr "Fehlerhinweis-Vorlage"
|
||||||
|
|
||||||
|
@ -54,8 +64,10 @@ msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
|
||||||
msgstr "Erhalte Fehler mit: ${ctx.get('sender_message').get('subject')|safe}"
|
msgstr "Erhalte Fehler mit: ${ctx.get('sender_message').get('subject')|safe}"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: help:fetchmail.server,error_notice_template_id:0
|
#: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set here the template to use to send notice to sender when errors occur "
|
"Set here the template to use to send notice to sender when errors occur "
|
||||||
"while fetching email"
|
"while fetching email"
|
||||||
msgstr "Legen Sie hier die Vorlage fest, die verwendet werden soll, um Hinweise an Benutzer zu senden, wenn Fehler beim Nachrichten Abholen auftreten."
|
msgstr ""
|
||||||
|
"Legen Sie hier die Vorlage fest, die verwendet werden soll, um Hinweise an "
|
||||||
|
"Benutzer zu senden, wenn Fehler beim Nachrichten Abholen auftreten."
|
||||||
|
|
|
@ -3,45 +3,15 @@
|
||||||
# * fetchmail_notify_error_to_sender
|
# * fetchmail_notify_error_to_sender
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
# Antonio Trueba, 2016
|
|
||||||
# Armando Vulcano Junior <vulcano@uol.com.br>, 2015
|
|
||||||
# bossnm11 <bossnm11@gmail.com>, 2014
|
|
||||||
# Chanseok <kcsgoodboy@naver.com>, 2014
|
|
||||||
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
|
|
||||||
# Chul Park <parkchul@nate.com>, 2015
|
|
||||||
# David10000 <gameness@naver.com>, 2014
|
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012-2013
|
|
||||||
# Gil <gedwarp@gmail.com>, 2014
|
|
||||||
# kmooc <shevious@gmail.com>, 2015
|
|
||||||
# Hongseob Lee <shevreg@yahoo.com>, 2015
|
|
||||||
# Hotellook, 2014
|
|
||||||
# jeon <bluerespect@nate.com>, 2014
|
|
||||||
# JiyeonLee <leejiyeon00@gmail.com>, 2014
|
|
||||||
# Jong-Dae Park <jdpark7@gmail.com>, 2013
|
|
||||||
# Kevin Min <gr326887@graded.br>, 2015
|
|
||||||
# KimKyudong <choemh@nate.com>, 2014
|
|
||||||
# mariana1201 <gogo3135@naver.com>, 2014
|
|
||||||
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
|
|
||||||
# Nicole <dlruddk1112@gmail.com>, 2014
|
|
||||||
# Pedro M. Baeza <pedro.baeza@gmail.com>, 2015
|
|
||||||
# Pope, 2014
|
|
||||||
# SaFi J. <safi2266@gmail.com>, 2015
|
|
||||||
# Sarina Canelake <sarina@edx.org>, 2014
|
|
||||||
# Seok Jun Yoon <fake2real@dctribe.com>, 2015
|
|
||||||
# shin2012 <shin2013@gmail.com>, 2014
|
|
||||||
# Sujin Lee <sujinlee.me@gmail.com>, 2014
|
|
||||||
# Sunah Lim <whitetree70@snu.ac.kr>, 2013
|
|
||||||
# Young C. Kim, 2015
|
|
||||||
# Zwygart <zwygart@gmail.com>, 2016
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: server-tools (8.0)\n"
|
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2016-11-28 21:29+0000\n"
|
"POT-Creation-Date: 2017-07-15 02:48+0000\n"
|
||||||
"PO-Revision-Date: 2016-10-11 22:10+0000\n"
|
"PO-Revision-Date: 2017-07-15 02:48+0000\n"
|
||||||
"Last-Translator: Zwygart <zwygart@gmail.com>\n"
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||||
"Language-Team: French (http://www.transifex.com/oca/OCA-server-tools-8-0/language/fr/)\n"
|
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
|
@ -61,7 +31,16 @@ msgid ""
|
||||||
" <p><i>${ctx.get('route_exception').message}</i></p>\n"
|
" <p><i>${ctx.get('route_exception').message}</i></p>\n"
|
||||||
"</div>\n"
|
"</div>\n"
|
||||||
" "
|
" "
|
||||||
msgstr "\n<div>\n<p>Bonjour ${ctx.get('sender_message').get('from')},</p>\n<p>nous avons de la difficulté avec votre adresse de courriel: <i>${ctx.get('sender_message').get('subject')}</i></p>\n<p>Peut-être avez-vous utilisé une mauvaise adresse de destinataire?</p>\n<p><br/></p>\n<p>Détails techniques:</p>\n<p><i>${ctx.get('route_exception').message}</i></p>\n</div>"
|
msgstr ""
|
||||||
|
"\n"
|
||||||
|
"<div>\n"
|
||||||
|
"<p>Bonjour ${ctx.get('sender_message').get('from')},</p>\n"
|
||||||
|
"<p>nous avons de la difficulté avec votre adresse de courriel: <i>${ctx.get('sender_message').get('subject')}</i></p>\n"
|
||||||
|
"<p>Peut-être avez-vous utilisé une mauvaise adresse de destinataire?</p>\n"
|
||||||
|
"<p><br/></p>\n"
|
||||||
|
"<p>Détails techniques:</p>\n"
|
||||||
|
"<p><i>${ctx.get('route_exception').message}</i></p>\n"
|
||||||
|
"</div>"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
|
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
|
||||||
|
@ -69,7 +48,7 @@ msgid "Email Thread"
|
||||||
msgstr "Discussion de courriel"
|
msgstr "Discussion de courriel"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: field:fetchmail.server,error_notice_template_id:0
|
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
|
||||||
msgid "Error notice template"
|
msgid "Error notice template"
|
||||||
msgstr "Erreur dans le modèle de notice"
|
msgstr "Erreur dans le modèle de notice"
|
||||||
|
|
||||||
|
@ -81,11 +60,14 @@ msgstr "Serveur POP/IMAP"
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
|
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
|
||||||
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
|
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
|
||||||
msgstr "Reçu une erreur avec : ${ctx.get('sender_message').get('subject')|safe}"
|
msgstr ""
|
||||||
|
"Reçu une erreur avec : ${ctx.get('sender_message').get('subject')|safe}"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: help:fetchmail.server,error_notice_template_id:0
|
#: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set here the template to use to send notice to sender when errors occur "
|
"Set here the template to use to send notice to sender when errors occur "
|
||||||
"while fetching email"
|
"while fetching email"
|
||||||
msgstr "Choisissez ici le modèle à utiliser pour informer l'expéditeur lorsque des erreurs surviennent lors de la récupération du courriel. "
|
msgstr ""
|
||||||
|
"Choisissez ici le modèle à utiliser pour informer l'expéditeur lorsque des "
|
||||||
|
"erreurs surviennent lors de la récupération du courriel. "
|
||||||
|
|
|
@ -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 ""
|
|
@ -3,23 +3,15 @@
|
||||||
# * fetchmail_notify_error_to_sender
|
# * fetchmail_notify_error_to_sender
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Armando Vulcano Junior <vulcano@uol.com.br>, 2015
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
# danimaribeiro <danimaribeiro@gmail.com>, 2016
|
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011-2012
|
|
||||||
# Hotellook, 2014
|
|
||||||
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2016
|
|
||||||
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
|
|
||||||
# Paolo Valier, 2016
|
|
||||||
# Paolo Valier, 2016
|
|
||||||
# Rudolf Schnapka <rs@techno-flex.de>, 2016
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: server-tools (8.0)\n"
|
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2016-07-28 00:59+0000\n"
|
"POT-Creation-Date: 2017-07-15 02:48+0000\n"
|
||||||
"PO-Revision-Date: 2016-07-31 08:52+0000\n"
|
"PO-Revision-Date: 2017-07-15 02:48+0000\n"
|
||||||
"Last-Translator: Paolo Valier\n"
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/it/)\n"
|
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
|
@ -47,7 +39,7 @@ msgid "Email Thread"
|
||||||
msgstr "Discussione Email"
|
msgstr "Discussione Email"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: field:fetchmail.server,error_notice_template_id:0
|
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
|
||||||
msgid "Error notice template"
|
msgid "Error notice template"
|
||||||
msgstr "Modello per il messaggio di errore"
|
msgstr "Modello per il messaggio di errore"
|
||||||
|
|
||||||
|
@ -62,7 +54,7 @@ msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: help:fetchmail.server,error_notice_template_id:0
|
#: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set here the template to use to send notice to sender when errors occur "
|
"Set here the template to use to send notice to sender when errors occur "
|
||||||
"while fetching email"
|
"while fetching email"
|
||||||
|
|
|
@ -3,15 +3,15 @@
|
||||||
# * fetchmail_notify_error_to_sender
|
# * fetchmail_notify_error_to_sender
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Armando Vulcano Junior <vulcano@uol.com.br>, 2015
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: server-tools (8.0)\n"
|
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2015-09-29 11:14+0000\n"
|
"POT-Creation-Date: 2017-07-15 02:48+0000\n"
|
||||||
"PO-Revision-Date: 2015-09-18 22:16+0000\n"
|
"PO-Revision-Date: 2017-07-15 02:48+0000\n"
|
||||||
"Last-Translator: Armando Vulcano Junior <vulcano@uol.com.br>\n"
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/pt_BR/)\n"
|
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
|
@ -39,7 +39,7 @@ msgid "Email Thread"
|
||||||
msgstr "Processo Email"
|
msgstr "Processo Email"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: field:fetchmail.server,error_notice_template_id:0
|
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
|
||||||
msgid "Error notice template"
|
msgid "Error notice template"
|
||||||
msgstr "Modelo de aviso de erro"
|
msgstr "Modelo de aviso de erro"
|
||||||
|
|
||||||
|
@ -54,8 +54,10 @@ msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
|
||||||
msgstr "Recebendo erro com: ${ctx.get('sender_message').get('subject')|safe}"
|
msgstr "Recebendo erro com: ${ctx.get('sender_message').get('subject')|safe}"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: help:fetchmail.server,error_notice_template_id:0
|
#: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set here the template to use to send notice to sender when errors occur "
|
"Set here the template to use to send notice to sender when errors occur "
|
||||||
"while fetching email"
|
"while fetching email"
|
||||||
msgstr "Configure aqui o modelo para usar para enviar aviso ao remetente quando ocorrer erro durante a carga de email"
|
msgstr ""
|
||||||
|
"Configure aqui o modelo para usar para enviar aviso ao remetente quando "
|
||||||
|
"ocorrer erro durante a carga de email"
|
||||||
|
|
|
@ -3,15 +3,15 @@
|
||||||
# * fetchmail_notify_error_to_sender
|
# * fetchmail_notify_error_to_sender
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: server-tools (8.0)\n"
|
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2015-09-29 11:14+0000\n"
|
"POT-Creation-Date: 2017-07-15 02:48+0000\n"
|
||||||
"PO-Revision-Date: 2015-09-26 07:45+0000\n"
|
"PO-Revision-Date: 2017-07-15 02:48+0000\n"
|
||||||
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||||
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/sl/)\n"
|
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
|
@ -31,7 +31,17 @@ msgid ""
|
||||||
" <p><i>${ctx.get('route_exception').message}</i></p>\n"
|
" <p><i>${ctx.get('route_exception').message}</i></p>\n"
|
||||||
"</div>\n"
|
"</div>\n"
|
||||||
" "
|
" "
|
||||||
msgstr "\n<div>\n <p>Pozdravljeni ${ctx.get('sender_message').get('from')}.</p>\n <p>Z vašim e-poštnim sporočilom imamo težave: <i>${ctx.get('sender_message').get('subject')}</i></p>\n <p>Ste mogoče uporabili napačen e-poštni naslov?</p>\n <p><br/></p>\n <p>Tehnični podatki:</p>\n <p><i>${ctx.get('route_exception').message}</i></p>\n</div>\n "
|
msgstr ""
|
||||||
|
"\n"
|
||||||
|
"<div>\n"
|
||||||
|
" <p>Pozdravljeni ${ctx.get('sender_message').get('from')}.</p>\n"
|
||||||
|
" <p>Z vašim e-poštnim sporočilom imamo težave: <i>${ctx.get('sender_message').get('subject')}</i></p>\n"
|
||||||
|
" <p>Ste mogoče uporabili napačen e-poštni naslov?</p>\n"
|
||||||
|
" <p><br/></p>\n"
|
||||||
|
" <p>Tehnični podatki:</p>\n"
|
||||||
|
" <p><i>${ctx.get('route_exception').message}</i></p>\n"
|
||||||
|
"</div>\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
|
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
|
||||||
|
@ -39,7 +49,7 @@ msgid "Email Thread"
|
||||||
msgstr "E-poštna nit"
|
msgstr "E-poštna nit"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: field:fetchmail.server,error_notice_template_id:0
|
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
|
||||||
msgid "Error notice template"
|
msgid "Error notice template"
|
||||||
msgstr "Predloga obvestila o napaki"
|
msgstr "Predloga obvestila o napaki"
|
||||||
|
|
||||||
|
@ -54,8 +64,10 @@ msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
|
||||||
msgstr "Napaka pri prejemu: ${ctx.get('sender_message').get('subject')|safe}"
|
msgstr "Napaka pri prejemu: ${ctx.get('sender_message').get('subject')|safe}"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: help:fetchmail.server,error_notice_template_id:0
|
#: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set here the template to use to send notice to sender when errors occur "
|
"Set here the template to use to send notice to sender when errors occur "
|
||||||
"while fetching email"
|
"while fetching email"
|
||||||
msgstr "Nastavite predlogo, ki bo uporabljena za pošiljanje obvestila pošiljatelju, kadar se bi pojavile napake pri prejemu e-pošte"
|
msgstr ""
|
||||||
|
"Nastavite predlogo, ki bo uporabljena za pošiljanje obvestila pošiljatelju, "
|
||||||
|
"kadar se bi pojavile napake pri prejemu e-pošte"
|
||||||
|
|
|
@ -3,15 +3,15 @@
|
||||||
# * fetchmail_notify_error_to_sender
|
# * fetchmail_notify_error_to_sender
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Ahmet Altınışık <aaltinisik@altinkaya.com.tr>, 2016
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: server-tools (8.0)\n"
|
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2016-01-19 14:44+0000\n"
|
"POT-Creation-Date: 2017-07-15 02:48+0000\n"
|
||||||
"PO-Revision-Date: 2016-01-31 13:32+0000\n"
|
"PO-Revision-Date: 2017-07-15 02:48+0000\n"
|
||||||
"Last-Translator: Ahmet Altınışık <aaltinisik@altinkaya.com.tr>\n"
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||||
"Language-Team: Turkish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/tr/)\n"
|
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
|
@ -31,7 +31,17 @@ msgid ""
|
||||||
" <p><i>${ctx.get('route_exception').message}</i></p>\n"
|
" <p><i>${ctx.get('route_exception').message}</i></p>\n"
|
||||||
"</div>\n"
|
"</div>\n"
|
||||||
" "
|
" "
|
||||||
msgstr "\n<div>\n <p>Merhaba ${ctx.get('sender_message').get('from')},</p>\n <p>E-postanız ile ilgili bir problem var: <i>${ctx.get('sender_message').get('subject')}</i></p>\n <p>Belki alıcı adresi yanlıştır?</p>\n <p><br/></p>\n <p>Teknik detaylar:</p>\n <p><i>${ctx.get('route_exception').message}</i></p>\n</div>\n "
|
msgstr ""
|
||||||
|
"\n"
|
||||||
|
"<div>\n"
|
||||||
|
" <p>Merhaba ${ctx.get('sender_message').get('from')},</p>\n"
|
||||||
|
" <p>E-postanız ile ilgili bir problem var: <i>${ctx.get('sender_message').get('subject')}</i></p>\n"
|
||||||
|
" <p>Belki alıcı adresi yanlıştır?</p>\n"
|
||||||
|
" <p><br/></p>\n"
|
||||||
|
" <p>Teknik detaylar:</p>\n"
|
||||||
|
" <p><i>${ctx.get('route_exception').message}</i></p>\n"
|
||||||
|
"</div>\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
|
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
|
||||||
|
@ -39,7 +49,7 @@ msgid "Email Thread"
|
||||||
msgstr "Eposta konuşması"
|
msgstr "Eposta konuşması"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: field:fetchmail.server,error_notice_template_id:0
|
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
|
||||||
msgid "Error notice template"
|
msgid "Error notice template"
|
||||||
msgstr "Hata bildirim şablonu"
|
msgstr "Hata bildirim şablonu"
|
||||||
|
|
||||||
|
@ -54,8 +64,10 @@ msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
|
||||||
msgstr "Alınan hata : ${ctx.get('sender_message').get('subject')|safe}"
|
msgstr "Alınan hata : ${ctx.get('sender_message').get('subject')|safe}"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: help:fetchmail.server,error_notice_template_id:0
|
#: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server_error_notice_template_id
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set here the template to use to send notice to sender when errors occur "
|
"Set here the template to use to send notice to sender when errors occur "
|
||||||
"while fetching email"
|
"while fetching email"
|
||||||
msgstr "E-posta alınırken oluşan hatalarda gönderilecek bildirim mesajı için şablonu belirleyin."
|
msgstr ""
|
||||||
|
"E-posta alınırken oluşan hatalarda gönderilecek bildirim mesajı için şablonu"
|
||||||
|
" belirleyin."
|
||||||
|
|
|
@ -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 ""
|
Loading…
Reference in New Issue