-
-
Notifications
You must be signed in to change notification settings - Fork 619
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (Italian)
- Loading branch information
Showing
1 changed file
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_outbound_static | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
#. module: mail_outbound_static | ||
#: code:addons/mail_outbound_static/models/ir_mail_server.py:0 | ||
#, python-format | ||
msgid "" | ||
"%s is not a valid domain. Please define a list of valid domains separated by" | ||
" comma" | ||
msgstr "" | ||
|
||
#. module: mail_outbound_static | ||
#: model:ir.model.fields,help:mail_outbound_static.field_ir_mail_server__domain_whitelist | ||
msgid "" | ||
"Allowed Domains list separated by commas. If there is not given SMTP server " | ||
"it will let us to search the proper mail server to be used to sent the " | ||
"messages where the message 'From' email domain match with the domain " | ||
"whitelist." | ||
msgstr "" | ||
|
||
#. module: mail_outbound_static | ||
#: model:ir.model.fields,field_description:mail_outbound_static.field_ir_mail_server__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: mail_outbound_static | ||
#: model:ir.model.fields,field_description:mail_outbound_static.field_ir_mail_server__domain_whitelist | ||
msgid "Domain Whitelist" | ||
msgstr "" | ||
|
||
#. module: mail_outbound_static | ||
#: model:ir.model.fields,field_description:mail_outbound_static.field_ir_mail_server__smtp_from | ||
msgid "Email From" | ||
msgstr "" | ||
|
||
#. module: mail_outbound_static | ||
#: model:ir.model.fields,field_description:mail_outbound_static.field_ir_mail_server__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: mail_outbound_static | ||
#: model:ir.model.fields,field_description:mail_outbound_static.field_ir_mail_server____last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
||
#. module: mail_outbound_static | ||
#: model:ir.model,name:mail_outbound_static.model_ir_mail_server | ||
msgid "Mail Server" | ||
msgstr "" | ||
|
||
#. module: mail_outbound_static | ||
#: code:addons/mail_outbound_static/models/ir_mail_server.py:0 | ||
#, python-format | ||
msgid "Not a valid Email From" | ||
msgstr "" | ||
|
||
#. module: mail_outbound_static | ||
#: model:ir.model.fields,help:mail_outbound_static.field_ir_mail_server__smtp_from | ||
msgid "" | ||
"Set this in order to email from a specific address. If the original " | ||
"message's 'From' does not match with the domain whitelist then it is " | ||
"replaced with this value. If does match with the domain whitelist then the " | ||
"original message's 'From' will not change" | ||
msgstr "" |