19.0 vanilla
|
|
@ -12,37 +12,14 @@ pip install odoo-bringout-oca-ocb-mass_mailing_themes
|
|||
|
||||
## Dependencies
|
||||
|
||||
This addon depends on:
|
||||
- mass_mailing
|
||||
|
||||
## Manifest Information
|
||||
|
||||
- **Name**: Mass Mailing Themes
|
||||
- **Version**: 1.1
|
||||
- **Category**: Marketing/Email Marketing
|
||||
- **License**: LGPL-3
|
||||
- **Installable**: True
|
||||
|
||||
## Source
|
||||
|
||||
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `mass_mailing_themes`.
|
||||
- Repository: https://github.com/OCA/OCB
|
||||
- Branch: 19.0
|
||||
- Path: addons/mass_mailing_themes
|
||||
|
||||
## License
|
||||
|
||||
This package maintains the original LGPL-3 license from the upstream Odoo project.
|
||||
|
||||
## Documentation
|
||||
|
||||
- Overview: doc/OVERVIEW.md
|
||||
- Architecture: doc/ARCHITECTURE.md
|
||||
- Models: doc/MODELS.md
|
||||
- Controllers: doc/CONTROLLERS.md
|
||||
- Wizards: doc/WIZARDS.md
|
||||
- Reports: doc/REPORTS.md
|
||||
- Security: doc/SECURITY.md
|
||||
- Install: doc/INSTALL.md
|
||||
- Usage: doc/USAGE.md
|
||||
- Configuration: doc/CONFIGURATION.md
|
||||
- Dependencies: doc/DEPENDENCIES.md
|
||||
- Troubleshooting: doc/TROUBLESHOOTING.md
|
||||
- FAQ: doc/FAQ.md
|
||||
This package preserves the original LGPL-3 license.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
'description': """
|
||||
Design gorgeous mails
|
||||
""",
|
||||
'version': '1.1',
|
||||
'version': '1.2',
|
||||
'sequence': 110,
|
||||
'website': 'https://www.odoo.com/app/mailing',
|
||||
'category': 'Marketing/Email Marketing',
|
||||
|
|
@ -15,9 +15,11 @@ Design gorgeous mails
|
|||
'mass_mailing',
|
||||
],
|
||||
'data': [
|
||||
'data/ir_attachment_data.xml',
|
||||
'views/mass_mailing_themes_templates.xml'
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': True,
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="mass_mailing_themes.s_tech_default_image" model="ir.attachment">
|
||||
<field name="public" eval="True"/>
|
||||
<field name="name">s_tech_default_image.jpg</field>
|
||||
<field name="type">url</field>
|
||||
<field name="url">/mass_mailing_themes/static/src/img/theme_blogging/s_tech_default_image.jpg</field>
|
||||
</record>
|
||||
</data>
|
||||
<data>
|
||||
<record id="mass_mailing_themes.s_default_image_block_image" model="ir.attachment">
|
||||
<field name="public" eval="True"/>
|
||||
<field name="name">s_default_image_block_image.jpg</field>
|
||||
<field name="type">url</field>
|
||||
<field name="url">/mass_mailing_themes/static/src/img/theme_training/s_default_image_block_image.jpg</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
|
@ -1,18 +1,18 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Afrikaans (https://app.transifex.com/odoo/teams/41243/af/)\n"
|
||||
"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n"
|
||||
"Language: af\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: af\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -72,9 +72,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a "
|
||||
"thing!</font>"
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -105,9 +103,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo "
|
||||
"Experience is free for everyone!</font>"
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -120,23 +116,17 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
msgid "<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) !important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -146,22 +136,12 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder; color: white;\">VIP10</span>"
|
||||
msgid "<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(255, 187, 0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -172,11 +152,14 @@ msgid ""
|
|||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
msgid "<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -198,9 +181,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Anyone with an ounce of business acumen knows that any business that wants "
|
||||
"to succeed needs a website."
|
||||
msgid "Anyone with an ounce of business acumen knows that any business that wants to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -215,9 +196,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Bitten by the travel bug but looking to travel consciously? Eco-travel is "
|
||||
"the way forward."
|
||||
msgid "Bitten by the travel bug but looking to travel consciously? Eco-travel is the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -249,9 +228,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Create your very own chat room or join an existing one that sparks your "
|
||||
"interest."
|
||||
msgid "Create your very own chat room or join an existing one that sparks your interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -300,9 +277,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Experience everything from a virtual exhibitor's hall to multiple "
|
||||
"interactive presentations and demos."
|
||||
msgid "Experience everything from a virtual exhibitor's hall to multiple interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -349,7 +324,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code* :"
|
||||
msgid "Here's your coupon code*:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -364,9 +339,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Imagine waking up with more energy, more flexibility, with less stress and "
|
||||
"fewer instances of anxiously rushing out the door."
|
||||
msgid "Imagine waking up with more energy, more flexibility, with less stress and fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -390,8 +363,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Join the community to see our latest news, events, discounts and much more!"
|
||||
msgid "Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -401,9 +373,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Learn through workshops, product demos, and inspiring talks from Odoo "
|
||||
"Experts and Partners."
|
||||
msgid "Learn through workshops, product demos, and inspiring talks from Odoo Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -432,9 +402,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Modern smartphones have all the built-in tech equal to a majority of the "
|
||||
"current professional cameras."
|
||||
msgid "Modern smartphones have all the built-in tech equal to a majority of the current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -444,16 +412,12 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"One clever use of drones is for delivering gifts — but another that's "
|
||||
"becoming popular for event safety purposes."
|
||||
msgid "One clever use of drones is for delivering gifts — but another that's becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Our roundup of the most popular and latest tech related videos from last "
|
||||
"week.<br/>"
|
||||
msgid "Our roundup of the most popular and latest tech related videos from last week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -519,6 +483,11 @@ msgstr ""
|
|||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "TikTok"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
|
|
@ -533,9 +502,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Travel without leaving your kitchen with these international recipes. From "
|
||||
"Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgid "Travel without leaving your kitchen with these international recipes. From Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n"
|
||||
"Language: am\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: am\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -72,9 +72,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a "
|
||||
"thing!</font>"
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -105,9 +103,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo "
|
||||
"Experience is free for everyone!</font>"
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -120,23 +116,17 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
msgid "<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) !important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -146,22 +136,12 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder; color: white;\">VIP10</span>"
|
||||
msgid "<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(255, 187, 0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -172,11 +152,14 @@ msgid ""
|
|||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
msgid "<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -198,9 +181,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Anyone with an ounce of business acumen knows that any business that wants "
|
||||
"to succeed needs a website."
|
||||
msgid "Anyone with an ounce of business acumen knows that any business that wants to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -215,9 +196,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Bitten by the travel bug but looking to travel consciously? Eco-travel is "
|
||||
"the way forward."
|
||||
msgid "Bitten by the travel bug but looking to travel consciously? Eco-travel is the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -249,9 +228,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Create your very own chat room or join an existing one that sparks your "
|
||||
"interest."
|
||||
msgid "Create your very own chat room or join an existing one that sparks your interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -300,9 +277,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Experience everything from a virtual exhibitor's hall to multiple "
|
||||
"interactive presentations and demos."
|
||||
msgid "Experience everything from a virtual exhibitor's hall to multiple interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -349,7 +324,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code* :"
|
||||
msgid "Here's your coupon code*:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -364,9 +339,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Imagine waking up with more energy, more flexibility, with less stress and "
|
||||
"fewer instances of anxiously rushing out the door."
|
||||
msgid "Imagine waking up with more energy, more flexibility, with less stress and fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -390,8 +363,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Join the community to see our latest news, events, discounts and much more!"
|
||||
msgid "Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -401,9 +373,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Learn through workshops, product demos, and inspiring talks from Odoo "
|
||||
"Experts and Partners."
|
||||
msgid "Learn through workshops, product demos, and inspiring talks from Odoo Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -432,9 +402,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Modern smartphones have all the built-in tech equal to a majority of the "
|
||||
"current professional cameras."
|
||||
msgid "Modern smartphones have all the built-in tech equal to a majority of the current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -444,16 +412,12 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"One clever use of drones is for delivering gifts — but another that's "
|
||||
"becoming popular for event safety purposes."
|
||||
msgid "One clever use of drones is for delivering gifts — but another that's becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Our roundup of the most popular and latest tech related videos from last "
|
||||
"week.<br/>"
|
||||
msgid "Our roundup of the most popular and latest tech related videos from last week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -519,6 +483,11 @@ msgstr ""
|
|||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "TikTok"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
|
|
@ -533,9 +502,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Travel without leaving your kitchen with these international recipes. From "
|
||||
"Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgid "Travel without leaving your kitchen with these international recipes. From Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
|
|||
|
|
@ -1,596 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Belarusian (https://app.transifex.com/odoo/teams/41243/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "$100 OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp; &nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "*But hurry! Offer ends on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "*For orders over $39."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "24/7 <br/>Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "5 Ways Drones Can Better Your Live Events"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a "
|
||||
"thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo "
|
||||
"Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder; color: white;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "All Rights Reserved"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"An interactive, fun\n"
|
||||
" <br/>and comprehensive experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Anyone with an ounce of business acumen knows that any business that wants "
|
||||
"to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "BEGINNING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Big News"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Bitten by the travel bug but looking to travel consciously? Eco-travel is "
|
||||
"the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Blogging"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Coupon Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Cover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Cover image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Create your very own chat room or join an existing one that sparks your "
|
||||
"interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Delicious recipes from around the world"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Destinations for an eco-holiday"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "ENDOFSUMMER20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Easy Returns"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Event Promo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Experience everything from a virtual exhibitor's hall to multiple "
|
||||
"interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Find out more"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free Delivery"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free delivery*"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "GET 10%&nbsp;OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Get 6-months' worth of knowledge\n"
|
||||
" <br/>in just 2 days"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Go to the chatrooms"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code* :"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "How to Code a Website Without Experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "IN THIS ISSUE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Imagine waking up with more energy, more flexibility, with less stress and "
|
||||
"fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join us"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Learn through workshops, product demos, and inspiring talks from Odoo "
|
||||
"Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Man on a rock looking at mountains in the distance"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Meet (other) awesome members\n"
|
||||
" <br/>of the community"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Modern smartphones have all the built-in tech equal to a majority of the "
|
||||
"current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"One clever use of drones is for delivering gifts — but another that's "
|
||||
"becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Our roundup of the most popular and latest tech related videos from last "
|
||||
"week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Promotion Program"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "READ MORE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Redeem it now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "See what we've got planned"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "See you there,"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "THE DAILY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Thank you for being one of our most loyal customers."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Travel without leaving your kitchen with these international recipes. From "
|
||||
"Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "VIP members only"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "VISIT OUR WEBSITE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Valid on all sales prices in our webshop."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Visit the website"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "WE'RE MOVING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Woman having breakfast in bed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Your Logo"
|
||||
msgstr ""
|
||||
|
|
@ -1,443 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: en_GB\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr "Order"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
msgstr ""
|
||||
|
|
@ -1,443 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Argentina) (https://www.transifex.com/odoo/teams/41243/es_AR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_AR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr "Orden"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
msgstr ""
|
||||
|
|
@ -1,440 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_BO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
msgstr ""
|
||||
|
|
@ -1,443 +1,566 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n"
|
||||
"Language: es_CL\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CL\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "$100 OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp; &nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "*But hurry! Offer ends on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "*For orders over $39."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "24/7 <br/>Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "5 Ways Drones Can Better Your Live Events"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) !important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(255, 187, 0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "All Rights Reserved"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
"An interactive, fun\n"
|
||||
" <br/>and comprehensive experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Anyone with an ounce of business acumen knows that any business that wants to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "BEGINNING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Big News"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr "Pedido"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Bitten by the travel bug but looking to travel consciously? Eco-travel is the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Blogging"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Coupon Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Cover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Cover image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Create your very own chat room or join an existing one that sparks your interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Delicious recipes from around the world"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Destinations for an eco-holiday"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "ENDOFSUMMER20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Easy Returns"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Event Promo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Experience everything from a virtual exhibitor's hall to multiple interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Find out more"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free Delivery"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free delivery*"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "GET 10%&nbsp;OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
"Get 6-months' worth of knowledge\n"
|
||||
" <br/>in just 2 days"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Go to the chatrooms"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code*:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "How to Code a Website Without Experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "IN THIS ISSUE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Imagine waking up with more energy, more flexibility, with less stress and fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join us"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Learn through workshops, product demos, and inspiring talks from Odoo Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Man on a rock looking at mountains in the distance"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Meet (other) awesome members\n"
|
||||
" <br/>of the community"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Modern smartphones have all the built-in tech equal to a majority of the current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "One clever use of drones is for delivering gifts — but another that's becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Our roundup of the most popular and latest tech related videos from last week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Promotion Program"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "READ MORE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Redeem it now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "See what we've got planned"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "See you there,"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "THE DAILY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Thank you for being one of our most loyal customers."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "TikTok"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Travel without leaving your kitchen with these international recipes. From Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "VIP members only"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "VISIT OUR WEBSITE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Valid on all sales prices in our webshop."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Visit the website"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "WE'RE MOVING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Woman having breakfast in bed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Your Logo"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,443 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr "Orden"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
msgstr ""
|
||||
|
|
@ -1,443 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr "Orden"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
msgstr ""
|
||||
|
|
@ -1,443 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_DO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr "Pedido"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
msgstr ""
|
||||
|
|
@ -1,443 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_EC\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr "Orden"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
msgstr ""
|
||||
|
|
@ -1,676 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Patricia Gutiérrez Capetillo <pagc@odoo.com>, 2022
|
||||
# Fernanda Alvarez, 2025
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Fernanda Alvarez, 2025\n"
|
||||
"Language-Team: Spanish (Mexico) (https://app.transifex.com/odoo/teams/41243/es_MX/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_MX\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "$100 OFF"
|
||||
msgstr "$100 DE DESCUENTO"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp; &nbsp;"
|
||||
msgstr "&nbsp; &nbsp;"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
msgstr "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "*But hurry! Offer ends on"
|
||||
msgstr "*¡Apresúrate! La oferta termina el"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "*For orders over $39."
|
||||
msgstr "*Para órdenes de más de $39."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "24/7 <br/>Customer Service"
|
||||
msgstr "Servicio al cliente <br/> 24/7"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "5 Ways Drones Can Better Your Live Events"
|
||||
msgstr "5 maneras en la que los drones pueden mejorar sus eventos"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
msgstr "<font style=\"background-color: rgb(231, 148, 57);\">VIAJES</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
msgstr "<font style=\"background-color: rgb(231, 99, 99);\">ESTILO DE VIDA</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
msgstr "<font style=\"background-color: rgb(57, 123, 33);\">COMIDA</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
msgstr "<font style=\"color: rgb(173, 173, 173);\">Cancelar suscripción</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a "
|
||||
"thing!</font>"
|
||||
msgstr "<font style=\"color: rgb(255, 255, 255);\">¡Y no le costará nada!</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
msgstr ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">OFERTAS</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">EXCLUSIVAS</font></span>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
msgstr ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">ENVÍOS</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">GRATIS</font></span>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
msgstr "<font style=\"color: rgb(255, 255, 255);\">¡Hola!</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
msgstr ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">¡Ya viene la siguiente edición de <span style=\"font-weight: bolder;\">Odoo Experience en línea</span> !\n"
|
||||
" <br/>Para despertar su curiosidad puede ver las maravillosas presentaciones que tenemos programadas en nuestra agenda.</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo "
|
||||
"Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">¡Zero, zilch, nada! La Odoo "
|
||||
"Experience es gratis para todos!</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
msgstr ""
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% de descuento&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;PROMOCIONES&nbsp;</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
msgstr "<span class=\"fa fa-play\"/>&nbsp;&nbsp;VER EL VIDEO"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder; color: white;\">VIP10</span>"
|
||||
msgstr "<span style=\"font-weight: bolder; color: white;\">VIP10</span>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
"<span style=\"font-weight: bolder;\">Ver en línea</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "All Rights Reserved"
|
||||
msgstr "Todos los derechos reservados"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"An interactive, fun\n"
|
||||
" <br/>and comprehensive experience"
|
||||
msgstr ""
|
||||
"Una experiencia interactiva,\n"
|
||||
" <br/>divertida e integral"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Anyone with an ounce of business acumen knows that any business that wants "
|
||||
"to succeed needs a website."
|
||||
msgstr ""
|
||||
"Las personas versadas en negocios saben que todas las empresas exitosas "
|
||||
"necesitan un sitio web."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "BEGINNING"
|
||||
msgstr "INICIO"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Big News"
|
||||
msgstr "Noticias importantes"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Bitten by the travel bug but looking to travel consciously? Eco-travel is "
|
||||
"the way forward."
|
||||
msgstr ""
|
||||
"¿Tiene muchas ganas de viajar pero quiere hacerlo con consciencia? El "
|
||||
"ecoturismo es el futuro."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Blogging"
|
||||
msgstr "Publicaciones de blog"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
msgstr ""
|
||||
"Últimas noticias de TI\n"
|
||||
"<br/>y análisis"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Coupon Code"
|
||||
msgstr "Código de cupón"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Cover"
|
||||
msgstr "Portada"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Cover image"
|
||||
msgstr "Imagen de portada"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Create your very own chat room or join an existing one that sparks your "
|
||||
"interest."
|
||||
msgstr ""
|
||||
"Cree su propia sala de chat o únase a una existente que le llame la "
|
||||
"atención."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Customer Service"
|
||||
msgstr "Servicio al cliente"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Delicious recipes from around the world"
|
||||
msgstr "Recetas deliciosas de todo el mundo"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
"Deliciosas recetas de todo el mundo&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Destinations for an eco-holiday"
|
||||
msgstr "Destinos para vacaciones ecológicas"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
"Destinos para vacaciones ecológicas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "ENDOFSUMMER20"
|
||||
msgstr "FINDELVERANO20"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Easy Returns"
|
||||
msgstr "Devoluciones fáciles"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Event Promo"
|
||||
msgstr "Promoción del evento"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Experience everything from a virtual exhibitor's hall to multiple "
|
||||
"interactive presentations and demos."
|
||||
msgstr ""
|
||||
"Experimente todo, desde una sala virtual de exposiciones hasta "
|
||||
"presentaciones y demostraciones interactivas."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr "Facebook"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Find out more"
|
||||
msgstr "Más información"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr "Más información&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free Delivery"
|
||||
msgstr "Envío gratuito"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free delivery*"
|
||||
msgstr "Envío gratuito*"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "GET 10%&nbsp;OFF"
|
||||
msgstr "OBTENGA 10%&nbsp;DE DESCUENTO"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Get 6-months' worth of knowledge\n"
|
||||
" <br/>in just 2 days"
|
||||
msgstr ""
|
||||
"Obtenga 6 meses de conocimiento\n"
|
||||
" <br/>en 2 días"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Go to the chatrooms"
|
||||
msgstr "Ir a las salas de chat"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code* :"
|
||||
msgstr "Este es el cupón de su código* :"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "How to Code a Website Without Experience"
|
||||
msgstr "Cómo crear un sitio web sin tener experiencia con código"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "IN THIS ISSUE"
|
||||
msgstr "EN ESTA EDICIÓN"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Imagine waking up with more energy, more flexibility, with less stress and "
|
||||
"fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
"Imagine despertar con más energía, más flexibilidad, menos estrés y menos "
|
||||
"episodios de ansiedad que lo inunden."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr "Instagram"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
"Entrevista con Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
msgstr ""
|
||||
"Edición\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
"Únase a la comunidad para ver nuestras noticias más recientes, eventos, "
|
||||
"descuentos, ¡y mucho más!"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join us"
|
||||
msgstr "Únase"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Learn through workshops, product demos, and inspiring talks from Odoo "
|
||||
"Experts and Partners."
|
||||
msgstr ""
|
||||
"Aprenda con talleres, demostraciones y pláticas inspiradoras de expertos y "
|
||||
"partners de Odoo."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr "LinkedIn"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Man on a rock looking at mountains in the distance"
|
||||
msgstr "Hombre en una roca mirando a las montañas que están en la distancia."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Meet (other) awesome members\n"
|
||||
" <br/>of the community"
|
||||
msgstr ""
|
||||
"Conozca a otros miembros asombrosos\n"
|
||||
" <br/>de la comunidad"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
msgstr ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Servicio al cliente</span>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Modern smartphones have all the built-in tech equal to a majority of the "
|
||||
"current professional cameras."
|
||||
msgstr ""
|
||||
"Los celulares modernos vienen con tecnología que se iguala a la mayoría de "
|
||||
"las cámaras profesionales."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr "Boletín"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"One clever use of drones is for delivering gifts — but another that's "
|
||||
"becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
"Una manera inteligente de usar drones es para entregar regalos — pero "
|
||||
"también se está volviendo común usarlos para la seguridad de eventos."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Our roundup of the most popular and latest tech related videos from last "
|
||||
"week.<br/>"
|
||||
msgstr ""
|
||||
"Nuestro resumen de los videos tecnológicos más populares durante la semana "
|
||||
"pasada.<br/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Promotion Program"
|
||||
msgstr "Programa de promoción"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "READ MORE"
|
||||
msgstr "MÁS INFORMACIÓN"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
"Ideas para un día lluvioso&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr "Aprenda más&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Redeem it now"
|
||||
msgstr "Canjear ahora"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register now!"
|
||||
msgstr "¡Regístrese ahora!"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "See what we've got planned"
|
||||
msgstr "Vea lo que tenemos planeado"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "See you there,"
|
||||
msgstr "Nos vemos,"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr "Firma"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "THE DAILY"
|
||||
msgstr "LO DIARIO"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Thank you for being one of our most loyal customers."
|
||||
msgstr "Gracias por ser uno de nuestros clientes más leales."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The future of smartphone video production"
|
||||
msgstr "El futuro de la producción de video en teléfonos inteligentes"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
msgstr "Las 5 mejores rutinas para aumentar su energía en la mañana"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
"Las 5 mejores rutinas para aumentar su energía en la mañana&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Travel without leaving your kitchen with these international recipes. From "
|
||||
"Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
"Estas recetas internacionales harán que viaje sin salir de su cocina. De "
|
||||
"Canadá a Australia, de México a Suecia y el resto del mundo."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr "Twitter"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr "Cancelar suscripción"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "VIP members only"
|
||||
msgstr "Solo miembros VIP"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "VISIT OUR WEBSITE"
|
||||
msgstr "VISITE NUESTRO SITIO WEB"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Valid on all sales prices in our webshop."
|
||||
msgstr "Válido en los precios de ventas de nuestra tienda en línea."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Visit the website"
|
||||
msgstr "Visite el sitio web"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "WE'RE MOVING"
|
||||
msgstr "NOS MUDAMOS"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
msgstr ""
|
||||
"Nos enorgullece anunciar que el 1 de julio nos mudaremos a otra ubicación gracias a nuestro crecimiento en el área de Springfield.\n"
|
||||
" <br/>Seguiremos ofreciendo nuestro servicio amistoso de siempre en nuestra nueva dirección, <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>donde le proporcionaremos una selección de productos y servicios mucho más amplia."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Woman having breakfast in bed"
|
||||
msgstr "Mujer desayunando en la cama"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Your Logo"
|
||||
msgstr "Su logo"
|
||||
|
|
@ -1,443 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_PE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr "Pedido"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
msgstr ""
|
||||
|
|
@ -1,443 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_PY\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr "Orden"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
msgstr ""
|
||||
|
|
@ -1,443 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_VE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr "Orden"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
msgstr ""
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
# Mikel Lizarralde <mikellizarralde@gmail.com>, 2018
|
||||
|
|
@ -9,436 +9,559 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Last-Translator: Mikel Lizarralde <mikellizarralde@gmail.com>, 2018\n"
|
||||
"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n"
|
||||
"Language: eu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: eu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "$100 OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp; &nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "*But hurry! Offer ends on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "*For orders over $39."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "24/7 <br/>Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "5 Ways Drones Can Better Your Live Events"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) !important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(255, 187, 0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
msgstr "Informazio gehiago"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "All Rights Reserved"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
"An interactive, fun\n"
|
||||
" <br/>and comprehensive experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Anyone with an ounce of business acumen knows that any business that wants to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "BEGINNING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Big News"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr "Eskaria"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Bitten by the travel bug but looking to travel consciously? Eco-travel is the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Blogging"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Coupon Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Cover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Cover image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Create your very own chat room or join an existing one that sparks your interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Delicious recipes from around the world"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Destinations for an eco-holiday"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "ENDOFSUMMER20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Easy Returns"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Event Promo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Experience everything from a virtual exhibitor's hall to multiple interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Find out more"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free Delivery"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free delivery*"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "GET 10%&nbsp;OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
"Get 6-months' worth of knowledge\n"
|
||||
" <br/>in just 2 days"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Go to the chatrooms"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code*:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "How to Code a Website Without Experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "IN THIS ISSUE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Imagine waking up with more energy, more flexibility, with less stress and fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join us"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Learn through workshops, product demos, and inspiring talks from Odoo Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Man on a rock looking at mountains in the distance"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Meet (other) awesome members\n"
|
||||
" <br/>of the community"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Modern smartphones have all the built-in tech equal to a majority of the current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "One clever use of drones is for delivering gifts — but another that's becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Our roundup of the most popular and latest tech related videos from last week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Promotion Program"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "READ MORE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Redeem it now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "See what we've got planned"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "See you there,"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "THE DAILY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Thank you for being one of our most loyal customers."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "TikTok"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Travel without leaving your kitchen with these international recipes. From Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "VIP members only"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "VISIT OUR WEBSITE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Valid on all sales prices in our webshop."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Visit the website"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "WE'RE MOVING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Woman having breakfast in bed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Your Logo"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,443 +1,566 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n"
|
||||
"Language: fo\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fo\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "$100 OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp; &nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "*But hurry! Offer ends on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "*For orders over $39."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "24/7 <br/>Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "5 Ways Drones Can Better Your Live Events"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) !important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(255, 187, 0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "All Rights Reserved"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
"An interactive, fun\n"
|
||||
" <br/>and comprehensive experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Anyone with an ounce of business acumen knows that any business that wants to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "BEGINNING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Big News"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr "Bílegg"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Bitten by the travel bug but looking to travel consciously? Eco-travel is the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Blogging"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Coupon Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Cover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Cover image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Create your very own chat room or join an existing one that sparks your interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Delicious recipes from around the world"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Destinations for an eco-holiday"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "ENDOFSUMMER20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Easy Returns"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Event Promo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Experience everything from a virtual exhibitor's hall to multiple interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Find out more"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free Delivery"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free delivery*"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "GET 10%&nbsp;OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
"Get 6-months' worth of knowledge\n"
|
||||
" <br/>in just 2 days"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Go to the chatrooms"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code*:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "How to Code a Website Without Experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "IN THIS ISSUE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Imagine waking up with more energy, more flexibility, with less stress and fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join us"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Learn through workshops, product demos, and inspiring talks from Odoo Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Man on a rock looking at mountains in the distance"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Meet (other) awesome members\n"
|
||||
" <br/>of the community"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Modern smartphones have all the built-in tech equal to a majority of the current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "One clever use of drones is for delivering gifts — but another that's becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Our roundup of the most popular and latest tech related videos from last week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Promotion Program"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "READ MORE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Redeem it now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "See what we've got planned"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "See you there,"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "THE DAILY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Thank you for being one of our most loyal customers."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "TikTok"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Travel without leaving your kitchen with these international recipes. From Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "VIP members only"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "VISIT OUR WEBSITE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Valid on all sales prices in our webshop."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Visit the website"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "WE'RE MOVING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Woman having breakfast in bed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Your Logo"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,443 +1,566 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n"
|
||||
"Language: gl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "$100 OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp; &nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "*But hurry! Offer ends on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "*For orders over $39."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "24/7 <br/>Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "5 Ways Drones Can Better Your Live Events"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) !important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(255, 187, 0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "All Rights Reserved"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
"An interactive, fun\n"
|
||||
" <br/>and comprehensive experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Anyone with an ounce of business acumen knows that any business that wants to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "BEGINNING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Big News"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr "Pedido"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Bitten by the travel bug but looking to travel consciously? Eco-travel is the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Blogging"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Coupon Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Cover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Cover image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Create your very own chat room or join an existing one that sparks your interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Delicious recipes from around the world"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Destinations for an eco-holiday"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "ENDOFSUMMER20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Easy Returns"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Event Promo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Experience everything from a virtual exhibitor's hall to multiple interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Find out more"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free Delivery"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free delivery*"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "GET 10%&nbsp;OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
"Get 6-months' worth of knowledge\n"
|
||||
" <br/>in just 2 days"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Go to the chatrooms"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code*:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "How to Code a Website Without Experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "IN THIS ISSUE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Imagine waking up with more energy, more flexibility, with less stress and fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join us"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Learn through workshops, product demos, and inspiring talks from Odoo Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Man on a rock looking at mountains in the distance"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Meet (other) awesome members\n"
|
||||
" <br/>of the community"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Modern smartphones have all the built-in tech equal to a majority of the current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "One clever use of drones is for delivering gifts — but another that's becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Our roundup of the most popular and latest tech related videos from last week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Promotion Program"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "READ MORE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Redeem it now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "See what we've got planned"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "See you there,"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "THE DAILY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Thank you for being one of our most loyal customers."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "TikTok"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Travel without leaving your kitchen with these international recipes. From Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "VIP members only"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "VISIT OUR WEBSITE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Valid on all sales prices in our webshop."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Visit the website"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "WE'RE MOVING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Woman having breakfast in bed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Your Logo"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,18 +1,22 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2018
|
||||
# Spellbound Soft Solutions <jeel.spellbound@gmail.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server saas~11.5+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2018-09-18 10:05+0000\n"
|
||||
"Last-Translator: Spellbound Soft Solutions <jeel.spellbound@gmail.com>, 2018\n"
|
||||
"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n"
|
||||
"Language: gu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -72,9 +76,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a "
|
||||
"thing!</font>"
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -105,9 +107,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo "
|
||||
"Experience is free for everyone!</font>"
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -120,23 +120,17 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
msgid "<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) !important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -146,22 +140,12 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder; color: white;\">VIP10</span>"
|
||||
msgid "<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(255, 187, 0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -172,11 +156,14 @@ msgid ""
|
|||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
msgid "<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -198,9 +185,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Anyone with an ounce of business acumen knows that any business that wants "
|
||||
"to succeed needs a website."
|
||||
msgid "Anyone with an ounce of business acumen knows that any business that wants to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -215,9 +200,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Bitten by the travel bug but looking to travel consciously? Eco-travel is "
|
||||
"the way forward."
|
||||
msgid "Bitten by the travel bug but looking to travel consciously? Eco-travel is the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -249,9 +232,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Create your very own chat room or join an existing one that sparks your "
|
||||
"interest."
|
||||
msgid "Create your very own chat room or join an existing one that sparks your interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -300,9 +281,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Experience everything from a virtual exhibitor's hall to multiple "
|
||||
"interactive presentations and demos."
|
||||
msgid "Experience everything from a virtual exhibitor's hall to multiple interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -349,7 +328,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code* :"
|
||||
msgid "Here's your coupon code*:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -364,9 +343,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Imagine waking up with more energy, more flexibility, with less stress and "
|
||||
"fewer instances of anxiously rushing out the door."
|
||||
msgid "Imagine waking up with more energy, more flexibility, with less stress and fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -390,8 +367,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Join the community to see our latest news, events, discounts and much more!"
|
||||
msgid "Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -401,9 +377,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Learn through workshops, product demos, and inspiring talks from Odoo "
|
||||
"Experts and Partners."
|
||||
msgid "Learn through workshops, product demos, and inspiring talks from Odoo Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -432,9 +406,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Modern smartphones have all the built-in tech equal to a majority of the "
|
||||
"current professional cameras."
|
||||
msgid "Modern smartphones have all the built-in tech equal to a majority of the current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -444,16 +416,12 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"One clever use of drones is for delivering gifts — but another that's "
|
||||
"becoming popular for event safety purposes."
|
||||
msgid "One clever use of drones is for delivering gifts — but another that's becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Our roundup of the most popular and latest tech related videos from last "
|
||||
"week.<br/>"
|
||||
msgid "Our roundup of the most popular and latest tech related videos from last week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -519,6 +487,11 @@ msgstr ""
|
|||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "TikTok"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
|
|
@ -533,9 +506,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Travel without leaving your kitchen with these international recipes. From "
|
||||
"Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgid "Travel without leaving your kitchen with these international recipes. From Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Armenian (https://app.transifex.com/odoo/teams/41243/hy/)\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2016-10-10 09:15+0000\n"
|
||||
"Language-Team: Armenian (https://www.transifex.com/odoo/teams/41243/hy/)\n"
|
||||
"Language: hy\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hy\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -72,9 +72,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a "
|
||||
"thing!</font>"
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -105,9 +103,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo "
|
||||
"Experience is free for everyone!</font>"
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -120,23 +116,17 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
msgid "<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) !important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -146,22 +136,12 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder; color: white;\">VIP10</span>"
|
||||
msgid "<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(255, 187, 0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -172,11 +152,14 @@ msgid ""
|
|||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
msgid "<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -198,9 +181,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Anyone with an ounce of business acumen knows that any business that wants "
|
||||
"to succeed needs a website."
|
||||
msgid "Anyone with an ounce of business acumen knows that any business that wants to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -215,9 +196,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Bitten by the travel bug but looking to travel consciously? Eco-travel is "
|
||||
"the way forward."
|
||||
msgid "Bitten by the travel bug but looking to travel consciously? Eco-travel is the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -249,9 +228,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Create your very own chat room or join an existing one that sparks your "
|
||||
"interest."
|
||||
msgid "Create your very own chat room or join an existing one that sparks your interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -300,9 +277,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Experience everything from a virtual exhibitor's hall to multiple "
|
||||
"interactive presentations and demos."
|
||||
msgid "Experience everything from a virtual exhibitor's hall to multiple interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -349,7 +324,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code* :"
|
||||
msgid "Here's your coupon code*:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -364,9 +339,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Imagine waking up with more energy, more flexibility, with less stress and "
|
||||
"fewer instances of anxiously rushing out the door."
|
||||
msgid "Imagine waking up with more energy, more flexibility, with less stress and fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -390,8 +363,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Join the community to see our latest news, events, discounts and much more!"
|
||||
msgid "Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -401,9 +373,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Learn through workshops, product demos, and inspiring talks from Odoo "
|
||||
"Experts and Partners."
|
||||
msgid "Learn through workshops, product demos, and inspiring talks from Odoo Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -432,9 +402,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Modern smartphones have all the built-in tech equal to a majority of the "
|
||||
"current professional cameras."
|
||||
msgid "Modern smartphones have all the built-in tech equal to a majority of the current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -444,16 +412,12 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"One clever use of drones is for delivering gifts — but another that's "
|
||||
"becoming popular for event safety purposes."
|
||||
msgid "One clever use of drones is for delivering gifts — but another that's becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Our roundup of the most popular and latest tech related videos from last "
|
||||
"week.<br/>"
|
||||
msgid "Our roundup of the most popular and latest tech related videos from last week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -519,6 +483,11 @@ msgstr ""
|
|||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "TikTok"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
|
|
@ -533,9 +502,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Travel without leaving your kitchen with these international recipes. From "
|
||||
"Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgid "Travel without leaving your kitchen with these international recipes. From Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Icelandic (https://app.transifex.com/odoo/teams/41243/is/)\n"
|
||||
"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n"
|
||||
"Language: is\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: is\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -72,9 +72,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a "
|
||||
"thing!</font>"
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -105,9 +103,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo "
|
||||
"Experience is free for everyone!</font>"
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -120,23 +116,17 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
msgid "<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) !important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -146,22 +136,12 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder; color: white;\">VIP10</span>"
|
||||
msgid "<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(255, 187, 0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -172,11 +152,14 @@ msgid ""
|
|||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
msgid "<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -198,9 +181,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Anyone with an ounce of business acumen knows that any business that wants "
|
||||
"to succeed needs a website."
|
||||
msgid "Anyone with an ounce of business acumen knows that any business that wants to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -215,9 +196,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Bitten by the travel bug but looking to travel consciously? Eco-travel is "
|
||||
"the way forward."
|
||||
msgid "Bitten by the travel bug but looking to travel consciously? Eco-travel is the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -249,9 +228,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Create your very own chat room or join an existing one that sparks your "
|
||||
"interest."
|
||||
msgid "Create your very own chat room or join an existing one that sparks your interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -300,9 +277,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Experience everything from a virtual exhibitor's hall to multiple "
|
||||
"interactive presentations and demos."
|
||||
msgid "Experience everything from a virtual exhibitor's hall to multiple interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -349,7 +324,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code* :"
|
||||
msgid "Here's your coupon code*:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -364,9 +339,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Imagine waking up with more energy, more flexibility, with less stress and "
|
||||
"fewer instances of anxiously rushing out the door."
|
||||
msgid "Imagine waking up with more energy, more flexibility, with less stress and fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -390,8 +363,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Join the community to see our latest news, events, discounts and much more!"
|
||||
msgid "Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -401,9 +373,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Learn through workshops, product demos, and inspiring talks from Odoo "
|
||||
"Experts and Partners."
|
||||
msgid "Learn through workshops, product demos, and inspiring talks from Odoo Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -432,9 +402,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Modern smartphones have all the built-in tech equal to a majority of the "
|
||||
"current professional cameras."
|
||||
msgid "Modern smartphones have all the built-in tech equal to a majority of the current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -444,16 +412,12 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"One clever use of drones is for delivering gifts — but another that's "
|
||||
"becoming popular for event safety purposes."
|
||||
msgid "One clever use of drones is for delivering gifts — but another that's becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Our roundup of the most popular and latest tech related videos from last "
|
||||
"week.<br/>"
|
||||
msgid "Our roundup of the most popular and latest tech related videos from last week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -519,6 +483,11 @@ msgstr ""
|
|||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "TikTok"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
|
|
@ -533,9 +502,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Travel without leaving your kitchen with these international recipes. From "
|
||||
"Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgid "Travel without leaving your kitchen with these international recipes. From Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
|
|||
|
|
@ -1,443 +1,566 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n"
|
||||
"Language: ka\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ka\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "$100 OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp; &nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "*But hurry! Offer ends on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "*For orders over $39."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "24/7 <br/>Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "5 Ways Drones Can Better Your Live Events"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) !important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(255, 187, 0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "All Rights Reserved"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
"An interactive, fun\n"
|
||||
" <br/>and comprehensive experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Anyone with an ounce of business acumen knows that any business that wants to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "BEGINNING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Big News"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr "შეკვეთა"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Bitten by the travel bug but looking to travel consciously? Eco-travel is the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Blogging"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Coupon Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Cover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Cover image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Create your very own chat room or join an existing one that sparks your interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Delicious recipes from around the world"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Destinations for an eco-holiday"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "ENDOFSUMMER20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Easy Returns"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Event Promo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Experience everything from a virtual exhibitor's hall to multiple interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Find out more"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free Delivery"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free delivery*"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "GET 10%&nbsp;OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
"Get 6-months' worth of knowledge\n"
|
||||
" <br/>in just 2 days"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Go to the chatrooms"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code*:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "How to Code a Website Without Experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "IN THIS ISSUE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Imagine waking up with more energy, more flexibility, with less stress and fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join us"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Learn through workshops, product demos, and inspiring talks from Odoo Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Man on a rock looking at mountains in the distance"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Meet (other) awesome members\n"
|
||||
" <br/>of the community"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Modern smartphones have all the built-in tech equal to a majority of the current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "One clever use of drones is for delivering gifts — but another that's becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Our roundup of the most popular and latest tech related videos from last week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Promotion Program"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "READ MORE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Redeem it now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "See what we've got planned"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "See you there,"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "THE DAILY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Thank you for being one of our most loyal customers."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "TikTok"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Travel without leaving your kitchen with these international recipes. From Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "VIP members only"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "VISIT OUR WEBSITE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Valid on all sales prices in our webshop."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Visit the website"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "WE'RE MOVING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Woman having breakfast in bed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Your Logo"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,22 +1,21 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# Translators:
|
||||
# Lux Sok <sok.lux@gmail.com>, 2023
|
||||
#
|
||||
# Samkhann Seang <seangsamkhann@gmail.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server saas~11.5+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2023\n"
|
||||
"Language-Team: Khmer (https://app.transifex.com/odoo/teams/41243/km/)\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2018-09-18 10:05+0000\n"
|
||||
"Last-Translator: Samkhann Seang <seangsamkhann@gmail.com>, 2018\n"
|
||||
"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n"
|
||||
"Language: km\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: km\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -76,9 +75,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a "
|
||||
"thing!</font>"
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -109,9 +106,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo "
|
||||
"Experience is free for everyone!</font>"
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -124,23 +119,17 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
msgid "<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) !important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -150,22 +139,12 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder; color: white;\">VIP10</span>"
|
||||
msgid "<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(255, 187, 0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -176,11 +155,14 @@ msgid ""
|
|||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
msgid "<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -202,9 +184,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Anyone with an ounce of business acumen knows that any business that wants "
|
||||
"to succeed needs a website."
|
||||
msgid "Anyone with an ounce of business acumen knows that any business that wants to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -219,9 +199,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Bitten by the travel bug but looking to travel consciously? Eco-travel is "
|
||||
"the way forward."
|
||||
msgid "Bitten by the travel bug but looking to travel consciously? Eco-travel is the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -253,9 +231,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Create your very own chat room or join an existing one that sparks your "
|
||||
"interest."
|
||||
msgid "Create your very own chat room or join an existing one that sparks your interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -304,15 +280,13 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Experience everything from a virtual exhibitor's hall to multiple "
|
||||
"interactive presentations and demos."
|
||||
msgid "Experience everything from a virtual exhibitor's hall to multiple interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr "ហ្វេសប៊ុក"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
|
|
@ -353,7 +327,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code* :"
|
||||
msgid "Here's your coupon code*:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -368,15 +342,13 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Imagine waking up with more energy, more flexibility, with less stress and "
|
||||
"fewer instances of anxiously rushing out the door."
|
||||
msgid "Imagine waking up with more energy, more flexibility, with less stress and fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr "អ៊ីនស្តាក្រាម"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
|
|
@ -394,8 +366,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Join the community to see our latest news, events, discounts and much more!"
|
||||
msgid "Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -405,15 +376,13 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Learn through workshops, product demos, and inspiring talks from Odoo "
|
||||
"Experts and Partners."
|
||||
msgid "Learn through workshops, product demos, and inspiring talks from Odoo Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr "លីងអ៊ិន"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
|
|
@ -436,28 +405,22 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Modern smartphones have all the built-in tech equal to a majority of the "
|
||||
"current professional cameras."
|
||||
msgid "Modern smartphones have all the built-in tech equal to a majority of the current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr "ព្រឹត្តិប័ត្រ "
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"One clever use of drones is for delivering gifts — but another that's "
|
||||
"becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Our roundup of the most popular and latest tech related videos from last "
|
||||
"week.<br/>"
|
||||
msgid "One clever use of drones is for delivering gifts — but another that's becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Our roundup of the most popular and latest tech related videos from last week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -506,7 +469,7 @@ msgstr ""
|
|||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr "ហត្ថលេខា"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
|
|
@ -523,6 +486,11 @@ msgstr ""
|
|||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "TikTok"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
|
|
@ -537,15 +505,13 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Travel without leaving your kitchen with these international recipes. From "
|
||||
"Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgid "Travel without leaving your kitchen with these international recipes. From Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr "ធ្វីតទឺ"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
|
|
@ -554,7 +520,7 @@ msgstr "ធ្វីតទឺ"
|
|||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr "ឈប់ជាវ"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
|
|
|
|||
|
|
@ -1,489 +1,563 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~12.4+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-08-12 11:30+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2019-08-26 09:37+0000\n"
|
||||
"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n"
|
||||
"Language: lb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "$100 OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp; &nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "*But hurry! Offer ends on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
msgid "*For orders over $39."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "24/7 <br/>Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "5 Ways Drones Can Better Your Live Events"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-compass fa-2x text-delta\" aria-label=\"Choose\" "
|
||||
"title=\"Choose\"/>"
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-credit-card fa-2x text-delta\" aria-label=\"Order\" "
|
||||
"title=\"Order\"/>"
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-smile-o fa-2x text-delta\" aria-label=\"Enjoy!\" "
|
||||
"title=\"Enjoy!\"/>"
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"line-height: 30px;\"><small>CODE: </small></span><strong "
|
||||
"class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) !important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(255, 187, 0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "All Rights Reserved"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
"An interactive, fun\n"
|
||||
" <br/>and comprehensive experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Anyone with an ounce of business acumen knows that any business that wants to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "BEGINNING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Big News"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Bitten by the travel bug but looking to travel consciously? Eco-travel is the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Blogging"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Coupon Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Cover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Cover image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Create your very own chat room or join an existing one that sparks your interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Delicious recipes from around the world"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Destinations for an eco-holiday"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "ENDOFSUMMER20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Easy Returns"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Event Promo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Experience everything from a virtual exhibitor's hall to multiple interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Find out more"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free Delivery"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free delivery*"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "GET 10%&nbsp;OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Get 6-months' worth of knowledge\n"
|
||||
" <br/>in just 2 days"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Go to the chatrooms"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code*:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Google Plus"
|
||||
msgid "How to Code a Website Without Experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "IN THIS ISSUE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Imagine waking up with more energy, more flexibility, with less stress and fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join us"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgid "Learn through workshops, product demos, and inspiring talks from Odoo Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Man on a rock looking at mountains in the distance"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"Meet (other) awesome members\n"
|
||||
" <br/>of the community"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgid "Modern smartphones have all the built-in tech equal to a majority of the current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "One clever use of drones is for delivering gifts — but another that's becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Our roundup of the most popular and latest tech related videos from last week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Promotion Program"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "READ MORE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Redeem it now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
msgid "Register now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "See what we've got planned"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "See you there,"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "THE DAILY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Thank you for being one of our most loyal customers."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "TikTok"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Travel without leaving your kitchen with these international recipes. From Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "VIP members only"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
msgid "VISIT OUR WEBSITE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
msgid "Valid on all sales prices in our webshop."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
msgid "Visit the website"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "WE'RE MOVING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Woman having breakfast in bed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Your Logo"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Lao (https://app.transifex.com/odoo/teams/41243/lo/)\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n"
|
||||
"Language: lo\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lo\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -72,9 +72,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a "
|
||||
"thing!</font>"
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -105,9 +103,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo "
|
||||
"Experience is free for everyone!</font>"
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -120,23 +116,17 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
msgid "<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) !important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -146,22 +136,12 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgid "<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder; color: white;\">VIP10</span>"
|
||||
msgid "<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(255, 187, 0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -172,11 +152,14 @@ msgid ""
|
|||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
msgid "<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -198,9 +181,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Anyone with an ounce of business acumen knows that any business that wants "
|
||||
"to succeed needs a website."
|
||||
msgid "Anyone with an ounce of business acumen knows that any business that wants to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -215,9 +196,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Bitten by the travel bug but looking to travel consciously? Eco-travel is "
|
||||
"the way forward."
|
||||
msgid "Bitten by the travel bug but looking to travel consciously? Eco-travel is the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -249,9 +228,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Create your very own chat room or join an existing one that sparks your "
|
||||
"interest."
|
||||
msgid "Create your very own chat room or join an existing one that sparks your interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -300,9 +277,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Experience everything from a virtual exhibitor's hall to multiple "
|
||||
"interactive presentations and demos."
|
||||
msgid "Experience everything from a virtual exhibitor's hall to multiple interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -349,7 +324,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code* :"
|
||||
msgid "Here's your coupon code*:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -364,9 +339,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Imagine waking up with more energy, more flexibility, with less stress and "
|
||||
"fewer instances of anxiously rushing out the door."
|
||||
msgid "Imagine waking up with more energy, more flexibility, with less stress and fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -390,8 +363,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Join the community to see our latest news, events, discounts and much more!"
|
||||
msgid "Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -401,9 +373,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Learn through workshops, product demos, and inspiring talks from Odoo "
|
||||
"Experts and Partners."
|
||||
msgid "Learn through workshops, product demos, and inspiring talks from Odoo Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -432,9 +402,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Modern smartphones have all the built-in tech equal to a majority of the "
|
||||
"current professional cameras."
|
||||
msgid "Modern smartphones have all the built-in tech equal to a majority of the current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -444,16 +412,12 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"One clever use of drones is for delivering gifts — but another that's "
|
||||
"becoming popular for event safety purposes."
|
||||
msgid "One clever use of drones is for delivering gifts — but another that's becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Our roundup of the most popular and latest tech related videos from last "
|
||||
"week.<br/>"
|
||||
msgid "Our roundup of the most popular and latest tech related videos from last week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
@ -519,6 +483,11 @@ msgstr ""
|
|||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "TikTok"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
|
|
@ -533,9 +502,7 @@ msgstr ""
|
|||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Travel without leaving your kitchen with these international recipes. From "
|
||||
"Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgid "Travel without leaving your kitchen with these international recipes. From Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
|
|
|
|||
|
|
@ -1,443 +1,566 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
|
||||
"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n"
|
||||
"Language: mk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mk\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "$100 OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp; &nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "*But hurry! Offer ends on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "*For orders over $39."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "24/7 <br/>Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "5 Ways Drones Can Better Your Live Events"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) !important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(255, 187, 0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "All Rights Reserved"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
"An interactive, fun\n"
|
||||
" <br/>and comprehensive experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Anyone with an ounce of business acumen knows that any business that wants to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "BEGINNING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Big News"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
msgstr "Нарачка"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Bitten by the travel bug but looking to travel consciously? Eco-travel is the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Blogging"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Coupon Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Cover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Cover image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Create your very own chat room or join an existing one that sparks your interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Delicious recipes from around the world"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Destinations for an eco-holiday"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "ENDOFSUMMER20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Easy Returns"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Event Promo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Experience everything from a virtual exhibitor's hall to multiple interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Find out more"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free Delivery"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free delivery*"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "GET 10%&nbsp;OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
"Get 6-months' worth of knowledge\n"
|
||||
" <br/>in just 2 days"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Go to the chatrooms"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code*:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "How to Code a Website Without Experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "IN THIS ISSUE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Imagine waking up with more energy, more flexibility, with less stress and fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join us"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Learn through workshops, product demos, and inspiring talks from Odoo Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Man on a rock looking at mountains in the distance"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Meet (other) awesome members\n"
|
||||
" <br/>of the community"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Modern smartphones have all the built-in tech equal to a majority of the current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "One clever use of drones is for delivering gifts — but another that's becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Our roundup of the most popular and latest tech related videos from last week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Promotion Program"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "READ MORE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Redeem it now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "See what we've got planned"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "See you there,"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "THE DAILY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Thank you for being one of our most loyal customers."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "TikTok"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Travel without leaving your kitchen with these international recipes. From Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "VIP members only"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "VISIT OUR WEBSITE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Valid on all sales prices in our webshop."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Visit the website"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "WE'RE MOVING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Woman having breakfast in bed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Your Logo"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,600 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# Translators:
|
||||
# Niyas Raphy, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Niyas Raphy, 2023\n"
|
||||
"Language-Team: Malayalam (https://app.transifex.com/odoo/teams/41243/ml/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ml\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "$100 OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp; &nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "*But hurry! Offer ends on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "*For orders over $39."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "24/7 <br/>Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "5 Ways Drones Can Better Your Live Events"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a "
|
||||
"thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo "
|
||||
"Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder; color: white;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "All Rights Reserved"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"An interactive, fun\n"
|
||||
" <br/>and comprehensive experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Anyone with an ounce of business acumen knows that any business that wants "
|
||||
"to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "BEGINNING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Big News"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Bitten by the travel bug but looking to travel consciously? Eco-travel is "
|
||||
"the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Blogging"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Coupon Code"
|
||||
msgstr "കൂപ്പൺ കോഡ്"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Cover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Cover image"
|
||||
msgstr "മുഖചിത്രം"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Create your very own chat room or join an existing one that sparks your "
|
||||
"interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Delicious recipes from around the world"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Destinations for an eco-holiday"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "ENDOFSUMMER20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Easy Returns"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Event Promo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Experience everything from a virtual exhibitor's hall to multiple "
|
||||
"interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr "ഫേസ്ബുക് "
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Find out more"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free Delivery"
|
||||
msgstr "ഫ്രീ ഡെലിവറി"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free delivery*"
|
||||
msgstr "ഫ്രീ ഡെലിവറി*"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "GET 10%&nbsp;OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Get 6-months' worth of knowledge\n"
|
||||
" <br/>in just 2 days"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Go to the chatrooms"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code* :"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "How to Code a Website Without Experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "IN THIS ISSUE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Imagine waking up with more energy, more flexibility, with less stress and "
|
||||
"fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr "ഇൻസ്റ്റാഗ്രാം"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join us"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Learn through workshops, product demos, and inspiring talks from Odoo "
|
||||
"Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr "ലിങ്ക്ഡ്ഇൻ"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Man on a rock looking at mountains in the distance"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Meet (other) awesome members\n"
|
||||
" <br/>of the community"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Modern smartphones have all the built-in tech equal to a majority of the "
|
||||
"current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"One clever use of drones is for delivering gifts — but another that's "
|
||||
"becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Our roundup of the most popular and latest tech related videos from last "
|
||||
"week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Promotion Program"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "READ MORE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Redeem it now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "See what we've got planned"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "See you there,"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr "കയ്യൊപ്പ്"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "THE DAILY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Thank you for being one of our most loyal customers."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Travel without leaving your kitchen with these international recipes. From "
|
||||
"Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr "ട്വിറ്റർ"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr "അൺസബ്സ്ക്രൈബ്"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "VIP members only"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "VISIT OUR WEBSITE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Valid on all sales prices in our webshop."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Visit the website"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "WE'RE MOVING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Woman having breakfast in bed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Your Logo"
|
||||
msgstr ""
|
||||
|
|
@ -1,600 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# Translators:
|
||||
# Mehjabin Farsana, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Mehjabin Farsana, 2023\n"
|
||||
"Language-Team: Malay (https://app.transifex.com/odoo/teams/41243/ms/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ms\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "$100 OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp; &nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "*But hurry! Offer ends on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "*For orders over $39."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "24/7 <br/>Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "5 Ways Drones Can Better Your Live Events"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a "
|
||||
"thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo "
|
||||
"Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder; color: white;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "All Rights Reserved"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"An interactive, fun\n"
|
||||
" <br/>and comprehensive experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Anyone with an ounce of business acumen knows that any business that wants "
|
||||
"to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "BEGINNING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Big News"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Bitten by the travel bug but looking to travel consciously? Eco-travel is "
|
||||
"the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Blogging"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Coupon Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Cover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Cover image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Create your very own chat room or join an existing one that sparks your "
|
||||
"interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Customer Service"
|
||||
msgstr "Khidmat Pelanggan"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Delicious recipes from around the world"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Destinations for an eco-holiday"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "ENDOFSUMMER20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Easy Returns"
|
||||
msgstr "Pulangan Mudah"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Event Promo"
|
||||
msgstr "Promosi Acara"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Experience everything from a virtual exhibitor's hall to multiple "
|
||||
"interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Find out more"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free Delivery"
|
||||
msgstr "Penghantaran percuma"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free delivery*"
|
||||
msgstr "Penghantaran percuma*"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "GET 10%&nbsp;OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Get 6-months' worth of knowledge\n"
|
||||
" <br/>in just 2 days"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Go to the chatrooms"
|
||||
msgstr "Pergi ke bilik sembang"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code* :"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "How to Code a Website Without Experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "IN THIS ISSUE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Imagine waking up with more energy, more flexibility, with less stress and "
|
||||
"fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join us"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Learn through workshops, product demos, and inspiring talks from Odoo "
|
||||
"Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Man on a rock looking at mountains in the distance"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Meet (other) awesome members\n"
|
||||
" <br/>of the community"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Modern smartphones have all the built-in tech equal to a majority of the "
|
||||
"current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr "Surat berita"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"One clever use of drones is for delivering gifts — but another that's "
|
||||
"becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Our roundup of the most popular and latest tech related videos from last "
|
||||
"week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Promotion Program"
|
||||
msgstr "Program Kenaikan Pangkat"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "READ MORE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Redeem it now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "See what we've got planned"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "See you there,"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr "Tandatangan"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "THE DAILY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Thank you for being one of our most loyal customers."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Travel without leaving your kitchen with these international recipes. From "
|
||||
"Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr "Nyahlanggan"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "VIP members only"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "VISIT OUR WEBSITE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Valid on all sales prices in our webshop."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Visit the website"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "WE'RE MOVING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Woman having breakfast in bed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Your Logo"
|
||||
msgstr ""
|
||||
|
|
@ -1,440 +1,563 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 11:33+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
||||
"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n"
|
||||
"Language: ne\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ne\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "$20"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "$100 OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "1958 Royal"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp; &nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "20%"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "21 Jul"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "*But hurry! Offer ends on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DG Connect, UE</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "*For orders over $39."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>DOE Studio, USA</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "24/7 <br/>Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<i>Web Designer, ES</i>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "5 Ways Drones Can Better Your Live Events"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<small>CODE</small>: <strong class=\"o_code h3\">45A9E77DGW8455</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 1:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 2:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "<small>Step 3:</small>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>2017</strong>"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Anna Smith</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>Clark Hans</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "<strong>John Doe</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<strong>N°258</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"A delicious soup made of one or more seasonal vegetables, without added fat,"
|
||||
" starches and lactose."
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "ALL DAY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "BBQ Mix"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Banner Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Call for Speakers"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Captain’s Salad"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Check the top electric guitar brands and their models!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Classic D8 Skate"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Cyber-threats continue to increase.<br/>\n"
|
||||
" The discussion will examine how to develop new norms and integrate them into EU"
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "Cybersecurity"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Discover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Discover the new version of our software, with a great overview on all the "
|
||||
"new features."
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Ecologically sustainable"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "FROM YOUR NEXT ORDER!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Gibson Les Paul Junior"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Greatly suits any need"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Heat up the popcorn and get ready for an immersive experience."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Hi there!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "KEYNOTE SPEAKERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_blank_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, <br/><br/>consectetur adipisicing elit, sed do "
|
||||
"eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim"
|
||||
" veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea "
|
||||
"commodo consequat."
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) !important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(255, 187, 0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod no\n"
|
||||
" tempor incididunt ut labore et dolore magna aliqua.\n"
|
||||
" Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
|
||||
" aliquip ex ea commodo consequat."
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mains"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Mini Hamburgers"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "More Info"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "All Rights Reserved"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "New 45Hc-270A laptop"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Normally mirrorless cameras have always sat slightly above entry-level in "
|
||||
"terms of price.."
|
||||
"An interactive, fun\n"
|
||||
" <br/>and comprehensive experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "OFF"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Anyone with an ounce of business acumen knows that any business that wants to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "OFF YOUR NEXT ORDER!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "BEGINNING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Odoo Experience is the place to be to showcase your expertize."
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Big News"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Order"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Bitten by the travel bug but looking to travel consciously? Eco-travel is the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Photo"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Blogging"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Precision engineered"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Premium Pass"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Puccini Jar"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Read More..."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Recipe of the day"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register Now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
msgid "Sony BDVE210"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Starters"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tagliatelle Boscaiola"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The Rise Of The Drone"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"The new laptops look nearly identical to the original models, but closer "
|
||||
"inspection reveals a refined design."
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Coupon Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Cover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Cover image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Create your very own chat room or join an existing one that sparks your interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Delicious recipes from around the world"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"The next edition of Odoo Experience looks very promising. More than 150 talks are scheduled during those 3 days!\n"
|
||||
" Find below some stand-out talks for the Business tracks."
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Destinations for an eco-holiday"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"They sit at terminals at Holloman Air Force Base, watching grainy images "
|
||||
"from a drone video feed."
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "This pass gives you access to the catering and evening activities!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "ENDOFSUMMER20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Easy Returns"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Event Promo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Experience everything from a virtual exhibitor's hall to multiple interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Find out more"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free Delivery"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free delivery*"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "GET 10%&nbsp;OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"To stir up your curiosity, have a look at all the great talks scheduled and "
|
||||
"highlighted in our agenda!"
|
||||
"Get 6-months' worth of knowledge\n"
|
||||
" <br/>in just 2 days"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_resto_template
|
||||
msgid "Tomato Soup"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Go to the chatrooms"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Two-lens phone cameras"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code*:"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use This Promo Code BEFORE 1st of August"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "How to Code a Website Without Experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Use now"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "IN THIS ISSUE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_expo_template
|
||||
msgid "WORKSHOPS"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Imagine waking up with more energy, more flexibility, with less stress and fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_airmail_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"We are continuing to grow and we miss seeing you be a part of it! We've "
|
||||
"increased store hours and have lot's of new brands available.<br/>To welcome"
|
||||
" you back please accept this 20% discount on you next purchase by clicking "
|
||||
"the button."
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "and save $20 on your next order!"
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join us"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Learn through workshops, product demos, and inspiring talks from Odoo Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Man on a rock looking at mountains in the distance"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Meet (other) awesome members\n"
|
||||
" <br/>of the community"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Modern smartphones have all the built-in tech equal to a majority of the current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "One clever use of drones is for delivering gifts — but another that's becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Our roundup of the most popular and latest tech related videos from last week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Promotion Program"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "READ MORE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Redeem it now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "See what we've got planned"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "See you there,"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "THE DAILY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Thank you for being one of our most loyal customers."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "TikTok"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Travel without leaving your kitchen with these international recipes. From Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "VIP members only"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "VISIT OUR WEBSITE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Valid on all sales prices in our webshop."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Visit the website"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "WE'RE MOVING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Woman having breakfast in bed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Your Logo"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,596 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Norwegian (https://app.transifex.com/odoo/teams/41243/no/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: no\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "$100 OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp; &nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "*But hurry! Offer ends on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "*For orders over $39."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "24/7 <br/>Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "5 Ways Drones Can Better Your Live Events"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a "
|
||||
"thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo "
|
||||
"Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder; color: white;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "All Rights Reserved"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"An interactive, fun\n"
|
||||
" <br/>and comprehensive experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Anyone with an ounce of business acumen knows that any business that wants "
|
||||
"to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "BEGINNING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Big News"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Bitten by the travel bug but looking to travel consciously? Eco-travel is "
|
||||
"the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Blogging"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Coupon Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Cover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Cover image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Create your very own chat room or join an existing one that sparks your "
|
||||
"interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Delicious recipes from around the world"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Destinations for an eco-holiday"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "ENDOFSUMMER20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Easy Returns"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Event Promo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Experience everything from a virtual exhibitor's hall to multiple "
|
||||
"interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Find out more"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free Delivery"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free delivery*"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "GET 10%&nbsp;OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Get 6-months' worth of knowledge\n"
|
||||
" <br/>in just 2 days"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Go to the chatrooms"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code* :"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "How to Code a Website Without Experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "IN THIS ISSUE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Imagine waking up with more energy, more flexibility, with less stress and "
|
||||
"fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join us"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Learn through workshops, product demos, and inspiring talks from Odoo "
|
||||
"Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Man on a rock looking at mountains in the distance"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Meet (other) awesome members\n"
|
||||
" <br/>of the community"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Modern smartphones have all the built-in tech equal to a majority of the "
|
||||
"current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"One clever use of drones is for delivering gifts — but another that's "
|
||||
"becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Our roundup of the most popular and latest tech related videos from last "
|
||||
"week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Promotion Program"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "READ MORE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Redeem it now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "See what we've got planned"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "See you there,"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "THE DAILY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Thank you for being one of our most loyal customers."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Travel without leaving your kitchen with these international recipes. From "
|
||||
"Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "VIP members only"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "VISIT OUR WEBSITE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Valid on all sales prices in our webshop."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Visit the website"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "WE'RE MOVING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Woman having breakfast in bed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Your Logo"
|
||||
msgstr ""
|
||||
|
|
@ -1,671 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Milan Bojovic <mbojovic@outlook.com>, 2023
|
||||
# コフスタジオ, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: コフスタジオ, 2024\n"
|
||||
"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "$100 OFF"
|
||||
msgstr "$100 OFF"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp; &nbsp;"
|
||||
msgstr "&nbsp; &nbsp;"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
msgstr "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "*But hurry! Offer ends on"
|
||||
msgstr "*But hurry! Offer ends on"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "*For orders over $39."
|
||||
msgstr "*For orders over $39."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "24/7 <br/>Customer Service"
|
||||
msgstr "24/7 <br/>Customer Service"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "5 Ways Drones Can Better Your Live Events"
|
||||
msgstr "5 Ways Drones Can Better Your Live Events"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
msgstr "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
msgstr "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
msgstr "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
msgstr "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a "
|
||||
"thing!</font>"
|
||||
msgstr ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a "
|
||||
"thing!</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
msgstr ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
msgstr ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
msgstr "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
msgstr ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo "
|
||||
"Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo "
|
||||
"Experience is free for everyone!</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
msgstr ""
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
msgstr "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder; color: white;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
"<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "All Rights Reserved"
|
||||
msgstr "All Rights Reserved"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"An interactive, fun\n"
|
||||
" <br/>and comprehensive experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Anyone with an ounce of business acumen knows that any business that wants "
|
||||
"to succeed needs a website."
|
||||
msgstr ""
|
||||
"Anyone with an ounce of business acumen knows that any business that wants "
|
||||
"to succeed needs a website."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "BEGINNING"
|
||||
msgstr "POČETAK"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Big News"
|
||||
msgstr "Big News"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Bitten by the travel bug but looking to travel consciously? Eco-travel is "
|
||||
"the way forward."
|
||||
msgstr ""
|
||||
"Bitten by the travel bug but looking to travel consciously? Eco-travel is "
|
||||
"the way forward."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Blogging"
|
||||
msgstr "Blogging"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
msgstr ""
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Coupon Code"
|
||||
msgstr "Coupon Code"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Cover"
|
||||
msgstr "Naslovana strana"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Cover image"
|
||||
msgstr "Cover image"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Create your very own chat room or join an existing one that sparks your "
|
||||
"interest."
|
||||
msgstr ""
|
||||
"Create your very own chat room or join an existing one that sparks your "
|
||||
"interest."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Customer Service"
|
||||
msgstr "Korisnička podrška"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Delicious recipes from around the world"
|
||||
msgstr "Delicious recipes from around the world"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Destinations for an eco-holiday"
|
||||
msgstr "Destinations for an eco-holiday"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "ENDOFSUMMER20"
|
||||
msgstr "ENDOFSUMMER20"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Easy Returns"
|
||||
msgstr "Easy Returns"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Event Promo"
|
||||
msgstr "Event Promo"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Experience everything from a virtual exhibitor's hall to multiple "
|
||||
"interactive presentations and demos."
|
||||
msgstr ""
|
||||
"Experience everything from a virtual exhibitor's hall to multiple "
|
||||
"interactive presentations and demos."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr "Facebook"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Find out more"
|
||||
msgstr "Find out more"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free Delivery"
|
||||
msgstr "Free Delivery"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free delivery*"
|
||||
msgstr "Free delivery*"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "GET 10%&nbsp;OFF"
|
||||
msgstr "GET 10%&nbsp;OFF"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Get 6-months' worth of knowledge\n"
|
||||
" <br/>in just 2 days"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Go to the chatrooms"
|
||||
msgstr "Go to the chatrooms"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code* :"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "How to Code a Website Without Experience"
|
||||
msgstr "How to Code a Website Without Experience"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "IN THIS ISSUE"
|
||||
msgstr "IN THIS ISSUE"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Imagine waking up with more energy, more flexibility, with less stress and "
|
||||
"fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
"Imagine waking up with more energy, more flexibility, with less stress and "
|
||||
"fewer instances of anxiously rushing out the door."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr "Instagram"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
msgstr ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
"Join the community to see our latest news, events, discounts and much more!"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join us"
|
||||
msgstr "Join us"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Learn through workshops, product demos, and inspiring talks from Odoo "
|
||||
"Experts and Partners."
|
||||
msgstr ""
|
||||
"Learn through workshops, product demos, and inspiring talks from Odoo "
|
||||
"Experts and Partners."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr "LinkedIn"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Man on a rock looking at mountains in the distance"
|
||||
msgstr "Man on a rock looking at mountains in the distance"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Meet (other) awesome members\n"
|
||||
" <br/>of the community"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
msgstr ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Modern smartphones have all the built-in tech equal to a majority of the "
|
||||
"current professional cameras."
|
||||
msgstr ""
|
||||
"Modern smartphones have all the built-in tech equal to a majority of the "
|
||||
"current professional cameras."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr "Novine"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"One clever use of drones is for delivering gifts — but another that's "
|
||||
"becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
"One clever use of drones is for delivering gifts — but another that's "
|
||||
"becoming popular for event safety purposes."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Our roundup of the most popular and latest tech related videos from last "
|
||||
"week.<br/>"
|
||||
msgstr ""
|
||||
"Our roundup of the most popular and latest tech related videos from last "
|
||||
"week.<br/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Promotion Program"
|
||||
msgstr "Promotion Program"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "READ MORE"
|
||||
msgstr "READ MORE"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Redeem it now"
|
||||
msgstr "Redeem it now"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register now!"
|
||||
msgstr "Register now!"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "See what we've got planned"
|
||||
msgstr "See what we've got planned"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "See you there,"
|
||||
msgstr "See you there,"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr "Potpis"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "THE DAILY"
|
||||
msgstr "THE DAILY"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Thank you for being one of our most loyal customers."
|
||||
msgstr "Thank you for being one of our most loyal customers."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The future of smartphone video production"
|
||||
msgstr "The future of smartphone video production"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
msgstr "Top 5 energy-boosting morning routines"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Travel without leaving your kitchen with these international recipes. From "
|
||||
"Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
"Travel without leaving your kitchen with these international recipes. From "
|
||||
"Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr "Twitter"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr "Otkaži pretplatu"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "VIP members only"
|
||||
msgstr "VIP members only"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "VISIT OUR WEBSITE"
|
||||
msgstr "VISIT OUR WEBSITE"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Valid on all sales prices in our webshop."
|
||||
msgstr "Valid on all sales prices in our webshop."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Visit the website"
|
||||
msgstr "Visit the website"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "WE'RE MOVING"
|
||||
msgstr "WE'RE MOVING"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
msgstr ""
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Woman having breakfast in bed"
|
||||
msgstr "Woman having breakfast in bed"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Your Logo"
|
||||
msgstr "Your Logo"
|
||||
|
|
@ -1,596 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Swahili (https://app.transifex.com/odoo/teams/41243/sw/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sw\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "$100 OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp; &nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "*But hurry! Offer ends on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "*For orders over $39."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "24/7 <br/>Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "5 Ways Drones Can Better Your Live Events"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a "
|
||||
"thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo "
|
||||
"Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder; color: white;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "All Rights Reserved"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"An interactive, fun\n"
|
||||
" <br/>and comprehensive experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Anyone with an ounce of business acumen knows that any business that wants "
|
||||
"to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "BEGINNING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Big News"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Bitten by the travel bug but looking to travel consciously? Eco-travel is "
|
||||
"the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Blogging"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Coupon Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Cover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Cover image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Create your very own chat room or join an existing one that sparks your "
|
||||
"interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Delicious recipes from around the world"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Destinations for an eco-holiday"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "ENDOFSUMMER20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Easy Returns"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Event Promo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Experience everything from a virtual exhibitor's hall to multiple "
|
||||
"interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Find out more"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free Delivery"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free delivery*"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "GET 10%&nbsp;OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Get 6-months' worth of knowledge\n"
|
||||
" <br/>in just 2 days"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Go to the chatrooms"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code* :"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "How to Code a Website Without Experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "IN THIS ISSUE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Imagine waking up with more energy, more flexibility, with less stress and "
|
||||
"fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join us"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Learn through workshops, product demos, and inspiring talks from Odoo "
|
||||
"Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Man on a rock looking at mountains in the distance"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Meet (other) awesome members\n"
|
||||
" <br/>of the community"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Modern smartphones have all the built-in tech equal to a majority of the "
|
||||
"current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"One clever use of drones is for delivering gifts — but another that's "
|
||||
"becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Our roundup of the most popular and latest tech related videos from last "
|
||||
"week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Promotion Program"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "READ MORE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Redeem it now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "See what we've got planned"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "See you there,"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "THE DAILY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Thank you for being one of our most loyal customers."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Travel without leaving your kitchen with these international recipes. From "
|
||||
"Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "VIP members only"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "VISIT OUR WEBSITE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Valid on all sales prices in our webshop."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Visit the website"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "WE'RE MOVING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Woman having breakfast in bed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Your Logo"
|
||||
msgstr ""
|
||||
|
|
@ -1,596 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mass_mailing_themes
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Tamil (https://app.transifex.com/odoo/teams/41243/ta/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ta\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "$100 OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp; &nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "&nbsp;&nbsp;&nbsp;&nbsp;"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "*But hurry! Offer ends on"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "*For orders over $39."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "24/7 <br/>Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "5 Ways Drones Can Better Your Live Events"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 148, 57);\">TRAVEL</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(231, 99, 99);\">LIFESTYLE</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "<font style=\"background-color: rgb(57, 123, 33);\">FOOD</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<font style=\"color: rgb(173, 173, 173);\">Unsubscribe</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">And it won't cost you a "
|
||||
"thing!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">EXCLUSIVE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">DEALS</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">FREE</font>\n"
|
||||
" <br/><span style=\"font-weight: bolder\"><font style=\"color: rgb(255, 255, 255);\">SHIPPING</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "<font style=\"color: rgb(255, 255, 255);\">Hi there!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">The next edition of <span style=\"font-weight: bolder;\">Odoo Experience Online</span> is coming soon!\n"
|
||||
" <br/>To stir up your curiosity, have a look at all the great talks scheduled and highlighted in our agenda!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"<font style=\"color: rgb(255, 255, 255);\">Zero, zilch, nada! Odoo "
|
||||
"Experience is free for everyone!</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;10% OFF&nbsp;</font>\n"
|
||||
" <br/>\n"
|
||||
" <font style=\"font-size: 62px; background-color: rgb(255, 255, 255);\">&nbsp;SALES&nbsp;</font>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"<i class=\"fa fa-2x fa-ticket\" style=\"color: rgb(36, 37, 48) "
|
||||
"!important;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-facebook\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-linkedin\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "<span class=\"fa fa-play\"/>&nbsp;&nbsp;WATCH VIDEO"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"<span class=\"fa fa-twitter\" style=\"color: rgb(54, 166, 210) !important; "
|
||||
"font-size: 18px;\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-size: 32px;\"><font style=\"font-weight: bolder; color: "
|
||||
"rgb(255, 255, 255); background-color: rgb(255, 187, "
|
||||
"0);\">SOLAR</font></span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "<span style=\"font-weight: bolder; color: white;\">VIP10</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">\n"
|
||||
" <font style=\"background-color: rgb(255, 255, 255); color: rgb(255, 187, 0);\">SOLAR</font>\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid ""
|
||||
"<span style=\"font-weight: bolder;\">View online</span>&nbsp;<span "
|
||||
"class=\"fa fa-external-link\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "All Rights Reserved"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"An interactive, fun\n"
|
||||
" <br/>and comprehensive experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Anyone with an ounce of business acumen knows that any business that wants "
|
||||
"to succeed needs a website."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "BEGINNING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Big News"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Bitten by the travel bug but looking to travel consciously? Eco-travel is "
|
||||
"the way forward."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Blogging"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Breaking IT news\n"
|
||||
" <br/>and Analysis"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Coupon Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Cover"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Cover image"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Create your very own chat room or join an existing one that sparks your "
|
||||
"interest."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Customer Service"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Delicious recipes from around the world"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Delicious recipes from around the world&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Destinations for an eco-holiday"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Destinations for an eco-holiday&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "ENDOFSUMMER20"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Easy Returns"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Event Promo"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Experience everything from a virtual exhibitor's hall to multiple "
|
||||
"interactive presentations and demos."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Find out more"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Find out more&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free Delivery"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Free delivery*"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "GET 10%&nbsp;OFF"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Get 6-months' worth of knowledge\n"
|
||||
" <br/>in just 2 days"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Go to the chatrooms"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Here's your coupon code* :"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "How to Code a Website Without Experience"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "IN THIS ISSUE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Imagine waking up with more energy, more flexibility, with less stress and "
|
||||
"fewer instances of anxiously rushing out the door."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Instagram"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Interview with Janet James&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Issue\n"
|
||||
" <br/><span style=\"font-weight: bolder;\">#42</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid ""
|
||||
"Join the community to see our latest news, events, discounts and much more!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Join us"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Learn through workshops, product demos, and inspiring talks from Odoo "
|
||||
"Experts and Partners."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "LinkedIn"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Man on a rock looking at mountains in the distance"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid ""
|
||||
"Meet (other) awesome members\n"
|
||||
" <br/>of the community"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"Michael Fletcher<br/>\n"
|
||||
" <span style=\"font-size: 12px; font-weight: bolder;\">Customer Service</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Modern smartphones have all the built-in tech equal to a majority of the "
|
||||
"current professional cameras."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"One clever use of drones is for delivering gifts — but another that's "
|
||||
"becoming popular for event safety purposes."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid ""
|
||||
"Our roundup of the most popular and latest tech related videos from last "
|
||||
"week.<br/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.email_designer_snippets
|
||||
msgid "Promotion Program"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "READ MORE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Rainy day ideas&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Read More&nbsp;<span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Redeem it now"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Register now!"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "See what we've got planned"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "See you there,"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "Signature"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "THE DAILY"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Thank you for being one of our most loyal customers."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "The future of smartphone video production"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Top 5 energy-boosting morning routines"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Top 5 energy-boosting morning routines&nbsp;\n"
|
||||
" <span class=\"fa fa-angle-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid ""
|
||||
"Travel without leaving your kitchen with these international recipes. From "
|
||||
"Canada to Australia, Mexico to Sweden, and everywhere in between."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "Unsubscribe"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_vip_template
|
||||
msgid "VIP members only"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_tech_template
|
||||
msgid "VISIT OUR WEBSITE"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Valid on all sales prices in our webshop."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_solar_template
|
||||
msgid "Visit the website"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid "WE'RE MOVING"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bignews_template
|
||||
msgid ""
|
||||
"We are proud to announce that due to our remarkable growth in the Springfield area, we are moving to a new location on July 1.\n"
|
||||
" <br/>We will continue to offer the same friendly service at our new address on <span style=\"font-weight: bolder\">1600 Main Street</span>,\n"
|
||||
" <br/>which will allow us to offer an even larger selection of products and services."
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_bold_template
|
||||
msgid "Woman having breakfast in bed"
|
||||
msgstr ""
|
||||
|
||||
#. module: mass_mailing_themes
|
||||
#: model_terms:ir.ui.view,arch_db:mass_mailing_themes.theme_newsletter_template
|
||||
msgid "Your Logo"
|
||||
msgstr ""
|
||||
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 8.9 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |