[IMP] mail_tracking_mailgun: link to bounce event
This commit is contained in:
parent
47dac3e38f
commit
167d0352ce
@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Mail tracking for Mailgun",
|
"name": "Mail tracking for Mailgun",
|
||||||
"summary": "Mail tracking and Mailgun webhooks integration",
|
"summary": "Mail tracking and Mailgun webhooks integration",
|
||||||
"version": "12.0.1.0.0",
|
"version": "12.0.1.0.1",
|
||||||
"category": "Social Network",
|
"category": "Social Network",
|
||||||
"website": "https://github.com/OCA/social",
|
"website": "https://github.com/OCA/social",
|
||||||
"author": "Tecnativa, "
|
"author": "Tecnativa, "
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -29,7 +29,7 @@ msgstr ""
|
|||||||
"o que el buzón no soporta validación de correo electrónico"
|
"o que el buzón no soporta validación de correo electrónico"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -39,7 +39,7 @@ msgstr ""
|
|||||||
"con los envíos"
|
"con los envíos"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -76,7 +76,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr "No se ha podido obtener información desde Mailgun"
|
msgstr "No se ha podido obtener información desde Mailgun"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -88,7 +88,7 @@ msgstr ""
|
|||||||
"Evento: %s"
|
"Evento: %s"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr "Error %s al intentar comprobar el correo electrónicodeconexión"
|
msgstr "Error %s al intentar comprobar el correo electrónicodeconexión"
|
||||||
@ -122,7 +122,7 @@ msgid "Mailgun"
|
|||||||
msgstr "Mailgun"
|
msgstr "Mailgun"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr "Error de Mailgun. No se ha devuelto el valor de verificación de buzón"
|
msgstr "Error de Mailgun. No se ha devuelto el valor de verificación de buzón"
|
||||||
@ -160,7 +160,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr "Desmarcar como rebotado"
|
msgstr "Desmarcar como rebotado"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -170,7 +170,7 @@ msgstr ""
|
|||||||
"de direcciones de correo"
|
"de direcciones de correo"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"X-Generator: Weblate 3.0.1\n"
|
"X-Generator: Weblate 3.0.1\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -30,7 +30,7 @@ msgstr ""
|
|||||||
"le fournisseur email ne supporte pas la vérification d'email."
|
"le fournisseur email ne supporte pas la vérification d'email."
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -40,7 +40,7 @@ msgstr ""
|
|||||||
"d'envoyer des erreurs"
|
"d'envoyer des erreurs"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -75,7 +75,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -84,7 +84,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -116,7 +116,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -154,7 +154,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -162,7 +162,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -114,7 +114,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -152,7 +152,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -160,7 +160,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -21,7 +21,7 @@ msgstr ""
|
|||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -29,7 +29,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -37,7 +37,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -72,7 +72,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -81,7 +81,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -113,7 +113,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -151,7 +151,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -159,7 +159,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -114,7 +114,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -152,7 +152,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -160,7 +160,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"%100<10 || n%100>=20) ? 1 : 2);\n"
|
"%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"2);\n"
|
"2);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -14,19 +14,19 @@ msgstr ""
|
|||||||
"Plural-Forms: \n"
|
"Plural-Forms: \n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s couldn't be verified. Either the request couln't be completed or the mailbox provider doesn't support email verification"
|
msgid "%s couldn't be verified. Either the request couln't be completed or the mailbox provider doesn't support email verification"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s failed the mailbox verification. Please check it in order to avoid sending issues"
|
msgid "%s failed the mailbox verification. Please check it in order to avoid sending issues"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s is not a valid email address. Please check it in order to avoid sending issues"
|
msgid "%s is not a valid email address. Please check it in order to avoid sending issues"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -59,7 +59,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Email has been bounced: %s\n"
|
msgid "Email has been bounced: %s\n"
|
||||||
"Reason: %s\n"
|
"Reason: %s\n"
|
||||||
@ -67,7 +67,7 @@ msgid "Email has been bounced: %s\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -99,7 +99,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -137,13 +137,13 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "You need to configure mailgun.validation_key in order to be able to check mails validity"
|
msgid "You need to configure mailgun.validation_key in order to be able to check mails validity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -114,7 +114,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -152,7 +152,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -160,7 +160,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -21,7 +21,7 @@ msgstr ""
|
|||||||
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -29,7 +29,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -37,7 +37,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -72,7 +72,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -81,7 +81,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -113,7 +113,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -151,7 +151,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -159,7 +159,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -30,7 +30,7 @@ msgstr ""
|
|||||||
"fornecedor da caixa de correio não suporta verificação de email"
|
"fornecedor da caixa de correio não suporta verificação de email"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -40,7 +40,7 @@ msgstr ""
|
|||||||
"maneira a evitar problemas de envio"
|
"maneira a evitar problemas de envio"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -77,7 +77,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr "Não foi possível obter informação do Mailgun"
|
msgstr "Não foi possível obter informação do Mailgun"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -89,7 +89,7 @@ msgstr ""
|
|||||||
"Evento: %s"
|
"Evento: %s"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr "Erro %s ao tentar verificar o mailof da conexão "
|
msgstr "Erro %s ao tentar verificar o mailof da conexão "
|
||||||
@ -123,7 +123,7 @@ msgid "Mailgun"
|
|||||||
msgstr "Mailgun"
|
msgstr "Mailgun"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -162,7 +162,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr "Desmarcar Devolvido"
|
msgstr "Desmarcar Devolvido"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -172,7 +172,7 @@ msgstr ""
|
|||||||
"verificar a validade dos emails"
|
"verificar a validade dos emails"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"2:1));\n"
|
"2:1));\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -21,7 +21,7 @@ msgstr ""
|
|||||||
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -29,7 +29,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -37,7 +37,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -72,7 +72,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -81,7 +81,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -113,7 +113,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -151,7 +151,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -159,7 +159,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"%100==4 ? 2 : 3);\n"
|
"%100==4 ? 2 : 3);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -21,7 +21,7 @@ msgstr ""
|
|||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -29,7 +29,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -37,7 +37,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -72,7 +72,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -81,7 +81,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -113,7 +113,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -151,7 +151,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -159,7 +159,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -27,7 +27,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -35,7 +35,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -70,7 +70,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -79,7 +79,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -111,7 +111,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -149,7 +149,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -157,7 +157,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:88
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:92
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s couldn't be verified. Either the request couln't be completed or the "
|
"%s couldn't be verified. Either the request couln't be completed or the "
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:78
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:82
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s failed the mailbox verification. Please check it in order to avoid "
|
"%s failed the mailbox verification. Please check it in order to avoid "
|
||||||
@ -36,7 +36,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:69
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:73
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s is not a valid email address. Please check it in order to avoid sending "
|
"%s is not a valid email address. Please check it in order to avoid sending "
|
||||||
@ -71,7 +71,7 @@ msgid "Couldn't retrieve Mailgun information"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:28
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:33
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Email has been bounced: %s\n"
|
"Email has been bounced: %s\n"
|
||||||
@ -80,7 +80,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:56
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error %s trying to check mailof connection"
|
msgid "Error %s trying to check mailof connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -112,7 +112,7 @@ msgid "Mailgun"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:63
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:67
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
msgid "Mailgun Error. Mailbox verification value wasn't returned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -150,7 +150,7 @@ msgid "Unset Bounced"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:44
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:48
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to configure mailgun.validation_key in order to be able to check "
|
"You need to configure mailgun.validation_key in order to be able to check "
|
||||||
@ -158,7 +158,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: mail_tracking_mailgun
|
#. module: mail_tracking_mailgun
|
||||||
#: code:addons/mail_tracking_mailgun/models/res_partner.py:31
|
#: code:addons/mail_tracking_mailgun/models/res_partner.py:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "unknown"
|
msgid "unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -25,10 +25,14 @@ class ResPartner(models.Model):
|
|||||||
for partner in self:
|
for partner in self:
|
||||||
if not partner.email:
|
if not partner.email:
|
||||||
continue
|
continue
|
||||||
|
event = event or self.env['mail.tracking.event']
|
||||||
|
event_str = """
|
||||||
|
<a href="#"
|
||||||
|
data-oe-model="mail.tracking.event" data-oe-id="%d">%s</a>
|
||||||
|
""" % (event.id or 0, event.id or _('unknown'))
|
||||||
body = _('Email has been bounced: %s\n'
|
body = _('Email has been bounced: %s\n'
|
||||||
'Reason: %s\n'
|
'Reason: %s\n'
|
||||||
'Event: %s') % (partner.email, reason,
|
'Event: %s') % (partner.email, reason, event_str)
|
||||||
event and event.id or _('unknown'))
|
|
||||||
partner.message_post(body=body)
|
partner.message_post(body=body)
|
||||||
|
|
||||||
@api.multi
|
@api.multi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user