[I18N] Export 14.0 source terms

This commit is contained in:
Martin Trigaux
2020-11-02 12:07:59 +01:00
parent 27175c3685
commit 97ece83b34
9 changed files with 453 additions and 828 deletions
+67 -71
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-09 11:26+0200\n"
"POT-Creation-Date: 2020-11-02 12:05+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -57,170 +57,170 @@ msgid "You will find here below some useful information on how to integrate your
msgstr ""
#: ../../discuss/advanced/email_servers.rst:34
msgid "Office 365 email servers don't allow easily to send external emails from hosts like Odoo. Refer to the `Microsoft's documentation <https://support.office.com/en-us/article/How-to-set-up-a-multifunction-device-or-application-to-send-email-using-Office-365-69f58e99-c550-4274-ad18-c805d654b4c4>`__ to make it work."
msgid "Office 365 email servers don't easily allow to send external emails from hosts like Odoo. Refer to `Microsoft's documentation <https://support.office.com/en-us/article/How-to-set-up-a-multifunction-device-or-application-to-send-email-using-Office-365-69f58e99-c550-4274-ad18-c805d654b4c4>`__ to make it work."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:40
#: ../../discuss/advanced/email_servers.rst:39
msgid "How to manage outbound messages"
msgstr ""
#: ../../discuss/advanced/email_servers.rst:41
#: ../../discuss/advanced/email_servers.rst:40
msgid "As a system admin, go to :menuselection:`Settings --> General Settings` and check *External Email Servers*. Then, click *Outgoing Mail Servers* to create one and reference the SMTP data of your email server. Once all the information has been filled out, click on *Test Connection*."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:46
#: ../../discuss/advanced/email_servers.rst:45
msgid "Here is a typical configuration for a G Suite server."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:51
#: ../../discuss/advanced/email_servers.rst:50
msgid "Then set your email domain name in the General Settings."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:54
#: ../../discuss/advanced/email_servers.rst:53
msgid "If you get a ``[AUTHENTICATIONFAILED] Invalid credentials (Failure)`` warning when you *Test Connection* on a Gmail address, activate the *Less secure app access* option. A direct link can be `accessed here <https://myaccount.google.com/lesssecureapps?pli=1>`_."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:58
#: ../../discuss/advanced/email_servers.rst:57
msgid "In addition to that, enable the IMAP setting on your Gmail account."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:62
#: ../../discuss/advanced/email_servers.rst:61
msgid "Can I use an Office 365 server"
msgstr ""
#: ../../discuss/advanced/email_servers.rst:63
#: ../../discuss/advanced/email_servers.rst:62
msgid "You can use an Office 365 server if you run Odoo on-premise. Office 365 SMTP relays are not compatible with Odoo Online."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:66
#: ../../discuss/advanced/email_servers.rst:65
msgid "Please refer to `Microsoft's documentation <https://support.office.com/en-us/article/How-to-set-up-a-multifunction-device-or-application-to-send-email-using-Office-365-69f58e99-c550-4274-ad18-c805d654b4c4>`__ to configure a SMTP relay for your Odoo's IP address."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:70
#: ../../discuss/advanced/email_servers.rst:69
msgid "How to use a G Suite server"
msgstr ""
#: ../../discuss/advanced/email_servers.rst:71
#: ../../discuss/advanced/email_servers.rst:70
msgid "You can use an G Suite server for any Odoo hosting type. To do so you need to setup the SMTP relay service. The configuration steps are explained in `Google documentation <https://support.google.com/a/answer/2956491?hl=en>`__."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:78
#: ../../discuss/advanced/email_servers.rst:77
msgid "Be SPF-compliant"
msgstr ""
#: ../../discuss/advanced/email_servers.rst:79
#: ../../discuss/advanced/email_servers.rst:78
msgid "In case you use SPF (Sender Policy Framework) to increase the deliverability of your outgoing emails, don't forget to authorize Odoo as a sending host in your domain name settings. Here is the configuration for Odoo Online:"
msgstr ""
#: ../../discuss/advanced/email_servers.rst:83
#: ../../discuss/advanced/email_servers.rst:82
msgid "If no TXT record is set for SPF, create one with following definition: v=spf1 include:_spf.odoo.com ~all"
msgstr ""
#: ../../discuss/advanced/email_servers.rst:85
#: ../../discuss/advanced/email_servers.rst:84
msgid "In case a SPF TXT record is already set, add \"include:_spf.odoo.com\". e.g. for a domain name that sends emails via Odoo Online and via G Suite it could be: v=spf1 include:_spf.odoo.com include:_spf.google.com ~all"
msgstr ""
#: ../../discuss/advanced/email_servers.rst:89
#: ../../discuss/advanced/email_servers.rst:88
msgid "Find `here <https://www.mail-tester.com/spf/>`__ the exact procedure to create or modify TXT records in your own domain registrar."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:92
#: ../../discuss/advanced/email_servers.rst:91
msgid "Your new SPF record can take up to 48 hours to go into effect, but this usually happens more quickly."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:95
#: ../../discuss/advanced/email_servers.rst:94
msgid "Adding more than one SPF record for a domain can cause problems with mail delivery and spam classification. Instead, we recommend using only one SPF record by modifying it to authorize Odoo."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:100
#: ../../discuss/advanced/email_servers.rst:99
msgid "Allow DKIM"
msgstr ""
#: ../../discuss/advanced/email_servers.rst:101
#: ../../discuss/advanced/email_servers.rst:100
msgid "You should do the same thing if DKIM (Domain Keys Identified Mail) is enabled on your email server. In the case of Odoo Online & Odoo.sh, you should add a DNS \"odoo._domainkey\" CNAME record to \"odoo._domainkey.odoo.com\". For example, for \"foo.com\" they should have a record \"odoo._domainkey.foo.com\" that is a CNAME with the value \"odoo._domainkey.odoo.com\"."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:109
#: ../../discuss/advanced/email_servers.rst:108
msgid "Restriction"
msgstr ""
#: ../../discuss/advanced/email_servers.rst:110
#: ../../discuss/advanced/email_servers.rst:109
msgid "Please note that the port 25 is blocked for security reasons. Try using 587, 465 or 2525."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:113
#: ../../discuss/advanced/email_servers.rst:112
msgid "How to manage inbound messages"
msgstr ""
#: ../../discuss/advanced/email_servers.rst:115
#: ../../discuss/advanced/email_servers.rst:114
msgid "Odoo relies on generic email aliases to fetch incoming messages."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:117
#: ../../discuss/advanced/email_servers.rst:116
msgid "**Reply messages** of messages sent from Odoo are routed to their original discussion thread (and to the inbox of all its followers) by the catchall alias (**catchall@**)."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:121
#: ../../discuss/advanced/email_servers.rst:120
msgid "**Bounced messages** are routed to **bounce@** in order to track them in Odoo. This is especially used in `Odoo Email Marketing <https://www.odoo.com/page/email-marketing>`__ to opt-out invalid recipients."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:125
#: ../../discuss/advanced/email_servers.rst:124
msgid "**Original messages**: Several business objects have their own alias to create new records in Odoo from incoming emails:"
msgstr ""
#: ../../discuss/advanced/email_servers.rst:128
#: ../../discuss/advanced/email_servers.rst:127
msgid "Sales Channel (to create Leads or Opportunities in `Odoo CRM <https://www.odoo.com/page/crm>`__),"
msgstr ""
#: ../../discuss/advanced/email_servers.rst:130
#: ../../discuss/advanced/email_servers.rst:129
msgid "Support Channel (to create Tickets in `Odoo Helpdesk <https://www.odoo.com/page/helpdesk>`__),"
msgstr ""
#: ../../discuss/advanced/email_servers.rst:132
#: ../../discuss/advanced/email_servers.rst:131
msgid "Projects (to create new Tasks in `Odoo Project <https://www.odoo.com/page/project-management>`__),"
msgstr ""
#: ../../discuss/advanced/email_servers.rst:134
#: ../../discuss/advanced/email_servers.rst:133
msgid "Job Positions (to create Applicants in `Odoo Recruitment <https://www.odoo.com/page/recruitment>`__),"
msgstr ""
#: ../../discuss/advanced/email_servers.rst:136
#: ../../discuss/advanced/email_servers.rst:135
msgid "etc."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:138
#: ../../discuss/advanced/email_servers.rst:137
msgid "Depending on your mail server, there might be several methods to fetch emails. The easiest and most recommended method is to manage one email address per Odoo alias in your mail server."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:142
#: ../../discuss/advanced/email_servers.rst:141
msgid "Create the corresponding email addresses in your mail server (catchall@, bounce@, sales@, etc.)."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:144
#: ../../discuss/advanced/email_servers.rst:143
msgid "Set your domain name in the General Settings."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:149
#: ../../discuss/advanced/email_servers.rst:148
msgid "If you use Odoo on-premise, create an *Incoming Mail Server* in Odoo for each alias. You can do it from the General Settings as well. Fill out the form according to your email providers settings. Leave the *Actions to Perform on Incoming Mails* blank. Once all the information has been filled out, click on *TEST & CONFIRM*."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:158
#: ../../discuss/advanced/email_servers.rst:157
msgid "If you use Odoo Online or Odoo.sh, We do recommend to redirect incoming messages to Odoo's domain name rather than exclusively use your own email server. That way you will receive incoming messages without delay. Indeed, Odoo Online is fetching incoming messages of external servers once per hour only. You should set redirections for all the email addresses to Odoo's domain name in your email server (e.g. *catchall@mydomain.ext* to *catchall@mycompany.odoo.com*)."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:168
#: ../../discuss/advanced/email_servers.rst:167
msgid "All the aliases are customizable in Odoo."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:166
#: ../../discuss/advanced/email_servers.rst:165
msgid "Object aliases can be edited from their respective configuration view. To edit catchall and bounce aliases, you first need to activate the :doc:`Developer mode <../../general/developer_mode/activate>`."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:170
#: ../../discuss/advanced/email_servers.rst:169
msgid "Then go to :menuselection:`Settings --> Technical --> Parameters --> System Parameters` to customize the aliases (*mail.catchall.alias* & * mail.bounce.alias*)."
msgstr ""
#: ../../discuss/advanced/email_servers.rst:176
#: ../../discuss/advanced/email_servers.rst:175
msgid "By default inbound messages are fetched every 5 minutes in Odoo on-premise. You can change this value in :doc:`Developer mode <../../general/developer_mode/activate>`. Go to :menuselection:`Settings --> Technical --> Automation --> Scheduled Actions` and look for *Mail: Fetchmail Service*."
msgstr ""
@@ -293,91 +293,87 @@ msgid "Choose your notifications preference"
msgstr ""
#: ../../discuss/overview/get_started.rst:13
msgid "Access your *Preferences* and choose how you would like your :doc:`Chatter <../../project/tasks/collaborate>` notifications to be handled."
msgid "Access your *Preferences* and choose how you would like your notifications to be handled."
msgstr ""
#: ../../discuss/overview/get_started.rst:22
#: ../../discuss/overview/get_started.rst:21
msgid "By default, the field is set as *Handle by Emails* making messages, notes, and notifications where you were mentioned or that you follow, to be sent through email. By choosing *Handle in Odoo*, they are shown in the *Inbox*."
msgstr ""
#: ../../discuss/overview/get_started.rst:23
#: ../../discuss/overview/get_started.rst:22
msgid "Messages can then be *Marked as Todo*, *Replied*, or *Marked as Read*."
msgstr ""
#: ../../discuss/overview/get_started.rst:29
#: ../../discuss/overview/get_started.rst:28
msgid "The messages tagged as *Mark as Todo* are also shown in *Starred*, while the ones *Marked as Read* are moved to *History*."
msgstr ""
#: ../../discuss/overview/get_started.rst:37
#: ../../discuss/overview/get_started.rst:36
msgid "Start Chatting"
msgstr ""
#: ../../discuss/overview/get_started.rst:39
#: ../../discuss/overview/get_started.rst:38
msgid "The first time you log in to your account, OdooBot sends you a message asking for permission to receive desktop notifications to chats. If accepted, you receive push notifications to the messages sent to you despite of where you are in Odoo."
msgstr ""
#: ../../discuss/overview/get_started.rst:49
#: ../../discuss/overview/get_started.rst:48
msgid "To stop receiving desktop notifications, reset the notifications settings of your browser."
msgstr ""
#: ../../discuss/overview/get_started.rst:51
#: ../../discuss/overview/get_started.rst:50
msgid "To start a chat, click on *New Message* on the *Messaging Menu*, or go to *Discuss* and send a *Direct Message*."
msgstr ""
#: ../../discuss/overview/get_started.rst:59
#: ../../discuss/overview/get_started.rst:58
msgid "You can also create :doc:`public and private channels <team_communication>`."
msgstr ""
#: ../../discuss/overview/get_started.rst:62
#: ../../discuss/overview/get_started.rst:61
msgid "Mentions in the chat and on the Chatter"
msgstr ""
#: ../../discuss/overview/get_started.rst:65
msgid "To mention a user within a chat or the :doc:`chatter <../../project/tasks/collaborate>` type *@user-name*; to refer to a channel, type *#channel-name*."
#: ../../discuss/overview/get_started.rst:64
msgid "To mention a user within a chat or the chatter type *@user-name*; to refer to a channel, type *#channel-name*."
msgstr ""
#: ../../discuss/overview/get_started.rst:67
#: ../../discuss/overview/get_started.rst:66
msgid "A notification is sent to the user mentioned either to his *Inbox* or through email, depending on his settings."
msgstr ""
#: ../../discuss/overview/get_started.rst:74
msgid "When a user is mentioned, the search list (list of names) suggests values first based on the tasks :doc:`followers <../../project/tasks/collaborate>`, and secondly on *Employees*. If the record being searched does not match with either a follower or employee, the scope of the search becomes all partners."
#: ../../discuss/overview/get_started.rst:73
msgid "When a user is mentioned, the search list (list of names) suggests values first based on the tasks followers, and secondly on *Employees*. If the record being searched does not match with either a follower or employee, the scope of the search becomes all partners."
msgstr ""
#: ../../discuss/overview/get_started.rst:80
#: ../../discuss/overview/get_started.rst:78
msgid "Chat status"
msgstr ""
#: ../../discuss/overview/get_started.rst:82
#: ../../discuss/overview/get_started.rst:80
msgid "It is helpful to see what colleagues are up to and how quickly they can respond to messages by checking their *Status*. The status is shown on the left side of a contacts names on Discuss sidebar and on the *Messaging menu*."
msgstr ""
#: ../../discuss/overview/get_started.rst:86
#: ../../discuss/overview/get_started.rst:84
msgid "Green = online"
msgstr ""
#: ../../discuss/overview/get_started.rst:87
#: ../../discuss/overview/get_started.rst:85
msgid "Orange = away"
msgstr ""
#: ../../discuss/overview/get_started.rst:88
#: ../../discuss/overview/get_started.rst:86
msgid "White = offline"
msgstr ""
#: ../../discuss/overview/get_started.rst:89
#: ../../discuss/overview/get_started.rst:87
msgid "Airplane = out of the office"
msgstr ""
#: ../../discuss/overview/get_started.rst:97
msgid ":doc:`../../project/tasks/collaborate`"
msgstr ""
#: ../../discuss/overview/get_started.rst:98
#: ../../discuss/overview/get_started.rst:95
#: ../../discuss/overview/plan_activities.rst:65
msgid ":doc:`team_communication`"
msgstr ""
#: ../../discuss/overview/get_started.rst:99
#: ../../discuss/overview/get_started.rst:96
msgid ":doc:`../advanced/email_servers`"
msgstr ""
@@ -402,7 +398,7 @@ msgid "Plan activities"
msgstr ""
#: ../../discuss/overview/plan_activities.rst:22
msgid "Activities can be planned and managed from the :doc:`Chatter <../../project/tasks/collaborate>` by clicking on *Schedule activity*, or through Kanban views."
msgid "Activities can be planned and managed from the chatter by clicking on *Schedule activity*, or through Kanban views."
msgstr ""
#: ../../discuss/overview/plan_activities.rst:31