From 59941e9a6690268196aa83f6c6e1a2992ac916e1 Mon Sep 17 00:00:00 2001 From: SimoRubi <32064796+SimoRubi@users.noreply.github.com> Date: Tue, 10 Oct 2017 11:37:56 +0200 Subject: [PATCH 1/7] [MIG] [10.0] mail_footer_notified_partner (#200) * [NEW][mail_footer_notified_partners] This module adds into the footer the partner's name notified by this email * [CHG] Use common.TransactionCase * OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex * [FIX][mail_footer_notified_partners] Use @api.model instead of @api.one. * OCA Transbot updated translations from Transifex * [FIX] remove en.po that was erroneously created by transbot * Pass context * OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex * [MIG] mail_footer_notified_partner: Migration to 10.0 --- mail_footer_notified_partner/README.rst | 52 +++++++++++++++++++ mail_footer_notified_partner/__init__.py | 4 ++ mail_footer_notified_partner/__manifest__.py | 19 +++++++ mail_footer_notified_partner/i18n/de.po | 30 +++++++++++ mail_footer_notified_partner/i18n/el_GR.po | 29 +++++++++++ mail_footer_notified_partner/i18n/es.po | 38 ++++++++++++++ mail_footer_notified_partner/i18n/fi.po | 29 +++++++++++ mail_footer_notified_partner/i18n/fr.po | 30 +++++++++++ mail_footer_notified_partner/i18n/it.po | 29 +++++++++++ mail_footer_notified_partner/i18n/sl.po | 30 +++++++++++ .../models/__init__.py | 4 ++ .../models/mail_followers.py | 26 ++++++++++ .../tests/__init__.py | 4 ++ .../tests/test_mail_notification.py | 28 ++++++++++ 14 files changed, 352 insertions(+) create mode 100644 mail_footer_notified_partner/README.rst create mode 100644 mail_footer_notified_partner/__init__.py create mode 100644 mail_footer_notified_partner/__manifest__.py create mode 100644 mail_footer_notified_partner/i18n/de.po create mode 100644 mail_footer_notified_partner/i18n/el_GR.po create mode 100644 mail_footer_notified_partner/i18n/es.po create mode 100644 mail_footer_notified_partner/i18n/fi.po create mode 100644 mail_footer_notified_partner/i18n/fr.po create mode 100644 mail_footer_notified_partner/i18n/it.po create mode 100644 mail_footer_notified_partner/i18n/sl.po create mode 100644 mail_footer_notified_partner/models/__init__.py create mode 100644 mail_footer_notified_partner/models/mail_followers.py create mode 100644 mail_footer_notified_partner/tests/__init__.py create mode 100644 mail_footer_notified_partner/tests/test_mail_notification.py diff --git a/mail_footer_notified_partner/README.rst b/mail_footer_notified_partner/README.rst new file mode 100644 index 00000000..1a0022f5 --- /dev/null +++ b/mail_footer_notified_partner/README.rst @@ -0,0 +1,52 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: https://www.gnu.org/licenses/agpl + :alt: License: AGPL-3 + +================================ +Notified partners in mail footer +================================ + +This module adds the list of notified partners in the footer of notification e-mails sent by Odoo. +The partner will be added if its 'notify_email' is not 'none'. +(In order to be consistent with Odoo) + +Usage +===== + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :target: https://runbot.odoo-community.org/runbot/205/10.0 + :alt: Try me on Runbot + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smash it by providing detailed and welcomed feedback. + +Credits +======= + +Contributors +------------ + +* Jonathan Nemry +* Simone Rubino + +Do not contact contributors directly about support or help with technical issues. + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. \ No newline at end of file diff --git a/mail_footer_notified_partner/__init__.py b/mail_footer_notified_partner/__init__.py new file mode 100644 index 00000000..37c0ad40 --- /dev/null +++ b/mail_footer_notified_partner/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# © 2016 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from . import models diff --git a/mail_footer_notified_partner/__manifest__.py b/mail_footer_notified_partner/__manifest__.py new file mode 100644 index 00000000..ec17adeb --- /dev/null +++ b/mail_footer_notified_partner/__manifest__.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- +# © 2016 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +{ + "name": "Notified partners in mail footer", + "summary": """ + This module adds the list of notified partners in the footer of + notification e-mails sent by Odoo. + """, + "author": "ACSONE SA/NV,Odoo Community Association (OCA)", + "installable": True, + "website": "http://acsone.eu", + "category": "Mail", + "version": "10.0.1.0.0", + "license": "AGPL-3", + "depends": [ + "mail", + ], +} diff --git a/mail_footer_notified_partner/i18n/de.po b/mail_footer_notified_partner/i18n/de.po new file mode 100644 index 00000000..49dc4b6a --- /dev/null +++ b/mail_footer_notified_partner/i18n/de.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partners +# +# Translators: +# Rudolf Schnapka , 2017 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-30 10:21+0000\n" +"PO-Revision-Date: 2017-03-18 17:25+0000\n" +"Last-Translator: Rudolf Schnapka \n" +"Language-Team: German (http://www.transifex.com/oca/OCA-social-8-0/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partners +#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#, python-format +msgid "Also notified: " +msgstr "Auch benachrichtigt:" + +#. module: mail_footer_notified_partners +#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification +msgid "Notifications" +msgstr "Mitteilungen" diff --git a/mail_footer_notified_partner/i18n/el_GR.po b/mail_footer_notified_partner/i18n/el_GR.po new file mode 100644 index 00000000..ad41fb76 --- /dev/null +++ b/mail_footer_notified_partner/i18n/el_GR.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partners +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 18:06+0000\n" +"PO-Revision-Date: 2016-10-11 11:53+0000\n" +"Last-Translator: Kostas Goutoudis \n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-social-8-0/language/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el_GR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partners +#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partners +#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification +msgid "Notifications" +msgstr "Ειδοποιήσεις " diff --git a/mail_footer_notified_partner/i18n/es.po b/mail_footer_notified_partner/i18n/es.po new file mode 100644 index 00000000..65090579 --- /dev/null +++ b/mail_footer_notified_partner/i18n/es.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partners +# +# Translators: +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# Carles Antoli , 2016 +# FIRST AUTHOR , 2014 +# Jarmo Kortetjärvi , 2016 +# Matjaž Mozetič , 2015 +# Paolo Valier, 2016 +# Rudolf Schnapka , 2016 +# SaFi J. , 2015 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-04-30 02:47+0000\n" +"PO-Revision-Date: 2016-04-24 16:44+0000\n" +"Last-Translator: Carles Antoli \n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-social-8-0/language/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partners +#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#, python-format +msgid "Also notified: " +msgstr "También notificado:" + +#. module: mail_footer_notified_partners +#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification +msgid "Notifications" +msgstr "Notificaciones" diff --git a/mail_footer_notified_partner/i18n/fi.po b/mail_footer_notified_partner/i18n/fi.po new file mode 100644 index 00000000..dfb8bd18 --- /dev/null +++ b/mail_footer_notified_partner/i18n/fi.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partners +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 18:06+0000\n" +"PO-Revision-Date: 2016-09-29 13:23+0000\n" +"Last-Translator: Jarmo Kortetjärvi \n" +"Language-Team: Finnish (http://www.transifex.com/oca/OCA-social-8-0/language/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partners +#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partners +#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification +msgid "Notifications" +msgstr "Ilmoitukset" diff --git a/mail_footer_notified_partner/i18n/fr.po b/mail_footer_notified_partner/i18n/fr.po new file mode 100644 index 00000000..e7a54a0d --- /dev/null +++ b/mail_footer_notified_partner/i18n/fr.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partners +# +# Translators: +# Christophe CHAUVET , 2016 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-30 01:07+0000\n" +"PO-Revision-Date: 2016-06-17 14:15+0000\n" +"Last-Translator: Christophe CHAUVET \n" +"Language-Team: French (http://www.transifex.com/oca/OCA-social-8-0/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mail_footer_notified_partners +#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#, python-format +msgid "Also notified: " +msgstr "Également notifié:" + +#. module: mail_footer_notified_partners +#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification +msgid "Notifications" +msgstr "Notifications" diff --git a/mail_footer_notified_partner/i18n/it.po b/mail_footer_notified_partner/i18n/it.po new file mode 100644 index 00000000..9e024dd1 --- /dev/null +++ b/mail_footer_notified_partner/i18n/it.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partners +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-25 18:06+0000\n" +"PO-Revision-Date: 2016-02-26 16:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: Italian (http://www.transifex.com/oca/OCA-social-8-0/language/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partners +#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partners +#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification +msgid "Notifications" +msgstr "Notifiche" diff --git a/mail_footer_notified_partner/i18n/sl.po b/mail_footer_notified_partner/i18n/sl.po new file mode 100644 index 00000000..ded2c7a1 --- /dev/null +++ b/mail_footer_notified_partner/i18n/sl.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partners +# +# Translators: +# Matjaž Mozetič , 2016 +msgid "" +msgstr "" +"Project-Id-Version: social (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-02-27 01:40+0000\n" +"PO-Revision-Date: 2016-02-27 16:56+0000\n" +"Last-Translator: Matjaž Mozetič \n" +"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-social-8-0/language/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: mail_footer_notified_partners +#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#, python-format +msgid "Also notified: " +msgstr "Obveščeni tudi:" + +#. module: mail_footer_notified_partners +#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification +msgid "Notifications" +msgstr "Obvestila" diff --git a/mail_footer_notified_partner/models/__init__.py b/mail_footer_notified_partner/models/__init__.py new file mode 100644 index 00000000..de1bfecf --- /dev/null +++ b/mail_footer_notified_partner/models/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# © 2016 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from . import mail_followers diff --git a/mail_footer_notified_partner/models/mail_followers.py b/mail_footer_notified_partner/models/mail_followers.py new file mode 100644 index 00000000..2c1ddc3f --- /dev/null +++ b/mail_footer_notified_partner/models/mail_followers.py @@ -0,0 +1,26 @@ +# -*- coding: utf-8 -*- +# © 2016 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import models, api +from odoo.tools.translate import _ + + +class MailNotification(models.Model): + _inherit = 'res.partner' + + @api.model + def _notify_send(self, body, subject, recipients, **mail_values): + body += self.get_additional_footer(recipients) + return super(MailNotification, self).\ + _notify_send(body, subject, recipients, **mail_values) + + @api.model + def get_additional_footer(self, recipients): + recipients_name = [ + recipient.name for recipient in recipients + ] + additional_footer = u'
%s%s.
' % \ + (_('Also notified: '), + ', '.join(recipients_name)) + return additional_footer diff --git a/mail_footer_notified_partner/tests/__init__.py b/mail_footer_notified_partner/tests/__init__.py new file mode 100644 index 00000000..4488e7cd --- /dev/null +++ b/mail_footer_notified_partner/tests/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# © 2016 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from . import test_mail_notification diff --git a/mail_footer_notified_partner/tests/test_mail_notification.py b/mail_footer_notified_partner/tests/test_mail_notification.py new file mode 100644 index 00000000..b0fc5127 --- /dev/null +++ b/mail_footer_notified_partner/tests/test_mail_notification.py @@ -0,0 +1,28 @@ +# -*- coding: utf-8 -*- +# © 2016 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +import odoo.tests.common as common + + +class TestMailNotification(common.TransactionCase): + def setUp(self): + super(TestMailNotification, self).setUp() + + self.partner_obj = self.env['res.partner'] + + def test_get_signature_footer(self): + vals = { + 'name': 'p1@example.com', + } + partner1 = self.partner_obj.create(vals) + + body = 'this is the body' + subject = 'this is the subject' + recipients = partner1 + emails, recipients_nbr = \ + self.partner_obj._notify_send(body, subject, recipients) + + self.assertTrue( + partner1.name in emails.body_html, + 'Partner name is not in the body of the mail') From 3f3e826457de05a5cefe6406f73933a653f37fad Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 2 Dec 2017 13:35:23 +0100 Subject: [PATCH 2/7] OCA Transbot updated translations from Transifex --- mail_footer_notified_partner/i18n/am.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/ar.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/bs.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/ca.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/cs.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/da.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/en_GB.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/es.po | 36 ++++++++----------- mail_footer_notified_partner/i18n/es_CR.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/es_EC.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/es_MX.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/es_VE.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/et.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/fi.po | 25 ++++++------- mail_footer_notified_partner/i18n/fr.po | 28 +++++++-------- mail_footer_notified_partner/i18n/fr_CA.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/gl.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/hr.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/hr_HR.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/hu.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/it.po | 25 ++++++------- mail_footer_notified_partner/i18n/ja.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/lt.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/lv.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/mk.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/mn.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/nb.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/nb_NO.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/nl.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/nl_BE.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/nl_NL.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/pl.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/pt.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/pt_BR.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/pt_PT.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/ro.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/ru.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/sl.po | 28 +++++++-------- mail_footer_notified_partner/i18n/sr@latin.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/sv.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/th.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/tr.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/vi.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/zh_CN.po | 30 ++++++++++++++++ mail_footer_notified_partner/i18n/zh_TW.po | 30 ++++++++++++++++ 45 files changed, 1268 insertions(+), 74 deletions(-) create mode 100644 mail_footer_notified_partner/i18n/am.po create mode 100644 mail_footer_notified_partner/i18n/ar.po create mode 100644 mail_footer_notified_partner/i18n/bs.po create mode 100644 mail_footer_notified_partner/i18n/ca.po create mode 100644 mail_footer_notified_partner/i18n/cs.po create mode 100644 mail_footer_notified_partner/i18n/da.po create mode 100644 mail_footer_notified_partner/i18n/en_GB.po create mode 100644 mail_footer_notified_partner/i18n/es_CR.po create mode 100644 mail_footer_notified_partner/i18n/es_EC.po create mode 100644 mail_footer_notified_partner/i18n/es_MX.po create mode 100644 mail_footer_notified_partner/i18n/es_VE.po create mode 100644 mail_footer_notified_partner/i18n/et.po create mode 100644 mail_footer_notified_partner/i18n/fr_CA.po create mode 100644 mail_footer_notified_partner/i18n/gl.po create mode 100644 mail_footer_notified_partner/i18n/hr.po create mode 100644 mail_footer_notified_partner/i18n/hr_HR.po create mode 100644 mail_footer_notified_partner/i18n/hu.po create mode 100644 mail_footer_notified_partner/i18n/ja.po create mode 100644 mail_footer_notified_partner/i18n/lt.po create mode 100644 mail_footer_notified_partner/i18n/lv.po create mode 100644 mail_footer_notified_partner/i18n/mk.po create mode 100644 mail_footer_notified_partner/i18n/mn.po create mode 100644 mail_footer_notified_partner/i18n/nb.po create mode 100644 mail_footer_notified_partner/i18n/nb_NO.po create mode 100644 mail_footer_notified_partner/i18n/nl.po create mode 100644 mail_footer_notified_partner/i18n/nl_BE.po create mode 100644 mail_footer_notified_partner/i18n/nl_NL.po create mode 100644 mail_footer_notified_partner/i18n/pl.po create mode 100644 mail_footer_notified_partner/i18n/pt.po create mode 100644 mail_footer_notified_partner/i18n/pt_BR.po create mode 100644 mail_footer_notified_partner/i18n/pt_PT.po create mode 100644 mail_footer_notified_partner/i18n/ro.po create mode 100644 mail_footer_notified_partner/i18n/ru.po create mode 100644 mail_footer_notified_partner/i18n/sr@latin.po create mode 100644 mail_footer_notified_partner/i18n/sv.po create mode 100644 mail_footer_notified_partner/i18n/th.po create mode 100644 mail_footer_notified_partner/i18n/tr.po create mode 100644 mail_footer_notified_partner/i18n/vi.po create mode 100644 mail_footer_notified_partner/i18n/zh_CN.po create mode 100644 mail_footer_notified_partner/i18n/zh_TW.po diff --git a/mail_footer_notified_partner/i18n/am.po b/mail_footer_notified_partner/i18n/am.po new file mode 100644 index 00000000..eb8b982e --- /dev/null +++ b/mail_footer_notified_partner/i18n/am.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "ተባባሪ" diff --git a/mail_footer_notified_partner/i18n/ar.po b/mail_footer_notified_partner/i18n/ar.po new file mode 100644 index 00000000..f652156a --- /dev/null +++ b/mail_footer_notified_partner/i18n/ar.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "الشريك" diff --git a/mail_footer_notified_partner/i18n/bs.po b/mail_footer_notified_partner/i18n/bs.po new file mode 100644 index 00000000..8e42a37a --- /dev/null +++ b/mail_footer_notified_partner/i18n/bs.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\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: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/ca.po b/mail_footer_notified_partner/i18n/ca.po new file mode 100644 index 00000000..547883bc --- /dev/null +++ b/mail_footer_notified_partner/i18n/ca.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 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: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Empresa" diff --git a/mail_footer_notified_partner/i18n/cs.po b/mail_footer_notified_partner/i18n/cs.po new file mode 100644 index 00000000..548e019a --- /dev/null +++ b/mail_footer_notified_partner/i18n/cs.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Společník" diff --git a/mail_footer_notified_partner/i18n/da.po b/mail_footer_notified_partner/i18n/da.po new file mode 100644 index 00000000..bb7c186e --- /dev/null +++ b/mail_footer_notified_partner/i18n/da.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/en_GB.po b/mail_footer_notified_partner/i18n/en_GB.po new file mode 100644 index 00000000..f1867b01 --- /dev/null +++ b/mail_footer_notified_partner/i18n/en_GB.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/es.po b/mail_footer_notified_partner/i18n/es.po index 65090579..117b5bee 100644 --- a/mail_footer_notified_partner/i18n/es.po +++ b/mail_footer_notified_partner/i18n/es.po @@ -1,38 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mail_footer_notified_partners +# * mail_footer_notified_partner # # Translators: -# Antonio Trueba, 2016 -# Armando Vulcano Junior , 2015 -# Carles Antoli , 2016 -# FIRST AUTHOR , 2014 -# Jarmo Kortetjärvi , 2016 -# Matjaž Mozetič , 2015 -# Paolo Valier, 2016 -# Rudolf Schnapka , 2016 -# SaFi J. , 2015 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: social (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-30 02:47+0000\n" -"PO-Revision-Date: 2016-04-24 16:44+0000\n" -"Last-Translator: Carles Antoli \n" -"Language-Team: Spanish (http://www.transifex.com/oca/OCA-social-8-0/language/es/)\n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: mail_footer_notified_partners -#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 #, python-format msgid "Also notified: " -msgstr "También notificado:" +msgstr "" -#. module: mail_footer_notified_partners -#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification -msgid "Notifications" -msgstr "Notificaciones" +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Empresa" diff --git a/mail_footer_notified_partner/i18n/es_CR.po b/mail_footer_notified_partner/i18n/es_CR.po new file mode 100644 index 00000000..1a7d8589 --- /dev/null +++ b/mail_footer_notified_partner/i18n/es_CR.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Empresa" diff --git a/mail_footer_notified_partner/i18n/es_EC.po b/mail_footer_notified_partner/i18n/es_EC.po new file mode 100644 index 00000000..b604249d --- /dev/null +++ b/mail_footer_notified_partner/i18n/es_EC.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Empresa" diff --git a/mail_footer_notified_partner/i18n/es_MX.po b/mail_footer_notified_partner/i18n/es_MX.po new file mode 100644 index 00000000..355a1cdd --- /dev/null +++ b/mail_footer_notified_partner/i18n/es_MX.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Empresa" diff --git a/mail_footer_notified_partner/i18n/es_VE.po b/mail_footer_notified_partner/i18n/es_VE.po new file mode 100644 index 00000000..486274aa --- /dev/null +++ b/mail_footer_notified_partner/i18n/es_VE.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Empresa" diff --git a/mail_footer_notified_partner/i18n/et.po b/mail_footer_notified_partner/i18n/et.po new file mode 100644 index 00000000..bbcd12c0 --- /dev/null +++ b/mail_footer_notified_partner/i18n/et.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/fi.po b/mail_footer_notified_partner/i18n/fi.po index dfb8bd18..27bd31cd 100644 --- a/mail_footer_notified_partner/i18n/fi.po +++ b/mail_footer_notified_partner/i18n/fi.po @@ -1,29 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mail_footer_notified_partners +# * mail_footer_notified_partner # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: social (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-25 18:06+0000\n" -"PO-Revision-Date: 2016-09-29 13:23+0000\n" -"Last-Translator: Jarmo Kortetjärvi \n" -"Language-Team: Finnish (http://www.transifex.com/oca/OCA-social-8-0/language/fi/)\n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: mail_footer_notified_partners -#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 #, python-format msgid "Also notified: " msgstr "" -#. module: mail_footer_notified_partners -#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification -msgid "Notifications" -msgstr "Ilmoitukset" +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Kumppani" diff --git a/mail_footer_notified_partner/i18n/fr.po b/mail_footer_notified_partner/i18n/fr.po index e7a54a0d..9e3ce420 100644 --- a/mail_footer_notified_partner/i18n/fr.po +++ b/mail_footer_notified_partner/i18n/fr.po @@ -1,30 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mail_footer_notified_partners +# * mail_footer_notified_partner # # Translators: -# Christophe CHAUVET , 2016 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: social (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-30 01:07+0000\n" -"PO-Revision-Date: 2016-06-17 14:15+0000\n" -"Last-Translator: Christophe CHAUVET \n" -"Language-Team: French (http://www.transifex.com/oca/OCA-social-8-0/language/fr/)\n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: mail_footer_notified_partners -#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 #, python-format msgid "Also notified: " -msgstr "Également notifié:" +msgstr "" -#. module: mail_footer_notified_partners -#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification -msgid "Notifications" -msgstr "Notifications" +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partenaire" diff --git a/mail_footer_notified_partner/i18n/fr_CA.po b/mail_footer_notified_partner/i18n/fr_CA.po new file mode 100644 index 00000000..e38b12a7 --- /dev/null +++ b/mail_footer_notified_partner/i18n/fr_CA.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partenaire" diff --git a/mail_footer_notified_partner/i18n/gl.po b/mail_footer_notified_partner/i18n/gl.po new file mode 100644 index 00000000..d0ff14ee --- /dev/null +++ b/mail_footer_notified_partner/i18n/gl.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Empresa" diff --git a/mail_footer_notified_partner/i18n/hr.po b/mail_footer_notified_partner/i18n/hr.po new file mode 100644 index 00000000..54db12dc --- /dev/null +++ b/mail_footer_notified_partner/i18n/hr.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 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: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/hr_HR.po b/mail_footer_notified_partner/i18n/hr_HR.po new file mode 100644 index 00000000..6ccaf718 --- /dev/null +++ b/mail_footer_notified_partner/i18n/hr_HR.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr_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: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/hu.po b/mail_footer_notified_partner/i18n/hu.po new file mode 100644 index 00000000..fb740c31 --- /dev/null +++ b/mail_footer_notified_partner/i18n/hu.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/it.po b/mail_footer_notified_partner/i18n/it.po index 9e024dd1..483a8043 100644 --- a/mail_footer_notified_partner/i18n/it.po +++ b/mail_footer_notified_partner/i18n/it.po @@ -1,29 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mail_footer_notified_partners +# * mail_footer_notified_partner # # Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: social (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-25 18:06+0000\n" -"PO-Revision-Date: 2016-02-26 16:19+0000\n" -"Last-Translator: <>\n" -"Language-Team: Italian (http://www.transifex.com/oca/OCA-social-8-0/language/it/)\n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\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" "Content-Transfer-Encoding: \n" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: mail_footer_notified_partners -#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 #, python-format msgid "Also notified: " msgstr "" -#. module: mail_footer_notified_partners -#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification -msgid "Notifications" -msgstr "Notifiche" +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/ja.po b/mail_footer_notified_partner/i18n/ja.po new file mode 100644 index 00000000..d9c02344 --- /dev/null +++ b/mail_footer_notified_partner/i18n/ja.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "パートナ" diff --git a/mail_footer_notified_partner/i18n/lt.po b/mail_footer_notified_partner/i18n/lt.po new file mode 100644 index 00000000..505e6b00 --- /dev/null +++ b/mail_footer_notified_partner/i18n/lt.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partneris" diff --git a/mail_footer_notified_partner/i18n/lv.po b/mail_footer_notified_partner/i18n/lv.po new file mode 100644 index 00000000..17af6e8d --- /dev/null +++ b/mail_footer_notified_partner/i18n/lv.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partneris" diff --git a/mail_footer_notified_partner/i18n/mk.po b/mail_footer_notified_partner/i18n/mk.po new file mode 100644 index 00000000..aaf4421c --- /dev/null +++ b/mail_footer_notified_partner/i18n/mk.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Партнер" diff --git a/mail_footer_notified_partner/i18n/mn.po b/mail_footer_notified_partner/i18n/mn.po new file mode 100644 index 00000000..e7d99555 --- /dev/null +++ b/mail_footer_notified_partner/i18n/mn.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Харилцагч" diff --git a/mail_footer_notified_partner/i18n/nb.po b/mail_footer_notified_partner/i18n/nb.po new file mode 100644 index 00000000..1ddc0158 --- /dev/null +++ b/mail_footer_notified_partner/i18n/nb.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/nb_NO.po b/mail_footer_notified_partner/i18n/nb_NO.po new file mode 100644 index 00000000..63167cd5 --- /dev/null +++ b/mail_footer_notified_partner/i18n/nb_NO.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb_NO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/nl.po b/mail_footer_notified_partner/i18n/nl.po new file mode 100644 index 00000000..7c52938f --- /dev/null +++ b/mail_footer_notified_partner/i18n/nl.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/nl_BE.po b/mail_footer_notified_partner/i18n/nl_BE.po new file mode 100644 index 00000000..c618cedd --- /dev/null +++ b/mail_footer_notified_partner/i18n/nl_BE.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Relatie" diff --git a/mail_footer_notified_partner/i18n/nl_NL.po b/mail_footer_notified_partner/i18n/nl_NL.po new file mode 100644 index 00000000..ba8ec3b1 --- /dev/null +++ b/mail_footer_notified_partner/i18n/nl_NL.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/pl.po b/mail_footer_notified_partner/i18n/pl.po new file mode 100644 index 00000000..415e6c31 --- /dev/null +++ b/mail_footer_notified_partner/i18n/pl.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/pt.po b/mail_footer_notified_partner/i18n/pt.po new file mode 100644 index 00000000..2669be00 --- /dev/null +++ b/mail_footer_notified_partner/i18n/pt.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Entidade" diff --git a/mail_footer_notified_partner/i18n/pt_BR.po b/mail_footer_notified_partner/i18n/pt_BR.po new file mode 100644 index 00000000..7d4589ff --- /dev/null +++ b/mail_footer_notified_partner/i18n/pt_BR.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/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: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Parceiro" diff --git a/mail_footer_notified_partner/i18n/pt_PT.po b/mail_footer_notified_partner/i18n/pt_PT.po new file mode 100644 index 00000000..c067563c --- /dev/null +++ b/mail_footer_notified_partner/i18n/pt_PT.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Parceiro" diff --git a/mail_footer_notified_partner/i18n/ro.po b/mail_footer_notified_partner/i18n/ro.po new file mode 100644 index 00000000..cbaa9765 --- /dev/null +++ b/mail_footer_notified_partner/i18n/ro.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partener" diff --git a/mail_footer_notified_partner/i18n/ru.po b/mail_footer_notified_partner/i18n/ru.po new file mode 100644 index 00000000..d555771f --- /dev/null +++ b/mail_footer_notified_partner/i18n/ru.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Контрагент" diff --git a/mail_footer_notified_partner/i18n/sl.po b/mail_footer_notified_partner/i18n/sl.po index ded2c7a1..b9ec843e 100644 --- a/mail_footer_notified_partner/i18n/sl.po +++ b/mail_footer_notified_partner/i18n/sl.po @@ -1,30 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mail_footer_notified_partners +# * mail_footer_notified_partner # # Translators: -# Matjaž Mozetič , 2016 +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: social (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-27 01:40+0000\n" -"PO-Revision-Date: 2016-02-27 16:56+0000\n" -"Last-Translator: Matjaž Mozetič \n" -"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-social-8-0/language/sl/)\n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#. module: mail_footer_notified_partners -#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 #, python-format msgid "Also notified: " -msgstr "Obveščeni tudi:" +msgstr "" -#. module: mail_footer_notified_partners -#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification -msgid "Notifications" -msgstr "Obvestila" +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/sr@latin.po b/mail_footer_notified_partner/i18n/sr@latin.po new file mode 100644 index 00000000..2e8a230c --- /dev/null +++ b/mail_footer_notified_partner/i18n/sr@latin.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr%40latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\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: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/sv.po b/mail_footer_notified_partner/i18n/sv.po new file mode 100644 index 00000000..a7e4ebd2 --- /dev/null +++ b/mail_footer_notified_partner/i18n/sv.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Företag" diff --git a/mail_footer_notified_partner/i18n/th.po b/mail_footer_notified_partner/i18n/th.po new file mode 100644 index 00000000..a26b641d --- /dev/null +++ b/mail_footer_notified_partner/i18n/th.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "พาร์ทเนอร์" diff --git a/mail_footer_notified_partner/i18n/tr.po b/mail_footer_notified_partner/i18n/tr.po new file mode 100644 index 00000000..acab5241 --- /dev/null +++ b/mail_footer_notified_partner/i18n/tr.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "İş Ortağı" diff --git a/mail_footer_notified_partner/i18n/vi.po b/mail_footer_notified_partner/i18n/vi.po new file mode 100644 index 00000000..e6cbc5d1 --- /dev/null +++ b/mail_footer_notified_partner/i18n/vi.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Đối tác" diff --git a/mail_footer_notified_partner/i18n/zh_CN.po b/mail_footer_notified_partner/i18n/zh_CN.po new file mode 100644 index 00000000..9ef6c430 --- /dev/null +++ b/mail_footer_notified_partner/i18n/zh_CN.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 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: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "业务伙伴" diff --git a/mail_footer_notified_partner/i18n/zh_TW.po b/mail_footer_notified_partner/i18n/zh_TW.po new file mode 100644 index 00000000..d58a7e1d --- /dev/null +++ b/mail_footer_notified_partner/i18n/zh_TW.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:19+0000\n" +"PO-Revision-Date: 2017-12-01 02:19+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "夥伴" From 4cdd39ec140a8049d2fac2fe5f6b6f29d065ae09 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Tue, 16 Jan 2018 15:09:00 +0100 Subject: [PATCH 3/7] OCA Transbot updated translations from Transifex --- mail_footer_notified_partner/i18n/bg.po | 30 ++++++++++++++++++++++ mail_footer_notified_partner/i18n/de.po | 28 ++++++++++---------- mail_footer_notified_partner/i18n/el_GR.po | 25 +++++++++--------- mail_footer_notified_partner/i18n/eu.po | 30 ++++++++++++++++++++++ mail_footer_notified_partner/i18n/fr_CH.po | 30 ++++++++++++++++++++++ mail_footer_notified_partner/i18n/sk.po | 30 ++++++++++++++++++++++ mail_footer_notified_partner/i18n/tr_TR.po | 30 ++++++++++++++++++++++ 7 files changed, 177 insertions(+), 26 deletions(-) create mode 100644 mail_footer_notified_partner/i18n/bg.po create mode 100644 mail_footer_notified_partner/i18n/eu.po create mode 100644 mail_footer_notified_partner/i18n/fr_CH.po create mode 100644 mail_footer_notified_partner/i18n/sk.po create mode 100644 mail_footer_notified_partner/i18n/tr_TR.po diff --git a/mail_footer_notified_partner/i18n/bg.po b/mail_footer_notified_partner/i18n/bg.po new file mode 100644 index 00000000..0fe253f8 --- /dev/null +++ b/mail_footer_notified_partner/i18n/bg.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 03:47+0000\n" +"PO-Revision-Date: 2018-01-16 03:47+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Партньор" diff --git a/mail_footer_notified_partner/i18n/de.po b/mail_footer_notified_partner/i18n/de.po index 49dc4b6a..b16a31d7 100644 --- a/mail_footer_notified_partner/i18n/de.po +++ b/mail_footer_notified_partner/i18n/de.po @@ -1,30 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mail_footer_notified_partners +# * mail_footer_notified_partner # # Translators: -# Rudolf Schnapka , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: social (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-04-30 10:21+0000\n" -"PO-Revision-Date: 2017-03-18 17:25+0000\n" -"Last-Translator: Rudolf Schnapka \n" -"Language-Team: German (http://www.transifex.com/oca/OCA-social-8-0/language/de/)\n" +"POT-Creation-Date: 2018-01-16 03:47+0000\n" +"PO-Revision-Date: 2018-01-16 03:47+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: mail_footer_notified_partners -#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 #, python-format msgid "Also notified: " -msgstr "Auch benachrichtigt:" +msgstr "" -#. module: mail_footer_notified_partners -#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification -msgid "Notifications" -msgstr "Mitteilungen" +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/el_GR.po b/mail_footer_notified_partner/i18n/el_GR.po index ad41fb76..5f3ddd7a 100644 --- a/mail_footer_notified_partner/i18n/el_GR.po +++ b/mail_footer_notified_partner/i18n/el_GR.po @@ -1,29 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mail_footer_notified_partners +# * mail_footer_notified_partner # # Translators: +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: social (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-25 18:06+0000\n" -"PO-Revision-Date: 2016-10-11 11:53+0000\n" -"Last-Translator: Kostas Goutoudis \n" -"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-social-8-0/language/el_GR/)\n" +"POT-Creation-Date: 2018-01-16 03:47+0000\n" +"PO-Revision-Date: 2018-01-16 03:47+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: mail_footer_notified_partners -#: code:addons/mail_footer_notified_partners/models/mail_followers.py:43 +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 #, python-format msgid "Also notified: " msgstr "" -#. module: mail_footer_notified_partners -#: model:ir.model,name:mail_footer_notified_partners.model_mail_notification -msgid "Notifications" -msgstr "Ειδοποιήσεις " +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Συνεργάτης" diff --git a/mail_footer_notified_partner/i18n/eu.po b/mail_footer_notified_partner/i18n/eu.po new file mode 100644 index 00000000..01317f86 --- /dev/null +++ b/mail_footer_notified_partner/i18n/eu.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 03:47+0000\n" +"PO-Revision-Date: 2018-01-16 03:47+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Kidea" diff --git a/mail_footer_notified_partner/i18n/fr_CH.po b/mail_footer_notified_partner/i18n/fr_CH.po new file mode 100644 index 00000000..ffa75b01 --- /dev/null +++ b/mail_footer_notified_partner/i18n/fr_CH.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 03:47+0000\n" +"PO-Revision-Date: 2018-01-16 03:47+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CH\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partenaire" diff --git a/mail_footer_notified_partner/i18n/sk.po b/mail_footer_notified_partner/i18n/sk.po new file mode 100644 index 00000000..46ddc7bc --- /dev/null +++ b/mail_footer_notified_partner/i18n/sk.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 03:47+0000\n" +"PO-Revision-Date: 2018-01-16 03:47+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/mail_footer_notified_partner/i18n/tr_TR.po b/mail_footer_notified_partner/i18n/tr_TR.po new file mode 100644 index 00000000..926cefda --- /dev/null +++ b/mail_footer_notified_partner/i18n/tr_TR.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 03:47+0000\n" +"PO-Revision-Date: 2018-01-16 03:47+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "Ortak" From de332ef98d9b44b4e5bb845379186044d9ac4194 Mon Sep 17 00:00:00 2001 From: eLBati Date: Fri, 8 Dec 2017 09:19:59 +0100 Subject: [PATCH 4/7] FIX mail_footer_notified_partner we need to save the complete list of partners because _message_notification_recipients builds recipients grouped by users groups. Thus get_additional_footer would get a partial list of recipients --- mail_footer_notified_partner/__manifest__.py | 2 +- .../models/mail_followers.py | 21 ++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/mail_footer_notified_partner/__manifest__.py b/mail_footer_notified_partner/__manifest__.py index ec17adeb..f2fd1356 100644 --- a/mail_footer_notified_partner/__manifest__.py +++ b/mail_footer_notified_partner/__manifest__.py @@ -11,7 +11,7 @@ "installable": True, "website": "http://acsone.eu", "category": "Mail", - "version": "10.0.1.0.0", + "version": "10.0.1.0.1", "license": "AGPL-3", "depends": [ "mail", diff --git a/mail_footer_notified_partner/models/mail_followers.py b/mail_footer_notified_partner/models/mail_followers.py index 2c1ddc3f..f3be14e1 100644 --- a/mail_footer_notified_partner/models/mail_followers.py +++ b/mail_footer_notified_partner/models/mail_followers.py @@ -9,9 +9,28 @@ from odoo.tools.translate import _ class MailNotification(models.Model): _inherit = 'res.partner' + @api.multi + def _notify_by_email( + self, message, force_send=False, send_after_commit=True, + user_signature=True + ): + # we need to save the complete list of partners because + # _message_notification_recipients builds recipients + # grouped by users groups. Thus get_additional_footer would get a + # partial list of recipients + return super( + MailNotification, self.with_context(notified_partners=self) + )._notify_by_email( + message, force_send=force_send, + send_after_commit=send_after_commit, + user_signature=user_signature + ) + @api.model def _notify_send(self, body, subject, recipients, **mail_values): - body += self.get_additional_footer(recipients) + footer_recipients = self.env.context.get( + 'notified_partners', recipients) or recipients + body += self.get_additional_footer(footer_recipients) return super(MailNotification, self).\ _notify_send(body, subject, recipients, **mail_values) From ee8674bfdef22fb914023d160567cd2cd4b4632b Mon Sep 17 00:00:00 2001 From: oca-travis Date: Sat, 23 Jun 2018 21:59:42 +0000 Subject: [PATCH 5/7] [UPD] Update mail_footer_notified_partner.pot --- mail_footer_notified_partner/i18n/am.po | 6 ++--- mail_footer_notified_partner/i18n/ar.po | 9 ++++--- mail_footer_notified_partner/i18n/bg.po | 6 ++--- mail_footer_notified_partner/i18n/bs.po | 9 ++++--- mail_footer_notified_partner/i18n/ca.po | 6 ++--- mail_footer_notified_partner/i18n/cs.po | 6 ++--- mail_footer_notified_partner/i18n/da.po | 6 ++--- mail_footer_notified_partner/i18n/de.po | 6 ++--- mail_footer_notified_partner/i18n/el_GR.po | 9 ++++--- mail_footer_notified_partner/i18n/en_GB.po | 9 ++++--- mail_footer_notified_partner/i18n/es.po | 6 ++--- mail_footer_notified_partner/i18n/es_CR.po | 9 ++++--- mail_footer_notified_partner/i18n/es_EC.po | 9 ++++--- mail_footer_notified_partner/i18n/es_MX.po | 9 ++++--- mail_footer_notified_partner/i18n/es_VE.po | 9 ++++--- mail_footer_notified_partner/i18n/et.po | 6 ++--- mail_footer_notified_partner/i18n/eu.po | 6 ++--- mail_footer_notified_partner/i18n/fi.po | 6 ++--- mail_footer_notified_partner/i18n/fr.po | 6 ++--- mail_footer_notified_partner/i18n/fr_CA.po | 9 ++++--- mail_footer_notified_partner/i18n/fr_CH.po | 9 ++++--- mail_footer_notified_partner/i18n/gl.po | 6 ++--- mail_footer_notified_partner/i18n/hr.po | 9 ++++--- mail_footer_notified_partner/i18n/hr_HR.po | 12 +++++---- mail_footer_notified_partner/i18n/hu.po | 6 ++--- mail_footer_notified_partner/i18n/it.po | 6 ++--- mail_footer_notified_partner/i18n/ja.po | 6 ++--- mail_footer_notified_partner/i18n/lt.po | 9 ++++--- mail_footer_notified_partner/i18n/lv.po | 9 ++++--- .../i18n/mail_footer_notified_partner.pot | 26 +++++++++++++++++++ mail_footer_notified_partner/i18n/mk.po | 6 ++--- mail_footer_notified_partner/i18n/mn.po | 6 ++--- mail_footer_notified_partner/i18n/nb.po | 9 ++++--- mail_footer_notified_partner/i18n/nb_NO.po | 9 ++++--- mail_footer_notified_partner/i18n/nl.po | 6 ++--- mail_footer_notified_partner/i18n/nl_BE.po | 9 ++++--- mail_footer_notified_partner/i18n/nl_NL.po | 9 ++++--- mail_footer_notified_partner/i18n/pl.po | 10 ++++--- mail_footer_notified_partner/i18n/pt.po | 6 ++--- mail_footer_notified_partner/i18n/pt_BR.po | 9 ++++--- mail_footer_notified_partner/i18n/pt_PT.po | 9 ++++--- mail_footer_notified_partner/i18n/ro.po | 9 ++++--- mail_footer_notified_partner/i18n/ru.po | 10 ++++--- mail_footer_notified_partner/i18n/sk.po | 6 ++--- mail_footer_notified_partner/i18n/sl.po | 9 ++++--- mail_footer_notified_partner/i18n/sr@latin.po | 12 +++++---- mail_footer_notified_partner/i18n/sv.po | 6 ++--- mail_footer_notified_partner/i18n/th.po | 6 ++--- mail_footer_notified_partner/i18n/tr.po | 6 ++--- mail_footer_notified_partner/i18n/tr_TR.po | 9 ++++--- mail_footer_notified_partner/i18n/vi.po | 6 ++--- mail_footer_notified_partner/i18n/zh_CN.po | 9 ++++--- mail_footer_notified_partner/i18n/zh_TW.po | 9 ++++--- 53 files changed, 244 insertions(+), 186 deletions(-) create mode 100644 mail_footer_notified_partner/i18n/mail_footer_notified_partner.pot diff --git a/mail_footer_notified_partner/i18n/am.po b/mail_footer_notified_partner/i18n/am.po index eb8b982e..b423e5dd 100644 --- a/mail_footer_notified_partner/i18n/am.po +++ b/mail_footer_notified_partner/i18n/am.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: am\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/ar.po b/mail_footer_notified_partner/i18n/ar.po index f652156a..4e46a809 100644 --- a/mail_footer_notified_partner/i18n/ar.po +++ b/mail_footer_notified_partner/i18n/ar.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,15 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/bg.po b/mail_footer_notified_partner/i18n/bg.po index 0fe253f8..e8202ca7 100644 --- a/mail_footer_notified_partner/i18n/bg.po +++ b/mail_footer_notified_partner/i18n/bg.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2018-01-16 03:47+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/bs.po b/mail_footer_notified_partner/i18n/bs.po index 8e42a37a..141aad19 100644 --- a/mail_footer_notified_partner/i18n/bs.po +++ b/mail_footer_notified_partner/i18n/bs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,15 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bs\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" +"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: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/ca.po b/mail_footer_notified_partner/i18n/ca.po index 547883bc..d64d474b 100644 --- a/mail_footer_notified_partner/i18n/ca.po +++ b/mail_footer_notified_partner/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: 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: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/cs.po b/mail_footer_notified_partner/i18n/cs.po index 548e019a..08fdf2eb 100644 --- a/mail_footer_notified_partner/i18n/cs.po +++ b/mail_footer_notified_partner/i18n/cs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/da.po b/mail_footer_notified_partner/i18n/da.po index bb7c186e..9096e8de 100644 --- a/mail_footer_notified_partner/i18n/da.po +++ b/mail_footer_notified_partner/i18n/da.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/de.po b/mail_footer_notified_partner/i18n/de.po index b16a31d7..cd1b69d9 100644 --- a/mail_footer_notified_partner/i18n/de.po +++ b/mail_footer_notified_partner/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2018-01-16 03:47+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/el_GR.po b/mail_footer_notified_partner/i18n/el_GR.po index 5f3ddd7a..e1ea97da 100644 --- a/mail_footer_notified_partner/i18n/el_GR.po +++ b/mail_footer_notified_partner/i18n/el_GR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2018-01-16 03:47+0000\n" "PO-Revision-Date: 2018-01-16 03:47+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/en_GB.po b/mail_footer_notified_partner/i18n/en_GB.po index f1867b01..c28453d6 100644 --- a/mail_footer_notified_partner/i18n/en_GB.po +++ b/mail_footer_notified_partner/i18n/en_GB.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" +"teams/23907/en_GB/)\n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/es.po b/mail_footer_notified_partner/i18n/es.po index 117b5bee..d8540e2b 100644 --- a/mail_footer_notified_partner/i18n/es.po +++ b/mail_footer_notified_partner/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/es_CR.po b/mail_footer_notified_partner/i18n/es_CR.po index 1a7d8589..0e1e0aea 100644 --- a/mail_footer_notified_partner/i18n/es_CR.po +++ b/mail_footer_notified_partner/i18n/es_CR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/es_EC.po b/mail_footer_notified_partner/i18n/es_EC.po index b604249d..0e8fce52 100644 --- a/mail_footer_notified_partner/i18n/es_EC.po +++ b/mail_footer_notified_partner/i18n/es_EC.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" +"es_EC/)\n" +"Language: es_EC\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_EC\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/es_MX.po b/mail_footer_notified_partner/i18n/es_MX.po index 355a1cdd..41d5196b 100644 --- a/mail_footer_notified_partner/i18n/es_MX.po +++ b/mail_footer_notified_partner/i18n/es_MX.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"es_MX/)\n" +"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_MX\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/es_VE.po b/mail_footer_notified_partner/i18n/es_VE.po index 486274aa..94708a3a 100644 --- a/mail_footer_notified_partner/i18n/es_VE.po +++ b/mail_footer_notified_partner/i18n/es_VE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_VE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/et.po b/mail_footer_notified_partner/i18n/et.po index bbcd12c0..5e3467e7 100644 --- a/mail_footer_notified_partner/i18n/et.po +++ b/mail_footer_notified_partner/i18n/et.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/eu.po b/mail_footer_notified_partner/i18n/eu.po index 01317f86..f586452f 100644 --- a/mail_footer_notified_partner/i18n/eu.po +++ b/mail_footer_notified_partner/i18n/eu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2018-01-16 03:47+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/fi.po b/mail_footer_notified_partner/i18n/fi.po index 27bd31cd..32664bbc 100644 --- a/mail_footer_notified_partner/i18n/fi.po +++ b/mail_footer_notified_partner/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/fr.po b/mail_footer_notified_partner/i18n/fr.po index 9e3ce420..97189306 100644 --- a/mail_footer_notified_partner/i18n/fr.po +++ b/mail_footer_notified_partner/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/fr_CA.po b/mail_footer_notified_partner/i18n/fr_CA.po index e38b12a7..c4e8304a 100644 --- a/mail_footer_notified_partner/i18n/fr_CA.po +++ b/mail_footer_notified_partner/i18n/fr_CA.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/" +"fr_CA/)\n" +"Language: fr_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_CA\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/fr_CH.po b/mail_footer_notified_partner/i18n/fr_CH.po index ffa75b01..5a9a9818 100644 --- a/mail_footer_notified_partner/i18n/fr_CH.po +++ b/mail_footer_notified_partner/i18n/fr_CH.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2018-01-16 03:47+0000\n" "PO-Revision-Date: 2018-01-16 03:47+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" +"teams/23907/fr_CH/)\n" +"Language: fr_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_CH\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/gl.po b/mail_footer_notified_partner/i18n/gl.po index d0ff14ee..355e8c02 100644 --- a/mail_footer_notified_partner/i18n/gl.po +++ b/mail_footer_notified_partner/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/hr.po b/mail_footer_notified_partner/i18n/hr.po index 54db12dc..96bfc4c9 100644 --- a/mail_footer_notified_partner/i18n/hr.po +++ b/mail_footer_notified_partner/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,15 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: 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" +"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: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/hr_HR.po b/mail_footer_notified_partner/i18n/hr_HR.po index 6ccaf718..91ab5fc2 100644 --- a/mail_footer_notified_partner/i18n/hr_HR.po +++ b/mail_footer_notified_partner/i18n/hr_HR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,17 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr_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" +"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: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/hu.po b/mail_footer_notified_partner/i18n/hu.po index fb740c31..bf799ce4 100644 --- a/mail_footer_notified_partner/i18n/hu.po +++ b/mail_footer_notified_partner/i18n/hu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/it.po b/mail_footer_notified_partner/i18n/it.po index 483a8043..c73fb982 100644 --- a/mail_footer_notified_partner/i18n/it.po +++ b/mail_footer_notified_partner/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/ja.po b/mail_footer_notified_partner/i18n/ja.po index d9c02344..8d86b41f 100644 --- a/mail_footer_notified_partner/i18n/ja.po +++ b/mail_footer_notified_partner/i18n/ja.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/lt.po b/mail_footer_notified_partner/i18n/lt.po index 505e6b00..c0e298dc 100644 --- a/mail_footer_notified_partner/i18n/lt.po +++ b/mail_footer_notified_partner/i18n/lt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,15 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/lv.po b/mail_footer_notified_partner/i18n/lv.po index 17af6e8d..b52e777a 100644 --- a/mail_footer_notified_partner/i18n/lv.po +++ b/mail_footer_notified_partner/i18n/lv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,15 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/mail_footer_notified_partner.pot b/mail_footer_notified_partner/i18n/mail_footer_notified_partner.pot new file mode 100644 index 00000000..8a4fe3fa --- /dev/null +++ b/mail_footer_notified_partner/i18n/mail_footer_notified_partner.pot @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_footer_notified_partner +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: mail_footer_notified_partner +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 +#, python-format +msgid "Also notified: " +msgstr "" + +#. module: mail_footer_notified_partner +#: model:ir.model,name:mail_footer_notified_partner.model_res_partner +msgid "Partner" +msgstr "" + diff --git a/mail_footer_notified_partner/i18n/mk.po b/mail_footer_notified_partner/i18n/mk.po index aaf4421c..52f71f09 100644 --- a/mail_footer_notified_partner/i18n/mk.po +++ b/mail_footer_notified_partner/i18n/mk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/mn.po b/mail_footer_notified_partner/i18n/mn.po index e7d99555..cd50b9a9 100644 --- a/mail_footer_notified_partner/i18n/mn.po +++ b/mail_footer_notified_partner/i18n/mn.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/nb.po b/mail_footer_notified_partner/i18n/nb.po index 1ddc0158..546c59b7 100644 --- a/mail_footer_notified_partner/i18n/nb.po +++ b/mail_footer_notified_partner/i18n/nb.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" +"nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/nb_NO.po b/mail_footer_notified_partner/i18n/nb_NO.po index 63167cd5..cc23a55e 100644 --- a/mail_footer_notified_partner/i18n/nb_NO.po +++ b/mail_footer_notified_partner/i18n/nb_NO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/" +"teams/23907/nb_NO/)\n" +"Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/nl.po b/mail_footer_notified_partner/i18n/nl.po index 7c52938f..3e246924 100644 --- a/mail_footer_notified_partner/i18n/nl.po +++ b/mail_footer_notified_partner/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/nl_BE.po b/mail_footer_notified_partner/i18n/nl_BE.po index c618cedd..5f827aa4 100644 --- a/mail_footer_notified_partner/i18n/nl_BE.po +++ b/mail_footer_notified_partner/i18n/nl_BE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" +"nl_BE/)\n" +"Language: nl_BE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_BE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/nl_NL.po b/mail_footer_notified_partner/i18n/nl_NL.po index ba8ec3b1..c1ef91a5 100644 --- a/mail_footer_notified_partner/i18n/nl_NL.po +++ b/mail_footer_notified_partner/i18n/nl_NL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # Peter Hageman , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: Peter Hageman , 2017\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_NL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/pl.po b/mail_footer_notified_partner/i18n/pl.po index 415e6c31..7abae1ee 100644 --- a/mail_footer_notified_partner/i18n/pl.po +++ b/mail_footer_notified_partner/i18n/pl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,16 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" +"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/pt.po b/mail_footer_notified_partner/i18n/pt.po index 2669be00..43386ccd 100644 --- a/mail_footer_notified_partner/i18n/pt.po +++ b/mail_footer_notified_partner/i18n/pt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/pt_BR.po b/mail_footer_notified_partner/i18n/pt_BR.po index 7d4589ff..9e497ba7 100644 --- a/mail_footer_notified_partner/i18n/pt_BR.po +++ b/mail_footer_notified_partner/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"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: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/pt_PT.po b/mail_footer_notified_partner/i18n/pt_PT.po index c067563c..80c3b88b 100644 --- a/mail_footer_notified_partner/i18n/pt_PT.po +++ b/mail_footer_notified_partner/i18n/pt_PT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" +"teams/23907/pt_PT/)\n" +"Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/ro.po b/mail_footer_notified_partner/i18n/ro.po index cbaa9765..c09a9f74 100644 --- a/mail_footer_notified_partner/i18n/ro.po +++ b/mail_footer_notified_partner/i18n/ro.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,15 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/ru.po b/mail_footer_notified_partner/i18n/ru.po index d555771f..566685b0 100644 --- a/mail_footer_notified_partner/i18n/ru.po +++ b/mail_footer_notified_partner/i18n/ru.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,16 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/sk.po b/mail_footer_notified_partner/i18n/sk.po index 46ddc7bc..a0e6b49a 100644 --- a/mail_footer_notified_partner/i18n/sk.po +++ b/mail_footer_notified_partner/i18n/sk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2018-01-16 03:47+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/sl.po b/mail_footer_notified_partner/i18n/sl.po index b9ec843e..fad7e0cb 100644 --- a/mail_footer_notified_partner/i18n/sl.po +++ b/mail_footer_notified_partner/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,15 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/sr@latin.po b/mail_footer_notified_partner/i18n/sr@latin.po index 2e8a230c..d3fd1f40 100644 --- a/mail_footer_notified_partner/i18n/sr@latin.po +++ b/mail_footer_notified_partner/i18n/sr@latin.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,17 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr%40latin/)\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr" +"%40latin/)\n" +"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sr@latin\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" +"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: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/sv.po b/mail_footer_notified_partner/i18n/sv.po index a7e4ebd2..344c8aad 100644 --- a/mail_footer_notified_partner/i18n/sv.po +++ b/mail_footer_notified_partner/i18n/sv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/th.po b/mail_footer_notified_partner/i18n/th.po index a26b641d..221e5389 100644 --- a/mail_footer_notified_partner/i18n/th.po +++ b/mail_footer_notified_partner/i18n/th.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/tr.po b/mail_footer_notified_partner/i18n/tr.po index acab5241..bd3ada13 100644 --- a/mail_footer_notified_partner/i18n/tr.po +++ b/mail_footer_notified_partner/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/tr_TR.po b/mail_footer_notified_partner/i18n/tr_TR.po index 926cefda..82b5034c 100644 --- a/mail_footer_notified_partner/i18n/tr_TR.po +++ b/mail_footer_notified_partner/i18n/tr_TR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2018-01-16 03:47+0000\n" "PO-Revision-Date: 2018-01-16 03:47+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/vi.po b/mail_footer_notified_partner/i18n/vi.po index e6cbc5d1..b3f669e4 100644 --- a/mail_footer_notified_partner/i18n/vi.po +++ b/mail_footer_notified_partner/i18n/vi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/zh_CN.po b/mail_footer_notified_partner/i18n/zh_CN.po index 9ef6c430..ef6e31e8 100644 --- a/mail_footer_notified_partner/i18n/zh_CN.po +++ b/mail_footer_notified_partner/i18n/zh_CN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: 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: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" diff --git a/mail_footer_notified_partner/i18n/zh_TW.po b/mail_footer_notified_partner/i18n/zh_TW.po index d58a7e1d..a1f91779 100644 --- a/mail_footer_notified_partner/i18n/zh_TW.po +++ b/mail_footer_notified_partner/i18n/zh_TW.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * mail_footer_notified_partner -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:19+0000\n" "PO-Revision-Date: 2017-12-01 02:19+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: mail_footer_notified_partner -#: code:addons/mail_footer_notified_partner/models/mail_followers.py:24 +#: code:addons/mail_footer_notified_partner/models/mail_followers.py:43 #, python-format msgid "Also notified: " msgstr "" From 5d468c5db4e7981e6d760132cf2e6567b9022153 Mon Sep 17 00:00:00 2001 From: Invitu Date: Tue, 26 Jun 2018 02:53:34 -1000 Subject: [PATCH 6/7] [MIG] mail_footer_notified_partner: Migration to 11.0 --- mail_footer_notified_partner/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_footer_notified_partner/__manifest__.py b/mail_footer_notified_partner/__manifest__.py index f2fd1356..c4484b1a 100644 --- a/mail_footer_notified_partner/__manifest__.py +++ b/mail_footer_notified_partner/__manifest__.py @@ -11,7 +11,7 @@ "installable": True, "website": "http://acsone.eu", "category": "Mail", - "version": "10.0.1.0.1", + "version": "11.0.1.0.1", "license": "AGPL-3", "depends": [ "mail", From d3e01308d042831bd19f22845cdd9b1466c6e9ac Mon Sep 17 00:00:00 2001 From: Invitu Date: Sat, 30 Jun 2018 15:08:07 -1000 Subject: [PATCH 7/7] [IMP] notification should be at the beginning of the body indeed --- mail_footer_notified_partner/models/mail_followers.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mail_footer_notified_partner/models/mail_followers.py b/mail_footer_notified_partner/models/mail_followers.py index f3be14e1..d6bbc2f8 100644 --- a/mail_footer_notified_partner/models/mail_followers.py +++ b/mail_footer_notified_partner/models/mail_followers.py @@ -30,16 +30,17 @@ class MailNotification(models.Model): def _notify_send(self, body, subject, recipients, **mail_values): footer_recipients = self.env.context.get( 'notified_partners', recipients) or recipients - body += self.get_additional_footer(footer_recipients) + newbody = self.get_additional_footer(footer_recipients) + newbody += body return super(MailNotification, self).\ - _notify_send(body, subject, recipients, **mail_values) + _notify_send(newbody, subject, recipients, **mail_values) @api.model def get_additional_footer(self, recipients): recipients_name = [ recipient.name for recipient in recipients ] - additional_footer = u'
%s%s.
' % \ + additional_footer = u'
%s%s.
' % \ (_('Also notified: '), ', '.join(recipients_name)) return additional_footer