|
|
# Translation of Odoo Server. # This file contains the translation of the following modules: # * fetchmail_attach_from_folder # # Translators: msgid "" msgstr "" "Project-Id-Version: server-tools (8.0)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-11-27 14:01+0000\n" "PO-Revision-Date: 2015-11-13 14:28+0000\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Language-Team: English (http://www.transifex.com/oca/OCA-server-tools-8-0/language/en/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: en\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: fetchmail_attach_from_folder #: field:fetchmail.server.folder,active:0 msgid "Active" msgstr "Active"
#. module: fetchmail_attach_from_folder #: view:fetchmail.attach.mail.manually:fetchmail_attach_from_folder.view_attach_mail_manually #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form msgid "Attach mail manually" msgstr "Attach mail manually"
#. module: fetchmail_attach_from_folder #: view:fetchmail.attach.mail.manually:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Cancel" msgstr "Cancel"
#. module: fetchmail_attach_from_folder #: field:fetchmail.server.folder,context:0 msgid "Context" msgstr "Context"
#. module: fetchmail_attach_from_folder #: code:addons/fetchmail_attach_from_folder/model/fetchmail_server.py:230 #, python-format msgid "Context \"%s\" is not a dictionary." msgstr "Context \"%s\" is not a dictionary."
#. module: fetchmail_attach_from_folder #: help:fetchmail.server.folder,context:0 msgid "" "Context that is passed during mail processing. Can be used to set default " "values." msgstr "Context that is passed during mail processing. Can be used to set default values."
#. module: fetchmail_attach_from_folder #: field:fetchmail.attach.mail.manually,create_uid:0 #: field:fetchmail.attach.mail.manually.mail,create_uid:0 #: field:fetchmail.server.folder,create_uid:0 msgid "Created by" msgstr "Created by"
#. module: fetchmail_attach_from_folder #: field:fetchmail.attach.mail.manually,create_date:0 #: field:fetchmail.attach.mail.manually.mail,create_date:0 #: field:fetchmail.server.folder,create_date:0 msgid "Created on" msgstr "Created on"
#. module: fetchmail_attach_from_folder #: field:fetchmail.attach.mail.manually.mail,date:0 msgid "Date" msgstr "Date"
#. module: fetchmail_attach_from_folder #: help:fetchmail.server.folder,delete_matching:0 msgid "Delete matched emails from server" msgstr "Delete matched emails from server"
#. module: fetchmail_attach_from_folder #: field:fetchmail.server.folder,delete_matching:0 msgid "Delete matches" msgstr "Delete matches"
#. module: fetchmail_attach_from_folder #: field:fetchmail.server.folder,domain:0 msgid "Domain" msgstr "Domain"
#. module: fetchmail_attach_from_folder #: field:fetchmail.attach.mail.manually,mail_ids:0 msgid "Emails" msgstr "Emails"
#. module: fetchmail_attach_from_folder #: field:fetchmail.server.folder,mail_field:0 msgid "Field (email)" msgstr "Field (email)"
#. module: fetchmail_attach_from_folder #: field:fetchmail.server.folder,model_field:0 msgid "Field (model)" msgstr "Field (model)"
#. module: fetchmail_attach_from_folder #: help:fetchmail.server.folder,model_order:0 msgid "" "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'" msgstr "Field(s) to order by, this mostly useful in conjunction with 'Use 1st match'"
#. module: fetchmail_attach_from_folder #: help:fetchmail.server.folder,domain:0 msgid "Fill in a search filter to narrow down objects to match" msgstr "Fill in a search filter to narrow down objects to match"
#. module: fetchmail_attach_from_folder #: help:fetchmail.server.folder,flag_nonmatching:0 msgid "Flag emails in the server that don't match any object in Odoo" msgstr "Flag emails in the server that don't match any object in Odoo"
#. module: fetchmail_attach_from_folder #: field:fetchmail.server.folder,flag_nonmatching:0 msgid "Flag nonmatching" msgstr "Flag nonmatching"
#. module: fetchmail_attach_from_folder #: field:fetchmail.attach.mail.manually,folder_id:0 msgid "Folder" msgstr "Folder"
#. module: fetchmail_attach_from_folder #: field:fetchmail.server,folder_ids:0 msgid "Folders" msgstr "Folders"
#. module: fetchmail_attach_from_folder #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form msgid "Folders to monitor" msgstr "Folders to monitor"
#. module: fetchmail_attach_from_folder #: field:fetchmail.attach.mail.manually,id:0 #: field:fetchmail.attach.mail.manually.mail,id:0 #: field:fetchmail.server.folder,id:0 msgid "ID" msgstr "ID"
#. module: fetchmail_attach_from_folder #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form msgid "INBOX.subfolder1" msgstr "INBOX.subfolder1"
#. module: fetchmail_attach_from_folder #: help:fetchmail.server.folder,match_first:0 msgid "" "If there are multiple matches, use the first one. If not checked, multiple " "matches count as no match at all" msgstr "If there are multiple matches, use the first one. If not checked, multiple matches count as no match at all"
#. module: fetchmail_attach_from_folder #: code:addons/fetchmail_attach_from_folder/model/fetchmail_server.py:227 #, python-format msgid "Invalid context \"%s\": %s" msgstr "Invalid context \"%s\": %s"
#. module: fetchmail_attach_from_folder #: field:fetchmail.attach.mail.manually,write_uid:0 #: field:fetchmail.attach.mail.manually.mail,write_uid:0 #: field:fetchmail.server.folder,write_uid:0 msgid "Last Updated by" msgstr "Last Updated by"
#. module: fetchmail_attach_from_folder #: field:fetchmail.attach.mail.manually,write_date:0 #: field:fetchmail.attach.mail.manually.mail,write_date:0 #: field:fetchmail.server.folder,write_date:0 msgid "Last Updated on" msgstr "Last Updated on"
#. module: fetchmail_attach_from_folder #: code:addons/fetchmail_attach_from_folder/model/fetchmail_server.py:189 #, python-format msgid "Mail attachment" msgstr "Mail attachment"
#. module: fetchmail_attach_from_folder #: code:addons/fetchmail_attach_from_folder/model/fetchmail_server.py:234 #, python-format msgid "Mailbox %s not found!" msgstr "Mailbox %s not found!"
#. module: fetchmail_attach_from_folder #: field:fetchmail.server.folder,match_algorithm:0 msgid "Match algorithm" msgstr "Match algorithm"
#. module: fetchmail_attach_from_folder #: field:fetchmail.attach.mail.manually.mail,msgid:0 msgid "Message id" msgstr "Message id"
#. module: fetchmail_attach_from_folder #: field:fetchmail.server.folder,msg_state:0 msgid "Message state" msgstr "Message state"
#. module: fetchmail_attach_from_folder #: field:fetchmail.server.folder,model_id:0 msgid "Model" msgstr "Model"
#. module: fetchmail_attach_from_folder #: field:fetchmail.attach.mail.manually.mail,object_id:0 msgid "Object" msgstr "Object"
#. module: fetchmail_attach_from_folder #: field:fetchmail.server.folder,model_order:0 msgid "Order (model)" msgstr "Order (model)"
#. module: fetchmail_attach_from_folder #: model:ir.model,name:fetchmail_attach_from_folder.model_fetchmail_server msgid "POP/IMAP Server" msgstr "POP/IMAP Server"
#. module: fetchmail_attach_from_folder #: field:fetchmail.server.folder,path:0 msgid "Path" msgstr "Path"
#. module: fetchmail_attach_from_folder #: selection:fetchmail.server.folder,msg_state:0 msgid "Received" msgstr "Received"
#. module: fetchmail_attach_from_folder #: view:fetchmail.attach.mail.manually:fetchmail_attach_from_folder.view_attach_mail_manually msgid "Save" msgstr "Save"
#. module: fetchmail_attach_from_folder #: selection:fetchmail.server.folder,msg_state:0 msgid "Sent" msgstr "Sent"
#. module: fetchmail_attach_from_folder #: field:fetchmail.server.folder,sequence:0 msgid "Sequence" msgstr "Sequence"
#. module: fetchmail_attach_from_folder #: field:fetchmail.server.folder,server_id:0 msgid "Server" msgstr "Server"
#. module: fetchmail_attach_from_folder #: field:fetchmail.attach.mail.manually.mail,subject:0 msgid "Subject" msgstr "Subject"
#. module: fetchmail_attach_from_folder #: help:fetchmail.server.folder,match_algorithm:0 msgid "The algorithm used to determine which object an email matches." msgstr "The algorithm used to determine which object an email matches."
#. module: fetchmail_attach_from_folder #: help:fetchmail.server.folder,mail_field:0 msgid "" "The field in the email used for matching. Typically this is 'to' or 'from'" msgstr "The field in the email used for matching. Typically this is 'to' or 'from'"
#. module: fetchmail_attach_from_folder #: help:fetchmail.server.folder,model_field:0 msgid "" "The field in your model that contains the field to match against.\n" "Examples:\n" "'email' if your model is res.partner, or 'partner_id.email' if you're matching sale orders" msgstr "The field in your model that contains the field to match against.\nExamples:\n'email' if your model is res.partner, or 'partner_id.email' if you're matching sale orders"
#. module: fetchmail_attach_from_folder #: help:fetchmail.server.folder,model_id:0 msgid "The model to attach emails to" msgstr "The model to attach emails to"
#. module: fetchmail_attach_from_folder #: help:fetchmail.server.folder,path:0 msgid "" "The path to your mail folder. Typically would be something like " "'INBOX.myfolder'" msgstr "The path to your mail folder. Typically would be something like 'INBOX.myfolder'"
#. module: fetchmail_attach_from_folder #: help:fetchmail.server.folder,msg_state:0 msgid "The state messages fetched from this folder should be assigned in Odoo" msgstr "The state messages fetched from this folder should be assigned in Odoo"
#. module: fetchmail_attach_from_folder #: field:fetchmail.server.folder,match_first:0 msgid "Use 1st match" msgstr "Use 1st match"
#. module: fetchmail_attach_from_folder #: field:fetchmail.attach.mail.manually.mail,wizard_id:0 msgid "Wizard id" msgstr "Wizard id"
#. module: fetchmail_attach_from_folder #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form msgid "[('state', '=', 'open')]" msgstr "[('state', '=', 'open')]"
#. module: fetchmail_attach_from_folder #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form msgid "email" msgstr "email"
#. module: fetchmail_attach_from_folder #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form msgid "name asc,type desc" msgstr "name asc,type desc"
#. module: fetchmail_attach_from_folder #: view:fetchmail.attach.mail.manually:fetchmail_attach_from_folder.view_attach_mail_manually msgid "or" msgstr "or"
#. module: fetchmail_attach_from_folder #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form msgid "to,from" msgstr "to,from"
#. module: fetchmail_attach_from_folder #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form msgid "{'default_supplier': True}" msgstr "{'default_supplier': True}"
#. module: fetchmail_attach_from_folder #: view:fetchmail.server:fetchmail_attach_from_folder.view_email_server_form msgid "{'required': [('type', '!=', 'imap')]}" msgstr "{'required': [('type', '!=', 'imap')]}"
|