Browse Source
Merge remote-tracking branch 'upstream/11.0' into 12.0-mail_addons-merge
pull/246/head
Merge remote-tracking branch 'upstream/11.0' into 12.0-mail_addons-merge
pull/246/head
ommo73
5 years ago
No known key found for this signature in database
GPG Key ID: E7E1F5C23505AFF8
64 changed files with 1598 additions and 155 deletions
-
1mail_all/i18n/mail_all.pot
-
12mail_all/i18n/sl.po
-
1mail_archives/i18n/mail_archives.pot
-
12mail_archives/i18n/sl.po
-
2mail_base/README.rst
-
1mail_base/__init__.py
-
6mail_base/__manifest__.py
-
4mail_base/controllers/main.py
-
8mail_base/doc/changelog.rst
-
9mail_base/i18n/de.po
-
7mail_base/i18n/es.po
-
7mail_base/i18n/it.po
-
25mail_base/i18n/mail_base.pot
-
7mail_base/i18n/pt.po
-
7mail_base/i18n/pt_BR.po
-
11mail_base/i18n/ru.po
-
12mail_base/i18n/sl.po
-
7mail_base/models.py
-
3mail_base/static/lib/base.js
-
2mail_move_message/__manifest__.py
-
1mail_move_message/controllers/main.py
-
5mail_move_message/doc/changelog.rst
-
384mail_move_message/i18n/de.po
-
270mail_move_message/i18n/mail_move_message.pot
-
4mail_move_message/mail_move_message_models.py
-
1mail_multi_website/i18n/mail_multi_website.pot
-
3mail_private/__manifest__.py
-
5mail_private/doc/changelog.rst
-
115mail_private/i18n/de.po
-
1mail_private/i18n/it.po
-
117mail_private/i18n/sl.po
-
39mail_private/models.py
-
10mail_private/static/src/css/mail_private.css
-
21mail_private/static/src/js/mail_private.js
-
17mail_private/static/src/xml/mail_private.xml
-
1mail_private/template.xml
-
14mail_recovery/i18n/mail_recovery.pot
-
7mail_reply/i18n/es.po
-
22mail_reply/i18n/mail_reply.pot
-
1mail_sent/i18n/mail_sent.pot
-
2mail_to/__init__.py
-
7mail_to/__manifest__.py
-
6mail_to/doc/changelog.rst
-
7mail_to/i18n/de.po
-
30mail_to/i18n/mail_to.pot
-
12mail_to/i18n/sl.po
-
1mail_to/models/__init__.py
-
17mail_to/models/mail_message.py
-
40mail_to/static/src/js/mail_to.js
-
20mail_to/static/src/js/test_mail_to.js
-
44mail_to/static/src/xml/recipient.xml
-
6mail_to/templates.xml
-
1mail_to/tests/__init__.py
-
4mail_to/tests/test_default.py
-
14mailgun/i18n/es.po
-
32mailgun/i18n/mailgun.pot
-
26res_partner_company_messages/i18n/de.po
-
7res_partner_company_messages/i18n/es.po
-
20res_partner_company_messages/i18n/res_partner_company_messages.pot
-
11res_partner_company_messages/i18n/ru.po
-
127res_partner_mails_count/i18n/de.po
-
7res_partner_mails_count/i18n/es.po
-
119res_partner_mails_count/i18n/res_partner_mails_count.pot
-
11res_partner_mails_count/i18n/ru.po
@ -1,3 +1,4 @@ |
|||
# License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html) |
|||
|
|||
from . import models |
|||
from . import controllers |
@ -0,0 +1,25 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * mail_base |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.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_base |
|||
#: model:ir.model,name:mail_base.model_mail_compose_message |
|||
msgid "Email composition wizard" |
|||
msgstr "" |
|||
|
|||
#. module: mail_base |
|||
#: model:ir.model,name:mail_base.model_mail_message |
|||
msgid "Message" |
|||
msgstr "" |
|||
|
@ -0,0 +1,384 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * mail_move_message |
|||
# |
|||
# Translators: |
|||
# Dawid Runowski <dawrun@outlook.com>, 2019 |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-05-05 23:11+0000\n" |
|||
"PO-Revision-Date: 2017-06-23 14:31+0000\n" |
|||
"Last-Translator: Dawid Runowski <dawrun@outlook.com>, 2019\n" |
|||
"Language-Team: German (https://www.transifex.com/it-projects-llc/teams/76080/de/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: de\n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: mail_move_message |
|||
#: code:addons/mail_move_message/controllers/main.py:40 |
|||
#, python-format |
|||
msgid "%s ID %s" |
|||
msgstr "%sID%s" |
|||
|
|||
#. module: mail_move_message |
|||
#: code:addons/mail_move_message/controllers/main.py:38 |
|||
#, python-format |
|||
msgid "%s [%s] ID %s" |
|||
msgstr "%s[%s]ID%s" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,help:mail_move_message.field_mail_move_message_wizard_move_followers |
|||
msgid "" |
|||
"Add followers of current record to a new record.\n" |
|||
"You must use this option, if new record has restricted access.\n" |
|||
"You can change default value for this option at Settings/System Parameters" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_compose_message_all_child_ids |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_mail_all_child_ids |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_message_all_child_ids |
|||
msgid "All childs" |
|||
msgstr "Alle Kinder" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_mail_move_message_config_settings |
|||
msgid "Apply" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_partner_id |
|||
msgid "Author" |
|||
msgstr "Autor" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_can_move |
|||
msgid "Can move" |
|||
msgstr "Kann verschoben werden" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_mail_move_message_config_settings |
|||
msgid "Cancel" |
|||
msgstr "Abbrechen" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_wizard |
|||
msgid "Close" |
|||
msgstr "Schließen" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_mail_move_message_config_settings |
|||
msgid "Configure Mail Relocation" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_wizard |
|||
msgid "Create Partner" |
|||
msgstr "Partner erstellen" |
|||
|
|||
#. module: mail_move_message |
|||
#. openerp-web |
|||
#: code:addons/mail_move_message/static/src/js/mail_move_message.js:125 |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_wizard |
|||
#, python-format |
|||
msgid "Create new record" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_config_settings_create_uid |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_create_uid |
|||
msgid "Created by" |
|||
msgstr "Erstellt von" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_config_settings_create_date |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_create_date |
|||
msgid "Created on" |
|||
msgstr "Erstellt am" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_wizard |
|||
msgid "Delete message" |
|||
msgstr "Nachricht löschen" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_config_settings_display_name |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_display_name |
|||
msgid "Display Name" |
|||
msgstr "Anzeigename" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_wizard |
|||
msgid "Do you really want to delete this message?" |
|||
msgstr "Wollen Sie wirklich die Nachricht löschen?" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,help:mail_move_message.field_mail_move_message_wizard_message_from |
|||
msgid "" |
|||
"Email address of the sender. This field is set when no matching partner is " |
|||
"found and replaces the author_id field in the chatter." |
|||
msgstr "" |
|||
"Email-Adresse des Absenders. Dieses Feld wird eingestellt, wenn kein " |
|||
"passender Partner gefunden wird und tauscht das author_id Feld in der " |
|||
"Koversation." |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_filter_by_partner |
|||
msgid "Filter Records by partner" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_message_from |
|||
msgid "From" |
|||
msgstr "Von" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_config_settings_id |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_message_is_moved |
|||
msgid "Is Moved" |
|||
msgstr "wurde versetzt" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_compose_message_is_moved |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_mail_is_moved |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_message_is_moved |
|||
msgid "Is moved" |
|||
msgstr "Wurde versetzt" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_config_settings___last_update |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard___last_update |
|||
msgid "Last Modified on" |
|||
msgstr "Zuletzt modifiziert am" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_config_settings_write_uid |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Zuletzt aktualisiert von" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_config_settings_write_date |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Zuletzt aktualisiert am" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_move_back |
|||
msgid "MOVE TO ORIGIN" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.actions.act_window,name:mail_move_message.action_mail_move_message_config |
|||
#: model:ir.ui.menu,name:mail_move_message.menu_mail_move_message |
|||
msgid "Mail Relocation" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_wizard |
|||
msgid "Mark as read and Close" |
|||
msgstr "als gelesen markieren und schließen" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model,name:mail_move_message.model_mail_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_message_id |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_wizard |
|||
msgid "Message" |
|||
msgstr "Nachricht" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_message_email_from |
|||
msgid "Message email from" |
|||
msgstr "Email-Nachricht von" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_message_name_from |
|||
msgid "Message name from" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_message_body |
|||
msgid "Message to move" |
|||
msgstr "Nachricht zu verschieben" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_model |
|||
msgid "Model" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_config_settings_model_ids |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_mail_move_message_config_settings |
|||
msgid "Models" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_wizard |
|||
msgid "Move" |
|||
msgstr "Verschieben" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,help:mail_move_message.field_mail_move_message_wizard_move_back |
|||
msgid "Move message and submessages to original place" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_config_settings_move_followers |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_move_followers |
|||
msgid "Move Followers" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_wizard |
|||
msgid "Move Message" |
|||
msgstr "Nachricht verschieben" |
|||
|
|||
#. module: mail_move_message |
|||
#. openerp-web |
|||
#: code:addons/mail_move_message/static/src/xml/mail_move_message_main.xml:6 |
|||
#, python-format |
|||
msgid "Move to thread" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_message_moved_by_user_id |
|||
msgid "Moved by" |
|||
msgstr "Verschoben von" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_compose_message_moved_by_message_id |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_mail_moved_by_message_id |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_message_moved_by_message_id |
|||
msgid "Moved by message" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_compose_message_moved_by_user_id |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_mail_moved_by_user_id |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_message_moved_by_user_id |
|||
msgid "Moved by user" |
|||
msgstr "Verschoben von dem Benutzer" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_message_moved_by_message_id |
|||
msgid "Moved with" |
|||
msgstr "Verschoben mit" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_message_to_read |
|||
#: model:ir.model.fields,help:mail_move_message.field_mail_move_message_wizard_message_to_read |
|||
msgid "Need Action" |
|||
msgstr "Aktion erforderlich" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_wizard |
|||
msgid "Open message" |
|||
msgstr "Nachricht öffnen" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_mail_move_message_config_settings |
|||
msgid "Options" |
|||
msgstr "Optionen" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_compose_message_moved_from_parent_id |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_mail_moved_from_parent_id |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_message_moved_from_parent_id |
|||
msgid "Parent Message (Original)" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model,name:mail_move_message.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
|||
|
|||
#. module: mail_move_message |
|||
#: code:addons/mail_move_message/mail_move_message_models.py:200 |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_res_id |
|||
#, python-format |
|||
msgid "Record" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_compose_message_moved_from_res_id |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_mail_moved_from_res_id |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_message_moved_from_res_id |
|||
msgid "Related Document ID (Original)" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_compose_message_moved_from_model |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_mail_moved_from_model |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_message_moved_from_model |
|||
msgid "Related Document Model (Original)" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#. openerp-web |
|||
#: code:addons/mail_move_message/static/src/js/mail_move_message.js:27 |
|||
#, python-format |
|||
msgid "Relocate Message" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_parent_id |
|||
msgid "Search by name" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_message_subject |
|||
msgid "Subject" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,help:mail_move_message.field_mail_compose_message_moved_by_message_id |
|||
#: model:ir.model.fields,help:mail_move_message.field_mail_mail_moved_by_message_id |
|||
#: model:ir.model.fields,help:mail_move_message.field_mail_message_moved_by_message_id |
|||
#: model:ir.model.fields,help:mail_move_message.field_mail_move_message_wizard_message_moved_by_message_id |
|||
msgid "Top message, that initate moving this message" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,field_description:mail_move_message.field_mail_move_message_wizard_uid |
|||
msgid "Uid" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_wizard |
|||
msgid "" |
|||
"You cannot move this message. It was already moved with a message bellow. " |
|||
"Open one and apply changes there." |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model.fields,help:mail_move_message.field_mail_compose_message_all_child_ids |
|||
#: model:ir.model.fields,help:mail_move_message.field_mail_mail_all_child_ids |
|||
#: model:ir.model.fields,help:mail_move_message.field_mail_message_all_child_ids |
|||
msgid "all childs, including subchilds" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model,name:mail_move_message.model_mail_move_message_config_settings |
|||
msgid "mail_move_message.config.settings" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.model,name:mail_move_message.model_mail_move_message_wizard |
|||
msgid "mail_move_message.wizard" |
|||
msgstr "" |
|||
|
|||
#. module: mail_move_message |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_mail_move_message_config_settings |
|||
#: model:ir.ui.view,arch_db:mail_move_message.view_wizard |
|||
msgid "or" |
|||
msgstr "oder" |
@ -0,0 +1,115 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * mail_private |
|||
# |
|||
# Translators: |
|||
# Dawid Runowski <dawrun@outlook.com>, 2019 |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2019-05-28 16:01+0000\n" |
|||
"PO-Revision-Date: 2017-07-10 14:14+0000\n" |
|||
"Last-Translator: Dawid Runowski <dawrun@outlook.com>, 2019\n" |
|||
"Language-Team: German (https://www.transifex.com/it-projects-llc/teams/76080/de/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: de\n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:30 |
|||
#, python-format |
|||
msgid "Check the first one" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:17 |
|||
#, python-format |
|||
msgid "Click on Private mail creating button" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:22 |
|||
#, python-format |
|||
msgid "Dummy action" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#: model:ir.model,name:mail_private.model_mail_compose_message |
|||
msgid "Email composition wizard" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:13 |
|||
#, python-format |
|||
msgid "Open Partners Form" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#: model:ir.model.fields,field_description:mail_private.field_mail_compose_message_is_private |
|||
msgid "Send Internal Message" |
|||
msgstr "interne Nachricht senden" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/xml/mail_private.xml:6 |
|||
#, python-format |
|||
msgid "Send a message to specified recipients only" |
|||
msgstr "Nachricht nur an spezifierte Empfänger senden" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:39 |
|||
#: code:addons/mail_private/static/src/js/test_private.js:42 |
|||
#, python-format |
|||
msgid "Send email" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/xml/mail_private.xml:6 |
|||
#, python-format |
|||
msgid "Send internal message" |
|||
msgstr "interne Nachricht senden" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/xml/mail_private.xml:12 |
|||
#, python-format |
|||
msgid "To: Followers of" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/xml/mail_private.xml:23 |
|||
#, python-format |
|||
msgid "Uncheck all" |
|||
msgstr "alle unmarkieren" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:26 |
|||
#, python-format |
|||
msgid "Uncheck all Followers" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:33 |
|||
#, python-format |
|||
msgid "Write some email" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/xml/mail_private.xml:17 |
|||
#, python-format |
|||
msgid "this document" |
|||
msgstr "dieses Dokument" |
@ -0,0 +1,117 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * mail_private |
|||
# |
|||
# Translators: |
|||
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2019 |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-05-05 23:11+0000\n" |
|||
"PO-Revision-Date: 2017-07-10 14:14+0000\n" |
|||
"Last-Translator: Matjaz Mozetic <m.mozetic@matmoz.si>, 2019\n" |
|||
"Language-Team: Slovenian (https://www.transifex.com/it-projects-llc/" |
|||
"teams/76080/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_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:30 |
|||
#, python-format |
|||
msgid "Check the first one" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:17 |
|||
#, python-format |
|||
msgid "Click on Private mail creating button" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:22 |
|||
#, python-format |
|||
msgid "Dummy action" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#: model:ir.model,name:mail_private.model_mail_compose_message |
|||
msgid "Email composition wizard" |
|||
msgstr "Čarovnik za sestavljanje e-pošte" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:13 |
|||
#, python-format |
|||
msgid "Open Partners Form" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#: model:ir.model.fields,field_description:mail_private.field_mail_compose_message_is_private |
|||
msgid "Send Internal Message" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/xml/mail_private.xml:6 |
|||
#, python-format |
|||
msgid "Send a message to specified recipients only" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:39 |
|||
#: code:addons/mail_private/static/src/js/test_private.js:42 |
|||
#, python-format |
|||
msgid "Send email" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/xml/mail_private.xml:6 |
|||
#, python-format |
|||
msgid "Send internal message" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/xml/mail_private.xml:12 |
|||
#, python-format |
|||
msgid "To: Followers of" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/xml/mail_private.xml:23 |
|||
#, python-format |
|||
msgid "Uncheck all" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:26 |
|||
#, python-format |
|||
msgid "Uncheck all Followers" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:33 |
|||
#, python-format |
|||
msgid "Write some email" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/xml/mail_private.xml:17 |
|||
#, python-format |
|||
msgid "this document" |
|||
msgstr "" |
@ -0,0 +1,10 @@ |
|||
.o_composer_suggested_channels{ |
|||
margin-top: -5px; |
|||
} |
|||
|
|||
.oe_composer_uncheck{ |
|||
float: bottom; |
|||
margin-top:5px; |
|||
margin-left:-5px; |
|||
} |
|||
|
@ -0,0 +1,14 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# |
|||
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" |
|||
|
@ -0,0 +1,22 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * mail_reply |
|||
# |
|||
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_reply |
|||
#. openerp-web |
|||
#: code:addons/mail_reply/static/src/xml/reply_button.xml:7 |
|||
#, python-format |
|||
msgid "Reply" |
|||
msgstr "" |
|||
|
@ -0,0 +1,2 @@ |
|||
# License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html). |
|||
from . import models |
@ -0,0 +1 @@ |
|||
from . import mail_message |
@ -0,0 +1,17 @@ |
|||
# Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/> |
|||
# License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html). |
|||
from odoo import models, api |
|||
|
|||
|
|||
class MailMessage(models.Model): |
|||
_inherit = 'mail.message' |
|||
|
|||
@api.multi |
|||
def message_format(self): |
|||
messages_values = super(MailMessage, self).message_format() |
|||
for i in messages_values: |
|||
if i['channel_ids']: |
|||
i['channel_names'] = self.env['mail.channel'].browse(i['channel_ids']).mapped( |
|||
lambda r: [r.id, '#' + r.display_name]) |
|||
|
|||
return messages_values |
@ -0,0 +1,40 @@ |
|||
/* Copyright 2016 x620 <https://github.com/x620> |
|||
* Copyright 2016-2017 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
|
|||
* Copyright 2017 Artyom Losev <https://it-projects.info/>
|
|||
* Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/>
|
|||
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). */
|
|||
odoo.define('mail_to.MailTo', function (require) { |
|||
"use strict"; |
|||
|
|||
var chat_manager = require('mail_base.base').chat_manager; |
|||
|
|||
var make_message_super = chat_manager.make_message; |
|||
chat_manager.make_message = function (data) { |
|||
var msg = make_message_super.call(this, data); |
|||
msg.partner_ids = data.partner_ids; |
|||
msg.channel_names = data.channel_names; |
|||
msg.recipients = data.partner_ids.concat(data.channel_names); |
|||
if (!msg.partner_ids && !msg.channel_names) { |
|||
return msg; |
|||
} |
|||
|
|||
var more_recipients = ''; |
|||
// value which define more recipients
|
|||
msg.more_recipients_value = 4; |
|||
for (var i = 0; i < msg.recipients.length; i++){ |
|||
if (i >= msg.more_recipients_value){ |
|||
// append names
|
|||
more_recipients += msg.recipients[i][1]; |
|||
// separate them with semicolon
|
|||
if (i < msg.recipients.length - 1){ |
|||
more_recipients += '; '; |
|||
} |
|||
} |
|||
} |
|||
|
|||
msg.more_recipients = more_recipients; |
|||
return msg; |
|||
}; |
|||
|
|||
return chat_manager; |
|||
}); |
@ -0,0 +1,20 @@ |
|||
/* Copyright 2018 Artem Rafailov <https://it-projects.info/team/KolushovAlexandr> |
|||
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).*/
|
|||
odoo.define('mail_to.tour', function (require) { |
|||
"use strict"; |
|||
|
|||
var tour = require("web_tour.tour"); |
|||
var core = require('web.core'); |
|||
var _t = core._t; |
|||
|
|||
var email = 'mail_private test email'; |
|||
var steps = [{ |
|||
trigger: 'a.recipient_link:first', |
|||
content: _t("Open Partners Form From Recipient Link"), |
|||
position: 'bottom', |
|||
timeout: 70000, |
|||
}]; |
|||
|
|||
tour.register('mail_to_tour', { test: true, url: '/web' }, steps); |
|||
|
|||
}); |
@ -1 +1,2 @@ |
|||
# License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html). |
|||
from . import test_default |
@ -0,0 +1,32 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * mailgun |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.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: mailgun |
|||
#: model:ir.model,name:mailgun.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: mailgun |
|||
#: model:ir.actions.server,name:mailgun.mailgun_domain_verification_ir_actions_server |
|||
#: model:ir.cron,cron_name:mailgun.mailgun_domain_verification |
|||
#: model:ir.cron,name:mailgun.mailgun_domain_verification |
|||
msgid "Mailgun - domain verification request" |
|||
msgstr "" |
|||
|
|||
#. module: mailgun |
|||
#: model:ir.model,name:mailgun.model_ir_config_parameter |
|||
msgid "ir.config_parameter" |
|||
msgstr "" |
|||
|
@ -0,0 +1,26 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * res_partner_company_messages |
|||
# |
|||
# Translators: |
|||
# Dawid Runowski <dawrun@outlook.com>, 2019 |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-05-05 23:11+0000\n" |
|||
"PO-Revision-Date: 2017-06-23 14:32+0000\n" |
|||
"Last-Translator: Dawid Runowski <dawrun@outlook.com>, 2019\n" |
|||
"Language-Team: German (https://www.transifex.com/it-projects-llc/teams/76080/" |
|||
"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" |
|||
|
|||
#. module: res_partner_company_messages |
|||
#: model:ir.model,name:res_partner_company_messages.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
@ -0,0 +1,20 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * res_partner_company_messages |
|||
# |
|||
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: res_partner_company_messages |
|||
#: model:ir.model,name:res_partner_company_messages.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "" |
|||
|
@ -0,0 +1,127 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * res_partner_mails_count |
|||
# |
|||
# Translators: |
|||
# Dawid Runowski <dawrun@outlook.com>, 2019 |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-05-05 23:11+0000\n" |
|||
"PO-Revision-Date: 2017-06-23 14:32+0000\n" |
|||
"Last-Translator: Dawid Runowski <dawrun@outlook.com>, 2019\n" |
|||
"Language-Team: German (https://www.transifex.com/it-projects-llc/teams/76080/" |
|||
"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" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:31 |
|||
#, python-format |
|||
msgid "Close Tutorial" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:25 |
|||
#, python-format |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:20 |
|||
#, python-format |
|||
msgid "Here is new fields with mails counters. Press one of it." |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:15 |
|||
#, python-format |
|||
msgid "Let's see how mails count work." |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#: model:ir.actions.client,name:res_partner_mails_count.action_mails |
|||
msgid "Mails" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:9 |
|||
#, python-format |
|||
msgid "Mails count Tour" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:14 |
|||
#, python-format |
|||
msgid "Mails count tutorial" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#: model:ir.model.fields,field_description:res_partner_mails_count.field_res_partner_mails_from |
|||
#: model:ir.model.fields,field_description:res_partner_mails_count.field_res_users_mails_from |
|||
#: model:ir.ui.view,arch_db:res_partner_mails_count.view_res_partner_mails_count_info_form |
|||
msgid "Mails from" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#: model:ir.actions.client,help:res_partner_mails_count.action_mails |
|||
msgid "Mails not found. Probably, they exist, but you don't have access." |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#: model:ir.model.fields,field_description:res_partner_mails_count.field_res_partner_mails_to |
|||
#: model:ir.model.fields,field_description:res_partner_mails_count.field_res_users_mails_to |
|||
#: model:ir.ui.view,arch_db:res_partner_mails_count.view_res_partner_mails_count_info_form |
|||
msgid "Mails to" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:30 |
|||
#, python-format |
|||
msgid "" |
|||
"Message are found. <br/>Enjoy your day! <br/> <br/><a href='https://www.it-" |
|||
"projects.info/apps' target='_blank'>IT-Projects LLC</a> team " |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:19 |
|||
#, python-format |
|||
msgid "New fields" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#: model:ir.model,name:res_partner_mails_count.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "Partner" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:16 |
|||
#, python-format |
|||
msgid "Skip" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:16 |
|||
#, python-format |
|||
msgid "Start Tutorial" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#: model:ir.actions.act_url,name:res_partner_mails_count.res_partner_mails_count_tutorial |
|||
msgid "res_partner_mails_count Tutorial" |
|||
msgstr "" |
@ -0,0 +1,119 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * res_partner_mails_count |
|||
# |
|||
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: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:31 |
|||
#, python-format |
|||
msgid "Close Tutorial" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:25 |
|||
#, python-format |
|||
msgid "Done" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:20 |
|||
#, python-format |
|||
msgid "Here is new fields with mails counters. Press one of it." |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:15 |
|||
#, python-format |
|||
msgid "Let's see how mails count work." |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#: model:ir.actions.client,name:res_partner_mails_count.action_mails |
|||
msgid "Mails" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:9 |
|||
#, python-format |
|||
msgid "Mails count Tour" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:14 |
|||
#, python-format |
|||
msgid "Mails count tutorial" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#: model:ir.model.fields,field_description:res_partner_mails_count.field_res_partner_mails_from |
|||
#: model:ir.model.fields,field_description:res_partner_mails_count.field_res_users_mails_from |
|||
#: model:ir.ui.view,arch_db:res_partner_mails_count.view_res_partner_mails_count_info_form |
|||
msgid "Mails from" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#: model:ir.actions.client,help:res_partner_mails_count.action_mails |
|||
msgid "Mails not found. Probably, they exist, but you don't have access." |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#: model:ir.model.fields,field_description:res_partner_mails_count.field_res_partner_mails_to |
|||
#: model:ir.model.fields,field_description:res_partner_mails_count.field_res_users_mails_to |
|||
#: model:ir.ui.view,arch_db:res_partner_mails_count.view_res_partner_mails_count_info_form |
|||
msgid "Mails to" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:30 |
|||
#, python-format |
|||
msgid "Message are found. <br/>Enjoy your day! <br/> <br/><a href='https://www.it-projects.info/apps' target='_blank'>IT-Projects LLC</a> team " |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:19 |
|||
#, python-format |
|||
msgid "New fields" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#: model:ir.model,name:res_partner_mails_count.model_res_partner |
|||
msgid "Partner" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:16 |
|||
#, python-format |
|||
msgid "Skip" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#. openerp-web |
|||
#: code:addons/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js:16 |
|||
#, python-format |
|||
msgid "Start Tutorial" |
|||
msgstr "" |
|||
|
|||
#. module: res_partner_mails_count |
|||
#: model:ir.actions.act_url,name:res_partner_mails_count.res_partner_mails_count_tutorial |
|||
msgid "res_partner_mails_count Tutorial" |
|||
msgstr "" |
|||
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue