From ff1faeaaa32106940bd3f54d38a1248dac6878d4 Mon Sep 17 00:00:00 2001 From: Ronald Portier Date: Mon, 13 May 2024 10:35:54 +0200 Subject: [PATCH] [FIX] fetchmail..folder: handle non standard matching Match algorithms other then 'odoo_standard' were not correctly dealt with in the migrated code. For these algorithms we restore the handling (but with improvements) that was present in the 10.0 version. --- fetchmail_attach_from_folder/i18n/de.po | 391 ++++++++++------ fetchmail_attach_from_folder/i18n/es.po | 391 ++++++++++------ .../i18n/fetchmail_attach_from_folder.pot | 419 +++++++++++------ fetchmail_attach_from_folder/i18n/fr.po | 391 ++++++++++------ fetchmail_attach_from_folder/i18n/fr_CA.po | 391 ++++++++++------ fetchmail_attach_from_folder/i18n/it.po | 391 ++++++++++------ fetchmail_attach_from_folder/i18n/pt_BR.po | 436 ++++++++++++------ fetchmail_attach_from_folder/i18n/ru.po | 391 ++++++++++------ fetchmail_attach_from_folder/i18n/sl.po | 424 +++++++++++------ .../models/__init__.py | 1 - .../models/fetchmail_server_folder.py | 153 +++++- .../models/mail_thread.py | 71 --- .../tests/test_match_algorithms.py | 13 +- .../wizard/attach_mail_manually.py | 2 +- 14 files changed, 2582 insertions(+), 1283 deletions(-) delete mode 100644 fetchmail_attach_from_folder/models/mail_thread.py diff --git a/fetchmail_attach_from_folder/i18n/de.po b/fetchmail_attach_from_folder/i18n/de.po index 85194c863..ad5030c3e 100644 --- a/fetchmail_attach_from_folder/i18n/de.po +++ b/fetchmail_attach_from_folder/i18n/de.po @@ -19,352 +19,462 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_active +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__active msgid "Active" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:35 +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "Archive Path" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__assigned_attachment_ids +msgid "Assigned Attachments" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:0 #, python-format msgid "Attach emails manually" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Attach mail manually" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_available +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually +msgid "Attach mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail +msgid "Attach single mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_available msgid "Available folders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_body +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__body msgid "Body" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Cancel" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_change_ids +msgid "Changeset Changes" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_ids +msgid "Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "" "Check this field to leave imap inbox alone and only retrieve mail from " "configured folders." msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:34 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Confirm connection first." msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__done msgid "Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:160 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not fetch %s in %s on %s" +msgid "Could not create archive folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:140 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not open mailbox %s on %s" +msgid "Could not fetch %(msgid)s in folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:145 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not search mailbox %s on %s" +msgid "Could not open folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 +#, python-format +msgid "Could not search folder %(folder)s on server %(server)s" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "Count Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "Count Pending Changeset Changes" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "Count Pending Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "Create a New Record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_uid msgid "Created by" msgstr "Erstellt von" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_date msgid "Created on" msgstr "Erstellt am:" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__date msgid "Date" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder +msgid "Define folders (IMAP mailboxes) from which to fetch mail." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matched emails from server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matches" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__display_name msgid "Display Name" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Domain" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_ids +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_domain +msgid "Domain of email address" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__mail_ids msgid "Emails" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_exact +msgid "Exact mailadress" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Fetch folder now" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "Field (email)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "Field (model)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "" "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Fill in a search filter to narrow down objects to match" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching +msgid "Flag Nonmatching" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching msgid "Flag emails in the server that don't match any object in Odoo" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching -msgid "Flag nonmatching" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id msgid "Folder" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folder_ids msgid "Folders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders available on server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders to monitor" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_email_from +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__email_from msgid "From" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 -#, python-format -msgid "General failure when trying to connect to %s server %s." -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id msgid "ID" msgstr "ID" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "INBOX.subfolder1" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "" "If there are multiple matches, use the first one. If not checked, multiple " "matches count as no match at all" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:111 +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format msgid "Invalid folder %s!" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder___last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder____last_update #, fuzzy msgid "Last Modified on" msgstr "Zuletzt aktualisiert am" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid msgid "Last Updated by" msgstr "Zuletzt aktualisiert von" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 -#, python-format -msgid "Mail attachment" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm +msgid "Match Algorithm" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm -msgid "Match algorithm" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_msgid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid msgid "Message id" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "Message state" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "Model" msgstr "Modell" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__name msgid "Name" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__draft msgid "Not Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_object_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__object_id msgid "Object" msgstr "Objekt" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__odoo_standard +msgid "Odoo standard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "Only folders, not inbox" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "Order (model)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server -msgid "POP/IMAP Server" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "Path" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "" +"Process each incoming mail as part of a conversation corresponding to this " +"document type. This will create new documents for new conversations, or " +"attach follow-up emails to the existing conversations (documents)." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__received msgid "Received" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Reset Confirmation" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Save" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__sent msgid "Sent" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_sequence +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__sequence msgid "Sequence" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_server_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__server_id msgid "Server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__smart_search +msgid "Smart Search" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__state msgid "Status" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_subject +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__subject msgid "Subject" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Test & Confirm" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm msgid "The algorithm used to determine which object an email matches." msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "" "The field in the email used for matching. Typically this is 'to' or 'from'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "" "The field in your model that contains the field to match against.\n" "Examples:\n" @@ -373,74 +483,97 @@ msgid "" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "The model to attach emails to" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "The number of pending changes of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "The number of pending changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "The overall number of changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "" "The path to your mail folder. Typically would be something like 'INBOX." "myfolder'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "The path where successfully retrieved messages will be stored." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "The state messages fetched from this folder should be assigned in Odoo" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:39 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Unable to retrieve folders." msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "Use 1st match" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id -msgid "Wizard id" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__user_can_see_changeset +msgid "User Can See Changeset" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__wizard_id +msgid "Wizard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "[('state', '=', 'open')]" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "email" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually -msgid "fetchmail.attach.mail.manually" +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +msgid "name asc" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail -msgid "fetchmail.attach.mail.manually.mail" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder -msgid "fetchmail.server.folder" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form -msgid "name asc,type desc" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "or" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "to,from" msgstr "" diff --git a/fetchmail_attach_from_folder/i18n/es.po b/fetchmail_attach_from_folder/i18n/es.po index c2b02ed91..9dbdf49c8 100644 --- a/fetchmail_attach_from_folder/i18n/es.po +++ b/fetchmail_attach_from_folder/i18n/es.po @@ -19,352 +19,462 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_active +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__active msgid "Active" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:35 +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "Archive Path" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__assigned_attachment_ids +msgid "Assigned Attachments" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:0 #, python-format msgid "Attach emails manually" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Attach mail manually" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_available +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually +msgid "Attach mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail +msgid "Attach single mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_available msgid "Available folders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_body +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__body msgid "Body" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Cancel" msgstr "Cancelar" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_change_ids +msgid "Changeset Changes" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_ids +msgid "Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "" "Check this field to leave imap inbox alone and only retrieve mail from " "configured folders." msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:34 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Confirm connection first." msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__done msgid "Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:160 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not fetch %s in %s on %s" +msgid "Could not create archive folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:140 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not open mailbox %s on %s" +msgid "Could not fetch %(msgid)s in folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:145 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not search mailbox %s on %s" +msgid "Could not open folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 +#, python-format +msgid "Could not search folder %(folder)s on server %(server)s" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "Count Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "Count Pending Changeset Changes" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "Count Pending Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "Create a New Record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_uid msgid "Created by" msgstr "Creado por" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_date msgid "Created on" msgstr "Creado en" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__date msgid "Date" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder +msgid "Define folders (IMAP mailboxes) from which to fetch mail." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matched emails from server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matches" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__display_name msgid "Display Name" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Domain" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_ids +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_domain +msgid "Domain of email address" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__mail_ids msgid "Emails" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_exact +msgid "Exact mailadress" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Fetch folder now" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "Field (email)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "Field (model)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "" "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Fill in a search filter to narrow down objects to match" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching +msgid "Flag Nonmatching" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching msgid "Flag emails in the server that don't match any object in Odoo" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching -msgid "Flag nonmatching" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id msgid "Folder" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folder_ids msgid "Folders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders available on server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders to monitor" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_email_from +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__email_from msgid "From" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 -#, python-format -msgid "General failure when trying to connect to %s server %s." -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id msgid "ID" msgstr "ID" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "INBOX.subfolder1" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "" "If there are multiple matches, use the first one. If not checked, multiple " "matches count as no match at all" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:111 +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format msgid "Invalid folder %s!" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder___last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder____last_update #, fuzzy msgid "Last Modified on" msgstr "Última actualización en" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid msgid "Last Updated by" msgstr "Última actualización de" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 -#, python-format -msgid "Mail attachment" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm +msgid "Match Algorithm" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm -msgid "Match algorithm" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_msgid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid msgid "Message id" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "Message state" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "Model" msgstr "Modelo" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__name msgid "Name" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__draft msgid "Not Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_object_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__object_id msgid "Object" msgstr "Objeto" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__odoo_standard +msgid "Odoo standard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "Only folders, not inbox" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "Order (model)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server -msgid "POP/IMAP Server" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "Path" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "" +"Process each incoming mail as part of a conversation corresponding to this " +"document type. This will create new documents for new conversations, or " +"attach follow-up emails to the existing conversations (documents)." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__received msgid "Received" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Reset Confirmation" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Save" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__sent msgid "Sent" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_sequence +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__sequence msgid "Sequence" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_server_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__server_id msgid "Server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__smart_search +msgid "Smart Search" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__state msgid "Status" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_subject +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__subject msgid "Subject" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Test & Confirm" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm msgid "The algorithm used to determine which object an email matches." msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "" "The field in the email used for matching. Typically this is 'to' or 'from'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "" "The field in your model that contains the field to match against.\n" "Examples:\n" @@ -373,74 +483,97 @@ msgid "" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "The model to attach emails to" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "The number of pending changes of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "The number of pending changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "The overall number of changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "" "The path to your mail folder. Typically would be something like 'INBOX." "myfolder'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "The path where successfully retrieved messages will be stored." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "The state messages fetched from this folder should be assigned in Odoo" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:39 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Unable to retrieve folders." msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "Use 1st match" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id -msgid "Wizard id" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__user_can_see_changeset +msgid "User Can See Changeset" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__wizard_id +msgid "Wizard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "[('state', '=', 'open')]" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "email" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually -msgid "fetchmail.attach.mail.manually" +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +msgid "name asc" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail -msgid "fetchmail.attach.mail.manually.mail" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder -msgid "fetchmail.server.folder" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form -msgid "name asc,type desc" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "or" msgstr "o" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "to,from" msgstr "" diff --git a/fetchmail_attach_from_folder/i18n/fetchmail_attach_from_folder.pot b/fetchmail_attach_from_folder/i18n/fetchmail_attach_from_folder.pot index e25fc05ef..fd5cfc23f 100644 --- a/fetchmail_attach_from_folder/i18n/fetchmail_attach_from_folder.pot +++ b/fetchmail_attach_from_folder/i18n/fetchmail_attach_from_folder.pot @@ -1,12 +1,12 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * fetchmail_attach_from_folder +# * fetchmail_attach_from_folder # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: <>\n" +"Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -14,418 +14,559 @@ msgstr "" "Plural-Forms: \n" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_active +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__active msgid "Active" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:35 +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "Archive Path" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__assigned_attachment_ids +msgid "Assigned Attachments" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:0 #, python-format msgid "Attach emails manually" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Attach mail manually" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_available +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually +msgid "Attach mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail +msgid "Attach single mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_available msgid "Available folders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_body +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__body msgid "Body" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Cancel" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folders_only -msgid "Check this field to leave imap inbox alone and only retrieve mail from configured folders." +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_change_ids +msgid "Changeset Changes" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:34 +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_ids +msgid "Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__folders_only +msgid "" +"Check this field to leave imap inbox alone and only retrieve mail from " +"configured folders." +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Confirm connection first." msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__done msgid "Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:160 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not fetch %s in %s on %s" +msgid "Could not create archive folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:140 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not open mailbox %s on %s" +msgid "Could not fetch %(msgid)s in folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:145 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not search mailbox %s on %s" +msgid "Could not open folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 +#, python-format +msgid "Could not search folder %(folder)s on server %(server)s" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "Count Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "Count Pending Changeset Changes" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "Count Pending Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "Create a New Record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_uid msgid "Created by" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_date msgid "Created on" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__date msgid "Date" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder +msgid "Define folders (IMAP mailboxes) from which to fetch mail." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matched emails from server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matches" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__display_name msgid "Display Name" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Domain" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_ids +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_domain +msgid "Domain of email address" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__mail_ids msgid "Emails" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_exact +msgid "Exact mailadress" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Fetch folder now" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "Field (email)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "Field (model)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order -msgid "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order +msgid "" +"Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Fill in a search filter to narrow down objects to match" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching +msgid "Flag Nonmatching" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching msgid "Flag emails in the server that don't match any object in Odoo" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching -msgid "Flag nonmatching" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id msgid "Folder" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folder_ids msgid "Folders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders available on server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders to monitor" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_email_from +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__email_from msgid "From" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 -#, python-format -msgid "General failure when trying to connect to %s server %s." -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id msgid "ID" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "INBOX.subfolder1" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first -msgid "If there are multiple matches, use the first one. If not checked, multiple matches count as no match at all" +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first +msgid "" +"If there are multiple matches, use the first one. If not checked, multiple " +"matches count as no match at all" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:111 +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format msgid "Invalid folder %s!" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder___last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder____last_update msgid "Last Modified on" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid msgid "Last Updated by" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date msgid "Last Updated on" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 -#, python-format -msgid "Mail attachment" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm +msgid "Match Algorithm" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm -msgid "Match algorithm" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_msgid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid msgid "Message id" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "Message state" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "Model" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__name msgid "Name" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__draft msgid "Not Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_object_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__object_id msgid "Object" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__odoo_standard +msgid "Odoo standard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "Only folders, not inbox" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "Order (model)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server -msgid "POP/IMAP Server" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "Path" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "" +"Process each incoming mail as part of a conversation corresponding to this " +"document type. This will create new documents for new conversations, or " +"attach follow-up emails to the existing conversations (documents)." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__received msgid "Received" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Reset Confirmation" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Save" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__sent msgid "Sent" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_sequence +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__sequence msgid "Sequence" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_server_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__server_id msgid "Server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__smart_search +msgid "Smart Search" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__state msgid "Status" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_subject +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__subject msgid "Subject" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Test & Confirm" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm msgid "The algorithm used to determine which object an email matches." msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field -msgid "The field in the email used for matching. Typically this is 'to' or 'from'" +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field +msgid "" +"The field in the email used for matching. Typically this is 'to' or 'from'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field -msgid "The field in your model that contains the field to match against.\n" +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field +msgid "" +"The field in your model that contains the field to match against.\n" "Examples:\n" "'email' if your model is res.partner, or 'partner_id.email' if you're matching sale orders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "The model to attach emails to" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_path -msgid "The path to your mail folder. Typically would be something like 'INBOX.myfolder'" +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "The number of pending changes of this record" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "The number of pending changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "The overall number of changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__path +msgid "" +"The path to your mail folder. Typically would be something like " +"'INBOX.myfolder'" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "The path where successfully retrieved messages will be stored." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "The state messages fetched from this folder should be assigned in Odoo" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:39 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Unable to retrieve folders." msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "Use 1st match" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id -msgid "Wizard id" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__user_can_see_changeset +msgid "User Can See Changeset" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__wizard_id +msgid "Wizard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "[('state', '=', 'open')]" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "email" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually -msgid "fetchmail.attach.mail.manually" +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +msgid "name asc" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail -msgid "fetchmail.attach.mail.manually.mail" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder -msgid "fetchmail.server.folder" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form -msgid "name asc,type desc" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "or" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "to,from" msgstr "" - diff --git a/fetchmail_attach_from_folder/i18n/fr.po b/fetchmail_attach_from_folder/i18n/fr.po index 3f1a1e0e2..037275f0d 100644 --- a/fetchmail_attach_from_folder/i18n/fr.po +++ b/fetchmail_attach_from_folder/i18n/fr.po @@ -19,352 +19,462 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_active +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__active msgid "Active" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:35 +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "Archive Path" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__assigned_attachment_ids +msgid "Assigned Attachments" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:0 #, python-format msgid "Attach emails manually" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Attach mail manually" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_available +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually +msgid "Attach mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail +msgid "Attach single mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_available msgid "Available folders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_body +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__body msgid "Body" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Cancel" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_change_ids +msgid "Changeset Changes" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_ids +msgid "Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "" "Check this field to leave imap inbox alone and only retrieve mail from " "configured folders." msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:34 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Confirm connection first." msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__done msgid "Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:160 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not fetch %s in %s on %s" +msgid "Could not create archive folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:140 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not open mailbox %s on %s" +msgid "Could not fetch %(msgid)s in folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:145 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not search mailbox %s on %s" +msgid "Could not open folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 +#, python-format +msgid "Could not search folder %(folder)s on server %(server)s" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "Count Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "Count Pending Changeset Changes" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "Count Pending Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "Create a New Record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_uid msgid "Created by" msgstr "Créé par" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_date msgid "Created on" msgstr "Date" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__date msgid "Date" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder +msgid "Define folders (IMAP mailboxes) from which to fetch mail." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matched emails from server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matches" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__display_name msgid "Display Name" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Domain" msgstr "Domaine" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_ids +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_domain +msgid "Domain of email address" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__mail_ids msgid "Emails" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_exact +msgid "Exact mailadress" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Fetch folder now" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "Field (email)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "Field (model)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "" "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Fill in a search filter to narrow down objects to match" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching +msgid "Flag Nonmatching" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching msgid "Flag emails in the server that don't match any object in Odoo" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching -msgid "Flag nonmatching" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id msgid "Folder" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folder_ids msgid "Folders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders available on server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders to monitor" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_email_from +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__email_from msgid "From" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 -#, python-format -msgid "General failure when trying to connect to %s server %s." -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id msgid "ID" msgstr "ID" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "INBOX.subfolder1" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "" "If there are multiple matches, use the first one. If not checked, multiple " "matches count as no match at all" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:111 +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format msgid "Invalid folder %s!" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder___last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder____last_update #, fuzzy msgid "Last Modified on" msgstr "Dernière mise à jour le" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid msgid "Last Updated by" msgstr "Dernière mise à jour par" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date msgid "Last Updated on" msgstr "Dernière mise à jour le" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 -#, python-format -msgid "Mail attachment" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm +msgid "Match Algorithm" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm -msgid "Match algorithm" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_msgid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid msgid "Message id" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "Message state" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "Model" msgstr "Modèle" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__name msgid "Name" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__draft msgid "Not Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_object_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__object_id msgid "Object" msgstr "Objet" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__odoo_standard +msgid "Odoo standard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "Only folders, not inbox" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "Order (model)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server -msgid "POP/IMAP Server" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "Path" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "" +"Process each incoming mail as part of a conversation corresponding to this " +"document type. This will create new documents for new conversations, or " +"attach follow-up emails to the existing conversations (documents)." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__received msgid "Received" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Reset Confirmation" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Save" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__sent msgid "Sent" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_sequence +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__sequence msgid "Sequence" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_server_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__server_id msgid "Server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__smart_search +msgid "Smart Search" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__state msgid "Status" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_subject +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__subject msgid "Subject" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Test & Confirm" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm msgid "The algorithm used to determine which object an email matches." msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "" "The field in the email used for matching. Typically this is 'to' or 'from'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "" "The field in your model that contains the field to match against.\n" "Examples:\n" @@ -373,74 +483,97 @@ msgid "" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "The model to attach emails to" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "The number of pending changes of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "The number of pending changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "The overall number of changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "" "The path to your mail folder. Typically would be something like 'INBOX." "myfolder'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "The path where successfully retrieved messages will be stored." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "The state messages fetched from this folder should be assigned in Odoo" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:39 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Unable to retrieve folders." msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "Use 1st match" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id -msgid "Wizard id" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__user_can_see_changeset +msgid "User Can See Changeset" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__wizard_id +msgid "Wizard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "[('state', '=', 'open')]" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "email" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually -msgid "fetchmail.attach.mail.manually" +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +msgid "name asc" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail -msgid "fetchmail.attach.mail.manually.mail" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder -msgid "fetchmail.server.folder" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form -msgid "name asc,type desc" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "or" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "to,from" msgstr "" diff --git a/fetchmail_attach_from_folder/i18n/fr_CA.po b/fetchmail_attach_from_folder/i18n/fr_CA.po index 713314c73..1a38baca3 100644 --- a/fetchmail_attach_from_folder/i18n/fr_CA.po +++ b/fetchmail_attach_from_folder/i18n/fr_CA.po @@ -19,351 +19,461 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_active +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__active msgid "Active" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:35 +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "Archive Path" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__assigned_attachment_ids +msgid "Assigned Attachments" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:0 #, python-format msgid "Attach emails manually" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Attach mail manually" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_available +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually +msgid "Attach mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail +msgid "Attach single mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_available msgid "Available folders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_body +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__body msgid "Body" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Cancel" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_change_ids +msgid "Changeset Changes" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_ids +msgid "Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "" "Check this field to leave imap inbox alone and only retrieve mail from " "configured folders." msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:34 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Confirm connection first." msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__done msgid "Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:160 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not fetch %s in %s on %s" +msgid "Could not create archive folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:140 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not open mailbox %s on %s" +msgid "Could not fetch %(msgid)s in folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:145 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not search mailbox %s on %s" +msgid "Could not open folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 +#, python-format +msgid "Could not search folder %(folder)s on server %(server)s" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "Count Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "Count Pending Changeset Changes" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "Count Pending Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "Create a New Record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_uid msgid "Created by" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_date msgid "Created on" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__date msgid "Date" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder +msgid "Define folders (IMAP mailboxes) from which to fetch mail." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matched emails from server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matches" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__display_name msgid "Display Name" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Domain" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_ids +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_domain +msgid "Domain of email address" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__mail_ids msgid "Emails" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_exact +msgid "Exact mailadress" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Fetch folder now" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "Field (email)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "Field (model)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "" "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Fill in a search filter to narrow down objects to match" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching +msgid "Flag Nonmatching" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching msgid "Flag emails in the server that don't match any object in Odoo" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching -msgid "Flag nonmatching" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id msgid "Folder" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folder_ids msgid "Folders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders available on server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders to monitor" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_email_from +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__email_from msgid "From" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 -#, python-format -msgid "General failure when trying to connect to %s server %s." -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id msgid "ID" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "INBOX.subfolder1" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "" "If there are multiple matches, use the first one. If not checked, multiple " "matches count as no match at all" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:111 +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format msgid "Invalid folder %s!" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder___last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder____last_update msgid "Last Modified on" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid msgid "Last Updated by" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date msgid "Last Updated on" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 -#, python-format -msgid "Mail attachment" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm +msgid "Match Algorithm" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm -msgid "Match algorithm" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_msgid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid msgid "Message id" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "Message state" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "Model" msgstr "Modèle" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__name msgid "Name" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__draft msgid "Not Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_object_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__object_id msgid "Object" msgstr "Objet" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__odoo_standard +msgid "Odoo standard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "Only folders, not inbox" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "Order (model)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server -msgid "POP/IMAP Server" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "Path" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "" +"Process each incoming mail as part of a conversation corresponding to this " +"document type. This will create new documents for new conversations, or " +"attach follow-up emails to the existing conversations (documents)." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__received msgid "Received" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Reset Confirmation" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Save" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__sent msgid "Sent" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_sequence +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__sequence msgid "Sequence" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_server_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__server_id msgid "Server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__smart_search +msgid "Smart Search" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__state msgid "Status" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_subject +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__subject msgid "Subject" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Test & Confirm" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm msgid "The algorithm used to determine which object an email matches." msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "" "The field in the email used for matching. Typically this is 'to' or 'from'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "" "The field in your model that contains the field to match against.\n" "Examples:\n" @@ -372,74 +482,97 @@ msgid "" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "The model to attach emails to" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "The number of pending changes of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "The number of pending changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "The overall number of changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "" "The path to your mail folder. Typically would be something like 'INBOX." "myfolder'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "The path where successfully retrieved messages will be stored." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "The state messages fetched from this folder should be assigned in Odoo" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:39 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Unable to retrieve folders." msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "Use 1st match" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id -msgid "Wizard id" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__user_can_see_changeset +msgid "User Can See Changeset" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__wizard_id +msgid "Wizard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "[('state', '=', 'open')]" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "email" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually -msgid "fetchmail.attach.mail.manually" +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +msgid "name asc" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail -msgid "fetchmail.attach.mail.manually.mail" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder -msgid "fetchmail.server.folder" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form -msgid "name asc,type desc" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "or" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "to,from" msgstr "" diff --git a/fetchmail_attach_from_folder/i18n/it.po b/fetchmail_attach_from_folder/i18n/it.po index 3fe5b10a2..7a0ac51df 100644 --- a/fetchmail_attach_from_folder/i18n/it.po +++ b/fetchmail_attach_from_folder/i18n/it.po @@ -20,351 +20,461 @@ msgstr "" "X-Generator: Weblate 4.17\n" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_active +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__active msgid "Active" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:35 +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "Archive Path" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__assigned_attachment_ids +msgid "Assigned Attachments" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:0 #, python-format msgid "Attach emails manually" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Attach mail manually" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_available +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually +msgid "Attach mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail +msgid "Attach single mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_available msgid "Available folders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_body +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__body msgid "Body" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Cancel" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_change_ids +msgid "Changeset Changes" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_ids +msgid "Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "" "Check this field to leave imap inbox alone and only retrieve mail from " "configured folders." msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:34 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Confirm connection first." msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__done msgid "Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:160 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not fetch %s in %s on %s" +msgid "Could not create archive folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:140 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not open mailbox %s on %s" +msgid "Could not fetch %(msgid)s in folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:145 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not search mailbox %s on %s" +msgid "Could not open folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 +#, python-format +msgid "Could not search folder %(folder)s on server %(server)s" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "Count Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "Count Pending Changeset Changes" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "Count Pending Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "Create a New Record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_uid msgid "Created by" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_date msgid "Created on" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__date msgid "Date" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder +msgid "Define folders (IMAP mailboxes) from which to fetch mail." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matched emails from server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matches" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__display_name msgid "Display Name" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Domain" msgstr "Dominio" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_ids +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_domain +msgid "Domain of email address" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__mail_ids msgid "Emails" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_exact +msgid "Exact mailadress" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Fetch folder now" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "Field (email)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "Field (model)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "" "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Fill in a search filter to narrow down objects to match" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching +msgid "Flag Nonmatching" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching msgid "Flag emails in the server that don't match any object in Odoo" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching -msgid "Flag nonmatching" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id msgid "Folder" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folder_ids msgid "Folders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders available on server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders to monitor" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_email_from +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__email_from msgid "From" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 -#, python-format -msgid "General failure when trying to connect to %s server %s." -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id msgid "ID" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "INBOX.subfolder1" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "" "If there are multiple matches, use the first one. If not checked, multiple " "matches count as no match at all" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:111 +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format msgid "Invalid folder %s!" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder___last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder____last_update msgid "Last Modified on" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid msgid "Last Updated by" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date msgid "Last Updated on" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 -#, python-format -msgid "Mail attachment" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm +msgid "Match Algorithm" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm -msgid "Match algorithm" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_msgid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid msgid "Message id" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "Message state" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "Model" msgstr "Modello" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__name msgid "Name" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__draft msgid "Not Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_object_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__object_id msgid "Object" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__odoo_standard +msgid "Odoo standard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "Only folders, not inbox" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "Order (model)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server -msgid "POP/IMAP Server" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "Path" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "" +"Process each incoming mail as part of a conversation corresponding to this " +"document type. This will create new documents for new conversations, or " +"attach follow-up emails to the existing conversations (documents)." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__received msgid "Received" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Reset Confirmation" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Save" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__sent msgid "Sent" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_sequence +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__sequence msgid "Sequence" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_server_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__server_id msgid "Server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__smart_search +msgid "Smart Search" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__state msgid "Status" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_subject +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__subject msgid "Subject" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Test & Confirm" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm msgid "The algorithm used to determine which object an email matches." msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "" "The field in the email used for matching. Typically this is 'to' or 'from'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "" "The field in your model that contains the field to match against.\n" "Examples:\n" @@ -373,74 +483,97 @@ msgid "" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "The model to attach emails to" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "The number of pending changes of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "The number of pending changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "The overall number of changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "" "The path to your mail folder. Typically would be something like 'INBOX." "myfolder'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "The path where successfully retrieved messages will be stored." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "The state messages fetched from this folder should be assigned in Odoo" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:39 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Unable to retrieve folders." msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "Use 1st match" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id -msgid "Wizard id" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__user_can_see_changeset +msgid "User Can See Changeset" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__wizard_id +msgid "Wizard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "[('state', '=', 'open')]" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "email" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually -msgid "fetchmail.attach.mail.manually" +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +msgid "name asc" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail -msgid "fetchmail.attach.mail.manually.mail" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder -msgid "fetchmail.server.folder" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form -msgid "name asc,type desc" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "or" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "to,from" msgstr "" diff --git a/fetchmail_attach_from_folder/i18n/pt_BR.po b/fetchmail_attach_from_folder/i18n/pt_BR.po index 2b9971951..0ed68e388 100644 --- a/fetchmail_attach_from_folder/i18n/pt_BR.po +++ b/fetchmail_attach_from_folder/i18n/pt_BR.po @@ -9,213 +9,304 @@ msgstr "" "Project-Id-Version: server-tools (8.0)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-09-29 11:14+0000\n" -"PO-Revision-Date: 2015-09-18 22:09+0000\n" -"Last-Translator: Armando Vulcano Junior \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-" -"tools-8-0/language/pt_BR/)\n" +"PO-Revision-Date: 2024-05-29 16:35+0000\n" +"Last-Translator: Rodrigo Macedo \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/" +"OCA-server-tools-8-0/language/pt_BR/)\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.17\n" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_active +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__active msgid "Active" msgstr "Ativo" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:35 +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "Archive Path" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__assigned_attachment_ids +msgid "Assigned Attachments" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:0 #, fuzzy, python-format msgid "Attach emails manually" msgstr "Anexar mail manualmente" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Attach mail manually" msgstr "Anexar mail manualmente" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_available +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually +msgid "Attach mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail +msgid "Attach single mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_available msgid "Available folders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_body +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__body msgid "Body" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Cancel" msgstr "Cancelar" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_change_ids +msgid "Changeset Changes" +msgstr "Mudanças no conjunto de alterações" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_ids +msgid "Changesets" +msgstr "Conjunto de alterações" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "" "Check this field to leave imap inbox alone and only retrieve mail from " "configured folders." msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:34 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Confirm connection first." msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__done msgid "Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:160 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not fetch %s in %s on %s" +msgid "Could not create archive folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:140 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not open mailbox %s on %s" +msgid "Could not fetch %(msgid)s in folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:145 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not search mailbox %s on %s" +msgid "Could not open folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 +#, python-format +msgid "Could not search folder %(folder)s on server %(server)s" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "Count Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "Count Pending Changeset Changes" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "Count Pending Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "Create a New Record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_uid msgid "Created by" msgstr "Criado por" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_date msgid "Created on" msgstr "Criado em" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__date msgid "Date" msgstr "Data" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder +msgid "Define folders (IMAP mailboxes) from which to fetch mail." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matched emails from server" msgstr "Excluir emails correspondentes do servidor" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matches" msgstr "Excluir correspondentes" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__display_name msgid "Display Name" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Domain" msgstr "Domínio" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_ids +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_domain +msgid "Domain of email address" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__mail_ids msgid "Emails" msgstr "Emails" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_exact +msgid "Exact mailadress" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Fetch folder now" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "Field (email)" msgstr "Campo (email)" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "Field (model)" msgstr "Campo (modelo)" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "" "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" msgstr "Campo(s) para classificar, muito útil em conjunção com 'Use 1st match'" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Fill in a search filter to narrow down objects to match" msgstr "Preencha um filtro de pesquisa para diminuir os objetos para combinar" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching +msgid "Flag Nonmatching" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching msgid "Flag emails in the server that don't match any object in Odoo" msgstr "" "E-mails assinalados no servidor que não correspondem a qualquer objeto em " "Odoo" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching -msgid "Flag nonmatching" -msgstr "Sinal sem correspondente" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id msgid "Folder" msgstr "Pasta" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folder_ids msgid "Folders" msgstr "Pastas" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders available on server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders to monitor" msgstr "Pastas para monitorar" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_email_from +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__email_from msgid "From" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 -#, python-format -msgid "General failure when trying to connect to %s server %s." -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id msgid "ID" msgstr "Identificação" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "INBOX.subfolder1" msgstr "INBOX.subpasta1" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "" "If there are multiple matches, use the first one. If not checked, multiple " "matches count as no match at all" @@ -224,152 +315,173 @@ msgstr "" "combinações contam como nenhuma combinação" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:111 +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format msgid "Invalid folder %s!" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder___last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder____last_update #, fuzzy msgid "Last Modified on" msgstr "Última atualização em" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid msgid "Last Updated by" msgstr "Última atualização por" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date msgid "Last Updated on" msgstr "Última atualização em" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 -#, python-format -msgid "Mail attachment" -msgstr "Anexo de Email" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm +msgid "Match Algorithm" +msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm -msgid "Match algorithm" -msgstr "Algoritmo correspondente" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_msgid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid msgid "Message id" msgstr "Identificação da mensagem" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "Message state" msgstr "Estado da mensagem" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "Model" msgstr "Modelo" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__name msgid "Name" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__draft msgid "Not Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_object_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__object_id msgid "Object" msgstr "Objeto" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__odoo_standard +msgid "Odoo standard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "Only folders, not inbox" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "Order (model)" msgstr "Pedido (modelo)" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server -msgid "POP/IMAP Server" -msgstr "Servidor POP/IMAP" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "Path" msgstr "Caminho" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "" +"Process each incoming mail as part of a conversation corresponding to this " +"document type. This will create new documents for new conversations, or " +"attach follow-up emails to the existing conversations (documents)." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__received msgid "Received" msgstr "Recebido" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Reset Confirmation" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Save" msgstr "Salvar" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__sent msgid "Sent" msgstr "Enviado" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_sequence +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__sequence msgid "Sequence" msgstr "Sequência" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_server_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__server_id msgid "Server" msgstr "Servidor" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__smart_search +msgid "Smart Search" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__state msgid "Status" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_subject +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__subject msgid "Subject" msgstr "Título" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Test & Confirm" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm msgid "The algorithm used to determine which object an email matches." msgstr "O algoritmo usado para determinar qual objeto combina com o email." #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "" "The field in the email used for matching. Typically this is 'to' or 'from'" msgstr "O campo no email usado para combinação. Tipicamente é 'to' ou 'from'" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "" "The field in your model that contains the field to match against.\n" "Examples:\n" @@ -378,12 +490,36 @@ msgid "" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "The model to attach emails to" msgstr "O modelo para anexar emails ao" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "The number of pending changes of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "The number of pending changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "The overall number of changesets of this record" +msgstr "O número total de conjuntos de alterações deste registro" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "" "The path to your mail folder. Typically would be something like 'INBOX." "myfolder'" @@ -392,69 +528,93 @@ msgstr "" "myfolder'" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "The path where successfully retrieved messages will be stored." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "The state messages fetched from this folder should be assigned in Odoo" msgstr "" "As mensagens de estado trazidas desta pasta devem ser atribuídas no Odoo" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:39 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Unable to retrieve folders." msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "Use 1st match" msgstr "Use a 1a combinação" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id -msgid "Wizard id" -msgstr "Identificação do assistente" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__user_can_see_changeset +msgid "User Can See Changeset" +msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__wizard_id +msgid "Wizard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "[('state', '=', 'open')]" msgstr "[('state', '=', 'open')]" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "email" msgstr "email" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually -#, fuzzy -msgid "fetchmail.attach.mail.manually" -msgstr "Anexar mail manualmente" - -#. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail -#, fuzzy -msgid "fetchmail.attach.mail.manually.mail" -msgstr "Anexar mail manualmente" - -#. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder -msgid "fetchmail.server.folder" +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +msgid "name asc" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form -msgid "name asc,type desc" -msgstr "nome asc, tipo desc" - -#. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "or" msgstr "ou" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "to,from" msgstr "para,de" +#~ msgid "Flag nonmatching" +#~ msgstr "Sinal sem correspondente" + +#, python-format +#~ msgid "Mail attachment" +#~ msgstr "Anexo de Email" + +#~ msgid "Match algorithm" +#~ msgstr "Algoritmo correspondente" + +#~ msgid "POP/IMAP Server" +#~ msgstr "Servidor POP/IMAP" + +#~ msgid "Wizard id" +#~ msgstr "Identificação do assistente" + +#, fuzzy +#~ msgid "fetchmail.attach.mail.manually" +#~ msgstr "Anexar mail manualmente" + +#, fuzzy +#~ msgid "fetchmail.attach.mail.manually.mail" +#~ msgstr "Anexar mail manualmente" + +#~ msgid "name asc,type desc" +#~ msgstr "nome asc, tipo desc" + #~ msgid "Mailbox %s not found!" #~ msgstr "Caixa de entrada %s não encontrada!" diff --git a/fetchmail_attach_from_folder/i18n/ru.po b/fetchmail_attach_from_folder/i18n/ru.po index 6e91ee402..63ae65c9e 100644 --- a/fetchmail_attach_from_folder/i18n/ru.po +++ b/fetchmail_attach_from_folder/i18n/ru.po @@ -21,351 +21,461 @@ msgstr "" "%100>=11 && n%100<=14)? 2 : 3);\n" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_active +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__active msgid "Active" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:35 +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "Archive Path" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__assigned_attachment_ids +msgid "Assigned Attachments" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:0 #, python-format msgid "Attach emails manually" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Attach mail manually" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_available +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually +msgid "Attach mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail +msgid "Attach single mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_available msgid "Available folders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_body +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__body msgid "Body" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Cancel" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_change_ids +msgid "Changeset Changes" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_ids +msgid "Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "" "Check this field to leave imap inbox alone and only retrieve mail from " "configured folders." msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:34 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Confirm connection first." msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__done msgid "Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:160 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not fetch %s in %s on %s" +msgid "Could not create archive folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:140 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not open mailbox %s on %s" +msgid "Could not fetch %(msgid)s in folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:145 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not search mailbox %s on %s" +msgid "Could not open folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 +#, python-format +msgid "Could not search folder %(folder)s on server %(server)s" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "Count Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "Count Pending Changeset Changes" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "Count Pending Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "Create a New Record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_uid msgid "Created by" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_date msgid "Created on" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__date msgid "Date" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder +msgid "Define folders (IMAP mailboxes) from which to fetch mail." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matched emails from server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matches" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__display_name msgid "Display Name" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Domain" msgstr "Домен" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_ids +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_domain +msgid "Domain of email address" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__mail_ids msgid "Emails" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_exact +msgid "Exact mailadress" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Fetch folder now" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "Field (email)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "Field (model)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "" "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Fill in a search filter to narrow down objects to match" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching +msgid "Flag Nonmatching" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching msgid "Flag emails in the server that don't match any object in Odoo" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching -msgid "Flag nonmatching" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id msgid "Folder" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folder_ids msgid "Folders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders available on server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders to monitor" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_email_from +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__email_from msgid "From" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 -#, python-format -msgid "General failure when trying to connect to %s server %s." -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id msgid "ID" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "INBOX.subfolder1" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "" "If there are multiple matches, use the first one. If not checked, multiple " "matches count as no match at all" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:111 +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format msgid "Invalid folder %s!" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder___last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder____last_update msgid "Last Modified on" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid msgid "Last Updated by" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date msgid "Last Updated on" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 -#, python-format -msgid "Mail attachment" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm +msgid "Match Algorithm" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm -msgid "Match algorithm" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_msgid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid msgid "Message id" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "Message state" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "Model" msgstr "Модель" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__name msgid "Name" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__draft msgid "Not Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_object_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__object_id msgid "Object" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__odoo_standard +msgid "Odoo standard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "Only folders, not inbox" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "Order (model)" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server -msgid "POP/IMAP Server" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "Path" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "" +"Process each incoming mail as part of a conversation corresponding to this " +"document type. This will create new documents for new conversations, or " +"attach follow-up emails to the existing conversations (documents)." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__received msgid "Received" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Reset Confirmation" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Save" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__sent msgid "Sent" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_sequence +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__sequence msgid "Sequence" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_server_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__server_id msgid "Server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__smart_search +msgid "Smart Search" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__state msgid "Status" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_subject +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__subject msgid "Subject" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Test & Confirm" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm msgid "The algorithm used to determine which object an email matches." msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "" "The field in the email used for matching. Typically this is 'to' or 'from'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "" "The field in your model that contains the field to match against.\n" "Examples:\n" @@ -374,74 +484,97 @@ msgid "" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "The model to attach emails to" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "The number of pending changes of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "The number of pending changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "The overall number of changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "" "The path to your mail folder. Typically would be something like 'INBOX." "myfolder'" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "The path where successfully retrieved messages will be stored." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "The state messages fetched from this folder should be assigned in Odoo" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:39 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Unable to retrieve folders." msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "Use 1st match" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id -msgid "Wizard id" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__user_can_see_changeset +msgid "User Can See Changeset" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__wizard_id +msgid "Wizard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "[('state', '=', 'open')]" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "email" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually -msgid "fetchmail.attach.mail.manually" +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +msgid "name asc" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail -msgid "fetchmail.attach.mail.manually.mail" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder -msgid "fetchmail.server.folder" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form -msgid "name asc,type desc" -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "or" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "to,from" msgstr "" diff --git a/fetchmail_attach_from_folder/i18n/sl.po b/fetchmail_attach_from_folder/i18n/sl.po index 1f77ee4bd..40b89bfca 100644 --- a/fetchmail_attach_from_folder/i18n/sl.po +++ b/fetchmail_attach_from_folder/i18n/sl.po @@ -21,136 +21,231 @@ msgstr "" "%100==4 ? 2 : 3);\n" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_active +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__active msgid "Active" msgstr "Aktivno" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:35 +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "Archive Path" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__assigned_attachment_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__assigned_attachment_ids +msgid "Assigned Attachments" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/wizard/attach_mail_manually.py:0 #, fuzzy, python-format msgid "Attach emails manually" msgstr "Ročno pripenjanje e-pošte" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Attach mail manually" msgstr "Ročno pripenjanje e-pošte" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_available +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually +msgid "Attach mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail +msgid "Attach single mail to selected documents." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_available msgid "Available folders" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_body +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__body msgid "Body" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Cancel" msgstr "Preklic" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_change_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_change_ids +msgid "Changeset Changes" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__changeset_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__changeset_ids +msgid "Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "" "Check this field to leave imap inbox alone and only retrieve mail from " "configured folders." msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:34 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Confirm connection first." msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__done msgid "Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:160 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not fetch %s in %s on %s" +msgid "Could not create archive folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:140 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not open mailbox %s on %s" +msgid "Could not fetch %(msgid)s in folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:145 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format -msgid "Could not search mailbox %s on %s" +msgid "Could not open folder %(folder)s on server %(server)s" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 +#, python-format +msgid "Could not search folder %(folder)s on server %(server)s" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "Count Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "Count Pending Changeset Changes" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "Count Pending Changesets" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "Create a New Record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_uid msgid "Created by" msgstr "Ustvaril" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__create_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__create_date msgid "Created on" msgstr "Ustvarjeno" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__date msgid "Date" msgstr "Datum" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder +msgid "Define folders (IMAP mailboxes) from which to fetch mail." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matched emails from server" msgstr "Izbris ujemajočih se e-poštnih sporočil iz strežnika" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_delete_matching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__delete_matching msgid "Delete matches" msgstr "Izbris ujemajočih" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_display_name -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__display_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__display_name msgid "Display Name" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Domain" msgstr "Domena" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_ids +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_domain +msgid "Domain of email address" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__mail_ids msgid "Emails" msgstr "E-poštna sporočila" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__email_exact +msgid "Exact mailadress" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Fetch folder now" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "Field (email)" msgstr "Polje (e-pošta)" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "Field (model)" msgstr "Polje (model)" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "" "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" msgstr "" @@ -158,67 +253,61 @@ msgstr "" "ujemanje'" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_domain +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__domain msgid "Fill in a search filter to narrow down objects to match" msgstr "Izpolni iskalni filter za zožitev ujemajočih se objektov" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching +msgid "Flag Nonmatching" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__flag_nonmatching msgid "Flag emails in the server that don't match any object in Odoo" msgstr "" "Označi e-poštna sporočila na strežniku, ki se ne ujemajo z nobenim objektom " "v Odoo" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching -msgid "Flag nonmatching" -msgstr "Označi ne ujemajoča" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id msgid "Folder" msgstr "Mapa" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_ids +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folder_ids msgid "Folders" msgstr "Mape" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders available on server" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Folders to monitor" msgstr "Mape za nadziranje" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_email_from +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__email_from msgid "From" msgstr "" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 -#, python-format -msgid "General failure when trying to connect to %s server %s." -msgstr "" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_id -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id msgid "ID" msgstr "ID" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "INBOX.subfolder1" msgstr "INBOX.podmapa1" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "" "If there are multiple matches, use the first one. If not checked, multiple " "matches count as no match at all" @@ -227,147 +316,168 @@ msgstr "" "ujemajočih se sporočil smatra kot, da sploh ni ujemajočih se sporočil" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:111 +#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "" + +#. module: fetchmail_attach_from_folder +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0 #, python-format msgid "Invalid folder %s!" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail___last_update -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder___last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail____last_update +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder____last_update #, fuzzy msgid "Last Modified on" msgstr "Zadnjič posodobljeno" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_uid -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_uid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid msgid "Last Updated by" msgstr "Zadnjič posodobil" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_write_date -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__write_date +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date msgid "Last Updated on" msgstr "Zadnjič posodobljeno" #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 -#, python-format -msgid "Mail attachment" -msgstr "E-poštna priponka" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm +msgid "Match Algorithm" +msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm -msgid "Match algorithm" -msgstr "Algoritem ujemanja" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_msgid +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid msgid "Message id" msgstr "ID sporočila" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "Message state" msgstr "Stanje sporočila" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "Model" msgstr "Model" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_name +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__name msgid "Name" msgstr "" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__state__draft msgid "Not Confirmed" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_object_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__object_id msgid "Object" msgstr "Objekt" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folders_only +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__match_algorithm__odoo_standard +msgid "Odoo standard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__folders_only msgid "Only folders, not inbox" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_order +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_order msgid "Order (model)" msgstr "Vrstni red (model)" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server -msgid "POP/IMAP Server" -msgstr "POP/IMAP strežnik" - -#. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "Path" msgstr "Pot" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__object_id +msgid "" +"Process each incoming mail as part of a conversation corresponding to this " +"document type. This will create new documents for new conversations, or " +"attach follow-up emails to the existing conversations (documents)." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__received msgid "Received" msgstr "Prejeto" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Reset Confirmation" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Save" msgstr "Shrani" #. module: fetchmail_attach_from_folder -#: selection:fetchmail.server.folder,msg_state:0 +#: model:ir.model.fields.selection,name:fetchmail_attach_from_folder.selection__fetchmail_server_folder__msg_state__sent msgid "Sent" msgstr "Poslano" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_sequence +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__sequence msgid "Sequence" msgstr "Zaporedje" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_server_id +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__server_id msgid "Server" msgstr "Strežnik" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_state +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__smart_search +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__smart_search +msgid "Smart Search" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__state msgid "Status" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_subject +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__subject msgid "Subject" msgstr "Zadeva" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "Test & Confirm" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm msgid "The algorithm used to determine which object an email matches." msgstr "" "Algoritem, ki se uporablja za določanje objekta, ki mu e-pošta priprada." #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_mail_field +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__mail_field msgid "" "The field in the email used for matching. Typically this is 'to' or 'from'" msgstr "" @@ -375,7 +485,7 @@ msgstr "" "'za' ali 'od'" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_field +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_field msgid "" "The field in your model that contains the field to match against.\n" "Examples:\n" @@ -388,80 +498,128 @@ msgstr "" "prodajne naloge" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_model_id +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__model_id msgid "The model to attach emails to" msgstr "Model, ki mu pripenjamo e-pošto" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_path +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changeset_changes +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changeset_changes +msgid "The number of pending changes of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_pending_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_pending_changesets +msgid "The number of pending changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server__count_changesets +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__count_changesets +msgid "The overall number of changesets of this record" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__path msgid "" "The path to your mail folder. Typically would be something like 'INBOX." "myfolder'" msgstr "Pot do e-poštne mape. Običajno je to nekaj kot 'INBOX.mojamapa'" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder_msg_state +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__archive_path +msgid "The path where successfully retrieved messages will be stored." +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model:ir.model.fields,help:fetchmail_attach_from_folder.field_fetchmail_server_folder__msg_state msgid "The state messages fetched from this folder should be assigned in Odoo" msgstr "Stanje, ki se dodeli sporočilom prenesenim iz te mape." #. module: fetchmail_attach_from_folder -#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:39 +#. odoo-python +#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server.py:0 #, python-format msgid "Unable to retrieve folders." msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_first +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_first msgid "Use 1st match" msgstr "Uporabi 1. ujemanje" #. module: fetchmail_attach_from_folder -#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id -msgid "Wizard id" -msgstr "ID čarovnika" +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server__user_can_see_changeset +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__user_can_see_changeset +msgid "User Can See Changeset" +msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__wizard_id +msgid "Wizard" +msgstr "" + +#. module: fetchmail_attach_from_folder +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "[('state', '=', 'open')]" msgstr "[('state', '=', 'open')]" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "email" msgstr "e-pošta" #. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually -#, fuzzy -msgid "fetchmail.attach.mail.manually" -msgstr "Ročno pripenjanje e-pošte" - -#. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail -#, fuzzy -msgid "fetchmail.attach.mail.manually.mail" -msgstr "Ročno pripenjanje e-pošte" - -#. module: fetchmail_attach_from_folder -#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server_folder -msgid "fetchmail.server.folder" +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +msgid "name asc" msgstr "" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form -msgid "name asc,type desc" -msgstr "name asc,type desc" - -#. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually msgid "or" msgstr "ali" #. module: fetchmail_attach_from_folder -#: model:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form +#: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form msgid "to,from" msgstr "to,from" +#~ msgid "Flag nonmatching" +#~ msgstr "Označi ne ujemajoča" + +#, python-format +#~ msgid "Mail attachment" +#~ msgstr "E-poštna priponka" + +#~ msgid "Match algorithm" +#~ msgstr "Algoritem ujemanja" + +#~ msgid "POP/IMAP Server" +#~ msgstr "POP/IMAP strežnik" + +#~ msgid "Wizard id" +#~ msgstr "ID čarovnika" + +#, fuzzy +#~ msgid "fetchmail.attach.mail.manually" +#~ msgstr "Ročno pripenjanje e-pošte" + +#, fuzzy +#~ msgid "fetchmail.attach.mail.manually.mail" +#~ msgstr "Ročno pripenjanje e-pošte" + +#~ msgid "name asc,type desc" +#~ msgstr "name asc,type desc" + #~ msgid "Mailbox %s not found!" #~ msgstr "Poštni predal %s ni najden!" diff --git a/fetchmail_attach_from_folder/models/__init__.py b/fetchmail_attach_from_folder/models/__init__.py index c5a9d317e..0340cfd07 100644 --- a/fetchmail_attach_from_folder/models/__init__.py +++ b/fetchmail_attach_from_folder/models/__init__.py @@ -2,4 +2,3 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from . import fetchmail_server from . import fetchmail_server_folder -from . import mail_thread diff --git a/fetchmail_attach_from_folder/models/fetchmail_server_folder.py b/fetchmail_attach_from_folder/models/fetchmail_server_folder.py index 12107ba3b..6f6e64d04 100644 --- a/fetchmail_attach_from_folder/models/fetchmail_server_folder.py +++ b/fetchmail_attach_from_folder/models/fetchmail_server_folder.py @@ -1,10 +1,15 @@ # Copyright - 2013-2024 Therp BV . # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +import email +import email.policy import logging +from xmlrpc import client as xmlrpclib -from odoo import _, fields, models +from odoo import _, api, fields, models from odoo.exceptions import UserError, ValidationError +from .. import match_algorithm + _logger = logging.getLogger(__name__) @@ -32,7 +37,7 @@ class FetchmailServerFolder(models.Model): " Typically would be something like 'INBOX.myfolder'", ) archive_path = fields.Char( - help="The path where successfully retrieved messages will be stored.", + help="The path where successfully retrieved messages will be stored." ) model_id = fields.Many2one( comodel_name="ir.model", @@ -204,22 +209,23 @@ class FetchmailServerFolder(models.Model): def apply_matching(self, connection, msgid): """Return id of object matched (which will be the thread_id).""" self.ensure_one() + thread_id = None thread_model = self.env["mail.thread"] message_org = self.fetch_msg(connection, msgid) - custom_values = ( - None - if self.match_algorithm == "odoo_standard" - else { - "folder": self, - } - ) - thread_id = thread_model.message_process( - self.model_id.model, - message_org, - custom_values=custom_values, - save_original=self.server_id.original, - strip_attachments=(not self.server_id.attach), - ) + if self.match_algorithm == "odoo_standard": + thread_id = thread_model.message_process( + self.model_id.model, + message_org, + save_original=self.server_id.original, + strip_attachments=(not self.server_id.attach), + ) + else: + message_dict = self._get_message_dict(message_org) + if not self._check_message_already_present(message_dict): + match = self._find_match(message_dict) + if match: + thread_id = match.id + self.attach_mail(match, message_dict) matched = True if thread_id else False self.update_msg(connection, msgid, matched=matched) if self.archive_path: @@ -255,3 +261,118 @@ class FetchmailServerFolder(models.Model): connection.copy(msgid, self.archive_path) connection.store(msgid, "+FLAGS", "\\Deleted") connection.expunge() + + @api.model + def _get_message_dict(self, message): + """Get message_dict from original message. + + This uses some code copied from mail.thread.message_process, that + unfortunately is not in a separate method. + """ + if isinstance(message, xmlrpclib.Binary): + message = bytes(message.data) + if isinstance(message, str): + message = message.encode("utf-8") + message = email.message_from_bytes(message, policy=email.policy.SMTP) + thread_model = self.env["mail.thread"] + message_dict = thread_model.message_parse( + message, save_original=self.server_id.original + ) + return message_dict + + def _check_message_already_present(self, message_dict): + """If message already handled, it should be ignored.""" + message_id = message_dict["message_id"] + if self.env["mail.message"].search([("message_id", "=", message_id)], limit=1): + _logger.debug( + "Message %(message_id)s already in database", + {"message_id": message_id}, + ) + return True + return False + + def _find_match(self, message_dict): + """Try to find existing object to link mail to.""" + self.ensure_one() + matcher = self._get_algorithm() + if not matcher: + return None + matches = matcher.search_matches(self, message_dict) + if not matches: + _logger.info( + "No match found for message %(subject)s with msgid %(msgid)s", + { + "subject": message_dict.get("subject", "no subject"), + "msgid": message_dict.get("message_id", "no msgid"), + }, + ) + return None + if len(matches) > 1: + _logger.debug( + "Multiple matches found: %(matches)s", + { + "matches": ", ".join( + [str((match.id, match.display_name)) for match in matches] + ), + }, + ) + matched = len(matches) == 1 or self.match_first + return matched and matches[0] or None + + def _get_algorithm(self): + """Translate algorithm code to implementation class. + + We used to load this dynamically, but having it more or less hardcoded + allows to adapt the UI to the selected algorithm, withouth needing + the (deprecated) fields_view_get trickery we used in the past. + """ + self.ensure_one() + if self.match_algorithm == "email_domain": + return match_algorithm.email_domain.EmailDomain() + if self.match_algorithm == "email_exact": + return match_algorithm.email_exact.EmailExact() + _logger.error( + "Unknown algorithm %(algorithm)s", {"algorithm": self.match_algorithm} + ) + return None + + def attach_mail(self, match_object, message_dict): + """Attach mail to match_object.""" + self.ensure_one() + partner = False + model_name = self.model_id.model + if model_name == "res.partner": + partner = match_object + elif "partner_id" in self.env[model_name]._fields: + partner = match_object.partner_id + message_model = self.env["mail.message"] + msg_values = { + key: val + for key, val in message_dict.items() + if key in message_model._fields + } + msg_values.update( + { + "author_id": partner and partner.id or False, + "model": model_name, + "res_id": match_object.id, + "message_type": "email", + } + ) + thread_model = self.env["mail.thread"] + attachments = message_dict["attachments"] or [] + attachment_ids = [] + attachement_values = thread_model._message_post_process_attachments( + attachments, attachment_ids, msg_values + ) + msg_values.update(attachement_values) + message = message_model.create(msg_values) + _logger.debug( + "Message with id %(message_id)s created" + " for %(model_name)s with id %(thread_id)s", + { + "message_id": message.id, + "model_name": model_name, + "thread_id": match_object.id, + }, + ) diff --git a/fetchmail_attach_from_folder/models/mail_thread.py b/fetchmail_attach_from_folder/models/mail_thread.py deleted file mode 100644 index 10e99b9b3..000000000 --- a/fetchmail_attach_from_folder/models/mail_thread.py +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright - 2024 Therp BV . -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -import logging - -from odoo import api, models - -from .. import match_algorithm - -_logger = logging.getLogger(__name__) - - -class MailThread(models.AbstractModel): - _inherit = "mail.thread" - - @api.model - def message_route( - self, - message, - message_dict, - model=None, - thread_id=None, - custom_values=None, - ): - """Override to apply matching algorithm to determine thread_id if requested.""" - if not thread_id and custom_values and "folder" in custom_values: - match = self._find_match(custom_values, message_dict) - if not match: - return [] # This will ultimately return thread_id = False - thread_id = match.id - return super().message_route( - message, - message_dict, - model=model, - thread_id=thread_id, - custom_values=custom_values, - ) - - @api.model - def _find_match(self, custom_values, message_dict): - """Try to find existing object to link mail to.""" - folder = custom_values.pop("folder") - matcher = self._get_algorithm(folder.match_algorithm) - if not matcher: - return None - matches = matcher.search_matches(folder, message_dict) - if not matches: - _logger.info( - "No match found for message %(subject)s with msgid %(msgid)s", - { - "subject": message_dict.get("subject", "no subject"), - "msgid": message_dict.get("message_id", "no msgid"), - }, - ) - return None - matched = len(matches) == 1 or folder.match_first - return matched and matches[0] or None - - @api.model - def _get_algorithm(self, algorithm): - """Translate algorithm code to implementation class. - - We used to load this dynamically, but having it more or less hardcoded - allows to adapt the UI to the selected algorithm, withouth needing - the (deprecated) fields_view_get trickery we used in the past. - """ - if algorithm == "email_domain": - return match_algorithm.email_domain.EmailDomain() - if algorithm == "email_exact": - return match_algorithm.email_exact.EmailExact() - _logger.error("Unknown algorithm %(algorithm)s", {"algorithm": algorithm}) - return None diff --git a/fetchmail_attach_from_folder/tests/test_match_algorithms.py b/fetchmail_attach_from_folder/tests/test_match_algorithms.py index 65827e898..04018f42b 100644 --- a/fetchmail_attach_from_folder/tests/test_match_algorithms.py +++ b/fetchmail_attach_from_folder/tests/test_match_algorithms.py @@ -25,17 +25,10 @@ MSG_BODY = [ "Content-Type: text/plain; charset=utf-8\r\n" "Content-Language: en-US\r\n" "Content-Transfer-Encoding: 7bit\r\n\r\n" - "Hallo Wereld!\r\n" - % { - "test_email": TEST_EMAIL, - "test_subject": TEST_SUBJECT, - }, - ), + "Hallo Wereld!\r\n" % {"test_email": TEST_EMAIL, "test_subject": TEST_SUBJECT}, + ) ] -MAIL_MESSAGE = { - "subject": TEST_SUBJECT, - "to": "demo@yourcompany.example.com", -} +MAIL_MESSAGE = {"subject": TEST_SUBJECT, "to": "demo@yourcompany.example.com"} class MockConnection: diff --git a/fetchmail_attach_from_folder/wizard/attach_mail_manually.py b/fetchmail_attach_from_folder/wizard/attach_mail_manually.py index 7acd32cb1..bd75b208d 100644 --- a/fetchmail_attach_from_folder/wizard/attach_mail_manually.py +++ b/fetchmail_attach_from_folder/wizard/attach_mail_manually.py @@ -103,5 +103,5 @@ class AttachMailManuallyMail(models.TransientModel): email_from = fields.Char("From", readonly=True) body = fields.Html(readonly=True) object_id = fields.Reference( - lambda self: [(m.model, m.name) for m in self.env["ir.model"].search([])], + lambda self: [(m.model, m.name) for m in self.env["ir.model"].search([])] )