[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.
pull/3071/head
Ronald Portier 2024-05-13 10:35:54 +02:00 committed by Jose Zambudio
parent f4b8dbc2ca
commit ff1faeaaa3
14 changed files with 2582 additions and 1283 deletions

View File

@ -19,352 +19,462 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: fetchmail_attach_from_folder #. 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" msgid "Active"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Attach emails manually" msgid "Attach emails manually"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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
#: 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 "Attach mail manually" msgid "Attach mail manually"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Available folders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Body"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Cancel"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"Check this field to leave imap inbox alone and only retrieve mail from " "Check this field to leave imap inbox alone and only retrieve mail from "
"configured folders." "configured folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Confirm connection first." msgid "Confirm connection first."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not fetch %s in %s on %s" msgid "Could not create archive folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, 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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not search mailbox %s on %s" msgid "Could not open folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid #. odoo-python
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid #: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid #, 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" msgid "Created by"
msgstr "Erstellt von" msgstr "Erstellt von"
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__create_date
msgid "Created on" msgid "Created on"
msgstr "Erstellt am:" msgstr "Erstellt am:"
#. module: fetchmail_attach_from_folder #. 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" msgid "Date"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matched emails from server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matches"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Domain"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Emails"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Fetch folder now"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (email)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (model)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Fill in a search filter to narrow down objects to match"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Flag emails in the server that don't match any object in Odoo"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id
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
msgid "Folder" msgid "Folder"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders available on server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders to monitor"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "From"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id
#, python-format #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id
msgid "General failure when trying to connect to %s server %s." #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id
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
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: fetchmail_attach_from_folder #. 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" msgid "INBOX.subfolder1"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"If there are multiple matches, use the first one. If not checked, multiple " "If there are multiple matches, use the first one. If not checked, multiple "
"matches count as no match at all" "matches count as no match at all"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Invalid folder %s!" msgid "Invalid folder %s!"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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____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_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_server_folder____last_update
#, fuzzy #, fuzzy
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zuletzt aktualisiert am" msgstr "Zuletzt aktualisiert am"
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Zuletzt aktualisiert von" msgstr "Zuletzt aktualisiert von"
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am" msgstr "Zuletzt aktualisiert am"
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm
#, python-format msgid "Match Algorithm"
msgid "Mail attachment"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid
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
msgid "Message id" msgid "Message id"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Message state"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Model"
msgstr "Modell" msgstr "Modell"
#. module: fetchmail_attach_from_folder #. 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" msgid "Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Not Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Object"
msgstr "Objekt" msgstr "Objekt"
#. module: fetchmail_attach_from_folder #. 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" msgid "Only folders, not inbox"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Order (model)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path
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
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Received"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Reset Confirmation"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Save"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Sent"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Sequence"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Status"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Subject"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Test & Confirm"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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." msgid "The algorithm used to determine which object an email matches."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The field in the email used for matching. Typically this is 'to' or 'from'" "The field in the email used for matching. Typically this is 'to' or 'from'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The field in your model that contains the field to match against.\n" "The field in your model that contains the field to match against.\n"
"Examples:\n" "Examples:\n"
@ -373,74 +483,97 @@ msgid ""
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "The model to attach emails to"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The path to your mail folder. Typically would be something like 'INBOX." "The path to your mail folder. Typically would be something like 'INBOX."
"myfolder'" "myfolder'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "The state messages fetched from this folder should be assigned in Odoo"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Unable to retrieve folders." msgid "Unable to retrieve folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Use 1st match"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset
msgid "Wizard id" #: 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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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')]" msgid "[('state', '=', 'open')]"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "email"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually #: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form
msgid "fetchmail.attach.mail.manually" msgid "name asc"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail #: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually
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
msgid "or" msgid "or"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "to,from"
msgstr "" msgstr ""

View File

@ -19,352 +19,462 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: fetchmail_attach_from_folder #. 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" msgid "Active"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Attach emails manually" msgid "Attach emails manually"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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
#: 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 "Attach mail manually" msgid "Attach mail manually"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Available folders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Body"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"Check this field to leave imap inbox alone and only retrieve mail from " "Check this field to leave imap inbox alone and only retrieve mail from "
"configured folders." "configured folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Confirm connection first." msgid "Confirm connection first."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not fetch %s in %s on %s" msgid "Could not create archive folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, 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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not search mailbox %s on %s" msgid "Could not open folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid #. odoo-python
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid #: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid #, 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" msgid "Created by"
msgstr "Creado por" msgstr "Creado por"
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__create_date
msgid "Created on" msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: fetchmail_attach_from_folder #. 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" msgid "Date"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matched emails from server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matches"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Domain"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Emails"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Fetch folder now"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (email)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (model)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Fill in a search filter to narrow down objects to match"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Flag emails in the server that don't match any object in Odoo"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id
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
msgid "Folder" msgid "Folder"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders available on server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders to monitor"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "From"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id
#, python-format #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id
msgid "General failure when trying to connect to %s server %s." #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id
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
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: fetchmail_attach_from_folder #. 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" msgid "INBOX.subfolder1"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"If there are multiple matches, use the first one. If not checked, multiple " "If there are multiple matches, use the first one. If not checked, multiple "
"matches count as no match at all" "matches count as no match at all"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Invalid folder %s!" msgid "Invalid folder %s!"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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____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_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_server_folder____last_update
#, fuzzy #, fuzzy
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Última actualización de" msgstr "Última actualización de"
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm
#, python-format msgid "Match Algorithm"
msgid "Mail attachment"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid
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
msgid "Message id" msgid "Message id"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Message state"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Model"
msgstr "Modelo" msgstr "Modelo"
#. module: fetchmail_attach_from_folder #. 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" msgid "Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Not Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Object"
msgstr "Objeto" msgstr "Objeto"
#. module: fetchmail_attach_from_folder #. 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" msgid "Only folders, not inbox"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Order (model)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path
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
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Received"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Reset Confirmation"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Save"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Sent"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Sequence"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Status"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Subject"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Test & Confirm"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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." msgid "The algorithm used to determine which object an email matches."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The field in the email used for matching. Typically this is 'to' or 'from'" "The field in the email used for matching. Typically this is 'to' or 'from'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The field in your model that contains the field to match against.\n" "The field in your model that contains the field to match against.\n"
"Examples:\n" "Examples:\n"
@ -373,74 +483,97 @@ msgid ""
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "The model to attach emails to"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The path to your mail folder. Typically would be something like 'INBOX." "The path to your mail folder. Typically would be something like 'INBOX."
"myfolder'" "myfolder'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "The state messages fetched from this folder should be assigned in Odoo"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Unable to retrieve folders." msgid "Unable to retrieve folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Use 1st match"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset
msgid "Wizard id" #: 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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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')]" msgid "[('state', '=', 'open')]"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "email"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually #: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form
msgid "fetchmail.attach.mail.manually" msgid "name asc"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail #: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually
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
msgid "or" msgid "or"
msgstr "o" msgstr "o"
#. module: fetchmail_attach_from_folder #. 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" msgid "to,from"
msgstr "" msgstr ""

View File

@ -1,12 +1,12 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * fetchmail_attach_from_folder # * fetchmail_attach_from_folder
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 10.0\n" "Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -14,418 +14,559 @@ msgstr ""
"Plural-Forms: \n" "Plural-Forms: \n"
#. module: fetchmail_attach_from_folder #. 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" msgid "Active"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Attach emails manually" msgid "Attach emails manually"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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
#: 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 "Attach mail manually" msgid "Attach mail manually"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Available folders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Body"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Cancel"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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
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_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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Confirm connection first." msgid "Confirm connection first."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not fetch %s in %s on %s" msgid "Could not create archive folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, 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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not search mailbox %s on %s" msgid "Could not open folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid #. odoo-python
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid #: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid #, 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" msgid "Created by"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__create_date
msgid "Created on" msgid "Created on"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Date"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matched emails from server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matches"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Domain"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Emails"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Fetch folder now"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (email)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (model)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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'" msgid ""
"Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Fill in a search filter to narrow down objects to match"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Flag emails in the server that don't match any object in Odoo"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id
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
msgid "Folder" msgid "Folder"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders available on server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders to monitor"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "From"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id
#, python-format #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id
msgid "General failure when trying to connect to %s server %s." #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id
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
msgid "ID" msgid "ID"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "INBOX.subfolder1"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid ""
"If there are multiple matches, use the first one. If not checked, multiple "
"matches count as no match at all"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Invalid folder %s!" msgid "Invalid folder %s!"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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____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_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_server_folder____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm
#, python-format msgid "Match Algorithm"
msgid "Mail attachment"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid
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
msgid "Message id" msgid "Message id"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Message state"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Model"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Not Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Object"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Only folders, not inbox"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Order (model)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path
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
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Received"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Reset Confirmation"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Save"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Sent"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Sequence"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Status"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Subject"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Test & Confirm"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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." msgid "The algorithm used to determine which object an email matches."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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'" msgid ""
"The field in the email used for matching. Typically this is 'to' or 'from'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid ""
"The field in your model that contains the field to match against.\n"
"Examples:\n" "Examples:\n"
"'email' if your model is res.partner, or 'partner_id.email' if you're matching sale orders" "'email' if your model is res.partner, or 'partner_id.email' if you're matching sale orders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "The model to attach emails to"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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
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_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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "The state messages fetched from this folder should be assigned in Odoo"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Unable to retrieve folders." msgid "Unable to retrieve folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Use 1st match"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset
msgid "Wizard id" #: 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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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')]" msgid "[('state', '=', 'open')]"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "email"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually #: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form
msgid "fetchmail.attach.mail.manually" msgid "name asc"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail #: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually
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
msgid "or" msgid "or"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "to,from"
msgstr "" msgstr ""

View File

@ -19,352 +19,462 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: fetchmail_attach_from_folder #. 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" msgid "Active"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Attach emails manually" msgid "Attach emails manually"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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
#: 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 "Attach mail manually" msgid "Attach mail manually"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Available folders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Body"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Cancel"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"Check this field to leave imap inbox alone and only retrieve mail from " "Check this field to leave imap inbox alone and only retrieve mail from "
"configured folders." "configured folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Confirm connection first." msgid "Confirm connection first."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not fetch %s in %s on %s" msgid "Could not create archive folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, 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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not search mailbox %s on %s" msgid "Could not open folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid #. odoo-python
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid #: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid #, 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" msgid "Created by"
msgstr "Créé par" msgstr "Créé par"
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__create_date
msgid "Created on" msgid "Created on"
msgstr "Date" msgstr "Date"
#. module: fetchmail_attach_from_folder #. 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" msgid "Date"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matched emails from server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matches"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Domain"
msgstr "Domaine" msgstr "Domaine"
#. module: fetchmail_attach_from_folder #. 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" msgid "Emails"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Fetch folder now"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (email)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (model)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Fill in a search filter to narrow down objects to match"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Flag emails in the server that don't match any object in Odoo"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id
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
msgid "Folder" msgid "Folder"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders available on server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders to monitor"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "From"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id
#, python-format #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id
msgid "General failure when trying to connect to %s server %s." #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id
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
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: fetchmail_attach_from_folder #. 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" msgid "INBOX.subfolder1"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"If there are multiple matches, use the first one. If not checked, multiple " "If there are multiple matches, use the first one. If not checked, multiple "
"matches count as no match at all" "matches count as no match at all"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Invalid folder %s!" msgid "Invalid folder %s!"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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____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_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_server_folder____last_update
#, fuzzy #, fuzzy
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Dernière mise à jour le" msgstr "Dernière mise à jour le"
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Dernière mise à jour par" msgstr "Dernière mise à jour par"
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Dernière mise à jour le" msgstr "Dernière mise à jour le"
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm
#, python-format msgid "Match Algorithm"
msgid "Mail attachment"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid
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
msgid "Message id" msgid "Message id"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Message state"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Model"
msgstr "Modèle" msgstr "Modèle"
#. module: fetchmail_attach_from_folder #. 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" msgid "Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Not Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Object"
msgstr "Objet" msgstr "Objet"
#. module: fetchmail_attach_from_folder #. 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" msgid "Only folders, not inbox"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Order (model)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path
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
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Received"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Reset Confirmation"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Save"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Sent"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Sequence"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Status"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Subject"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Test & Confirm"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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." msgid "The algorithm used to determine which object an email matches."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The field in the email used for matching. Typically this is 'to' or 'from'" "The field in the email used for matching. Typically this is 'to' or 'from'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The field in your model that contains the field to match against.\n" "The field in your model that contains the field to match against.\n"
"Examples:\n" "Examples:\n"
@ -373,74 +483,97 @@ msgid ""
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "The model to attach emails to"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The path to your mail folder. Typically would be something like 'INBOX." "The path to your mail folder. Typically would be something like 'INBOX."
"myfolder'" "myfolder'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "The state messages fetched from this folder should be assigned in Odoo"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Unable to retrieve folders." msgid "Unable to retrieve folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Use 1st match"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset
msgid "Wizard id" #: 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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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')]" msgid "[('state', '=', 'open')]"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "email"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually #: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form
msgid "fetchmail.attach.mail.manually" msgid "name asc"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail #: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually
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
msgid "or" msgid "or"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "to,from"
msgstr "" msgstr ""

View File

@ -19,351 +19,461 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: fetchmail_attach_from_folder #. 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" msgid "Active"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Attach emails manually" msgid "Attach emails manually"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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
#: 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 "Attach mail manually" msgid "Attach mail manually"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Available folders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Body"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Cancel"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"Check this field to leave imap inbox alone and only retrieve mail from " "Check this field to leave imap inbox alone and only retrieve mail from "
"configured folders." "configured folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Confirm connection first." msgid "Confirm connection first."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not fetch %s in %s on %s" msgid "Could not create archive folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, 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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not search mailbox %s on %s" msgid "Could not open folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid #. odoo-python
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid #: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid #, 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" msgid "Created by"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__create_date
msgid "Created on" msgid "Created on"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Date"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matched emails from server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matches"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Domain"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Emails"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Fetch folder now"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (email)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (model)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Fill in a search filter to narrow down objects to match"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Flag emails in the server that don't match any object in Odoo"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id
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
msgid "Folder" msgid "Folder"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders available on server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders to monitor"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "From"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id
#, python-format #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id
msgid "General failure when trying to connect to %s server %s." #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id
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
msgid "ID" msgid "ID"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "INBOX.subfolder1"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"If there are multiple matches, use the first one. If not checked, multiple " "If there are multiple matches, use the first one. If not checked, multiple "
"matches count as no match at all" "matches count as no match at all"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Invalid folder %s!" msgid "Invalid folder %s!"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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____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_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_server_folder____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm
#, python-format msgid "Match Algorithm"
msgid "Mail attachment"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid
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
msgid "Message id" msgid "Message id"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Message state"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Model"
msgstr "Modèle" msgstr "Modèle"
#. module: fetchmail_attach_from_folder #. 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" msgid "Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Not Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Object"
msgstr "Objet" msgstr "Objet"
#. module: fetchmail_attach_from_folder #. 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" msgid "Only folders, not inbox"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Order (model)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path
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
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Received"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Reset Confirmation"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Save"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Sent"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Sequence"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Status"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Subject"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Test & Confirm"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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." msgid "The algorithm used to determine which object an email matches."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The field in the email used for matching. Typically this is 'to' or 'from'" "The field in the email used for matching. Typically this is 'to' or 'from'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The field in your model that contains the field to match against.\n" "The field in your model that contains the field to match against.\n"
"Examples:\n" "Examples:\n"
@ -372,74 +482,97 @@ msgid ""
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "The model to attach emails to"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The path to your mail folder. Typically would be something like 'INBOX." "The path to your mail folder. Typically would be something like 'INBOX."
"myfolder'" "myfolder'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "The state messages fetched from this folder should be assigned in Odoo"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Unable to retrieve folders." msgid "Unable to retrieve folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Use 1st match"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset
msgid "Wizard id" #: 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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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')]" msgid "[('state', '=', 'open')]"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "email"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually #: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form
msgid "fetchmail.attach.mail.manually" msgid "name asc"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail #: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually
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
msgid "or" msgid "or"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "to,from"
msgstr "" msgstr ""

View File

@ -20,351 +20,461 @@ msgstr ""
"X-Generator: Weblate 4.17\n" "X-Generator: Weblate 4.17\n"
#. module: fetchmail_attach_from_folder #. 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" msgid "Active"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Attach emails manually" msgid "Attach emails manually"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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
#: 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 "Attach mail manually" msgid "Attach mail manually"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Available folders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Body"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Cancel"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"Check this field to leave imap inbox alone and only retrieve mail from " "Check this field to leave imap inbox alone and only retrieve mail from "
"configured folders." "configured folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Confirm connection first." msgid "Confirm connection first."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not fetch %s in %s on %s" msgid "Could not create archive folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, 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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not search mailbox %s on %s" msgid "Could not open folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid #. odoo-python
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid #: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid #, 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" msgid "Created by"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__create_date
msgid "Created on" msgid "Created on"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Date"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matched emails from server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matches"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Domain"
msgstr "Dominio" msgstr "Dominio"
#. module: fetchmail_attach_from_folder #. 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" msgid "Emails"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Fetch folder now"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (email)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (model)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Fill in a search filter to narrow down objects to match"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Flag emails in the server that don't match any object in Odoo"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id
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
msgid "Folder" msgid "Folder"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders available on server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders to monitor"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "From"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id
#, python-format #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id
msgid "General failure when trying to connect to %s server %s." #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id
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
msgid "ID" msgid "ID"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "INBOX.subfolder1"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"If there are multiple matches, use the first one. If not checked, multiple " "If there are multiple matches, use the first one. If not checked, multiple "
"matches count as no match at all" "matches count as no match at all"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Invalid folder %s!" msgid "Invalid folder %s!"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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____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_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_server_folder____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm
#, python-format msgid "Match Algorithm"
msgid "Mail attachment"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid
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
msgid "Message id" msgid "Message id"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Message state"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Model"
msgstr "Modello" msgstr "Modello"
#. module: fetchmail_attach_from_folder #. 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" msgid "Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Not Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Object"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Only folders, not inbox"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Order (model)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path
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
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Received"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Reset Confirmation"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Save"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Sent"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Sequence"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Status"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Subject"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Test & Confirm"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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." msgid "The algorithm used to determine which object an email matches."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The field in the email used for matching. Typically this is 'to' or 'from'" "The field in the email used for matching. Typically this is 'to' or 'from'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The field in your model that contains the field to match against.\n" "The field in your model that contains the field to match against.\n"
"Examples:\n" "Examples:\n"
@ -373,74 +483,97 @@ msgid ""
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "The model to attach emails to"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The path to your mail folder. Typically would be something like 'INBOX." "The path to your mail folder. Typically would be something like 'INBOX."
"myfolder'" "myfolder'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "The state messages fetched from this folder should be assigned in Odoo"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Unable to retrieve folders." msgid "Unable to retrieve folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Use 1st match"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset
msgid "Wizard id" #: 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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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')]" msgid "[('state', '=', 'open')]"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "email"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually #: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form
msgid "fetchmail.attach.mail.manually" msgid "name asc"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail #: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually
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
msgid "or" msgid "or"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "to,from"
msgstr "" msgstr ""

View File

@ -9,213 +9,304 @@ msgstr ""
"Project-Id-Version: server-tools (8.0)\n" "Project-Id-Version: server-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-29 11:14+0000\n" "POT-Creation-Date: 2015-09-29 11:14+0000\n"
"PO-Revision-Date: 2015-09-18 22:09+0000\n" "PO-Revision-Date: 2024-05-29 16:35+0000\n"
"Last-Translator: Armando Vulcano Junior <vulcano@uol.com.br>\n" "Last-Translator: Rodrigo Macedo <sottomaiormacedotec@users.noreply."
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-" "translation.odoo-community.org>\n"
"tools-8-0/language/pt_BR/)\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/"
"OCA-server-tools-8-0/language/pt_BR/)\n"
"Language: pt_BR\n" "Language: pt_BR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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 #. 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" msgid "Active"
msgstr "Ativo" msgstr "Ativo"
#. module: fetchmail_attach_from_folder #. 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 #, fuzzy, python-format
msgid "Attach emails manually" msgid "Attach emails manually"
msgstr "Anexar mail manualmente" msgstr "Anexar mail manualmente"
#. module: fetchmail_attach_from_folder #. 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
#: 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 "Attach mail manually" msgid "Attach mail manually"
msgstr "Anexar mail manualmente" msgstr "Anexar mail manualmente"
#. module: fetchmail_attach_from_folder #. 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" msgid "Available folders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Body"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"Check this field to leave imap inbox alone and only retrieve mail from " "Check this field to leave imap inbox alone and only retrieve mail from "
"configured folders." "configured folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Confirm connection first." msgid "Confirm connection first."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not fetch %s in %s on %s" msgid "Could not create archive folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, 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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not search mailbox %s on %s" msgid "Could not open folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid #. odoo-python
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid #: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid #, 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" msgid "Created by"
msgstr "Criado por" msgstr "Criado por"
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__create_date
msgid "Created on" msgid "Created on"
msgstr "Criado em" msgstr "Criado em"
#. module: fetchmail_attach_from_folder #. 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" msgid "Date"
msgstr "Data" msgstr "Data"
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matched emails from server"
msgstr "Excluir emails correspondentes do servidor" msgstr "Excluir emails correspondentes do servidor"
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matches"
msgstr "Excluir correspondentes" msgstr "Excluir correspondentes"
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Domain"
msgstr "Domínio" msgstr "Domínio"
#. module: fetchmail_attach_from_folder #. 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" msgid "Emails"
msgstr "Emails" msgstr "Emails"
#. module: fetchmail_attach_from_folder #. 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" msgid "Fetch folder now"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (email)"
msgstr "Campo (email)" msgstr "Campo (email)"
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (model)"
msgstr "Campo (modelo)" msgstr "Campo (modelo)"
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" "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'" msgstr "Campo(s) para classificar, muito útil em conjunção com 'Use 1st match'"
#. module: fetchmail_attach_from_folder #. 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" msgid "Fill in a search filter to narrow down objects to match"
msgstr "Preencha um filtro de pesquisa para diminuir os objetos para combinar" msgstr "Preencha um filtro de pesquisa para diminuir os objetos para combinar"
#. module: fetchmail_attach_from_folder #. 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" msgid "Flag emails in the server that don't match any object in Odoo"
msgstr "" msgstr ""
"E-mails assinalados no servidor que não correspondem a qualquer objeto em " "E-mails assinalados no servidor que não correspondem a qualquer objeto em "
"Odoo" "Odoo"
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id
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
msgid "Folder" msgid "Folder"
msgstr "Pasta" msgstr "Pasta"
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders"
msgstr "Pastas" msgstr "Pastas"
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders available on server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders to monitor"
msgstr "Pastas para monitorar" msgstr "Pastas para monitorar"
#. module: fetchmail_attach_from_folder #. 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" msgid "From"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id
#, python-format #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id
msgid "General failure when trying to connect to %s server %s." #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id
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
msgid "ID" msgid "ID"
msgstr "Identificação" msgstr "Identificação"
#. module: fetchmail_attach_from_folder #. 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" msgid "INBOX.subfolder1"
msgstr "INBOX.subpasta1" msgstr "INBOX.subpasta1"
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"If there are multiple matches, use the first one. If not checked, multiple " "If there are multiple matches, use the first one. If not checked, multiple "
"matches count as no match at all" "matches count as no match at all"
@ -224,152 +315,173 @@ msgstr ""
"combinações contam como nenhuma combinação" "combinações contam como nenhuma combinação"
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Invalid folder %s!" msgid "Invalid folder %s!"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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____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_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_server_folder____last_update
#, fuzzy #, fuzzy
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última atualização em" msgstr "Última atualização em"
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Última atualização por" msgstr "Última atualização por"
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Última atualização em" msgstr "Última atualização em"
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm
#, python-format msgid "Match Algorithm"
msgid "Mail attachment" msgstr ""
msgstr "Anexo de Email"
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid
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
msgid "Message id" msgid "Message id"
msgstr "Identificação da mensagem" msgstr "Identificação da mensagem"
#. module: fetchmail_attach_from_folder #. 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" msgid "Message state"
msgstr "Estado da mensagem" msgstr "Estado da mensagem"
#. module: fetchmail_attach_from_folder #. 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" msgid "Model"
msgstr "Modelo" msgstr "Modelo"
#. module: fetchmail_attach_from_folder #. 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" msgid "Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Not Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Object"
msgstr "Objeto" msgstr "Objeto"
#. module: fetchmail_attach_from_folder #. 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" msgid "Only folders, not inbox"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Order (model)"
msgstr "Pedido (modelo)" msgstr "Pedido (modelo)"
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path
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
msgid "Path" msgid "Path"
msgstr "Caminho" msgstr "Caminho"
#. module: fetchmail_attach_from_folder #. 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" msgid "Received"
msgstr "Recebido" msgstr "Recebido"
#. module: fetchmail_attach_from_folder #. 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" msgid "Reset Confirmation"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Save"
msgstr "Salvar" msgstr "Salvar"
#. module: fetchmail_attach_from_folder #. 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" msgid "Sent"
msgstr "Enviado" msgstr "Enviado"
#. module: fetchmail_attach_from_folder #. 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" msgid "Sequence"
msgstr "Sequência" msgstr "Sequência"
#. module: fetchmail_attach_from_folder #. 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" msgid "Server"
msgstr "Servidor" msgstr "Servidor"
#. module: fetchmail_attach_from_folder #. 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" msgid "Status"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Subject"
msgstr "Título" msgstr "Título"
#. module: fetchmail_attach_from_folder #. 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" msgid "Test & Confirm"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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." msgid "The algorithm used to determine which object an email matches."
msgstr "O algoritmo usado para determinar qual objeto combina com o email." msgstr "O algoritmo usado para determinar qual objeto combina com o email."
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The field in the email used for matching. Typically this is 'to' or 'from'" "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'" msgstr "O campo no email usado para combinação. Tipicamente é 'to' ou 'from'"
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The field in your model that contains the field to match against.\n" "The field in your model that contains the field to match against.\n"
"Examples:\n" "Examples:\n"
@ -378,12 +490,36 @@ msgid ""
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "The model to attach emails to"
msgstr "O modelo para anexar emails ao" msgstr "O modelo para anexar emails ao"
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The path to your mail folder. Typically would be something like 'INBOX." "The path to your mail folder. Typically would be something like 'INBOX."
"myfolder'" "myfolder'"
@ -392,69 +528,93 @@ msgstr ""
"myfolder'" "myfolder'"
#. module: fetchmail_attach_from_folder #. 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" msgid "The state messages fetched from this folder should be assigned in Odoo"
msgstr "" msgstr ""
"As mensagens de estado trazidas desta pasta devem ser atribuídas no Odoo" "As mensagens de estado trazidas desta pasta devem ser atribuídas no Odoo"
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Unable to retrieve folders." msgid "Unable to retrieve folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Use 1st match"
msgstr "Use a 1a combinação" msgstr "Use a 1a combinação"
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset
msgid "Wizard id" #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__user_can_see_changeset
msgstr "Identificação do assistente" #: 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 #. 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')]" msgid "[('state', '=', 'open')]"
msgstr "[('state', '=', 'open')]" msgstr "[('state', '=', 'open')]"
#. module: fetchmail_attach_from_folder #. 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" msgid "email"
msgstr "email" msgstr "email"
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually #: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form
#, fuzzy msgid "name asc"
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"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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_attach_mail_manually
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
msgid "or" msgid "or"
msgstr "ou" msgstr "ou"
#. module: fetchmail_attach_from_folder #. 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" msgid "to,from"
msgstr "para,de" 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!" #~ msgid "Mailbox %s not found!"
#~ msgstr "Caixa de entrada %s não encontrada!" #~ msgstr "Caixa de entrada %s não encontrada!"

View File

@ -21,351 +21,461 @@ msgstr ""
"%100>=11 && n%100<=14)? 2 : 3);\n" "%100>=11 && n%100<=14)? 2 : 3);\n"
#. module: fetchmail_attach_from_folder #. 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" msgid "Active"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Attach emails manually" msgid "Attach emails manually"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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
#: 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 "Attach mail manually" msgid "Attach mail manually"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Available folders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Body"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Cancel"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"Check this field to leave imap inbox alone and only retrieve mail from " "Check this field to leave imap inbox alone and only retrieve mail from "
"configured folders." "configured folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Confirm connection first." msgid "Confirm connection first."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not fetch %s in %s on %s" msgid "Could not create archive folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, 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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not search mailbox %s on %s" msgid "Could not open folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid #. odoo-python
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid #: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid #, 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" msgid "Created by"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__create_date
msgid "Created on" msgid "Created on"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Date"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matched emails from server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matches"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Domain"
msgstr "Домен" msgstr "Домен"
#. module: fetchmail_attach_from_folder #. 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" msgid "Emails"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Fetch folder now"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (email)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (model)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Fill in a search filter to narrow down objects to match"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Flag emails in the server that don't match any object in Odoo"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id
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
msgid "Folder" msgid "Folder"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders available on server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders to monitor"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "From"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id
#, python-format #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id
msgid "General failure when trying to connect to %s server %s." #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id
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
msgid "ID" msgid "ID"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "INBOX.subfolder1"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"If there are multiple matches, use the first one. If not checked, multiple " "If there are multiple matches, use the first one. If not checked, multiple "
"matches count as no match at all" "matches count as no match at all"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Invalid folder %s!" msgid "Invalid folder %s!"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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____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_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_server_folder____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm
#, python-format msgid "Match Algorithm"
msgid "Mail attachment"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid
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
msgid "Message id" msgid "Message id"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Message state"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Model"
msgstr "Модель" msgstr "Модель"
#. module: fetchmail_attach_from_folder #. 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" msgid "Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Not Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Object"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Only folders, not inbox"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Order (model)"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path
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
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Received"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Reset Confirmation"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Save"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Sent"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Sequence"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Status"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Subject"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Test & Confirm"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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." msgid "The algorithm used to determine which object an email matches."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The field in the email used for matching. Typically this is 'to' or 'from'" "The field in the email used for matching. Typically this is 'to' or 'from'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The field in your model that contains the field to match against.\n" "The field in your model that contains the field to match against.\n"
"Examples:\n" "Examples:\n"
@ -374,74 +484,97 @@ msgid ""
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "The model to attach emails to"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The path to your mail folder. Typically would be something like 'INBOX." "The path to your mail folder. Typically would be something like 'INBOX."
"myfolder'" "myfolder'"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "The state messages fetched from this folder should be assigned in Odoo"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Unable to retrieve folders." msgid "Unable to retrieve folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Use 1st match"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset
msgid "Wizard id" #: 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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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')]" msgid "[('state', '=', 'open')]"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "email"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually #: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form
msgid "fetchmail.attach.mail.manually" msgid "name asc"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually_mail #: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_attach_mail_manually
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
msgid "or" msgid "or"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "to,from"
msgstr "" msgstr ""

View File

@ -21,136 +21,231 @@ msgstr ""
"%100==4 ? 2 : 3);\n" "%100==4 ? 2 : 3);\n"
#. module: fetchmail_attach_from_folder #. 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" msgid "Active"
msgstr "Aktivno" msgstr "Aktivno"
#. module: fetchmail_attach_from_folder #. 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 #, fuzzy, python-format
msgid "Attach emails manually" msgid "Attach emails manually"
msgstr "Ročno pripenjanje e-pošte" msgstr "Ročno pripenjanje e-pošte"
#. module: fetchmail_attach_from_folder #. 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
#: 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 "Attach mail manually" msgid "Attach mail manually"
msgstr "Ročno pripenjanje e-pošte" msgstr "Ročno pripenjanje e-pošte"
#. module: fetchmail_attach_from_folder #. 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" msgid "Available folders"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Body"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Cancel"
msgstr "Preklic" msgstr "Preklic"
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"Check this field to leave imap inbox alone and only retrieve mail from " "Check this field to leave imap inbox alone and only retrieve mail from "
"configured folders." "configured folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Confirm connection first." msgid "Confirm connection first."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not fetch %s in %s on %s" msgid "Could not create archive folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, 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 "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Could not search mailbox %s on %s" msgid "Could not open folder %(folder)s on server %(server)s"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_create_uid #. odoo-python
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_create_uid #: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:0
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_create_uid #, 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" msgid "Created by"
msgstr "Ustvaril" msgstr "Ustvaril"
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__create_date
msgid "Created on" msgid "Created on"
msgstr "Ustvarjeno" msgstr "Ustvarjeno"
#. module: fetchmail_attach_from_folder #. 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" msgid "Date"
msgstr "Datum" msgstr "Datum"
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matched emails from server"
msgstr "Izbris ujemajočih se e-poštnih sporočil iz strežnika" msgstr "Izbris ujemajočih se e-poštnih sporočil iz strežnika"
#. module: fetchmail_attach_from_folder #. 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" msgid "Delete matches"
msgstr "Izbris ujemajočih" msgstr "Izbris ujemajočih"
#. module: fetchmail_attach_from_folder #. 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__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_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_server_folder__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Domain"
msgstr "Domena" msgstr "Domena"
#. module: fetchmail_attach_from_folder #. 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" msgid "Emails"
msgstr "E-poštna sporočila" msgstr "E-poštna sporočila"
#. module: fetchmail_attach_from_folder #. 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" msgid "Fetch folder now"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (email)"
msgstr "Polje (e-pošta)" msgstr "Polje (e-pošta)"
#. module: fetchmail_attach_from_folder #. 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)" msgid "Field (model)"
msgstr "Polje (model)" msgstr "Polje (model)"
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'"
msgstr "" msgstr ""
@ -158,67 +253,61 @@ msgstr ""
"ujemanje'" "ujemanje'"
#. module: fetchmail_attach_from_folder #. 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" msgid "Fill in a search filter to narrow down objects to match"
msgstr "Izpolni iskalni filter za zožitev ujemajočih se objektov" msgstr "Izpolni iskalni filter za zožitev ujemajočih se objektov"
#. module: fetchmail_attach_from_folder #. 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" msgid "Flag emails in the server that don't match any object in Odoo"
msgstr "" msgstr ""
"Označi e-poštna sporočila na strežniku, ki se ne ujemajo z nobenim objektom " "Označi e-poštna sporočila na strežniku, ki se ne ujemajo z nobenim objektom "
"v Odoo" "v Odoo"
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_flag_nonmatching #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__folder_id
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
msgid "Folder" msgid "Folder"
msgstr "Mapa" msgstr "Mapa"
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders"
msgstr "Mape" msgstr "Mape"
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders available on server"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Folders to monitor"
msgstr "Mape za nadziranje" msgstr "Mape za nadziranje"
#. module: fetchmail_attach_from_folder #. 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" msgid "From"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:202 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__id
#, python-format #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__id
msgid "General failure when trying to connect to %s server %s." #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__id
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
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: fetchmail_attach_from_folder #. 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" msgid "INBOX.subfolder1"
msgstr "INBOX.podmapa1" msgstr "INBOX.podmapa1"
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"If there are multiple matches, use the first one. If not checked, multiple " "If there are multiple matches, use the first one. If not checked, multiple "
"matches count as no match at all" "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" "ujemajočih se sporočil smatra kot, da sploh ni ujemajočih se sporočil"
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Invalid folder %s!" msgid "Invalid folder %s!"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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____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_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_server_folder____last_update
#, fuzzy #, fuzzy
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zadnjič posodobljeno" msgstr "Zadnjič posodobljeno"
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Zadnjič posodobil" msgstr "Zadnjič posodobil"
#. module: fetchmail_attach_from_folder #. 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_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 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Zadnjič posodobljeno" msgstr "Zadnjič posodobljeno"
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: code:addons/fetchmail_attach_from_folder/models/fetchmail_server_folder.py:263 #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__match_algorithm
#, python-format msgid "Match Algorithm"
msgid "Mail attachment" msgstr ""
msgstr "E-poštna priponka"
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder_match_algorithm #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__msgid
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
msgid "Message id" msgid "Message id"
msgstr "ID sporočila" msgstr "ID sporočila"
#. module: fetchmail_attach_from_folder #. 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" msgid "Message state"
msgstr "Stanje sporočila" msgstr "Stanje sporočila"
#. module: fetchmail_attach_from_folder #. 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" msgid "Model"
msgstr "Model" msgstr "Model"
#. module: fetchmail_attach_from_folder #. 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" msgid "Name"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Not Confirmed"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Object"
msgstr "Objekt" msgstr "Objekt"
#. module: fetchmail_attach_from_folder #. 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" msgid "Only folders, not inbox"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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)" msgid "Order (model)"
msgstr "Vrstni red (model)" msgstr "Vrstni red (model)"
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_server_folder__path
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
msgid "Path" msgid "Path"
msgstr "Pot" msgstr "Pot"
#. module: fetchmail_attach_from_folder #. 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" msgid "Received"
msgstr "Prejeto" msgstr "Prejeto"
#. module: fetchmail_attach_from_folder #. 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" msgid "Reset Confirmation"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Save"
msgstr "Shrani" msgstr "Shrani"
#. module: fetchmail_attach_from_folder #. 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" msgid "Sent"
msgstr "Poslano" msgstr "Poslano"
#. module: fetchmail_attach_from_folder #. 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" msgid "Sequence"
msgstr "Zaporedje" msgstr "Zaporedje"
#. module: fetchmail_attach_from_folder #. 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" msgid "Server"
msgstr "Strežnik" msgstr "Strežnik"
#. module: fetchmail_attach_from_folder #. 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" msgid "Status"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Subject"
msgstr "Zadeva" msgstr "Zadeva"
#. module: fetchmail_attach_from_folder #. 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" msgid "Test & Confirm"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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." msgid "The algorithm used to determine which object an email matches."
msgstr "" msgstr ""
"Algoritem, ki se uporablja za določanje objekta, ki mu e-pošta priprada." "Algoritem, ki se uporablja za določanje objekta, ki mu e-pošta priprada."
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The field in the email used for matching. Typically this is 'to' or 'from'" "The field in the email used for matching. Typically this is 'to' or 'from'"
msgstr "" msgstr ""
@ -375,7 +485,7 @@ msgstr ""
"'za' ali 'od'" "'za' ali 'od'"
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The field in your model that contains the field to match against.\n" "The field in your model that contains the field to match against.\n"
"Examples:\n" "Examples:\n"
@ -388,80 +498,128 @@ msgstr ""
"prodajne naloge" "prodajne naloge"
#. module: fetchmail_attach_from_folder #. 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" msgid "The model to attach emails to"
msgstr "Model, ki mu pripenjamo e-pošto" msgstr "Model, ki mu pripenjamo e-pošto"
#. module: fetchmail_attach_from_folder #. 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 "" msgid ""
"The path to your mail folder. Typically would be something like 'INBOX." "The path to your mail folder. Typically would be something like 'INBOX."
"myfolder'" "myfolder'"
msgstr "Pot do e-poštne mape. Običajno je to nekaj kot 'INBOX.mojamapa'" msgstr "Pot do e-poštne mape. Običajno je to nekaj kot 'INBOX.mojamapa'"
#. module: fetchmail_attach_from_folder #. 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" msgid "The state messages fetched from this folder should be assigned in Odoo"
msgstr "Stanje, ki se dodeli sporočilom prenesenim iz te mape." msgstr "Stanje, ki se dodeli sporočilom prenesenim iz te mape."
#. module: fetchmail_attach_from_folder #. 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 #, python-format
msgid "Unable to retrieve folders." msgid "Unable to retrieve folders."
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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" msgid "Use 1st match"
msgstr "Uporabi 1. ujemanje" msgstr "Uporabi 1. ujemanje"
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail_wizard_id #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually__user_can_see_changeset
msgid "Wizard id" #: model:ir.model.fields,field_description:fetchmail_attach_from_folder.field_fetchmail_attach_mail_manually_mail__user_can_see_changeset
msgstr "ID čarovnika" #: 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 #. 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')]" msgid "[('state', '=', 'open')]"
msgstr "[('state', '=', 'open')]" msgstr "[('state', '=', 'open')]"
#. module: fetchmail_attach_from_folder #. 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" msgid "email"
msgstr "e-pošta" msgstr "e-pošta"
#. module: fetchmail_attach_from_folder #. module: fetchmail_attach_from_folder
#: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_attach_mail_manually #: model_terms:ir.ui.view,arch_db:fetchmail_attach_from_folder.view_email_server_form
#, fuzzy msgid "name asc"
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"
msgstr "" msgstr ""
#. module: fetchmail_attach_from_folder #. 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_attach_mail_manually
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
msgid "or" msgid "or"
msgstr "ali" msgstr "ali"
#. module: fetchmail_attach_from_folder #. 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" msgid "to,from"
msgstr "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!" #~ msgid "Mailbox %s not found!"
#~ msgstr "Poštni predal %s ni najden!" #~ msgstr "Poštni predal %s ni najden!"

View File

@ -2,4 +2,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import fetchmail_server from . import fetchmail_server
from . import fetchmail_server_folder from . import fetchmail_server_folder
from . import mail_thread

View File

@ -1,10 +1,15 @@
# Copyright - 2013-2024 Therp BV <https://therp.nl>. # Copyright - 2013-2024 Therp BV <https://therp.nl>.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
import email
import email.policy
import logging 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 odoo.exceptions import UserError, ValidationError
from .. import match_algorithm
_logger = logging.getLogger(__name__) _logger = logging.getLogger(__name__)
@ -32,7 +37,7 @@ class FetchmailServerFolder(models.Model):
" Typically would be something like 'INBOX.myfolder'", " Typically would be something like 'INBOX.myfolder'",
) )
archive_path = fields.Char( 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( model_id = fields.Many2one(
comodel_name="ir.model", comodel_name="ir.model",
@ -204,22 +209,23 @@ class FetchmailServerFolder(models.Model):
def apply_matching(self, connection, msgid): def apply_matching(self, connection, msgid):
"""Return id of object matched (which will be the thread_id).""" """Return id of object matched (which will be the thread_id)."""
self.ensure_one() self.ensure_one()
thread_id = None
thread_model = self.env["mail.thread"] thread_model = self.env["mail.thread"]
message_org = self.fetch_msg(connection, msgid) message_org = self.fetch_msg(connection, msgid)
custom_values = ( if self.match_algorithm == "odoo_standard":
None thread_id = thread_model.message_process(
if self.match_algorithm == "odoo_standard" self.model_id.model,
else { message_org,
"folder": self, save_original=self.server_id.original,
} strip_attachments=(not self.server_id.attach),
) )
thread_id = thread_model.message_process( else:
self.model_id.model, message_dict = self._get_message_dict(message_org)
message_org, if not self._check_message_already_present(message_dict):
custom_values=custom_values, match = self._find_match(message_dict)
save_original=self.server_id.original, if match:
strip_attachments=(not self.server_id.attach), thread_id = match.id
) self.attach_mail(match, message_dict)
matched = True if thread_id else False matched = True if thread_id else False
self.update_msg(connection, msgid, matched=matched) self.update_msg(connection, msgid, matched=matched)
if self.archive_path: if self.archive_path:
@ -255,3 +261,118 @@ class FetchmailServerFolder(models.Model):
connection.copy(msgid, self.archive_path) connection.copy(msgid, self.archive_path)
connection.store(msgid, "+FLAGS", "\\Deleted") connection.store(msgid, "+FLAGS", "\\Deleted")
connection.expunge() 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,
},
)

View File

@ -1,71 +0,0 @@
# Copyright - 2024 Therp BV <https://therp.nl>.
# 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

View File

@ -25,17 +25,10 @@ MSG_BODY = [
"Content-Type: text/plain; charset=utf-8\r\n" "Content-Type: text/plain; charset=utf-8\r\n"
"Content-Language: en-US\r\n" "Content-Language: en-US\r\n"
"Content-Transfer-Encoding: 7bit\r\n\r\n" "Content-Transfer-Encoding: 7bit\r\n\r\n"
"Hallo Wereld!\r\n" "Hallo Wereld!\r\n" % {"test_email": TEST_EMAIL, "test_subject": TEST_SUBJECT},
% { )
"test_email": TEST_EMAIL,
"test_subject": TEST_SUBJECT,
},
),
] ]
MAIL_MESSAGE = { MAIL_MESSAGE = {"subject": TEST_SUBJECT, "to": "demo@yourcompany.example.com"}
"subject": TEST_SUBJECT,
"to": "demo@yourcompany.example.com",
}
class MockConnection: class MockConnection:

View File

@ -103,5 +103,5 @@ class AttachMailManuallyMail(models.TransientModel):
email_from = fields.Char("From", readonly=True) email_from = fields.Char("From", readonly=True)
body = fields.Html(readonly=True) body = fields.Html(readonly=True)
object_id = fields.Reference( 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([])]
) )