Artem Rafailov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
38 changed files with 1183 additions and 159 deletions
-
13.travis.yml
-
8mail_all/README.rst
-
2mail_all/__manifest__.py
-
5mail_all/doc/changelog.rst
-
49mail_all/i18n/de.po
-
47mail_all/i18n/es.po
-
64mail_all/i18n/mail_all.pot
-
35mail_all/i18n/sl.po
-
2mail_all/static/src/js/mail_all.js
-
2mail_all/static/src/xml/menu.xml
-
2mail_archives/__manifest__.py
-
7mail_archives/doc/changelog.rst
-
15mail_archives/i18n/de.po
-
13mail_archives/i18n/es.po
-
30mail_archives/i18n/mail_archives.pot
-
35mail_archives/i18n/sl.po
-
53mail_archives/static/src/js/archives.js
-
2mail_archives/static/src/xml/menu.xml
-
5mail_base/i18n/de.po
-
12mail_base/i18n/sl.po
-
123mail_multi_website/i18n/mail_multi_website.pot
-
97mail_private/i18n/es.po
-
103mail_private/i18n/it.po
-
138mail_private/i18n/mail_private.pot
-
97mail_private/i18n/pt.po
-
97mail_private/i18n/pt_BR.po
-
2mail_sent/__manifest__.py
-
6mail_sent/doc/changelog.rst
-
10mail_sent/i18n/de.po
-
51mail_sent/i18n/mail_sent.pot
-
22mail_sent/i18n/sl.po
-
23mail_sent/models.py
-
48mail_sent/static/src/js/sent.js
-
17mail_to/i18n/de.po
-
13mail_to/i18n/es.po
-
36mail_to/i18n/mail_to.pot
-
17mail_to/i18n/ru.po
-
41mail_to/i18n/sl.po
@ -1,3 +1,8 @@ |
|||
`1.0.1` |
|||
------- |
|||
|
|||
- **Fix:** Incorrect counter |
|||
|
|||
`1.0.0` |
|||
------- |
|||
|
|||
|
@ -0,0 +1,64 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * mail_all |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 12.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_all |
|||
#. openerp-web |
|||
#: code:addons/mail_all/static/src/js/mail_all.js:23 |
|||
#, python-format |
|||
msgid "All Messages" |
|||
msgstr "" |
|||
|
|||
#. module: mail_all |
|||
#. openerp-web |
|||
#: code:addons/mail_all/static/src/xml/menu.xml:10 |
|||
#, python-format |
|||
msgid "All messages" |
|||
msgstr "" |
|||
|
|||
#. module: mail_all |
|||
#. openerp-web |
|||
#: code:addons/mail_all/static/src/js/test_mail_all.js:23 |
|||
#, python-format |
|||
msgid "Check that All Messages are opened" |
|||
msgstr "" |
|||
|
|||
#. module: mail_all |
|||
#. openerp-web |
|||
#: code:addons/mail_all/static/src/js/test_mail_all.js:17 |
|||
#, python-format |
|||
msgid "Click to enter menu discuss" |
|||
msgstr "" |
|||
|
|||
#. module: mail_all |
|||
#. openerp-web |
|||
#: code:addons/mail_all/static/src/js/test_mail_all.js:13 |
|||
#, python-format |
|||
msgid "Click to open app list" |
|||
msgstr "" |
|||
|
|||
#. module: mail_all |
|||
#. openerp-web |
|||
#: code:addons/mail_all/static/src/xml/menu.xml:20 |
|||
#, python-format |
|||
msgid "No messages" |
|||
msgstr "" |
|||
|
|||
#. module: mail_all |
|||
#. openerp-web |
|||
#: code:addons/mail_all/static/src/js/test_mail_all.js:20 |
|||
#, python-format |
|||
msgid "Open All Messages" |
|||
msgstr "" |
|||
|
@ -0,0 +1,35 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * mail_all |
|||
# |
|||
# Translators: |
|||
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2019 |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-05-05 23:09+0000\n" |
|||
"PO-Revision-Date: 2018-04-21 00:05+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" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: sl\n" |
|||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" |
|||
|
|||
#. module: mail_all |
|||
#. openerp-web |
|||
#: code:addons/mail_all/static/src/js/mail_all.js:49 |
|||
#: code:addons/mail_all/static/src/xml/menu.xml:7 |
|||
#, python-format |
|||
msgid "All messages" |
|||
msgstr "Vsa sporočila" |
|||
|
|||
#. module: mail_all |
|||
#. openerp-web |
|||
#: code:addons/mail_all/static/src/xml/menu.xml:15 |
|||
#, python-format |
|||
msgid "No messages" |
|||
msgstr "Ni sporočil" |
@ -1,3 +1,10 @@ |
|||
`1.0.1` |
|||
------- |
|||
|
|||
- **Fix:** Mails from channels were not downloaded automatically |
|||
- **Fix:** Fetching mails from another threads |
|||
- **Fix:** Incorrect counter |
|||
|
|||
`1.0.0` |
|||
------- |
|||
|
|||
|
@ -0,0 +1,30 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * mail_archives |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 12.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_archives |
|||
#. openerp-web |
|||
#: code:addons/mail_archives/static/src/js/archives.js:20 |
|||
#: code:addons/mail_archives/static/src/xml/menu.xml:8 |
|||
#, python-format |
|||
msgid "Archive" |
|||
msgstr "" |
|||
|
|||
#. module: mail_archives |
|||
#. openerp-web |
|||
#: code:addons/mail_archives/static/src/xml/menu.xml:18 |
|||
#, python-format |
|||
msgid "Archive is empty" |
|||
msgstr "" |
|||
|
@ -0,0 +1,35 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * mail_archives |
|||
# |
|||
# Translators: |
|||
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2019 |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-05-05 23:09+0000\n" |
|||
"PO-Revision-Date: 2018-04-21 00:05+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" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: sl\n" |
|||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" |
|||
|
|||
#. module: mail_archives |
|||
#. openerp-web |
|||
#: code:addons/mail_archives/static/src/js/archives.js:68 |
|||
#: code:addons/mail_archives/static/src/xml/menu.xml:7 |
|||
#, python-format |
|||
msgid "Archive" |
|||
msgstr "Arhiv" |
|||
|
|||
#. module: mail_archives |
|||
#. openerp-web |
|||
#: code:addons/mail_archives/static/src/xml/menu.xml:15 |
|||
#, python-format |
|||
msgid "Archive is empty" |
|||
msgstr "Arhiv je prazen" |
@ -0,0 +1,123 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * mail_multi_website |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 12.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_multi_website |
|||
#: model:ir.model.fields,field_description:mail_multi_website.field_email_template_preview__body_html |
|||
#: model:ir.model.fields,field_description:mail_multi_website.field_mail_template__body_html |
|||
msgid "Body" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model.fields,field_description:mail_multi_website.field_mail_test_simple__company_id |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model,name:mail_multi_website.model_ir_property |
|||
msgid "Company Property" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model.fields,help:mail_multi_website.field_website__mail_server_id |
|||
msgid "Default outgoing mail server" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model.fields,field_description:mail_multi_website.field_res_users__email_multi_website |
|||
msgid "Email Multi Website" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model,name:mail_multi_website.model_mail_template |
|||
msgid "Email Templates" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model,name:mail_multi_website.model_mail_thread |
|||
msgid "Email Thread" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model,name:mail_multi_website.model_mail_compose_message |
|||
msgid "Email composition wizard" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: code:addons/mail_multi_website/models/mail_template.py:112 |
|||
#, python-format |
|||
msgid "Failed to render template %r using values %r" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model,name:mail_multi_website.model_mail_message |
|||
msgid "Message" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model.fields,field_description:mail_multi_website.field_res_users__email |
|||
msgid "Multi Website Email" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model.fields,help:mail_multi_website.field_email_template_preview__mail_server_id |
|||
#: model:ir.model.fields,help:mail_multi_website.field_mail_template__mail_server_id |
|||
msgid "Optional preferred server for outgoing mails. If not set, the highest priority one will be used." |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model.fields,field_description:mail_multi_website.field_email_template_preview__report_template |
|||
#: model:ir.model.fields,field_description:mail_multi_website.field_mail_template__report_template |
|||
msgid "Optional report to print and attach (Multi-Website)" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model.fields,field_description:mail_multi_website.field_email_template_preview__mail_server_id |
|||
#: model:ir.model.fields,field_description:mail_multi_website.field_mail_template__mail_server_id |
|||
msgid "Outgoing Mail Server (Multi-Website)" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model.fields,field_description:mail_multi_website.field_website__mail_server_id |
|||
msgid "Outgoing Mails" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model.fields,field_description:mail_multi_website.field_mail_compose_message__mail_server_id |
|||
#: model:ir.model.fields,field_description:mail_multi_website.field_mail_mail__mail_server_id |
|||
#: model:ir.model.fields,field_description:mail_multi_website.field_mail_message__mail_server_id |
|||
msgid "Outgoing mail server" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model.fields,field_description:mail_multi_website.field_res_users__signature |
|||
msgid "Signature" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model,name:mail_multi_website.model_mail_test_simple |
|||
msgid "Simple Chatter Model" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model,name:mail_multi_website.model_res_users |
|||
msgid "Users" |
|||
msgstr "" |
|||
|
|||
#. module: mail_multi_website |
|||
#: model:ir.model,name:mail_multi_website.model_website |
|||
#: model:ir.model.fields,field_description:mail_multi_website.field_mail_test_simple__website_id |
|||
msgid "Website" |
|||
msgstr "" |
|||
|
@ -0,0 +1,138 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * mail_private |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 12.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_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:43 |
|||
#, python-format |
|||
msgid "Check the first one" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:30 |
|||
#, 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:35 |
|||
#, 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:18 |
|||
#, python-format |
|||
msgid "Go to the list of subscribers" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:26 |
|||
#, python-format |
|||
msgid "Go to user page" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#: model:ir.model,name:mail_private.model_mail_message |
|||
msgid "Message" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:22 |
|||
#, python-format |
|||
msgid "Select a user" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:14 |
|||
#, python-format |
|||
msgid "Select channel settings" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#: model:ir.model.fields,field_description:mail_private.field_mail_compose_message__is_private |
|||
#: model:ir.model.fields,field_description:mail_private.field_mail_mail__is_private |
|||
#: model:ir.model.fields,field_description:mail_private.field_mail_message__is_private |
|||
msgid "Send Internal Message" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/xml/mail_private.xml:9 |
|||
#, 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:52 |
|||
#: code:addons/mail_private/static/src/js/test_private.js:55 |
|||
#, python-format |
|||
msgid "Send email" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/xml/mail_private.xml:9 |
|||
#, python-format |
|||
msgid "Send internal message" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/xml/mail_private.xml:15 |
|||
#, python-format |
|||
msgid "To: Followers of" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/xml/mail_private.xml:26 |
|||
#, python-format |
|||
msgid "Uncheck all" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:39 |
|||
#, python-format |
|||
msgid "Uncheck all Followers" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/js/test_private.js:46 |
|||
#, python-format |
|||
msgid "Write some email" |
|||
msgstr "" |
|||
|
|||
#. module: mail_private |
|||
#. openerp-web |
|||
#: code:addons/mail_private/static/src/xml/mail_private.xml:20 |
|||
#, python-format |
|||
msgid "this document" |
|||
msgstr "" |
|||
|
@ -0,0 +1,36 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * mail_to |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 12.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_to |
|||
#. openerp-web |
|||
#: code:addons/mail_to/static/src/xml/recipient.xml:10 |
|||
#, python-format |
|||
msgid "To:" |
|||
msgstr "" |
|||
|
|||
#. module: mail_to |
|||
#. openerp-web |
|||
#: code:addons/mail_to/static/src/xml/recipient.xml:19 |
|||
#, python-format |
|||
msgid "and" |
|||
msgstr "" |
|||
|
|||
#. module: mail_to |
|||
#. openerp-web |
|||
#: code:addons/mail_to/static/src/xml/recipient.xml:20 |
|||
#, python-format |
|||
msgid "more" |
|||
msgstr "" |
|||
|
@ -0,0 +1,41 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * mail_to |
|||
# |
|||
# Translators: |
|||
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2019 |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-05-05 23:09+0000\n" |
|||
"PO-Revision-Date: 2018-04-21 00:05+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" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: sl\n" |
|||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" |
|||
|
|||
#. module: mail_to |
|||
#. openerp-web |
|||
#: code:addons/mail_to/static/src/xml/recipient.xml:6 |
|||
#, python-format |
|||
msgid "To:" |
|||
msgstr "Za:" |
|||
|
|||
#. module: mail_to |
|||
#. openerp-web |
|||
#: code:addons/mail_to/static/src/xml/recipient.xml:15 |
|||
#, python-format |
|||
msgid "and" |
|||
msgstr "in" |
|||
|
|||
#. module: mail_to |
|||
#. openerp-web |
|||
#: code:addons/mail_to/static/src/xml/recipient.xml:16 |
|||
#, python-format |
|||
msgid "more" |
|||
msgstr "več" |
Write
Preview
Loading…
Cancel
Save
Reference in new issue