forked from OCA/server-tools
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1688 from OCA/17.0
Syncing from upstream OCA/server-tools (17.0)
- Loading branch information
Showing
1 changed file
with
21 additions
and
6 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 |
---|---|---|
|
@@ -9,15 +9,15 @@ msgstr "" | |
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-01-06 02:25+0000\n" | ||
"PO-Revision-Date: 2022-12-30 11:46+0000\n" | ||
"Last-Translator: Francesco Foresti <[email protected]>\n" | ||
"PO-Revision-Date: 2024-12-28 14:06+0000\n" | ||
"Last-Translator: mymage <[email protected]>\n" | ||
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\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" | ||
"X-Generator: Weblate 4.14.1\n" | ||
"X-Generator: Weblate 5.6.2\n" | ||
|
||
#. module: fetchmail_notify_error_to_sender | ||
#: model:mail.template,body_html:fetchmail_notify_error_to_sender.email_template_error_notice | ||
|
@@ -38,6 +38,21 @@ msgid "" | |
" </div>\n" | ||
" " | ||
msgstr "" | ||
"<div style=\"margin: 0px; padding: 0px;\">\n" | ||
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n" | ||
" <div>\n" | ||
" <p>Salve <t t-out=\"ctx.get('sender_message').get('from')\"" | ||
"></t>,</p>\n" | ||
" <p>c'è un problema con la sua e-mail: <i><t t-out=\"ctx." | ||
"get('sender_message').get('subject')\"></t></i></p>\n" | ||
" <p>Forse è stato utilizzato un destinatario erratp??</p>\n" | ||
" <p><br></p>\n" | ||
" <p>Dettagli tecnici:</p>\n" | ||
" <p><i><t t-out=\"ctx.get('route_exception')\"></t></i></p>\n" | ||
" </div>\n" | ||
" </p>\n" | ||
" </div>\n" | ||
" " | ||
|
||
#. module: fetchmail_notify_error_to_sender | ||
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread | ||
|
@@ -52,17 +67,17 @@ msgstr "Template Notifica Errore" | |
#. module: fetchmail_notify_error_to_sender | ||
#: model:mail.template,name:fetchmail_notify_error_to_sender.email_template_error_notice | ||
msgid "Fetchmail - error notice" | ||
msgstr "" | ||
msgstr "Fetchmail - notifica errore" | ||
|
||
#. module: fetchmail_notify_error_to_sender | ||
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server | ||
msgid "Incoming Mail Server" | ||
msgstr "" | ||
msgstr "Server di posta in arrivo" | ||
|
||
#. module: fetchmail_notify_error_to_sender | ||
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice | ||
msgid "Receiving error with: {{ctx.get('sender_message').get('subject')}}" | ||
msgstr "" | ||
msgstr "Ricezione errore con: {{ctx.get('sender_message').get('subject')}}" | ||
|
||
#. module: fetchmail_notify_error_to_sender | ||
#: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id | ||
|