forked from OCA/social
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UPD] Update mass_mailing_unique.pot
- Loading branch information
1 parent
abca9ea
commit 543d406
Showing
1 changed file
with
32 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,60 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mass_mailing_unique | ||
# * mass_mailing_unique | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: <>\n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: mass_mailing_unique | ||
#: sql_constraint:mail.mass_mailing.list:0 | ||
#: model:ir.model.constraint,message:mass_mailing_unique.constraint_mailing_list_unique_name | ||
msgid "Cannot have more than one lists with the same name." | ||
msgstr "" | ||
|
||
#. module: mass_mailing_unique | ||
#: code:addons/mass_mailing_unique/models/mail_mass_mailing_contact.py:24 | ||
#, python-format | ||
msgid "Email (%(contact_email)s) already in mailing list(s):\n" | ||
" %(lists)s\n" | ||
" Please use a different email address or remove (%(contact_email)s) from the mailing list(s) above." | ||
#: model:ir.model.fields,field_description:mass_mailing_unique.field_mailing_contact__display_name | ||
#: model:ir.model.fields,field_description:mass_mailing_unique.field_mailing_list__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: mass_mailing_unique | ||
#: model:ir.model,name:mass_mailing_unique.model_mail_mass_mailing_list | ||
msgid "Mailing List" | ||
#: model:ir.model.fields,field_description:mass_mailing_unique.field_mailing_contact__id | ||
#: model:ir.model.fields,field_description:mass_mailing_unique.field_mailing_list__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: mass_mailing_unique | ||
#: model:ir.model,name:mass_mailing_unique.model_mail_mass_mailing_contact | ||
msgid "Mass Mailing Contact" | ||
#: model:ir.model.fields,field_description:mass_mailing_unique.field_mailing_contact____last_update | ||
#: model:ir.model.fields,field_description:mass_mailing_unique.field_mailing_list____last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
||
#. module: mass_mailing_unique | ||
#: model:ir.model,name:mass_mailing_unique.model_mail_mass_mailing_list_contact_rel | ||
msgid "Mass Mailing Subscription Information" | ||
#: model:ir.model,name:mass_mailing_unique.model_mailing_contact | ||
msgid "Mailing Contact" | ||
msgstr "" | ||
|
||
#. module: mass_mailing_unique | ||
#: model:ir.model,name:mass_mailing_unique.model_mailing_list | ||
msgid "Mailing List" | ||
msgstr "" | ||
|
||
#. module: mass_mailing_unique | ||
#: model:ir.model.constraint,message:mass_mailing_unique.constraint_mailing_contact_unique_email | ||
msgid "There's already a contact with this email address" | ||
msgstr "" | ||
|
||
#. module: mass_mailing_unique | ||
#: code:addons/mass_mailing_unique/hooks.py:0 | ||
#, python-format | ||
msgid "" | ||
"Unable to install module mass_mailing_unique:\n" | ||
"%s" | ||
msgstr "" |