From 3fd53ad297ae84cddaafc6214f6de7060ebd48e9 Mon Sep 17 00:00:00 2001 From: Martin Trigaux <mat@odoo.com> Date: Tue, 17 Nov 2020 05:59:17 +0000 Subject: [PATCH] [I18N] *: extract owl and snippet translations Were missing the translations of the javascript code that was outside of the static/src/js folders closes odoo/odoo#61809 Signed-off-by: Martin Trigaux (mat) <mat@odoo.com> --- addons/hr/i18n/hr.pot | 11 +- addons/hr_holidays/i18n/hr_holidays.pot | 53 +- addons/im_livechat/i18n/im_livechat.pot | 578 ++++++- addons/mail/i18n/mail.pot | 1481 ++++++++++++++++- addons/snailmail/i18n/snailmail.pot | 106 +- addons/website/i18n/website.pot | 195 ++- addons/website_blog/i18n/website_blog.pot | 27 +- addons/website_event/i18n/website_event.pot | 11 +- addons/website_form/i18n/website_form.pot | 86 +- .../i18n/website_mail_channel.pot | 20 +- .../i18n/website_mass_mailing.pot | 21 +- 11 files changed, 2541 insertions(+), 48 deletions(-) diff --git a/addons/hr/i18n/hr.pot b/addons/hr/i18n/hr.pot index 1833eb0c86e2..04e7b7cc8a94 100644 --- a/addons/hr/i18n/hr.pot +++ b/addons/hr/i18n/hr.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-16 13:39+0000\n" -"PO-Revision-Date: 2020-11-16 13:39+0000\n" +"POT-Creation-Date: 2020-11-17 10:35+0000\n" +"PO-Revision-Date: 2020-11-17 10:35+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -2623,6 +2623,13 @@ msgid "" " to update other information." msgstr "" +#. module: hr +#. openerp-web +#: code:addons/hr/static/src/models/employee/employee.js:0 +#, python-format +msgid "You can only chat with employees that have a dedicated user." +msgstr "" + #. module: hr #: code:addons/hr/models/hr_department.py:0 #, python-format diff --git a/addons/hr_holidays/i18n/hr_holidays.pot b/addons/hr_holidays/i18n/hr_holidays.pot index 90f279554275..d2a805c8f516 100644 --- a/addons/hr_holidays/i18n/hr_holidays.pot +++ b/addons/hr_holidays/i18n/hr_holidays.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-09-29 13:45+0000\n" -"PO-Revision-Date: 2020-09-29 13:45+0000\n" +"POT-Creation-Date: 2020-11-17 10:35+0000\n" +"PO-Revision-Date: 2020-11-17 10:35+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -162,18 +162,6 @@ msgstr "" msgid "(Expire on" msgstr "" -#. module: hr_holidays -#: model:ir.model.fields.selection,name:hr_holidays.selection__hr_leave__request_hour_from__0_5 -#: model:ir.model.fields.selection,name:hr_holidays.selection__hr_leave__request_hour_to__0_5 -msgid "0:30 AM" -msgstr "" - -#. module: hr_holidays -#: model:ir.model.fields.selection,name:hr_holidays.selection__hr_leave__request_hour_from__12_5 -#: model:ir.model.fields.selection,name:hr_holidays.selection__hr_leave__request_hour_to__12_5 -msgid "0:30 PM" -msgstr "" - #. module: hr_holidays #: model:ir.model.fields.selection,name:hr_holidays.selection__hr_leave__request_hour_from__10 #: model:ir.model.fields.selection,name:hr_holidays.selection__hr_leave__request_hour_to__10 @@ -2175,6 +2163,14 @@ msgstr "" msgid "On leave" msgstr "" +#. module: hr_holidays +#. openerp-web +#: code:addons/hr_holidays/static/src/components/partner_im_status_icon/partner_im_status_icon.xml:0 +#: code:addons/hr_holidays/static/src/components/thread_icon/thread_icon.xml:0 +#, python-format +msgid "Online" +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/models/hr_leave.py:0 #, python-format @@ -2237,6 +2233,21 @@ msgstr "" msgid "Other" msgstr "" +#. module: hr_holidays +#. openerp-web +#: code:addons/hr_holidays/static/src/components/partner_im_status_icon/partner_im_status_icon.xml:0 +#: code:addons/hr_holidays/static/src/components/thread_icon/thread_icon.xml:0 +#, python-format +msgid "Out of office" +msgstr "" + +#. module: hr_holidays +#. openerp-web +#: code:addons/hr_holidays/static/src/components/thread_view/thread_view.js:0 +#, python-format +msgid "Out of office until %s." +msgstr "" + #. module: hr_holidays #: model:hr.leave.type,name:hr_holidays.holiday_status_cl msgid "Paid Time Off" @@ -3029,6 +3040,20 @@ msgstr "" msgid "User" msgstr "" +#. module: hr_holidays +#. openerp-web +#: code:addons/hr_holidays/static/src/components/partner_im_status_icon/partner_im_status_icon.xml:0 +#, python-format +msgid "User is online" +msgstr "" + +#. module: hr_holidays +#. openerp-web +#: code:addons/hr_holidays/static/src/components/partner_im_status_icon/partner_im_status_icon.xml:0 +#, python-format +msgid "User is out of office" +msgstr "" + #. module: hr_holidays #: model:ir.model,name:hr_holidays.model_res_users msgid "Users" diff --git a/addons/im_livechat/i18n/im_livechat.pot b/addons/im_livechat/i18n/im_livechat.pot index c7431d7c24ac..fe9310b2f3e6 100644 --- a/addons/im_livechat/i18n/im_livechat.pot +++ b/addons/im_livechat/i18n/im_livechat.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-09-29 13:45+0000\n" -"PO-Revision-Date: 2020-09-29 13:45+0000\n" +"POT-Creation-Date: 2020-11-17 10:35+0000\n" +"PO-Revision-Date: 2020-11-17 10:35+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -40,6 +40,27 @@ msgstr "" msgid "% of Happiness" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "%s and %s are typing..." +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "%s is typing..." +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "%s, %s and more are typing..." +msgstr "" + #. module: im_livechat #: model:ir.model.fields,help:im_livechat.field_im_livechat_channel_rule__action msgid "" @@ -53,6 +74,13 @@ msgstr "" msgid ", on the" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "-------- Show older messages --------" +msgstr "" + #. module: im_livechat #: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_kanban msgid "<i class=\"fa fa-user\" role=\"img\" aria-label=\"User\" title=\"User\"/>" @@ -114,6 +142,13 @@ msgstr "" msgid "Are you inside the matrix?" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "Ask something ..." +msgstr "" + #. module: im_livechat #: model_terms:ir.ui.view,arch_db:im_livechat.mail_channel_view_form #: model_terms:ir.ui.view,arch_db:im_livechat.mail_channel_view_tree @@ -156,6 +191,21 @@ msgstr "" msgid "Average time to give the first answer to the visitor" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Bad" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Bounced" +msgstr "" + #. module: im_livechat #: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__button_background_color msgid "Button Background Color" @@ -166,6 +216,14 @@ msgstr "" msgid "Button Text Color" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Canceled" +msgstr "" + #. module: im_livechat #: model:ir.actions.act_window,name:im_livechat.im_livechat_canned_response_action #: model:ir.ui.menu,name:im_livechat.canned_responses @@ -181,6 +239,14 @@ msgid "" " it before sending." msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Changed" +msgstr "" + #. module: im_livechat #: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__channel_id #: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__livechat_channel_id @@ -229,6 +295,36 @@ msgstr "" msgid "Chat Input Placeholder" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "Chat with one of our collaborators" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Close" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Close chat window" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Close conversation" +msgstr "" + #. module: im_livechat #: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__technical_name #: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search @@ -252,6 +348,13 @@ msgstr "" msgid "Conversation" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "Conversation Sent" +msgstr "" + #. module: im_livechat #: code:addons/im_livechat/models/mail_channel.py:0 #, python-format @@ -382,6 +485,21 @@ msgid "" "taken into account." msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Delete" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Did we correctly answer your question ?" +msgstr "" + #. module: im_livechat #: model:ir.model,name:im_livechat.model_digest_digest msgid "Digest" @@ -411,12 +529,47 @@ msgstr "" msgid "Display the button" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Document not downloadable" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Download" +msgstr "" + #. module: im_livechat #: model:ir.model.fields,help:im_livechat.field_im_livechat_report_channel__duration #: model:ir.model.fields,help:im_livechat.field_im_livechat_report_operator__duration msgid "Duration of the conversation (in seconds)" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Error" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Explain your note" +msgstr "" + #. module: im_livechat #: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form msgid "" @@ -432,6 +585,13 @@ msgid "" "given url/country, the one with the lowest sequence will be chosen." msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Good" +msgstr "" + #. module: im_livechat #: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search #: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_operator_view_search @@ -466,6 +626,13 @@ msgstr "" msgid "Hour of start Date of session" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "How may I help you?" +msgstr "" + #. module: im_livechat #: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form msgid "How to use the Website Live Chat widget?" @@ -486,10 +653,28 @@ msgid "ID" msgstr "" #. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Idle" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 #: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__image_128 +#, python-format msgid "Image" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "Invalid email address" +msgstr "" + #. module: im_livechat #: model:ir.model.fields,field_description:im_livechat.field_mail_channel__livechat_active msgid "Is livechat ongoing?" @@ -596,7 +781,12 @@ msgid "LiveChat Channel Search" msgstr "" #. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/components/discuss/discuss.js:0 +#: code:addons/im_livechat/static/src/components/discuss_sidebar/discuss_sidebar.xml:0 +#: code:addons/im_livechat/static/src/components/thread_icon/thread_icon.xml:0 #: model_terms:ir.ui.view,arch_db:im_livechat.res_users_form_view +#, python-format msgid "Livechat" msgstr "" @@ -673,6 +863,43 @@ msgstr "" msgid "Livechat session is active until visitor leave the conversation." msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Loading" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Loading older messages..." +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Mark as Read" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Mark as Todo" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Mark as todo" +msgstr "" + #. module: im_livechat #: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__sequence msgid "Matching order" @@ -693,6 +920,29 @@ msgstr "" msgid "Neutral face" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "New messages" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Next" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "No available collaborator, please try again later." +msgstr "" + #. module: im_livechat #: model_terms:ir.actions.act_window,help:im_livechat.rating_rating_action_livechat_report msgid "No customer ratings on live chat session yet" @@ -709,6 +959,13 @@ msgstr "" msgid "No history found" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Note by" +msgstr "" + #. module: im_livechat #: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__nbr_channel #: model:ir.model.fields,help:im_livechat.field_im_livechat_report_operator__nbr_channel @@ -730,16 +987,44 @@ msgstr "" msgid "Number of message in the conversation" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "OK" +msgstr "" + #. module: im_livechat #: model_terms:ir.ui.view,arch_db:im_livechat.livechat_email_template msgid "Odoo" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Offline" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Online" +msgstr "" + #. module: im_livechat #: model_terms:ir.ui.view,arch_db:im_livechat.res_users_form_view_simple_modif msgid "Online Chat Name" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Oops! Something went wrong." +msgstr "" + #. module: im_livechat #: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__partner_id #: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_operator__partner_id @@ -786,16 +1071,62 @@ msgstr "" msgid "Options" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "PDF file" +msgstr "" + #. module: im_livechat #: model:ir.model.fields,help:im_livechat.field_im_livechat_channel__rating_percentage_satisfaction msgid "Percentage of happy ratings" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Please check your internet connection." +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Please wait" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Please wait..." +msgstr "" + #. module: im_livechat #: model_terms:ir.ui.view,arch_db:im_livechat.livechat_email_template msgid "Powered by" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Previous" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Print" +msgstr "" + #. module: im_livechat #: model:ir.model,name:im_livechat.model_rating_rating #: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__rating @@ -834,6 +1165,13 @@ msgstr "" msgid "Rating count" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "Rating: %s" +msgstr "" + #. module: im_livechat #: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_kanban msgid "Rating: Bad" @@ -859,27 +1197,80 @@ msgstr "" msgid "Ratings for livechat channel" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Ready" +msgstr "" + #. module: im_livechat #: model:ir.model.fields,help:im_livechat.field_mail_channel__rating_last_feedback msgid "Reason of the rating" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Receive a copy of this conversation" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Received by Everyone" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Received by:" +msgstr "" + #. module: im_livechat #: model:ir.model.fields,help:im_livechat.field_im_livechat_channel_rule__regex_url msgid "" "Regular expression specifying the web pages this rule will be applied on." msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Reply" +msgstr "" + #. module: im_livechat #: model:ir.ui.menu,name:im_livechat.menu_reporting_livechat msgid "Report" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Reset Zoom" +msgstr "" + #. module: im_livechat #: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form msgid "Reset to default colors" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Rotate" +msgstr "" + #. module: im_livechat #: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__rule_ids #: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_rule_view_tree @@ -901,6 +1292,13 @@ msgstr "" msgid "Save your Channel to get your configuration widget." msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "Say something" +msgstr "" + #. module: im_livechat #: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__script_external msgid "Script (external)" @@ -923,6 +1321,28 @@ msgstr "" msgid "See 15 last visited pages" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Seen by Everyone" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Seen by:" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Sent" +msgstr "" + #. module: im_livechat #: model_terms:ir.ui.view,arch_db:im_livechat.mail_channel_view_form #: model_terms:ir.ui.view,arch_db:im_livechat.mail_channel_view_tree @@ -941,6 +1361,14 @@ msgstr "" msgid "Session Statistics" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "Session expired... Please refresh and try again." +msgstr "" + #. module: im_livechat #: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__is_unrated msgid "Session not rated" @@ -996,6 +1424,13 @@ msgstr "" msgid "Text that prompts the user to initiate the chat." msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "Thank you for your feedback" +msgstr "" + #. module: im_livechat #: model:ir.model.fields,help:im_livechat.field_im_livechat_channel_rule__channel_id msgid "The channel of the rule" @@ -1081,11 +1516,25 @@ msgstr "" msgid "Title Color" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "Today" +msgstr "" + #. module: im_livechat #: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search msgid "Treated sessions" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Try again" +msgstr "" + #. module: im_livechat #: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__regex_url msgid "URL Regex" @@ -1103,6 +1552,28 @@ msgstr "" msgid "UUID" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "Undefined" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Uploaded" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Uploading" +msgstr "" + #. module: im_livechat #: model_terms:digest.tip,tip_description:im_livechat.digest_tip_im_livechat_0 msgid "" @@ -1117,15 +1588,53 @@ msgstr "" msgid "User" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "User is idle" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "User is offline" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "User is online" +msgstr "" + #. module: im_livechat #: model:ir.model,name:im_livechat.model_res_users msgid "Users" msgstr "" #. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Video" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Viewer" +msgstr "" + +#. module: im_livechat +#. openerp-web #: code:addons/im_livechat/controllers/main.py:0 #: code:addons/im_livechat/models/mail_channel.py:0 #: code:addons/im_livechat/models/mail_channel.py:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 #, python-format msgid "Visitor" msgstr "" @@ -1191,6 +1700,13 @@ msgstr "" msgid "Widget" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "Yesterday" +msgstr "" + #. module: im_livechat #: model_terms:ir.actions.act_window,help:im_livechat.im_livechat_channel_action msgid "" @@ -1204,6 +1720,22 @@ msgstr "" msgid "Your chatter history is empty" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Zoom In" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "Zoom Out" +msgstr "" + #. module: im_livechat #: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_rule_view_form msgid "e.g. /page/contactus" @@ -1219,16 +1751,58 @@ msgstr "" msgid "e.g. YourWebsite.com" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "from" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "mail@example.com" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.xml:0 +#, python-format +msgid "on" +msgstr "" + #. module: im_livechat #: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form msgid "or copy this url and send it by email to your customers or suppliers:" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "read less" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "read more" +msgstr "" + #. module: im_livechat #: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_rule_view_form msgid "seconds" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/legacy/public_livechat.js:0 +#, python-format +msgid "unnamed" +msgstr "" + #. module: im_livechat #: model_terms:ir.ui.view,arch_db:im_livechat.livechat_email_template msgid "{{author_name}}" diff --git a/addons/mail/i18n/mail.pot b/addons/mail/i18n/mail.pot index 6a5d4b2c38a7..cbf4b7a7b353 100644 --- a/addons/mail/i18n/mail.pot +++ b/addons/mail/i18n/mail.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-29 15:48+0000\n" -"PO-Revision-Date: 2020-10-29 15:48+0000\n" +"POT-Creation-Date: 2020-11-17 10:35+0000\n" +"PO-Revision-Date: 2020-11-17 10:35+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -44,6 +44,20 @@ msgstr "" msgid "%(user_name)s invited you to follow a new document." msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/messaging_notification_handler/messaging_notification_handler.js:0 +#, python-format +msgid "%d Message" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/messaging_notification_handler/messaging_notification_handler.js:0 +#, python-format +msgid "%d Messages" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/js/activity.js:0 @@ -51,23 +65,72 @@ msgstr "" msgid "%d days overdue" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/activity/activity.js:0 +#, python-format +msgid "%d days overdue:" +msgstr "" + #. module: mail #: code:addons/mail/models/mail_template.py:0 #, python-format msgid "%s (copy)" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/thread/thread.js:0 +#, python-format +msgid "%s and %s are typing..." +msgstr "" + #. module: mail #: code:addons/mail/models/mail_thread.py:0 #, python-format msgid "%s created" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/messaging_notification_handler/messaging_notification_handler.js:0 +#, python-format +msgid "%s from %s" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/notification_request/notification_request.js:0 +#, python-format +msgid "%s has a request" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/thread/thread.js:0 +#, python-format +msgid "%s is typing..." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/thread/thread.js:0 +#, python-format +msgid "%s, %s and more are typing..." +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_notification_paynow msgid "&nbsp;" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 +#, python-format +msgid "(from" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.message_activity_done msgid "(originally assigned to" @@ -312,6 +375,22 @@ msgid "" "be transformed into \"Good Morning\"." msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 +#: code:addons/mail/static/src/components/message/message.xml:0 +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#, python-format +msgid "Accept" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#, python-format +msgid "Accept selected messages" +msgstr "" + #. module: mail #: model:ir.model.fields.selection,name:mail.selection__mail_message__moderation_status__accepted msgid "Accepted" @@ -458,14 +537,18 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/activity/activity.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #, python-format msgid "Activity type" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/follower_list_menu/follower_list_menu.xml:0 #: model:ir.model.fields,field_description:mail.field_ir_actions_server__channel_ids #: model:ir.model.fields,field_description:mail.field_ir_cron__channel_ids +#, python-format msgid "Add Channels" msgstr "" @@ -475,10 +558,13 @@ msgid "Add Email Blacklist" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/follower_list_menu/follower_list_menu.xml:0 #: model:ir.model.fields,field_description:mail.field_ir_actions_server__partner_ids #: model:ir.model.fields,field_description:mail.field_ir_cron__partner_ids #: model:ir.model.fields.selection,name:mail.selection__ir_actions_server__state__followers #: model_terms:ir.ui.view,arch_db:mail.mail_wizard_invite_form +#, python-format msgid "Add Followers" msgstr "" @@ -513,6 +599,20 @@ msgstr "" msgid "Add an emoji" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/composer/composer.xml:0 +#, python-format +msgid "Add attachment" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment_box/attachment_box.xml:0 +#, python-format +msgid "Add attachments" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_wizard_invite_form msgid "Add channels to notify..." @@ -524,6 +624,20 @@ msgstr "" msgid "Add contacts to notify..." msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss_sidebar/discuss_sidebar.xml:0 +#, python-format +msgid "Add or join a channel" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 +#, python-format +msgid "Add this email address to white list of people" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_compose_message__partner_ids msgid "Additional Contacts" @@ -593,13 +707,24 @@ msgstr "" msgid "Aliases" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/messaging_menu/messaging_menu.js:0 +#: code:addons/mail/static/src/components/messaging_menu/messaging_menu.xml:0 +#, python-format +msgid "All" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_moderation_view_search msgid "Allowed Emails" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 #: model:ir.model.fields.selection,name:mail.selection__mail_moderation__status__allow +#, python-format msgid "Always Allow" msgstr "" @@ -610,7 +735,23 @@ msgid "An email is required for find_or_create to work" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/notification_group/notification_group.xml:0 +#, python-format +msgid "An error occurred when sending an email." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/user/user.js:0 +#, python-format +msgid "An unexpected error occurred during the creation of the chat." +msgstr "" + +#. module: mail +#. openerp-web #: code:addons/mail/models/mail_channel.py:0 +#: code:addons/mail/static/src/components/message/message.xml:0 #, python-format msgid "Anonymous" msgstr "" @@ -629,6 +770,13 @@ msgstr "" msgid "Applies to" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/follower_subtype_list/follower_subtype_list.xml:0 +#, python-format +msgid "Apply" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_activity_type_view_form #: model_terms:ir.ui.view,arch_db:mail.mail_activity_type_view_search @@ -648,6 +796,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/activity/activity.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #: model:ir.model.fields,field_description:mail.field_mail_activity__user_id #, python-format @@ -686,11 +835,21 @@ msgid "Attachment Count" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/chatter_topbar/chatter_topbar.xml:0 +#, python-format +msgid "Attachment counter loading..." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment_box/attachment_box.xml:0 #: model:ir.model.fields,field_description:mail.field_mail_compose_message__attachment_ids #: model:ir.model.fields,field_description:mail.field_mail_mail__attachment_ids #: model:ir.model.fields,field_description:mail.field_mail_message__attachment_ids #: model:ir.model.fields,field_description:mail.field_mail_template__attachment_ids #: model_terms:ir.ui.view,arch_db:mail.view_mail_form +#, python-format msgid "Attachments" msgstr "" @@ -766,6 +925,43 @@ msgstr "" msgid "Automatic notification" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/follower/follower.xml:0 +#: code:addons/mail/static/src/components/message/message.xml:0 +#, python-format +msgid "Avatar" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/notification_request/notification_request.xml:0 +#, python-format +msgid "Avatar of OdooBot" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/thread_icon/thread_icon.xml:0 +#, python-format +msgid "Away" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 +#: code:addons/mail/static/src/components/moderation_ban_dialog/moderation_ban_dialog.xml:0 +#, python-format +msgid "Ban" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 +#, python-format +msgid "Ban this email address" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_moderation_view_search msgid "Banned Emails" @@ -807,6 +1003,15 @@ msgstr "" msgid "Body" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/partner_im_status_icon/partner_im_status_icon.xml:0 +#: code:addons/mail/static/src/components/thread_icon/thread_icon.xml:0 +#: code:addons/mail/static/src/widgets/common.xml:0 +#, python-format +msgid "Bot" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_thread_blacklist__message_bounce #: model:ir.model.fields,field_description:mail.field_res_partner__message_bounce @@ -815,7 +1020,10 @@ msgid "Bounce" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/notification_popover/notification_popover.js:0 #: model:ir.model.fields.selection,name:mail.selection__mail_notification__notification_status__bounce +#, python-format msgid "Bounced" msgstr "" @@ -837,6 +1045,12 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/activity/activity.xml:0 +#: code:addons/mail/static/src/components/attachment_delete_confirm_dialog/attachment_delete_confirm_dialog.xml:0 +#: code:addons/mail/static/src/components/follower_subtype_list/follower_subtype_list.xml:0 +#: code:addons/mail/static/src/components/moderation_ban_dialog/moderation_ban_dialog.xml:0 +#: code:addons/mail/static/src/components/moderation_discard_dialog/moderation_discard_dialog.xml:0 +#: code:addons/mail/static/src/components/moderation_reject_dialog/moderation_reject_dialog.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #: model_terms:ir.ui.view,arch_db:mail.email_compose_message_wizard_form #: model_terms:ir.ui.view,arch_db:mail.mail_resend_cancel_view_form @@ -858,7 +1072,10 @@ msgid "Cancel notification in failure" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/notification_popover/notification_popover.js:0 #: model:ir.model.fields.selection,name:mail.selection__mail_notification__notification_status__canceled +#, python-format msgid "Canceled" msgstr "" @@ -917,11 +1134,22 @@ msgid "Change the background color of the related activities of this type." msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 +#, python-format +msgid "Changed" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss/discuss.js:0 +#: code:addons/mail/static/src/components/messaging_menu/messaging_menu.js:0 #: model:ir.model.fields,field_description:mail.field_mail_channel_partner__channel_id #: model:ir.model.fields,field_description:mail.field_mail_moderation__channel_id #: model:ir.model.fields.selection,name:mail.selection__mail_channel__channel_type__channel #: model_terms:ir.ui.view,arch_db:mail.mail_channel_partner_view_form #: model_terms:ir.ui.view,arch_db:mail.mail_channel_view_kanban +#, python-format msgid "Channel" msgstr "" @@ -946,6 +1174,16 @@ msgid "Channel black/white list" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss_sidebar_item/discuss_sidebar_item.xml:0 +#, python-format +msgid "Channel settings" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss_sidebar/discuss_sidebar.xml:0 +#: code:addons/mail/static/src/components/messaging_menu/messaging_menu.xml:0 #: model:ir.model.fields,field_description:mail.field_mail_mail__channel_ids #: model:ir.model.fields,field_description:mail.field_mail_message__channel_ids #: model:ir.model.fields,field_description:mail.field_mail_wizard_invite__channel_ids @@ -953,6 +1191,7 @@ msgstr "" #: model:ir.model.fields,field_description:mail.field_res_users__channel_ids #: model:ir.ui.menu,name:mail.mail_channel_menu_settings #: model_terms:ir.ui.view,arch_db:mail.mail_channel_partner_view_tree +#, python-format msgid "Channels" msgstr "" @@ -962,6 +1201,15 @@ msgstr "" msgid "Channels/Partner" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss/discuss.js:0 +#: code:addons/mail/static/src/components/messaging_menu/messaging_menu.js:0 +#: code:addons/mail/static/src/components/messaging_menu/messaging_menu.xml:0 +#, python-format +msgid "Chat" +msgstr "" + #. module: mail #: model:ir.model.fields.selection,name:mail.selection__mail_channel__channel_type__chat msgid "Chat Discussion" @@ -985,6 +1233,9 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 +#: code:addons/mail/static/src/components/chatter_topbar/chatter_topbar.xml:0 +#: code:addons/mail/static/src/components/follower_subtype_list/follower_subtype_list.xml:0 #: code:addons/mail/static/src/xml/thread.xml:0 #: code:addons/mail/static/src/xml/thread.xml:0 #: model_terms:ir.ui.view,arch_db:mail.mail_template_preview_view_form @@ -992,6 +1243,27 @@ msgstr "" msgid "Close" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 +#, python-format +msgid "Close (Esc)" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/chat_window_header/chat_window_header.xml:0 +#, python-format +msgid "Close chat window" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/chat_window_header/chat_window_header.xml:0 +#, python-format +msgid "Close conversation" +msgstr "" + #. module: mail #: model:ir.model.fields.selection,name:mail.selection__mail_channel_partner__fold_state__closed msgid "Closed" @@ -1039,6 +1311,7 @@ msgstr "" #. module: mail #. openerp-web #: code:addons/mail/static/src/js/activity.js:0 +#: code:addons/mail/static/src/models/mail_template/mail_template.js:0 #: model:ir.actions.act_window,name:mail.action_email_compose_message_wizard #: model_terms:ir.ui.view,arch_db:mail.email_compose_message_wizard_form #, python-format @@ -1070,6 +1343,29 @@ msgstr "" msgid "Confirm" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment_delete_confirm_dialog/attachment_delete_confirm_dialog.js:0 +#: code:addons/mail/static/src/components/moderation_ban_dialog/moderation_ban_dialog.js:0 +#: code:addons/mail/static/src/components/moderation_discard_dialog/moderation_discard_dialog.js:0 +#, python-format +msgid "Confirmation" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_list/message_list.xml:0 +#, python-format +msgid "Congratulations, your inbox is empty" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.js:0 +#, python-format +msgid "Congratulations, your inbox is empty!" +msgstr "" + #. module: mail #: model:ir.model.fields.selection,name:mail.selection__mail_notification__failure_type__smtp msgid "Connection failed (outgoing mail server problem)" @@ -1108,6 +1404,13 @@ msgstr "" msgid "Conversation is minimized" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/messaging_menu/messaging_menu.xml:0 +#, python-format +msgid "Conversations" +msgstr "" + #. module: mail #: model:ir.model.fields,help:mail.field_mail_thread_blacklist__message_bounce #: model:ir.model.fields,help:mail.field_res_partner__message_bounce @@ -1144,6 +1447,20 @@ msgstr "" msgid "Create new %(document)s by sending an email to %(email_link)s" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss/discuss.js:0 +#, python-format +msgid "Create or search channel..." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/activity/activity.xml:0 +#, python-format +msgid "Created" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_activity_view_search msgid "Created By" @@ -1201,6 +1518,13 @@ msgstr "" msgid "Created on" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/chatter/chatter.js:0 +#, python-format +msgid "Creating a new record..." +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.view_mail_search msgid "Creation Date" @@ -1378,6 +1702,19 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/discuss_sidebar/discuss_sidebar.xml:0 +#, python-format +msgid "Direct Messages" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/activity_mark_done_popover/activity_mark_done_popover.xml:0 +#: code:addons/mail/static/src/components/composer/composer.xml:0 +#: code:addons/mail/static/src/components/discuss_sidebar_item/discuss_sidebar_item.js:0 +#: code:addons/mail/static/src/components/message/message.xml:0 +#: code:addons/mail/static/src/components/moderation_discard_dialog/moderation_discard_dialog.xml:0 +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #: model_terms:ir.ui.view,arch_db:mail.mail_activity_view_form_popup #: model_terms:ir.ui.view,arch_db:mail.mail_blacklist_remove_view_form @@ -1396,10 +1733,27 @@ msgid "Discard mail delivery failures" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/notification_group/notification_group.xml:0 +#, python-format +msgid "Discard message delivery failures" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#, python-format +msgid "Discard selected messages" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.js:0 #: model:ir.actions.client,name:mail.action_discuss #: model:ir.ui.menu,name:mail.mail_menu_technical #: model:ir.ui.menu,name:mail.menu_root_discuss #: model_terms:ir.ui.view,arch_db:mail.res_config_settings_view_form +#, python-format msgid "Discuss" msgstr "" @@ -1485,6 +1839,21 @@ msgid "" "mailing only)" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/moderation_ban_dialog/moderation_ban_dialog.xml:0 +#: code:addons/mail/static/src/components/moderation_discard_dialog/moderation_discard_dialog.xml:0 +#, python-format +msgid "Do you confirm the action?" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment_delete_confirm_dialog/attachment_delete_confirm_dialog.js:0 +#, python-format +msgid "Do you really want to delete \"%s\"?" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.view_document_file_kanban msgid "Document" @@ -1512,6 +1881,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/activity_mark_done_popover/activity_mark_done_popover.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #, python-format msgid "Done" @@ -1527,6 +1897,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/activity_mark_done_popover/activity_mark_done_popover.js:0 #: code:addons/mail/static/src/xml/activity.xml:0 #: model_terms:ir.ui.view,arch_db:mail.mail_activity_view_form_popup #, python-format @@ -1535,6 +1906,10 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/attachment/attachment.xml:0 +#: code:addons/mail/static/src/components/attachment/attachment.xml:0 +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 #: code:addons/mail/static/src/xml/thread.xml:0 #: code:addons/mail/static/src/xml/thread.xml:0 #: code:addons/mail/static/src/xml/thread.xml:0 @@ -1543,6 +1918,13 @@ msgstr "" msgid "Download" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/drop_zone/drop_zone.xml:0 +#, python-format +msgid "Drag Files Here" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.view_document_file_kanban msgid "Dropdown menu" @@ -1566,6 +1948,20 @@ msgstr "" msgid "Due in %d days" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/activity/activity.js:0 +#, python-format +msgid "Due in %d days:" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/activity/activity.xml:0 +#, python-format +msgid "Due on" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_ir_actions_server__activity_date_deadline_range_type #: model:ir.model.fields,field_description:mail.field_ir_cron__activity_date_deadline_range_type @@ -1579,6 +1975,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/activity/activity.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #, python-format msgid "Edit" @@ -1590,8 +1987,22 @@ msgid "Edit Partners" msgstr "" #. module: mail -#: model:ir.model.fields,field_description:mail.field_mail_blacklist_remove__email -#: model:ir.model.fields,field_description:mail.field_mail_channel_partner__partner_email +#. openerp-web +#: code:addons/mail/static/src/components/follower_subtype_list/follower_subtype_list.xml:0 +#, python-format +msgid "Edit Subscription of" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/follower/follower.xml:0 +#, python-format +msgid "Edit subscription" +msgstr "" + +#. module: mail +#: model:ir.model.fields,field_description:mail.field_mail_blacklist_remove__email +#: model:ir.model.fields,field_description:mail.field_mail_channel_partner__partner_email #: model:ir.model.fields,field_description:mail.field_mail_followers__email #: model:ir.model.fields,field_description:mail.field_mail_moderation__email #: model:ir.model.fields,field_description:mail.field_mail_resend_partner__email @@ -1759,15 +2170,25 @@ msgstr "" msgid "Enable Ordered Tracking" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/notification_request/notification_request.xml:0 +#, python-format +msgid "Enable desktop notifications to chat." +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_resend_cancel_view_form msgid "Envelope Example" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/notification_popover/notification_popover.js:0 #: model:ir.model.fields.selection,name:mail.selection__mail_activity_mixin__activity_exception_decoration__danger #: model:ir.model.fields.selection,name:mail.selection__mail_activity_type__decoration_type__danger #: model:ir.model.fields.selection,name:mail.selection__res_partner__activity_exception_decoration__danger +#, python-format msgid "Error" msgstr "" @@ -1955,11 +2376,25 @@ msgid "" "field." msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss_sidebar/discuss_sidebar.js:0 +#, python-format +msgid "Find or create a channel..." +msgstr "" + #. module: mail #: model:ir.model.fields.selection,name:mail.selection__mail_channel_partner__fold_state__folded msgid "Folded" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/follow_button/follow_button.xml:0 +#, python-format +msgid "Follow" +msgstr "" + #. module: mail #: model:ir.actions.act_window,name:mail.action_view_followers #: model:ir.model.fields,field_description:mail.field_mail_blacklist__message_follower_ids @@ -2001,11 +2436,25 @@ msgstr "" msgid "Followers Form" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/composer/composer.xml:0 +#, python-format +msgid "Followers of" +msgstr "" + #. module: mail #: model:ir.model.fields.selection,name:mail.selection__mail_alias__alias_contact__followers msgid "Followers only" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/follow_button/follow_button.xml:0 +#, python-format +msgid "Following" +msgstr "" + #. module: mail #: model:ir.model.fields,help:mail.field_mail_activity__icon #: model:ir.model.fields,help:mail.field_mail_activity_mixin__activity_type_icon @@ -2029,6 +2478,13 @@ msgstr "" msgid "From" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/composer/composer.xml:0 +#, python-format +msgid "Full composer" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/systray.xml:0 @@ -2170,6 +2626,13 @@ msgid "" "Hide to public / portal users, independently from subtype configuration." msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/messaging_initializer/messaging_initializer.js:0 +#, python-format +msgid "History" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_base_module_uninstall__id #: model:ir.model.fields,field_description:mail.field_base_partner_merge_automatic_wizard__id @@ -2249,6 +2712,14 @@ msgstr "" msgid "Id of the followed resource" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/partner_im_status_icon/partner_im_status_icon.xml:0 +#: code:addons/mail/static/src/widgets/common.xml:0 +#, python-format +msgid "Idle" +msgstr "" + #. module: mail #: model:ir.model.fields,help:mail.field_mail_blacklist__message_needaction #: model:ir.model.fields,help:mail.field_mail_blacklist__message_unread @@ -2352,6 +2823,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 #: code:addons/mail/static/src/xml/thread.xml:0 #: code:addons/mail/static/src/xml/thread.xml:0 #: model:ir.model.fields,field_description:mail.field_mail_channel__image_128 @@ -2371,7 +2843,10 @@ msgid "Inactive Alias" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/messaging_initializer/messaging_initializer.js:0 #: model:ir.model.fields.selection,name:mail.selection__mail_notification__notification_type__inbox +#, python-format msgid "Inbox" msgstr "" @@ -2383,6 +2858,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/activity/activity.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #, python-format @@ -2438,12 +2914,49 @@ msgstr "" msgid "Invalid primary email field on model %s" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/messaging_notification_handler/messaging_notification_handler.js:0 +#, python-format +msgid "Invitation" +msgstr "" + #. module: mail #: code:addons/mail/wizard/invite.py:0 #, python-format msgid "Invitation to follow %(document_model)s: %(document_name)s" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#: code:addons/mail/static/src/widgets/discuss_invite_partner_dialog/discuss_invite_partner_dialog.js:0 +#, python-format +msgid "Invite" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/thread/thread.js:0 +#, python-format +msgid "Invite Follower" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#: code:addons/mail/static/src/widgets/discuss_invite_partner_dialog/discuss_invite_partner_dialog.js:0 +#, python-format +msgid "Invite people" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss_invite_partner_dialog/discuss_invite_partner_dialog.js:0 +#, python-format +msgid "Invite people to #%s" +msgstr "" + #. module: mail #: model:ir.model,name:mail.model_mail_wizard_invite msgid "Invite wizard" @@ -2661,12 +3174,17 @@ msgid "Layout" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss_sidebar_item/discuss_sidebar_item.js:0 #: model_terms:ir.ui.view,arch_db:mail.mail_channel_view_kanban +#, python-format msgid "Leave" msgstr "" #. module: mail +#. openerp-web #: code:addons/mail/models/mail_channel.py:0 +#: code:addons/mail/static/src/components/discuss_sidebar_item/discuss_sidebar_item.xml:0 #, python-format msgid "Leave this channel" msgstr "" @@ -2711,6 +3229,14 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/message_list/message_list.xml:0 +#, python-format +msgid "Load more" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 #: code:addons/mail/static/src/xml/thread.xml:0 #: code:addons/mail/static/src/xml/thread.xml:0 #, python-format @@ -2719,6 +3245,9 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/message_list/message_list.xml:0 +#: code:addons/mail/static/src/components/thread_view/thread_view.xml:0 +#: code:addons/mail/static/src/components/thread_view/thread_view.xml:0 #: code:addons/mail/static/src/xml/web_kanban_activity.xml:0 #: code:addons/mail/static/src/xml/web_kanban_activity.xml:0 #, python-format @@ -2727,6 +3256,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/composer/composer.xml:0 #: code:addons/mail/static/src/xml/web_kanban_activity.xml:0 #: code:addons/mail/static/src/xml/web_kanban_activity.xml:0 #: model_terms:ir.ui.view,arch_db:mail.email_compose_message_wizard_form @@ -2752,6 +3282,21 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/composer_text_input/composer_text_input.js:0 +#, python-format +msgid "Log an internal note..." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/chatter_topbar/chatter_topbar.xml:0 +#, python-format +msgid "Log note" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/mail_template/mail_template.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #: code:addons/mail/static/src/xml/web_kanban_activity.xml:0 @@ -2786,11 +3331,25 @@ msgstr "" msgid "Mail Blacklist mixin" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/moderation_reject_dialog/moderation_reject_dialog.xml:0 +#, python-format +msgid "Mail Body" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_channel_view_form msgid "Mail Channel Form" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/notification_group/notification_group.js:0 +#, python-format +msgid "Mail Failures" +msgstr "" + #. module: mail #: model:ir.model,name:mail.model_mail_render_mixin msgid "Mail Render Mixin" @@ -2832,6 +3391,13 @@ msgstr "" msgid "Mailbox unavailable - %s" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss/discuss.js:0 +#, python-format +msgid "Mailboxes" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_mail__mail_ids #: model:ir.model.fields,field_description:mail.field_mail_message__mail_ids @@ -2859,16 +3425,48 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/activity/activity.js:0 +#: code:addons/mail/static/src/components/activity/activity.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #, python-format msgid "Mark Done" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#, python-format +msgid "Mark all as read" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#, python-format +msgid "Mark all read" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_activity_view_form_popup msgid "Mark as Done" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 +#: code:addons/mail/static/src/components/thread_needaction_preview/thread_needaction_preview.xml:0 +#: code:addons/mail/static/src/components/thread_preview/thread_preview.xml:0 +#, python-format +msgid "Mark as Read" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 +#, python-format +msgid "Mark as Todo" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/web_kanban_activity.xml:0 @@ -2943,6 +3541,13 @@ msgstr "" msgid "Message Record Name" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/moderation_reject_dialog/moderation_reject_dialog.js:0 +#, python-format +msgid "Message Rejected" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_message_subtype__name msgid "Message Type" @@ -2954,12 +3559,26 @@ msgstr "" msgid "Message are pending moderation" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/notification_group/notification_group.xml:0 +#, python-format +msgid "Message delivery failure image" +msgstr "" + #. module: mail #: model:ir.model.fields,help:mail.field_mail_mail__description #: model:ir.model.fields,help:mail.field_mail_message__description msgid "Message description: either the subject, or the beginning of the body" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss/discuss.js:0 +#, python-format +msgid "Message posted on \"%s\"" +msgstr "" + #. module: mail #: model:ir.model.fields,help:mail.field_mail_mail__email_to msgid "Message recipients (emails)" @@ -3020,6 +3639,8 @@ msgid "Message-Id" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/messaging_menu/messaging_menu.xml:0 #: model:ir.actions.act_window,name:mail.action_view_mail_message #: model:ir.model.fields,field_description:mail.field_mail_blacklist__message_ids #: model:ir.model.fields,field_description:mail.field_mail_channel__message_ids @@ -3031,6 +3652,7 @@ msgstr "" #: model:ir.model.fields,field_description:mail.field_res_users__message_ids #: model:ir.ui.menu,name:mail.menu_mail_message #: model_terms:ir.ui.view,arch_db:mail.view_message_tree +#, python-format msgid "Messages" msgstr "" @@ -3039,6 +3661,14 @@ msgstr "" msgid "Messages Search" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/chat_window_header/chat_window_header.xml:0 +#: code:addons/mail/static/src/components/discuss_sidebar_item/discuss_sidebar_item.xml:0 +#, python-format +msgid "Messages are sent by email" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/js/tours/mail.js:0 @@ -3046,6 +3676,20 @@ msgstr "" msgid "Messages can be <b>starred</b> to remind you to check back later." msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_list/message_list.xml:0 +#, python-format +msgid "Messages marked as read will appear in the history." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_list/message_list.xml:0 +#, python-format +msgid "Messages pending moderation appear here." +msgstr "" + #. module: mail #: model:ir.model.fields,help:mail.field_mail_message_subtype__internal msgid "" @@ -3121,8 +3765,11 @@ msgid "Moderated emails count" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/messaging_initializer/messaging_initializer.js:0 #: model:ir.actions.act_window,name:mail.mail_moderation_action #: model_terms:ir.ui.view,arch_db:mail.mail_channel_view_form +#, python-format msgid "Moderation" msgstr "" @@ -3230,6 +3877,22 @@ msgstr "" msgid "Need moderation" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#, python-format +msgid "New Channel" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#, python-format +msgid "New Message" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_tracking_value__new_value_char msgid "New Value Char" @@ -3260,6 +3923,36 @@ msgstr "" msgid "New Value Text" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/messaging_menu/messaging_menu.xml:0 +#: code:addons/mail/static/src/models/chat_window/chat_window.js:0 +#: code:addons/mail/static/src/models/messaging_notification_handler/messaging_notification_handler.js:0 +#, python-format +msgid "New message" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_list/message_list.xml:0 +#, python-format +msgid "New messages" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_list/message_list.xml:0 +#, python-format +msgid "New messages appear here." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss_invite_partner_dialog/discuss_invite_partner_dialog.js:0 +#, python-format +msgid "New people" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.view_mail_tracking_value_form msgid "New values" @@ -3280,6 +3973,13 @@ msgstr "" msgid "Next" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 +#, python-format +msgid "Next (Right-Arrow)" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_activity_view_tree msgid "Next Activities" @@ -3324,6 +4024,13 @@ msgstr "" msgid "No Error" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/thread_icon/thread_icon.xml:0 +#, python-format +msgid "No IM status available" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_template_preview__no_record msgid "No Record" @@ -3336,6 +4043,27 @@ msgstr "" msgid "No activities planned." msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss/discuss.xml:0 +#, python-format +msgid "No conversation selected." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/notification_list/notification_list.xml:0 +#, python-format +msgid "No conversation yet..." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_list/message_list.xml:0 +#, python-format +msgid "No history messages" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/js/tools/debug_manager.js:0 @@ -3355,6 +4083,13 @@ msgstr "" msgid "No recipient found." msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_list/message_list.xml:0 +#, python-format +msgid "No starred messages" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_compose_message__no_auto_thread #: model:ir.model.fields,field_description:mail.field_mail_mail__no_auto_thread @@ -3496,6 +4231,40 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/notification_alert/notification_alert.xml:0 +#, python-format +msgid "" +"Odoo Push notifications have been blocked. Go to your browser settings to " +"allow them." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/notification_request/notification_request.js:0 +#, python-format +msgid "" +"Odoo will not have the permission to send native notifications on this " +"device." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/partner_im_status_icon/partner_im_status_icon.xml:0 +#: code:addons/mail/static/src/components/thread_icon/thread_icon.xml:0 +#: code:addons/mail/static/src/widgets/common.xml:0 +#, python-format +msgid "Offline" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment_delete_confirm_dialog/attachment_delete_confirm_dialog.xml:0 +#, python-format +msgid "Ok" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_tracking_value__old_value_char msgid "Old Value Char" @@ -3540,6 +4309,15 @@ msgid "" " here." msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/partner_im_status_icon/partner_im_status_icon.xml:0 +#: code:addons/mail/static/src/components/thread_icon/thread_icon.xml:0 +#: code:addons/mail/static/src/widgets/common.xml:0 +#, python-format +msgid "Online" +msgstr "" + #. module: mail #: code:addons/mail/models/mail_channel.py:0 #, python-format @@ -3554,7 +4332,14 @@ msgid "Only custom models can be modified." msgstr "" #. module: mail -#: code:addons/mail/models/mail_channel.py:0 +#. openerp-web +#: code:addons/mail/static/src/components/dialog/dialog.xml:0 +#, python-format +msgid "Only dialog linked to a record is currently supported!" +msgstr "" + +#. module: mail +#: code:addons/mail/models/mail_channel.py:0 #, python-format msgid "Only mailing lists can be moderated." msgstr "" @@ -3574,6 +4359,27 @@ msgstr "" msgid "Open Parent Document" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.js:0 +#, python-format +msgid "Open chat" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/chat_window_header/chat_window_header.xml:0 +#, python-format +msgid "Open in Discuss" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 +#, python-format +msgid "Open profile" +msgstr "" + #. module: mail #: model:ir.model.fields,help:mail.field_mail_alias__alias_force_thread_id #: model:ir.model.fields,help:mail.field_mail_alias_mixin__alias_force_thread_id @@ -3664,6 +4470,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 #: code:addons/mail/static/src/xml/thread.xml:0 #: code:addons/mail/static/src/xml/thread.xml:0 #, python-format @@ -3746,6 +4553,20 @@ msgstr "" msgid "Pending Moderation" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 +#, python-format +msgid "Pending moderation" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 +#, python-format +msgid "Pending moderation:" +msgstr "" + #. module: mail #: model:ir.model.fields,help:mail.field_mail_channel__moderation_notify msgid "" @@ -3758,6 +4579,13 @@ msgstr "" msgid "Permanent Ban" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/notification_request/notification_request.js:0 +#, python-format +msgid "Permission denied" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_res_partner__phone #: model:ir.model.fields,field_description:mail.field_res_users__phone @@ -3782,6 +4610,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/activity_box/activity_box.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #, python-format msgid "Planned activities" @@ -3792,6 +4621,13 @@ msgstr "" msgid "Planned in" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/composer_suggested_recipient/composer_suggested_recipient.js:0 +#, python-format +msgid "Please complete customer's information" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_bounce_catchall msgid "Please contact us instead using" @@ -3802,6 +4638,22 @@ msgstr "" msgid "Please find below the guidelines of the" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/composer/composer.js:0 +#, python-format +msgid "Please wait while the file is uploading." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/chatter_container/chatter_container.xml:0 +#: code:addons/mail/static/src/components/discuss/discuss.xml:0 +#: code:addons/mail/static/src/components/messaging_menu/messaging_menu.xml:0 +#, python-format +msgid "Please wait..." +msgstr "" + #. module: mail #: model:ir.model.fields,help:mail.field_res_users__notification_type msgid "" @@ -3867,6 +4719,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/mail_template/mail_template.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #: code:addons/mail/static/src/xml/web_kanban_activity.xml:0 #: model_terms:ir.ui.view,arch_db:mail.email_template_form @@ -3887,6 +4740,13 @@ msgstr "" msgid "Previous" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 +#, python-format +msgid "Previous (Left-Arrow)" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_activity__previous_activity_type_id msgid "Previous Activity Type" @@ -3894,6 +4754,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 #: code:addons/mail/static/src/xml/thread.xml:0 #: code:addons/mail/static/src/xml/thread.xml:0 #, python-format @@ -3906,6 +4767,27 @@ msgstr "" msgid "Privacy" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/thread_icon/thread_icon.xml:0 +#, python-format +msgid "Private channel" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss_sidebar/discuss_sidebar.js:0 +#, python-format +msgid "Public Channels" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/thread_icon/thread_icon.xml:0 +#, python-format +msgid "Public channel" +msgstr "" + #. module: mail #: model:ir.model,name:mail.model_publisher_warranty_contract msgid "Publisher Warranty Contract" @@ -3918,6 +4800,13 @@ msgstr "" msgid "Publisher: Update Notification" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss_sidebar/discuss_sidebar.xml:0 +#, python-format +msgid "Quick search..." +msgstr "" + #. module: mail #: code:addons/mail/wizard/mail_compose_message.py:0 #, python-format @@ -3929,6 +4818,13 @@ msgstr "" msgid "Read Date" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/notification_popover/notification_popover.js:0 +#, python-format +msgid "Ready" +msgstr "" + #. module: mail #: model:ir.model.fields.selection,name:mail.selection__mail_notification__notification_status__ready msgid "Ready to Send" @@ -3946,6 +4842,34 @@ msgstr "" msgid "Received" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_seen_indicator/message_seen_indicator.js:0 +#, python-format +msgid "Received by %s" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_seen_indicator/message_seen_indicator.js:0 +#, python-format +msgid "Received by %s and %s" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_seen_indicator/message_seen_indicator.js:0 +#, python-format +msgid "Received by %s, %s and more" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_seen_indicator/message_seen_indicator.js:0 +#, python-format +msgid "Received by Everyone" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_channel_partner__partner_id #: model:ir.model.fields,field_description:mail.field_mail_notification__res_partner_id @@ -4003,6 +4927,22 @@ msgstr "" msgid "Regards," msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 +#: code:addons/mail/static/src/components/moderation_reject_dialog/moderation_reject_dialog.xml:0 +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#, python-format +msgid "Reject" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#, python-format +msgid "Reject selected messages" +msgstr "" + #. module: mail #: model:ir.model.fields.selection,name:mail.selection__mail_message__moderation_status__rejected msgid "Rejected" @@ -4053,18 +4993,57 @@ msgstr "" msgid "Relation field" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment/attachment.xml:0 +#: code:addons/mail/static/src/components/attachment/attachment.xml:0 +#, python-format +msgid "Remove" +msgstr "" + #. module: mail #: model:ir.model,name:mail.model_mail_blacklist_remove msgid "Remove email from blacklist wizard" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 +#, python-format +msgid "Remove message with explanation" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 +#, python-format +msgid "Remove message without explanation" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.email_template_form msgid "Remove the contextual action to use this template on related documents" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/follower/follower.xml:0 +#, python-format +msgid "Remove this follower" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss_sidebar_item/discuss_sidebar_item.xml:0 +#, python-format +msgid "Rename conversation" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 #: model_terms:ir.ui.view,arch_db:mail.view_mail_form +#, python-format msgid "Reply" msgstr "" @@ -4119,6 +5098,13 @@ msgstr "" msgid "Reset Zoom" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 +#, python-format +msgid "Reset Zoom (0)" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_ir_actions_server__activity_user_id #: model:ir.model.fields,field_description:mail.field_ir_cron__activity_user_id @@ -4156,6 +5142,13 @@ msgstr "" msgid "Rotate" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 +#, python-format +msgid "Rotate (r)" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.view_email_template_search msgid "SMTP Server" @@ -4189,7 +5182,9 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/chatter_topbar/chatter_topbar.js:0 #: code:addons/mail/static/src/js/activity.js:0 +#: code:addons/mail/static/src/models/activity/activity.js:0 #, python-format msgid "Schedule Activity" msgstr "" @@ -4203,6 +5198,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/chatter_topbar/chatter_topbar.xml:0 #: code:addons/mail/static/src/xml/activity_view.xml:0 #, python-format msgid "Schedule activity" @@ -4249,6 +5245,15 @@ msgstr "" msgid "Search Moderation List" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/chat_window/chat_window.js:0 +#: code:addons/mail/static/src/components/discuss/discuss.js:0 +#: code:addons/mail/static/src/components/messaging_menu/messaging_menu.js:0 +#, python-format +msgid "Search user..." +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/js/views/activity/activity_controller.js:0 @@ -4256,6 +5261,48 @@ msgstr "" msgid "Search: %s" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_seen_indicator/message_seen_indicator.js:0 +#, python-format +msgid "Seen by %s" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_seen_indicator/message_seen_indicator.js:0 +#, python-format +msgid "Seen by %s and %s" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_seen_indicator/message_seen_indicator.js:0 +#, python-format +msgid "Seen by %s, %s and more" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_seen_indicator/message_seen_indicator.js:0 +#, python-format +msgid "Seen by Everyone" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#, python-format +msgid "Select All" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#, python-format +msgid "Select all messages" +msgstr "" + #. module: mail #: model:ir.model.fields,help:mail.field_mail_render_mixin__model_object_field #: model:ir.model.fields,help:mail.field_mail_template__model_object_field @@ -4277,7 +5324,10 @@ msgid "Selected group of users" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/composer/composer.xml:0 #: model_terms:ir.ui.view,arch_db:mail.email_compose_message_wizard_form +#, python-format msgid "Send" msgstr "" @@ -4300,6 +5350,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/mail_template/mail_template.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #: code:addons/mail/static/src/xml/web_kanban_activity.xml:0 #: model_terms:ir.ui.view,arch_db:mail.view_mail_form @@ -4308,11 +5359,25 @@ msgstr "" msgid "Send Now" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/composer_text_input/composer_text_input.js:0 +#, python-format +msgid "Send a message to followers..." +msgstr "" + #. module: mail #: model:ir.actions.act_window,name:mail.action_partner_mass_mail msgid "Send email" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/moderation_reject_dialog/moderation_reject_dialog.js:0 +#, python-format +msgid "Send explanation to author" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_channel_view_form msgid "Send guidelines" @@ -4323,6 +5388,13 @@ msgstr "" msgid "Send guidelines to new subscribers" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/chatter_topbar/chatter_topbar.xml:0 +#, python-format +msgid "Send message" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_channel__email_send msgid "Send messages by email" @@ -4341,10 +5413,13 @@ msgid "" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/notification_popover/notification_popover.js:0 #: model:ir.model.fields.selection,name:mail.selection__mail_mail__state__sent #: model:ir.model.fields.selection,name:mail.selection__mail_notification__notification_status__sent #: model_terms:ir.ui.view,arch_db:mail.message_notification_email #: model_terms:ir.ui.view,arch_db:mail.view_mail_search +#, python-format msgid "Sent" msgstr "" @@ -4364,6 +5439,20 @@ msgstr "" msgid "Set active to false to hide the channel without removing it." msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/chat_window_header/chat_window_header.xml:0 +#, python-format +msgid "Shift left" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/chat_window_header/chat_window_header.xml:0 +#, python-format +msgid "Shift right" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_mail__description #: model:ir.model.fields,field_description:mail.field_mail_message__description @@ -4381,6 +5470,13 @@ msgstr "" msgid "Shortcut" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/follower_list_menu/follower_list_menu.xml:0 +#, python-format +msgid "Show Followers" +msgstr "" + #. module: mail #: code:addons/mail/models/mail_channel.py:0 #, python-format @@ -4393,6 +5489,20 @@ msgstr "" msgid "Show all records which has next action date is before today" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/composer_suggested_recipient_list/composer_suggested_recipient_list.xml:0 +#, python-format +msgid "Show less" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/composer_suggested_recipient_list/composer_suggested_recipient_list.xml:0 +#, python-format +msgid "Show more" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_template__ref_ir_act_window msgid "Sidebar action" @@ -4423,11 +5533,21 @@ msgid "" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/messaging_initializer/messaging_initializer.js:0 #: model:ir.model.fields,field_description:mail.field_mail_mail__starred #: model:ir.model.fields,field_description:mail.field_mail_message__starred +#, python-format msgid "Starred" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss_sidebar/discuss_sidebar.xml:0 +#, python-format +msgid "Start a conversation" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_activity__state msgid "State" @@ -4467,11 +5587,15 @@ msgid "Sub-model" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/composer/composer.xml:0 +#: code:addons/mail/static/src/components/moderation_reject_dialog/moderation_reject_dialog.xml:0 #: model:ir.model.fields,field_description:mail.field_mail_compose_message__subject #: model:ir.model.fields,field_description:mail.field_mail_mail__subject #: model:ir.model.fields,field_description:mail.field_mail_message__subject #: model:ir.model.fields,field_description:mail.field_mail_template__subject #: model:ir.model.fields,field_description:mail.field_mail_template_preview__subject +#, python-format msgid "Subject" msgstr "" @@ -4486,6 +5610,13 @@ msgstr "" msgid "Subject..." msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 +#, python-format +msgid "Subject:" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_shortcode__substitution msgid "Substitution" @@ -4594,6 +5725,13 @@ msgstr "" msgid "Templates" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 +#, python-format +msgid "Text file" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_channel_notify_moderation msgid "Thank you!" @@ -4693,6 +5831,13 @@ msgstr "" msgid "The type of document this template can be used with" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_list/message_list.xml:0 +#, python-format +msgid "There are no messages in this conversation." +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.message_origin_link msgid "This" @@ -4753,6 +5898,14 @@ msgstr "" msgid "Thread" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/thread_needaction_preview/thread_needaction_preview.xml:0 +#: code:addons/mail/static/src/components/thread_preview/thread_preview.xml:0 +#, python-format +msgid "Thread Image" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_mail__email_to #: model:ir.model.fields,field_description:mail.field_mail_template_preview__email_to @@ -4777,6 +5930,15 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/chat_window/chat_window.xml:0 +#: code:addons/mail/static/src/components/composer/composer.xml:0 +#, python-format +msgid "To:" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_list/message_list.js:0 #: code:addons/mail/static/src/js/activity.js:0 #: code:addons/mail/static/src/js/views/activity/activity_renderer.js:0 #: code:addons/mail/static/src/xml/systray.xml:0 @@ -4793,6 +5955,13 @@ msgstr "" msgid "Today Activities" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/activity/activity.js:0 +#, python-format +msgid "Today:" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/js/activity.js:0 @@ -4800,6 +5969,13 @@ msgstr "" msgid "Tomorrow" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/activity/activity.js:0 +#, python-format +msgid "Tomorrow:" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_channel_view_form msgid "Topics discussed in this group..." @@ -4915,6 +6091,13 @@ msgstr "" msgid "Unblacklisting Reason: %s" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/follow_button/follow_button.xml:0 +#, python-format +msgid "Unfollow" +msgstr "" + #. module: mail #: model:ir.model.constraint,message:mail.constraint_mail_alias_alias_unique msgid "" @@ -4933,6 +6116,13 @@ msgstr "" msgid "Unknown error" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss_sidebar_item/discuss_sidebar_item.xml:0 +#, python-format +msgid "Unpin conversation" +msgstr "" + #. module: mail #: model:ir.model.fields,field_description:mail.field_mail_blacklist__message_unread #: model:ir.model.fields,field_description:mail.field_mail_channel__message_unread @@ -4960,6 +6150,41 @@ msgstr "" msgid "Unread messages" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#, python-format +msgid "Unselect All" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#, python-format +msgid "Unselect all messages" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#, python-format +msgid "Unstar all" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss/discuss.xml:0 +#, python-format +msgid "Unstar all messages" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/messaging_notification_handler/messaging_notification_handler.js:0 +#, python-format +msgid "Unsubscribed" +msgstr "" + #. module: mail #: code:addons/mail/models/mail_template.py:0 #, python-format @@ -4980,6 +6205,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/activity/activity.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #: model:ir.model.fields.selection,name:mail.selection__mail_activity_type__category__upload_file #: model:mail.activity.type,name:mail.mail_activity_data_upload_document @@ -4994,6 +6220,20 @@ msgstr "" msgid "Upload file" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment/attachment.xml:0 +#, python-format +msgid "Uploaded" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment/attachment.xml:0 +#, python-format +msgid "Uploading" +msgstr "" + #. module: mail #: model:ir.model.fields,help:mail.field_ir_actions_server__activity_user_type #: model:ir.model.fields,help:mail.field_ir_cron__activity_user_type @@ -5036,6 +6276,38 @@ msgstr "" msgid "User field name" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/partner_im_status_icon/partner_im_status_icon.xml:0 +#: code:addons/mail/static/src/widgets/common.xml:0 +#, python-format +msgid "User is a bot" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/partner_im_status_icon/partner_im_status_icon.xml:0 +#: code:addons/mail/static/src/widgets/common.xml:0 +#, python-format +msgid "User is idle" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/partner_im_status_icon/partner_im_status_icon.xml:0 +#: code:addons/mail/static/src/widgets/common.xml:0 +#, python-format +msgid "User is offline" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/partner_im_status_icon/partner_im_status_icon.xml:0 +#: code:addons/mail/static/src/widgets/common.xml:0 +#, python-format +msgid "User is online" +msgstr "" + #. module: mail #: code:addons/mail/models/mail_message.py:0 #: code:addons/mail/models/mail_message.py:0 @@ -5064,6 +6336,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 #: code:addons/mail/static/src/xml/thread.xml:0 #: code:addons/mail/static/src/xml/thread.xml:0 #, python-format @@ -5102,6 +6375,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 #: code:addons/mail/static/src/xml/thread.xml:0 #, python-format msgid "Viewer" @@ -5162,6 +6436,7 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/activity_mark_done_popover/activity_mark_done_popover.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #, python-format msgid "Write Feedback" @@ -5169,17 +6444,67 @@ msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/composer_text_input/composer_text_input.js:0 +#, python-format +msgid "Write something..." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_list/message_list.js:0 #: code:addons/mail/static/src/js/activity.js:0 #, python-format msgid "Yesterday" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/activity/activity.js:0 +#, python-format +msgid "Yesterday:" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/widgets/discuss_invite_partner_dialog/discuss_invite_partner_dialog.js:0 +#, python-format +msgid "You added <b>%s</b> to the conversation." +msgstr "" + #. module: mail #: code:addons/mail/models/mail_channel.py:0 #, python-format msgid "You are alone in this channel." msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/moderation_ban_dialog/moderation_ban_dialog.xml:0 +#, python-format +msgid "You are going to ban the following user:" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/moderation_ban_dialog/moderation_ban_dialog.xml:0 +#, python-format +msgid "You are going to ban the following users:" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/moderation_discard_dialog/moderation_discard_dialog.js:0 +#, python-format +msgid "You are going to discard %s messages." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/moderation_discard_dialog/moderation_discard_dialog.js:0 +#, python-format +msgid "You are going to discard 1 message." +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_channel_view_form msgid "" @@ -5199,6 +6524,50 @@ msgstr "" msgid "You are in channel <b>#%s</b>." msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/discuss_sidebar_item/discuss_sidebar_item.js:0 +#, python-format +msgid "" +"You are the administrator of this channel. Are you sure you want to leave?" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_list/message_list.xml:0 +#, python-format +msgid "" +"You can mark any message as 'starred', and it shows up in this mailbox." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/user/user.js:0 +#, python-format +msgid "You can only chat with existing users." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/partner/partner.js:0 +#, python-format +msgid "You can only chat with partners that have a dedicated user." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/messaging/messaging.js:0 +#, python-format +msgid "You can only open the profile of existing channels." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/user/user.js:0 +#, python-format +msgid "You can only open the profile of existing users." +msgstr "" + #. module: mail #: code:addons/mail/models/res_users.py:0 #, python-format @@ -5242,11 +6611,25 @@ msgstr "" msgid "You have been assigned to the" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/messaging_notification_handler/messaging_notification_handler.js:0 +#, python-format +msgid "You have been invited to: %s" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_channel_notify_moderation msgid "You have messages to moderate, please go for the proceedings." msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_list/message_list.xml:0 +#, python-format +msgid "You have no messages to moderate." +msgstr "" + #. module: mail #: model:ir.model.fields,help:mail.field_mail_template__attachment_ids msgid "" @@ -5254,12 +6637,47 @@ msgid "" "from this template" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/messaging_notification_handler/messaging_notification_handler.js:0 +#, python-format +msgid "You unpinned your conversation with <b>%s</b>." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/models/messaging_notification_handler/messaging_notification_handler.js:0 +#, python-format +msgid "You unsubscribed from <b>%s</b>." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message_author_prefix/message_author_prefix.xml:0 +#, python-format +msgid "You:" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_notification_light #: model_terms:ir.ui.view,arch_db:mail.mail_notification_paynow msgid "Your" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 +#, python-format +msgid "Your message is pending moderation." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/moderation_reject_dialog/moderation_reject_dialog.js:0 +#, python-format +msgid "Your message was rejected by moderator." +msgstr "" + #. module: mail #: code:addons/mail/controllers/home.py:0 #, python-format @@ -5277,6 +6695,13 @@ msgstr "" msgid "Zoom In" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 +#, python-format +msgid "Zoom In (+)" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/thread.xml:0 @@ -5285,6 +6710,13 @@ msgstr "" msgid "Zoom Out" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/attachment_viewer/attachment_viewer.xml:0 +#, python-format +msgid "Zoom Out (-)" +msgstr "" + #. module: mail #: model:ir.model.fields.selection,name:mail.selection__mail_activity_type__delay_from__previous_activity msgid "after previous activity deadline" @@ -5361,6 +6793,13 @@ msgstr "" msgid "for" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/activity/activity.js:0 +#, python-format +msgid "for %s" +msgstr "" + #. module: mail #: model:mail.channel,name:mail.channel_all_employees msgid "general" @@ -5417,13 +6856,24 @@ msgid "now" msgstr "" #. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.xml:0 #: model_terms:ir.ui.view,arch_db:mail.message_activity_assigned #: model_terms:ir.ui.view,arch_db:mail.view_mail_form +#, python-format msgid "on" msgstr "" #. module: mail #. openerp-web +#: code:addons/mail/static/src/components/composer/composer.xml:0 +#, python-format +msgid "on:" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/mail_template/mail_template.xml:0 #: code:addons/mail/static/src/xml/activity.xml:0 #: code:addons/mail/static/src/xml/web_kanban_activity.xml:0 #, python-format @@ -5435,6 +6885,20 @@ msgstr "" msgid "rd" msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.js:0 +#, python-format +msgid "read less" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/message/message.js:0 +#, python-format +msgid "read more" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.mail_template_preview_view_form msgid "record:" @@ -5490,6 +6954,13 @@ msgstr "" msgid "team." msgstr "" +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/components/composer/composer.xml:0 +#, python-format +msgid "this document" +msgstr "" + #. module: mail #: model_terms:ir.ui.view,arch_db:mail.message_activity_assigned msgid "to close for" diff --git a/addons/snailmail/i18n/snailmail.pot b/addons/snailmail/i18n/snailmail.pot index 093819ea05c9..3bc1841aab05 100644 --- a/addons/snailmail/i18n/snailmail.pot +++ b/addons/snailmail/i18n/snailmail.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server saas~13.5\n" +"Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-09-01 07:29+0000\n" -"PO-Revision-Date: 2020-09-01 07:29+0000\n" +"POT-Creation-Date: 2020-11-17 10:35+0000\n" +"PO-Revision-Date: 2020-11-17 10:35+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -34,12 +34,26 @@ msgstr "" msgid "An error occured when sending the document by post.<br>Error: %s" msgstr "" +#. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/components/notification_group/notification_group.xml:0 +#, python-format +msgid "An error occurred when sending a letter with Snailmail." +msgstr "" + #. module: snailmail #: code:addons/snailmail/models/snailmail_letter.py:0 #, python-format msgid "An unknown error happened. Please contact the support." msgstr "" +#. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/components/snailmail_error_dialog/snailmail_error_dialog.xml:0 +#, python-format +msgid "An unknown error occurred. Please contact our" +msgstr "" + #. module: snailmail #: code:addons/snailmail/wizard/snailmail_letter_cancel.py:0 #, python-format @@ -58,6 +72,13 @@ msgstr "" msgid "Attachment Filename" msgstr "" +#. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/components/snailmail_notification_popover/snailmail_notification_popover.js:0 +#, python-format +msgid "Awaiting Dispatch" +msgstr "" + #. module: snailmail #: model:ir.model.fields,field_description:snailmail.field_snailmail_letter__duplex msgid "Both side" @@ -68,6 +89,14 @@ msgstr "" msgid "Both sides" msgstr "" +#. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/components/snailmail_error_dialog/snailmail_error_dialog.xml:0 +#: code:addons/snailmail/static/src/components/snailmail_error_dialog/snailmail_error_dialog.xml:0 +#, python-format +msgid "Buy credits" +msgstr "" + #. module: snailmail #: model:ir.model.fields.selection,name:snailmail.selection__snailmail_letter__error_code__credit_error msgid "CREDIT_ERROR" @@ -86,7 +115,10 @@ msgid "Cancel Letter" msgstr "" #. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/components/snailmail_error_dialog/snailmail_error_dialog.xml:0 #: model_terms:ir.ui.view,arch_db:snailmail.snailmail_letter_missing_required_fields +#, python-format msgid "Cancel letter" msgstr "" @@ -97,7 +129,10 @@ msgid "Cancel notification in failure" msgstr "" #. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/components/snailmail_notification_popover/snailmail_notification_popover.js:0 #: model:ir.model.fields.selection,name:snailmail.selection__snailmail_letter__state__canceled +#, python-format msgid "Canceled" msgstr "" @@ -109,8 +144,11 @@ msgid "City" msgstr "" #. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/components/snailmail_error_dialog/snailmail_error_dialog.xml:0 #: model_terms:ir.ui.view,arch_db:snailmail.snailmail_letter_format_error #: model_terms:ir.ui.view,arch_db:snailmail.snailmail_letter_missing_required_fields +#, python-format msgid "Close" msgstr "" @@ -216,8 +254,11 @@ msgid "Document ID" msgstr "" #. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/components/snailmail_notification_popover/snailmail_notification_popover.js:0 #: model:ir.model.fields,field_description:snailmail.field_snailmail_letter__error_code #: model:ir.model.fields.selection,name:snailmail.selection__snailmail_letter__state__error +#, python-format msgid "Error" msgstr "" @@ -227,7 +268,10 @@ msgid "FORMAT_ERROR" msgstr "" #. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/components/snailmail_error_dialog/snailmail_error_dialog.js:0 #: model:ir.actions.act_window,name:snailmail.snailmail_letter_missing_required_fields_action +#, python-format msgid "Failed letter" msgstr "" @@ -424,6 +468,13 @@ msgstr "" msgid "Qweb Field Contact" msgstr "" +#. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/components/snailmail_error_dialog/snailmail_error_dialog.xml:0 +#, python-format +msgid "Re-send letter" +msgstr "" + #. module: snailmail #: model:ir.model.fields,field_description:snailmail.field_snailmail_letter__partner_id msgid "Recipient" @@ -445,7 +496,10 @@ msgid "Send Now" msgstr "" #. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/components/snailmail_notification_popover/snailmail_notification_popover.js:0 #: model:ir.model.fields.selection,name:snailmail.selection__snailmail_letter__state__sent +#, python-format msgid "Sent" msgstr "" @@ -477,6 +531,13 @@ msgstr "" msgid "Snailmail Credit Error" msgstr "" +#. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/models/notification_group/notification_group.js:0 +#, python-format +msgid "Snailmail Failures" +msgstr "" + #. module: snailmail #: model:ir.model.fields.selection,name:snailmail.selection__mail_notification__failure_type__sn_format msgid "Snailmail Format Error" @@ -591,6 +652,15 @@ msgstr "" msgid "The country of the partner is not covered by Snailmail." msgstr "" +#. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/components/snailmail_error_dialog/snailmail_error_dialog.xml:0 +#, python-format +msgid "" +"The country to which you want to send the letter is not supported by our " +"service." +msgstr "" + #. module: snailmail #: model_terms:ir.ui.view,arch_db:snailmail.snailmail_letter_missing_required_fields msgid "" @@ -604,6 +674,15 @@ msgstr "" msgid "The document was correctly sent by post.<br>The tracking id is %s" msgstr "" +#. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/components/snailmail_error_dialog/snailmail_error_dialog.xml:0 +#, python-format +msgid "" +"The letter could not be sent due to insufficient credits on your IAP " +"account." +msgstr "" + #. module: snailmail #: model:ir.model.fields,field_description:snailmail.field_mail_mail__message_type #: model:ir.model.fields,field_description:snailmail.field_mail_message__message_type @@ -659,6 +738,13 @@ msgid "" "your <a href=%s target=\"new\">iap account</a>." msgstr "" +#. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/components/snailmail_error_dialog/snailmail_error_dialog.xml:0 +#, python-format +msgid "You need credits on your IAP account to send a letter." +msgstr "" + #. module: snailmail #: model_terms:ir.ui.view,arch_db:snailmail.snailmail_letter_missing_required_fields msgid "ZIP" @@ -674,3 +760,17 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:snailmail.snailmail_confirm_view msgid "by post. Are you sure you want to continue?" msgstr "" + +#. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/components/snailmail_error_dialog/snailmail_error_dialog.xml:0 +#, python-format +msgid "for further assistance." +msgstr "" + +#. module: snailmail +#. openerp-web +#: code:addons/snailmail/static/src/components/snailmail_error_dialog/snailmail_error_dialog.xml:0 +#, python-format +msgid "support" +msgstr "" diff --git a/addons/website/i18n/website.pot b/addons/website/i18n/website.pot index 322cdc82ca9b..876b1abed292 100644 --- a/addons/website/i18n/website.pot +++ b/addons/website/i18n/website.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-16 13:33+0000\n" -"PO-Revision-Date: 2020-11-16 13:33+0000\n" +"POT-Creation-Date: 2020-11-17 06:08+0000\n" +"PO-Revision-Date: 2020-11-17 06:08+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -15,6 +15,13 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_image_gallery/options.js:0 +#, python-format +msgid " Add Images" +msgstr "" + #. module: website #: model_terms:ir.ui.view,arch_db:website.bs_debug_view #: model_terms:website.page,arch_db:website.bs_debug_page @@ -104,6 +111,13 @@ msgstr "" msgid " " msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_image_gallery/000.xml:0 +#, python-format +msgid "×" +msgstr "" + #. module: website #: model_terms:ir.ui.view,arch_db:website.list_website_pages msgid "' did not match any pages." @@ -315,6 +329,13 @@ msgstr "" msgid "75%" msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_progress_bar/options.js:0 +#, python-format +msgid "80% Development" +msgstr "" + #. module: website #: model_terms:ir.ui.view,arch_db:website.s_call_to_action msgid "<b>50,000+ companies</b> run Odoo to grow their businesses." @@ -935,6 +956,7 @@ msgid "" msgstr "" #. module: website +#: model:ir.model.fields,help:website.field_base_automation__website_published #: model:ir.model.fields,help:website.field_ir_actions_server__website_published #: model:ir.model.fields,help:website.field_ir_cron__website_published msgid "" @@ -1106,6 +1128,13 @@ msgstr "" msgid "Add a caption to enhance the meaning of this image." msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_product_catalog/options.js:0 +#, python-format +msgid "Add a description here" +msgstr "" + #. module: website #: model_terms:ir.ui.view,arch_db:website.s_features_grid msgid "Add a great slogan." @@ -1365,6 +1394,13 @@ msgstr "" msgid "Arrows" msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_countdown/000.xml:0 +#, python-format +msgid "As promised, we will offer 4 free tickets to our next summit." +msgstr "" + #. module: website #: model:ir.model,name:website.model_web_editor_assets msgid "Assets Utils" @@ -1409,6 +1445,7 @@ msgid "Autosizing" msgstr "" #. module: website +#: model:ir.model.fields,field_description:website.field_base_automation__website_published #: model:ir.model.fields,field_description:website.field_ir_actions_server__website_published #: model:ir.model.fields,field_description:website.field_ir_cron__website_published msgid "Available on the Website" @@ -1924,6 +1961,8 @@ msgstr "" #. module: website #. openerp-web #: code:addons/website/static/src/js/editor/wysiwyg_multizone_translate.js:0 +#: code:addons/website/static/src/snippets/s_image_gallery/000.xml:0 +#: code:addons/website/static/src/snippets/s_image_gallery/000.xml:0 #: code:addons/website/static/src/xml/website.xml:0 #: model_terms:ir.ui.view,arch_db:website.qweb_500 #: model_terms:ir.ui.view,arch_db:website.show_website_info @@ -2172,6 +2211,20 @@ msgstr "" msgid "Copyright" msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_countdown/000.js:0 +#, python-format +msgid "Countdown ends in" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_countdown/000.xml:0 +#, python-format +msgid "Countdown is over - Firework" +msgstr "" + #. module: website #: model:ir.filters,name:website.dynamic_snippet_country_filter msgid "Countries" @@ -2410,11 +2463,46 @@ msgstr "" msgid "Data" msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_chart/options.js:0 +#, python-format +msgid "Data Border" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_chart/options.js:0 +#, python-format +msgid "Data Color" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_chart/options.js:0 +#, python-format +msgid "Dataset Border" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_chart/options.js:0 +#, python-format +msgid "Dataset Color" +msgstr "" + #. module: website #: model_terms:ir.ui.view,arch_db:website.website_visitor_page_view_search msgid "Date" msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_countdown/000.js:0 +#, python-format +msgid "Days" +msgstr "" + #. module: website #: model_terms:ir.ui.view,arch_db:website.res_config_settings_view_form #: model_terms:ir.ui.view,arch_db:website.s_google_map_options @@ -3090,6 +3178,7 @@ msgid "Extension View" msgstr "" #. module: website +#: model:ir.model.fields,field_description:website.field_base_automation__xml_id #: model:ir.model.fields,field_description:website.field_ir_actions_server__xml_id #: model:ir.model.fields,field_description:website.field_ir_cron__xml_id #: model:ir.model.fields,field_description:website.field_website_page__xml_id @@ -3697,6 +3786,13 @@ msgstr "" msgid "Hamburger menu" msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_countdown/000.xml:0 +#, python-format +msgid "Happy Odoo Anniversary!" +msgstr "" + #. module: website #: model:ir.model.fields,field_description:website.field_website__has_social_default_image msgid "Has Social Default Image" @@ -3871,6 +3967,13 @@ msgstr "" msgid "Horizontal" msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_countdown/000.js:0 +#, python-format +msgid "Hours" +msgstr "" + #. module: website #: model_terms:ir.ui.view,arch_db:website.template_footer_contact msgid "How can we help?" @@ -3946,6 +4049,7 @@ msgid "ID" msgstr "" #. module: website +#: model:ir.model.fields,help:website.field_base_automation__xml_id #: model:ir.model.fields,help:website.field_ir_actions_server__xml_id #: model:ir.model.fields,help:website.field_ir_cron__xml_id msgid "ID of the action if defined in a XML file" @@ -4006,8 +4110,11 @@ msgid "" msgstr "" #. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_image_gallery/options.js:0 #: model:ir.model.fields,field_description:website.field_website_visitor__partner_image #: model_terms:ir.ui.view,arch_db:website.snippet_options +#, python-format msgid "Image" msgstr "" @@ -4178,6 +4285,11 @@ msgstr "" msgid "Installing \"%s\"" msgstr "" +#. module: website +#: model_terms:ir.actions.act_window,help:website.website_visitors_action +msgid "Interact with them by sending them messages." +msgstr "" + #. module: website #: model_terms:ir.ui.view,arch_db:website.cookie_policy msgid "Interaction History" @@ -4870,6 +4982,13 @@ msgstr "" msgid "Minimalist" msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_countdown/000.js:0 +#, python-format +msgid "Minutes" +msgstr "" + #. module: website #. openerp-web #: code:addons/website/static/src/xml/theme_preview.xml:0 @@ -5074,11 +5193,21 @@ msgid "Newsletter Popup" msgstr "" #. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_dynamic_snippet_carousel/000.xml:0 +#: code:addons/website/static/src/snippets/s_dynamic_snippet_carousel/000.xml:0 +#: code:addons/website/static/src/snippets/s_dynamic_snippet_carousel/000.xml:0 +#: code:addons/website/static/src/snippets/s_image_gallery/000.xml:0 +#: code:addons/website/static/src/snippets/s_image_gallery/000.xml:0 +#: code:addons/website/static/src/snippets/s_image_gallery/000.xml:0 +#: code:addons/website/static/src/snippets/s_image_gallery/000.xml:0 +#: code:addons/website/static/src/snippets/s_image_gallery/000.xml:0 #: model_terms:ir.ui.view,arch_db:website.bs_debug_view #: model_terms:ir.ui.view,arch_db:website.kanban_contain #: model_terms:ir.ui.view,arch_db:website.s_carousel #: model_terms:ir.ui.view,arch_db:website.s_quotes_carousel #: model_terms:website.page,arch_db:website.bs_debug_page +#, python-format msgid "Next" msgstr "" @@ -5602,10 +5731,20 @@ msgid "Preview" msgstr "" #. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_dynamic_snippet_carousel/000.xml:0 +#: code:addons/website/static/src/snippets/s_dynamic_snippet_carousel/000.xml:0 +#: code:addons/website/static/src/snippets/s_dynamic_snippet_carousel/000.xml:0 +#: code:addons/website/static/src/snippets/s_image_gallery/000.xml:0 +#: code:addons/website/static/src/snippets/s_image_gallery/000.xml:0 +#: code:addons/website/static/src/snippets/s_image_gallery/000.xml:0 +#: code:addons/website/static/src/snippets/s_image_gallery/000.xml:0 +#: code:addons/website/static/src/snippets/s_image_gallery/000.xml:0 #: model_terms:ir.ui.view,arch_db:website.bs_debug_view #: model_terms:ir.ui.view,arch_db:website.s_carousel #: model_terms:ir.ui.view,arch_db:website.s_quotes_carousel #: model_terms:website.page,arch_db:website.bs_debug_page +#, python-format msgid "Previous" msgstr "" @@ -6156,6 +6295,13 @@ msgstr "" msgid "Secondary Style" msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_countdown/000.js:0 +#, python-format +msgid "Seconds" +msgstr "" + #. module: website #: model_terms:ir.ui.view,arch_db:website.s_image_text msgid "Section Subtitle" @@ -6789,6 +6935,13 @@ msgid "" "unless you specify one." msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_countdown/000.xml:0 +#, python-format +msgid "The following message will become visible" +msgstr "" + #. module: website #: model:ir.model.fields,help:website.field_res_partner__website_url #: model:ir.model.fields,help:website.field_res_users__website_url @@ -6800,6 +6953,7 @@ msgid "The full URL to access the document through the website." msgstr "" #. module: website +#: model:ir.model.fields,help:website.field_base_automation__website_url #: model:ir.model.fields,help:website.field_ir_actions_server__website_url #: model:ir.model.fields,help:website.field_ir_cron__website_url msgid "The full URL to access the server action through the website." @@ -7053,6 +7207,13 @@ msgstr "" msgid "Time to cache the page. (0 = no cache)" msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_countdown/000.xml:0 +#, python-format +msgid "Time's up! You can now visit" +msgstr "" + #. module: website #: model_terms:ir.ui.view,arch_db:website.s_facebook_page_options msgid "Timeline" @@ -7673,6 +7834,13 @@ msgstr "" msgid "Visit Date" msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_countdown/000.xml:0 +#, python-format +msgid "Visit our Facebook page to know if you are one of the lucky winners." +msgstr "" + #. module: website #: model:ir.model,name:website.model_website_track #: model:ir.model.fields,field_description:website.field_website_visitor__page_ids @@ -7927,6 +8095,7 @@ msgid "Website Pages" msgstr "" #. module: website +#: model:ir.model.fields,field_description:website.field_base_automation__website_path #: model:ir.model.fields,field_description:website.field_ir_actions_server__website_path #: model:ir.model.fields,field_description:website.field_ir_cron__website_path msgid "Website Path" @@ -7982,6 +8151,7 @@ msgid "Website URL" msgstr "" #. module: website +#: model:ir.model.fields,field_description:website.field_base_automation__website_url #: model:ir.model.fields,field_description:website.field_ir_actions_server__website_url #: model:ir.model.fields,field_description:website.field_ir_cron__website_url msgid "Website Url" @@ -8604,6 +8774,20 @@ msgid "" " consent in your country." msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_countdown/000.xml:0 +#, python-format +msgid "once the countdown ends." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_countdown/000.xml:0 +#, python-format +msgid "only" +msgstr "" + #. module: website #: model_terms:ir.ui.view,arch_db:website.user_navbar msgid "or Edit Master" @@ -8673,6 +8857,13 @@ msgstr "" msgid "theme.ir.ui.view" msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/snippets/s_countdown/000.xml:0 +#, python-format +msgid "this page" +msgstr "" + #. module: website #: model_terms:ir.ui.view,arch_db:website.snippets msgid "valuation, rank" diff --git a/addons/website_blog/i18n/website_blog.pot b/addons/website_blog/i18n/website_blog.pot index 8afd20fb7bed..feb6d9d37fec 100644 --- a/addons/website_blog/i18n/website_blog.pot +++ b/addons/website_blog/i18n/website_blog.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-09-29 13:45+0000\n" -"PO-Revision-Date: 2020-09-29 13:45+0000\n" +"POT-Creation-Date: 2020-11-17 06:09+0000\n" +"PO-Revision-Date: 2020-11-17 06:09+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -314,6 +314,15 @@ msgstr "" msgid "Along those lines, how difficult is the set up and break down?" msgstr "" +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/snippets/s_latest_posts/000.js:0 +#, python-format +msgid "" +"An error occured with this latest posts block. If the problem persists, " +"please consider deleting it and adding a new one" +msgstr "" + #. module: website_blog #: model:blog.post,subtitle:website_blog.blog_post_1 msgid "An exciting mix of relaxation, culture, history, wildlife and hiking." @@ -624,6 +633,13 @@ msgstr "" msgid "Choose an image from the library." msgstr "" +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/tours/website_blog.js:0 +#, python-format +msgid "Click here to add new content on your website." +msgstr "" + #. module: website_blog #: model_terms:ir.ui.view,arch_db:website_blog.posts_loop msgid "" @@ -1230,6 +1246,13 @@ msgstr "" msgid "New tag" msgstr "" +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/snippets/s_latest_posts/000.js:0 +#, python-format +msgid "No blog post was found. Make sure your posts are published." +msgstr "" + #. module: website_blog #: model_terms:ir.ui.view,arch_db:website_blog.posts_loop msgid "No blog post yet." diff --git a/addons/website_event/i18n/website_event.pot b/addons/website_event/i18n/website_event.pot index b27513947cce..8df0af729371 100644 --- a/addons/website_event/i18n/website_event.pot +++ b/addons/website_event/i18n/website_event.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-29 15:48+0000\n" -"PO-Revision-Date: 2020-10-29 15:48+0000\n" +"POT-Creation-Date: 2020-11-17 06:16+0000\n" +"PO-Revision-Date: 2020-11-17 06:16+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -323,6 +323,13 @@ msgstr "" msgid "Click <em>Continue</em> to create the event." msgstr "" +#. module: website_event +#. openerp-web +#: code:addons/website_event/static/src/js/tours/website_event.js:0 +#, python-format +msgid "Click here to add new content on your website." +msgstr "" + #. module: website_event #. openerp-web #: code:addons/website_event/static/src/js/tours/website_event.js:0 diff --git a/addons/website_form/i18n/website_form.pot b/addons/website_form/i18n/website_form.pot index 5f95c0b12d13..61d31c465bde 100644 --- a/addons/website_form/i18n/website_form.pot +++ b/addons/website_form/i18n/website_form.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server saas~13.5\n" +"Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-09-01 07:29+0000\n" -"PO-Revision-Date: 2020-09-01 07:29+0000\n" +"POT-Creation-Date: 2020-11-17 06:08+0000\n" +"PO-Revision-Date: 2020-11-17 06:08+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -15,6 +15,20 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" +#. module: website_form +#. openerp-web +#: code:addons/website_form/static/src/snippets/s_website_form/000.js:0 +#, python-format +msgid "'%s' is not a correct date" +msgstr "" + +#. module: website_form +#. openerp-web +#: code:addons/website_form/static/src/snippets/s_website_form/000.js:0 +#, python-format +msgid "'%s' is not a correct datetime" +msgstr "" + #. module: website_form #: code:addons/website_form/controllers/main.py:0 #, python-format @@ -85,6 +99,13 @@ msgstr "" msgid "Allowed to use in forms" msgstr "" +#. module: website_form +#. openerp-web +#: code:addons/website_form/static/src/snippets/s_website_form/000.js:0 +#, python-format +msgid "An error has occured, the form has not been sent." +msgstr "" + #. module: website_form #: model:ir.model.fields,help:website_form.field_ir_model_fields__website_form_blacklisted msgid "Blacklist this field for web forms" @@ -327,6 +348,30 @@ msgstr "" msgid "On Success" msgstr "" +#. module: website_form +#. openerp-web +#: code:addons/website_form/static/src/snippets/s_website_form/options.js:0 +#: code:addons/website_form/static/src/snippets/s_website_form/options.js:0 +#, python-format +msgid "Option 1" +msgstr "" + +#. module: website_form +#. openerp-web +#: code:addons/website_form/static/src/snippets/s_website_form/options.js:0 +#: code:addons/website_form/static/src/snippets/s_website_form/options.js:0 +#, python-format +msgid "Option 2" +msgstr "" + +#. module: website_form +#. openerp-web +#: code:addons/website_form/static/src/snippets/s_website_form/options.js:0 +#: code:addons/website_form/static/src/snippets/s_website_form/options.js:0 +#, python-format +msgid "Option 3" +msgstr "" + #. module: website_form #: model_terms:ir.ui.view,arch_db:website_form.s_website_form_options msgid "Optional" @@ -345,6 +390,13 @@ msgstr "" msgid "Our team will message you back as soon as possible." msgstr "" +#. module: website_form +#. openerp-web +#: code:addons/website_form/static/src/snippets/s_website_form/000.js:0 +#, python-format +msgid "Please fill in the form correctly." +msgstr "" + #. module: website_form #: model_terms:ir.ui.view,arch_db:website_form.s_website_form_options msgid "Radio Buttons" @@ -513,6 +565,34 @@ msgstr "" msgid "Website Forms" msgstr "" +#. module: website_form +#. openerp-web +#: code:addons/website_form/static/src/snippets/s_website_form/options.js:0 +#, python-format +msgid "You can't duplicate a model field." +msgstr "" + +#. module: website_form +#. openerp-web +#: code:addons/website_form/static/src/snippets/s_website_form/options.js:0 +#, python-format +msgid "You can't duplicate the submit button of the form." +msgstr "" + +#. module: website_form +#. openerp-web +#: code:addons/website_form/static/src/snippets/s_website_form/options.js:0 +#, python-format +msgid "You can't remove a field that is required by the model itself." +msgstr "" + +#. module: website_form +#. openerp-web +#: code:addons/website_form/static/src/snippets/s_website_form/options.js:0 +#, python-format +msgid "You can't remove the submit button of the form" +msgstr "" + #. module: website_form #: model_terms:ir.ui.view,arch_db:website_form.s_website_form_options msgid "rows" diff --git a/addons/website_mail_channel/i18n/website_mail_channel.pot b/addons/website_mail_channel/i18n/website_mail_channel.pot index 0ddf6a8162ad..921e45a14313 100644 --- a/addons/website_mail_channel/i18n/website_mail_channel.pot +++ b/addons/website_mail_channel/i18n/website_mail_channel.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server saas~13.5\n" +"Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-09-01 07:29+0000\n" -"PO-Revision-Date: 2020-09-01 07:29+0000\n" +"POT-Creation-Date: 2020-11-17 06:09+0000\n" +"PO-Revision-Date: 2020-11-17 06:09+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -371,6 +371,13 @@ msgstr "" msgid "Mailing-List" msgstr "" +#. module: website_mail_channel +#. openerp-web +#: code:addons/website_mail_channel/static/src/snippets/s_channel/options.js:0 +#, python-format +msgid "Name" +msgstr "" + #. module: website_mail_channel #: model_terms:ir.ui.view,arch_db:website_mail_channel.mail_channels msgid "" @@ -378,6 +385,13 @@ msgid "" "float-right\" role=\"img\" aria-label=\"\" title=\"Read this !\"/>" msgstr "" +#. module: website_mail_channel +#. openerp-web +#: code:addons/website_mail_channel/static/src/snippets/s_channel/options.js:0 +#, python-format +msgid "New Mail Channel" +msgstr "" + #. module: website_mail_channel #: model:ir.model,name:website_mail_channel.model_mail_mail msgid "Outgoing Mails" diff --git a/addons/website_mass_mailing/i18n/website_mass_mailing.pot b/addons/website_mass_mailing/i18n/website_mass_mailing.pot index 4fb490ea6f8b..95a364f84fa0 100644 --- a/addons/website_mass_mailing/i18n/website_mass_mailing.pot +++ b/addons/website_mass_mailing/i18n/website_mass_mailing.pot @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server saas~13.5\n" +"Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-09-01 07:29+0000\n" -"PO-Revision-Date: 2020-09-01 07:29+0000\n" +"POT-Creation-Date: 2020-11-17 06:20+0000\n" +"PO-Revision-Date: 2020-11-17 06:20+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -15,13 +15,6 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" -#. module: website_mass_mailing -#. openerp-web -#: code:addons/website_mass_mailing/static/src/js/website_mass_mailing.js:0 -#, python-format -msgid "${result.toast_type === 'success' ? 'Success' : 'Error'}" -msgstr "" - #. module: website_mass_mailing #: model_terms:ir.ui.view,arch_db:website_mass_mailing.newsletter_subscribe_options msgid ", .o_newsletter_popup" @@ -112,6 +105,7 @@ msgstr "" #. module: website_mass_mailing #. openerp-web #: code:addons/website_mass_mailing/static/src/js/website_mass_mailing.js:0 +#: code:addons/website_mass_mailing/static/src/js/website_mass_mailing.js:0 #, python-format msgid "Error" msgstr "" @@ -168,6 +162,13 @@ msgstr "" msgid "Subscribe" msgstr "" +#. module: website_mass_mailing +#. openerp-web +#: code:addons/website_mass_mailing/static/src/js/website_mass_mailing.js:0 +#, python-format +msgid "Success" +msgstr "" + #. module: website_mass_mailing #: code:addons/website_mass_mailing/controllers/main.py:0 #, python-format -- GitLab