Skip to content

Commit

Permalink
Added translation using Weblate (Italian)
Browse files Browse the repository at this point in the history
  • Loading branch information
mymage authored and weblate committed Dec 2, 2024
1 parent 67d5315 commit dbf1b1d
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions mail_drop_target/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_drop_target
#
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_drop_target
#: model:ir.model,name:mail_drop_target.model_res_config_settings
msgid "Config Settings"
msgstr ""

#. module: mail_drop_target
#: model_terms:ir.ui.view,arch_db:mail_drop_target.res_config_settings_view_form
msgid "Disable Mail Drag&Drop Notification"
msgstr ""

#. module: mail_drop_target
#: model:ir.model.fields,field_description:mail_drop_target.field_res_config_settings__disable_notify_mail_drop_target
msgid "Disable Notification followers on mail dropped to a Thread"
msgstr ""

#. module: mail_drop_target
#: model:ir.model.fields,field_description:mail_drop_target.field_mail_thread__display_name
#: model:ir.model.fields,field_description:mail_drop_target.field_res_config_settings__display_name
msgid "Display Name"
msgstr ""

#. module: mail_drop_target
#: model:ir.model,name:mail_drop_target.model_mail_thread
msgid "Email Thread"
msgstr ""

#. module: mail_drop_target
#: model:ir.model.fields,field_description:mail_drop_target.field_mail_thread__id
#: model:ir.model.fields,field_description:mail_drop_target.field_res_config_settings__id
msgid "ID"
msgstr ""

#. module: mail_drop_target
#: code:addons/mail_drop_target/models/mail_thread.py:0
#, python-format
msgid "Install the msg-extractor library to handle .msg files"
msgstr ""

#. module: mail_drop_target
#: model:ir.model.fields,field_description:mail_drop_target.field_mail_thread____last_update
#: model:ir.model.fields,field_description:mail_drop_target.field_res_config_settings____last_update
msgid "Last Modified on"
msgstr ""

#. module: mail_drop_target
#: code:addons/mail_drop_target/models/mail_thread.py:0
#, python-format
msgid "This message is already imported."
msgstr ""

#. module: mail_drop_target
#: model_terms:ir.ui.view,arch_db:mail_drop_target.res_config_settings_view_form
msgid ""
"When a user drops an email into an existing thread\n"
" the followers of the thread will not be notified."
msgstr ""

#. module: mail_drop_target
#: model:ir.model.fields,help:mail_drop_target.field_res_config_settings__disable_notify_mail_drop_target
msgid ""
"When this setting is set, when a user drops an email into an existing thread"
" the followers of the thread will not be notified. This sets an "
"ir.config.parameter mail_drop_target.disable_notify"
msgstr ""

0 comments on commit dbf1b1d

Please sign in to comment.