mirror of https://github.com/OCA/social.git
commit
1556246d04
|
@ -0,0 +1,91 @@
|
||||||
|
===================================
|
||||||
|
Mail optional follower notification
|
||||||
|
===================================
|
||||||
|
|
||||||
|
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
!! This file is generated by oca-gen-addon-readme !!
|
||||||
|
!! changes will be overwritten. !!
|
||||||
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||||
|
:target: https://odoo-community.org/page/development-status
|
||||||
|
:alt: Beta
|
||||||
|
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
|
||||||
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||||
|
:alt: License: AGPL-3
|
||||||
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
|
||||||
|
:target: https://github.com/OCA/social/tree/12.0/mail_optional_follower_notification
|
||||||
|
:alt: OCA/social
|
||||||
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||||
|
:target: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_optional_follower_notification
|
||||||
|
:alt: Translate me on Weblate
|
||||||
|
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
||||||
|
:target: https://runbot.odoo-community.org/runbot/205/12.0
|
||||||
|
:alt: Try me on Runbot
|
||||||
|
|
||||||
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||||
|
|
||||||
|
This module adds the possibility to choose if you want to automatically
|
||||||
|
notify followers on mail.compose.message. By default, Odoo notify
|
||||||
|
automatically all followers.
|
||||||
|
|
||||||
|
**Table of contents**
|
||||||
|
|
||||||
|
.. contents::
|
||||||
|
:local:
|
||||||
|
|
||||||
|
Usage
|
||||||
|
=====
|
||||||
|
|
||||||
|
To use this module, you need to use the checkbox near "Followers of the
|
||||||
|
document and" on mail.compose.message:
|
||||||
|
|
||||||
|
This field it's initialized to true to keep the standard behavior.
|
||||||
|
|
||||||
|
.. figure:: https://raw.githubusercontent.com/OCA/social/12.0/mail_optional_follower_notification/static/description/optional_follower_001.png
|
||||||
|
:alt: Default checkbox
|
||||||
|
|
||||||
|
.. figure:: https://raw.githubusercontent.com/OCA/social/12.0/mail_optional_follower_notification/static/description/optional_follower_002.png
|
||||||
|
:alt: Checkbox to avoid to notify automatically followers
|
||||||
|
|
||||||
|
Bug Tracker
|
||||||
|
===========
|
||||||
|
|
||||||
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_.
|
||||||
|
In case of trouble, please check there if your issue has already been reported.
|
||||||
|
If you spotted it first, help us smashing it by providing a detailed and welcomed
|
||||||
|
`feedback <https://github.com/OCA/social/issues/new?body=module:%20mail_optional_follower_notification%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||||
|
|
||||||
|
Do not contact contributors directly about support or help with technical issues.
|
||||||
|
|
||||||
|
Credits
|
||||||
|
=======
|
||||||
|
|
||||||
|
Authors
|
||||||
|
~~~~~~~
|
||||||
|
|
||||||
|
* ACSONE SA/NV
|
||||||
|
|
||||||
|
Contributors
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Adrien Peiffer <adrien.peiffer@acsone.eu>
|
||||||
|
* Laurent Mignon <laurent.mignon@acsone.eu>
|
||||||
|
* Andrea Stirpe <a.stirpe@onestein.nl>
|
||||||
|
|
||||||
|
Maintainers
|
||||||
|
~~~~~~~~~~~
|
||||||
|
|
||||||
|
This module is maintained by the OCA.
|
||||||
|
|
||||||
|
.. image:: https://odoo-community.org/logo.png
|
||||||
|
:alt: Odoo Community Association
|
||||||
|
:target: https://odoo-community.org
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
This module is part of the `OCA/social <https://github.com/OCA/social/tree/12.0/mail_optional_follower_notification>`_ project on GitHub.
|
||||||
|
|
||||||
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@ -0,0 +1,4 @@
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
|
from . import models
|
||||||
|
from . import wizard
|
|
@ -0,0 +1,18 @@
|
||||||
|
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
{
|
||||||
|
"name": "Mail optional follower notification",
|
||||||
|
"summary": "Choose to notify followers on mail.compose.message",
|
||||||
|
"author": "ACSONE SA/NV,"
|
||||||
|
"Odoo Community Association (OCA)",
|
||||||
|
"website": "https://github.com/OCA/social",
|
||||||
|
"category": "Social Network",
|
||||||
|
"version": "12.0.1.0.0",
|
||||||
|
"license": "AGPL-3",
|
||||||
|
"depends": [
|
||||||
|
"mail",
|
||||||
|
],
|
||||||
|
"data": [
|
||||||
|
"wizard/mail_compose_message_view.xml",
|
||||||
|
],
|
||||||
|
}
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "ተባባሪ"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"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_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "الشريك"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Партньор"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"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_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr "Assistent per composició de correus electrònics"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Missatge"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Empresa"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Společník"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,54 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
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-12-15 14:58+0000\n"
|
||||||
|
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Generator: Weblate 3.3\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=\""
|
||||||
|
"color: red;\"> - Warnung : Abonnenten werden nicht benachrichtigt! Aber sie "
|
||||||
|
"können die Benachrichtigung direkt über das Dokument einsehen (wenn sie "
|
||||||
|
"berechtigt sind).</span>"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr "Assistent zum Email verfassen"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Nachricht"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr "Abonnenten benachrichtigen"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2018\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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Συνεργάτης"
|
|
@ -0,0 +1,55 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: social (8.0)\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2016-05-26 02:42+0000\n"
|
||||||
|
"PO-Revision-Date: 2016-05-25 14:10+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||||
|
"Language-Team: English (http://www.transifex.com/oca/OCA-social-8-0/language/"
|
||||||
|
"en/)\n"
|
||||||
|
"Language: en\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
"- Warning : Followers will not be notified but they can access the "
|
||||||
|
"notification directly from the document (if they are allowed to)"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr "Email composition wizard"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Message"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr "Notify followers"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Notifications"
|
||||||
|
#~ msgstr "Notifications"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr "Asistente composición Correo Electrónico"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Mensaje"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Empresa"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: social (8.0)\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2016-05-26 02:42+0000\n"
|
||||||
|
"PO-Revision-Date: 2016-05-25 14:10+0000\n"
|
||||||
|
"Last-Translator: <>\n"
|
||||||
|
"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-"
|
||||||
|
"social-8-0/language/es_CO/)\n"
|
||||||
|
"Language: es_CO\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr "Asistente de redacción de E-mail"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Mensaje"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Empresa"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Empresa"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Empresa"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Empresa"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Kidea"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Kumppani"
|
|
@ -0,0 +1,54 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
# Quentin THEURET <odoo@kerpeo.com>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-07-22 09:45+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-07-22 09:45+0000\n"
|
||||||
|
"Last-Translator: Quentin THEURET <odoo@kerpeo.com>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\">- Attention : les abonnés ne seront pas notifié mais ils "
|
||||||
|
"peuvent avoir accès à la notification directement depuis le document (si ils "
|
||||||
|
"sont autorisés à le faire) </span>"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr "Assistant de composition de courriel"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Message"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr "Notifier les abonnés"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partenaire"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partenaire"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2018\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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partenaire"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Empresa"
|
|
@ -0,0 +1,51 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
# Bole <bole@dajmi5.com>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: Bole <bole@dajmi5.com>, 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"
|
||||||
|
"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_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr "Čarobnjak za sastavljanje maila"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Poruka"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,51 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
|
||||||
|
"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_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,54 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
# Marius Marolla <mariusmarolla@gmail.com>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: Marius Marolla <mariusmarolla@gmail.com>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Attenzione: i follower non verranno notificati ma "
|
||||||
|
"potranno accedere accedere alle notifiche direttamente dal documento (se "
|
||||||
|
"autorizzati)</span>"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr "Wizard Creazione Email"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Messaggio"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr "Notifica Follower"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "パートナ"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"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_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partneris"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
||||||
|
"2);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partneris"
|
|
@ -0,0 +1,41 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
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_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid "<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=\"color: red;\"> - Warning : Followers will not be notified but they can access the notification directly from the document (if they are allowed to)</span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Партнер"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Харилцагч"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Melding"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Bericht"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Relatie"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Peter Hageman <hageman.p@gmail.com>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-20 08:36+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-20 08:36+0000\n"
|
||||||
|
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Bericht"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,51 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"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_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,55 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
# Pedro Castro Silva <pedrocs@exo.pt>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-12-02 13:17+0000\n"
|
||||||
|
"PO-Revision-Date: 2019-08-12 17:44+0000\n"
|
||||||
|
"Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>\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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Generator: Weblate 3.7.1\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style=\""
|
||||||
|
"color: red;\"> - Aviso: os seguidores não serão notificados mas poderão "
|
||||||
|
"aceder à notificação diretamente a partir do documento (se para isso tiverem "
|
||||||
|
"permissão)</span>"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr "Assistente de composição de email"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Mensagem"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr "Notificar seguidores"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Parceiro"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr "Assistente de Composição de Email"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Mensagem"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Parceiro"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Parceiro"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
|
||||||
|
"2:1));\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partener"
|
|
@ -0,0 +1,51 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"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_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Контрагент"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||||
|
"%100==4 ? 2 : 3);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr "Čarovnik za sestavljanje e-pošte"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Sporočilo"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr "Obvesti sledilce"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,51 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||||
|
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/"
|
||||||
|
"sr@latin/)\n"
|
||||||
|
"Language: sr@latin\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \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_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Partner"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Företag"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "พาร์ทเนอร์"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "İleti"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "İş Ortağı"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
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 <transbot@odoo-community.org>, 2017\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"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "İleti"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Ortak"
|
|
@ -0,0 +1,49 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "Đối tác"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "业务伙伴"
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * mail_optional_follower_notification
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-05-17 01:02+0000\n"
|
||||||
|
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||||
|
msgid ""
|
||||||
|
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||||
|
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||||
|
"access the notification directly from the document (if they are allowed to)</"
|
||||||
|
"span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||||
|
msgid "Email composition wizard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||||
|
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||||
|
msgid "Notify followers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: mail_optional_follower_notification
|
||||||
|
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||||
|
msgid "Partner"
|
||||||
|
msgstr "夥伴"
|
|
@ -0,0 +1,4 @@
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
|
from . import mail_message
|
||||||
|
from . import res_partner
|
|
@ -0,0 +1,32 @@
|
||||||
|
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
|
from odoo import models, api
|
||||||
|
|
||||||
|
|
||||||
|
class MailMessage(models.Model):
|
||||||
|
_inherit = 'mail.message'
|
||||||
|
|
||||||
|
@api.model
|
||||||
|
def create(self, values):
|
||||||
|
ctx = self.env.context.copy()
|
||||||
|
if not ctx.get('notify_followers') and values.get('partner_ids'):
|
||||||
|
partner_list = self.resolve_2many_commands(
|
||||||
|
'partner_ids', values.get('partner_ids'), fields=['id'])
|
||||||
|
ctx['force_partners_to_notify'] = [d['id'] for d in partner_list]
|
||||||
|
return super(MailMessage, self.with_context(ctx)).create(values)
|
||||||
|
|
||||||
|
@api.multi
|
||||||
|
def _notify(self, record, msg_vals, force_send=False,
|
||||||
|
send_after_commit=True, model_description=False,
|
||||||
|
mail_auto_delete=True):
|
||||||
|
res = super()._notify(
|
||||||
|
record, msg_vals, force_send=force_send,
|
||||||
|
send_after_commit=send_after_commit,
|
||||||
|
model_description=model_description,
|
||||||
|
mail_auto_delete=mail_auto_delete)
|
||||||
|
if self.env.context.get('force_partners_to_notify'):
|
||||||
|
# Needaction only for recipients
|
||||||
|
self.needaction_partner_ids = [
|
||||||
|
(6, 0, self.env.context.get('force_partners_to_notify'))]
|
||||||
|
return res
|
|
@ -0,0 +1,22 @@
|
||||||
|
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
|
from odoo import models, api
|
||||||
|
|
||||||
|
|
||||||
|
class ResPartner(models.Model):
|
||||||
|
_inherit = 'res.partner'
|
||||||
|
|
||||||
|
@api.model
|
||||||
|
def _notify(self, message, rdata, record, force_send=False,
|
||||||
|
send_after_commit=True, model_description=False,
|
||||||
|
mail_auto_delete=True):
|
||||||
|
if self.env.context.get('force_partners_to_notify'):
|
||||||
|
partners_to_notify =\
|
||||||
|
self.env.context.get('force_partners_to_notify')
|
||||||
|
record = self.filtered(lambda p: p.id in partners_to_notify)
|
||||||
|
return super()._notify(
|
||||||
|
message, rdata, record,
|
||||||
|
force_send=force_send, send_after_commit=send_after_commit,
|
||||||
|
model_description=model_description,
|
||||||
|
mail_auto_delete=mail_auto_delete)
|
|
@ -0,0 +1,3 @@
|
||||||
|
* Adrien Peiffer <adrien.peiffer@acsone.eu>
|
||||||
|
* Laurent Mignon <laurent.mignon@acsone.eu>
|
||||||
|
* Andrea Stirpe <a.stirpe@onestein.nl>
|
|
@ -0,0 +1,3 @@
|
||||||
|
This module adds the possibility to choose if you want to automatically
|
||||||
|
notify followers on mail.compose.message. By default, Odoo notify
|
||||||
|
automatically all followers.
|
|
@ -0,0 +1,10 @@
|
||||||
|
To use this module, you need to use the checkbox near "Followers of the
|
||||||
|
document and" on mail.compose.message:
|
||||||
|
|
||||||
|
This field it's initialized to true to keep the standard behavior.
|
||||||
|
|
||||||
|
.. figure:: static/description/optional_follower_001.png
|
||||||
|
:alt: Default checkbox
|
||||||
|
|
||||||
|
.. figure:: static/description/optional_follower_002.png
|
||||||
|
:alt: Checkbox to avoid to notify automatically followers
|
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
|
from . import test_mail_optional_follower_notifications
|
|
@ -0,0 +1,57 @@
|
||||||
|
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
|
from odoo.tests import common
|
||||||
|
|
||||||
|
|
||||||
|
class TestMailOptionalFollowernotifications(common.TransactionCase):
|
||||||
|
|
||||||
|
def setUp(self):
|
||||||
|
super().setUp()
|
||||||
|
self.partner_obj = self.env['res.partner']
|
||||||
|
self.partner_01 = self.env.ref('base.res_partner_2')
|
||||||
|
self.demo_user = self.env.ref('base.user_demo')
|
||||||
|
self.partner_03 = self.demo_user.copy().partner_id
|
||||||
|
|
||||||
|
def test_send_email_optional_follower_notifications(self):
|
||||||
|
ctx = self.env.context.copy()
|
||||||
|
ctx.update({
|
||||||
|
'default_model': 'res.partner',
|
||||||
|
'default_res_id': self.partner_01.id,
|
||||||
|
'default_composition_mode': 'comment',
|
||||||
|
})
|
||||||
|
mail_compose = self.env['mail.compose.message']
|
||||||
|
self.partner_01.message_subscribe(
|
||||||
|
partner_ids=[self.demo_user.partner_id.id])
|
||||||
|
values = mail_compose.with_context(ctx)\
|
||||||
|
.onchange_template_id(False, 'comment', 'res.partner',
|
||||||
|
self.partner_01.id)['value']
|
||||||
|
values['partner_ids'] = [(4, self.demo_user.partner_id.id),
|
||||||
|
(4, self.partner_03.id)]
|
||||||
|
compose_id = mail_compose.with_context(ctx).create(values)
|
||||||
|
compose_id.with_context(ctx).send_mail()
|
||||||
|
res = self.env["mail.message"].search(
|
||||||
|
[('model', '=', 'res.partner'),
|
||||||
|
('res_id', '=', self.partner_01.id)])
|
||||||
|
self.assertEqual(len(res.ids), 1)
|
||||||
|
message = self.env['mail.message']
|
||||||
|
for record in res:
|
||||||
|
if record.notification_ids.mapped('res_partner_id').ids == \
|
||||||
|
[self.partner_03.id] and \
|
||||||
|
record.partner_ids.ids == [self.partner_03.id]:
|
||||||
|
message += record
|
||||||
|
self.assertEqual(len(message.ids), 0)
|
||||||
|
values['partner_ids'] = [(6, 0, [self.partner_03.id])]
|
||||||
|
compose_id = mail_compose.with_context(ctx).create(values)
|
||||||
|
compose_id.notify_followers = False
|
||||||
|
compose_id.with_context(ctx).send_mail()
|
||||||
|
res = self.env["mail.message"].search(
|
||||||
|
[('model', '=', 'res.partner'),
|
||||||
|
('res_id', '=', self.partner_01.id)])
|
||||||
|
message = self.env['mail.message']
|
||||||
|
for record in res:
|
||||||
|
if record.notification_ids.mapped('res_partner_id').ids == \
|
||||||
|
[self.partner_03.id] and\
|
||||||
|
record.partner_ids.ids == [self.partner_03.id]:
|
||||||
|
message += record
|
||||||
|
self.assertEqual(len(message.ids), 1)
|
|
@ -0,0 +1,3 @@
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
|
from . import mail_compose_message
|
|
@ -0,0 +1,20 @@
|
||||||
|
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
|
from odoo import models, fields, api
|
||||||
|
|
||||||
|
|
||||||
|
class MailComposeMessage(models.TransientModel):
|
||||||
|
_inherit = 'mail.compose.message'
|
||||||
|
|
||||||
|
notify_followers = fields.Boolean(default=True)
|
||||||
|
|
||||||
|
@api.multi
|
||||||
|
def send_mail(self, auto_commit=False):
|
||||||
|
ctx = self.env.context.copy()
|
||||||
|
for wizard in self:
|
||||||
|
ctx['notify_followers'] = wizard.notify_followers
|
||||||
|
wizard = wizard.with_context(ctx)
|
||||||
|
super(MailComposeMessage, wizard).send_mail(
|
||||||
|
auto_commit=auto_commit)
|
||||||
|
return {'type': 'ir.actions.act_window_close'}
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo>
|
||||||
|
|
||||||
|
<record id="email_compose_message_wizard_form" model="ir.ui.view">
|
||||||
|
<field name="model">mail.compose.message</field>
|
||||||
|
<field name="inherit_id" ref="mail.email_compose_message_wizard_form"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="//div[field[@name='partner_ids']]/span[2]" position="before">
|
||||||
|
<field name="notify_followers" attrs="{'invisible': [('composition_mode', '=', 'mass_mail')]}"/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//div[field[@name='partner_ids']]/span[2]" position="inside">
|
||||||
|
<span attrs="{'invisible': [('notify_followers', '=', True)]}" style="color: red;"> - Warning : Followers will not be notified but they can access the notification directly from the document (if they are allowed to)</span>
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
</odoo>
|
Loading…
Reference in New Issue