[ADD] theme saas-11.3
@@ -0,0 +1,27 @@
|
||||
Odoo Proprietary License v1.0
|
||||
|
||||
This software and associated files (the "Software") may only be used (executed,
|
||||
modified, executed after modifications) if you have purchased a valid license
|
||||
from the authors, typically via Odoo Apps, or if you have received a written
|
||||
agreement from the authors of the Software (see the COPYRIGHT file).
|
||||
|
||||
You may develop Odoo modules that use the Software as a library (typically
|
||||
by depending on it, importing it and using its resources), but without copying
|
||||
any source code or material from the Software. You may distribute those
|
||||
modules under the license of your choice, provided that this license is
|
||||
compatible with the terms of the Odoo Proprietary License (For example:
|
||||
LGPL, MIT, or proprietary licenses similar to this one).
|
||||
|
||||
It is forbidden to publish, distribute, sublicense, or sell copies of the Software
|
||||
or modified copies of the Software.
|
||||
|
||||
The above copyright notice and this permission notice must be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
'name': 'Loftspace Theme',
|
||||
'description': 'Loftspace Fashion Theme',
|
||||
'category': 'Theme/Retail',
|
||||
'summary': 'Houses, Interiors, Decorations, Furniture, Stores',
|
||||
'sequence': 130,
|
||||
'version': '1.0',
|
||||
'depends': ['theme_common'],
|
||||
'data': [
|
||||
'views/assets.xml',
|
||||
'views/customize_modal.xml',
|
||||
'views/snippets.xml',
|
||||
'views/images_content.xml',
|
||||
'views/images_library.xml',
|
||||
'views/snippet_options.xml',
|
||||
# snippets
|
||||
'views/snippets/s_banner_parallax.xml',
|
||||
'views/snippets/s_banner_3.xml',
|
||||
],
|
||||
'demo': [
|
||||
'demo/demo.xml',
|
||||
'demo/blocks.xml',
|
||||
'demo/demo-menu.xml',
|
||||
],
|
||||
'images': [
|
||||
'static/description/loftspace_description.png',
|
||||
'static/description/loftspace_screenshot.jpg',
|
||||
],
|
||||
'price': 195,
|
||||
'currency': 'EUR',
|
||||
'live_test_url': 'https://theme-loftspace.odoo.com/page/demo',
|
||||
}
|
||||
@@ -0,0 +1,245 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="demo_blocks" name="Building Blocks">
|
||||
<t t-call="website.layout">
|
||||
|
||||
<div id="wrap" class="oe_structure oe_empty">
|
||||
|
||||
<!-- Content -->
|
||||
|
||||
<section class="s_title mb0 mt0" style="padding-top: 25px;">
|
||||
<div class="container">
|
||||
<h1 class="mb32 mt32 text-center">Content blocks</h1>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h4 class="text-muted text-center">1 column text block</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_1_column_text"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h4 class="text-muted text-center">2 column text block</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_2_column_text"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h4 class="text-muted text-center">3 column text block</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_3_column_text"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h4 class="text-muted text-center">4 column text block</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_4_column_text"/>
|
||||
|
||||
<!-- Structure -->
|
||||
|
||||
<section class="s_title mb0 mt0">
|
||||
<div class="container">
|
||||
<h1 class="mb32 mt32 text-center">Structure blocks</h1>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Parallax banner</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_banner_parallax"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Big image / text</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_big_picture_text"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Text / big image</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_text_big_picture"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Cubes</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_cubes"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Header / text / big image</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_header_text_big_picture"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Text / image / text</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_text_picture_text"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Product list</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_product_list"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Numbers</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_numbers"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Features slideshow</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_features_carousel"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">4 color blocks</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_color_blocks_4"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Event list</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_event_list"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Timeline</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_timeline"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Testimonial slider</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_testimonial_slider"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">2 color blocks</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_color_blocks_2"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Big icons</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_big_icon_circle"/>
|
||||
|
||||
<!-- Features -->
|
||||
|
||||
<section class="s_title mb0 mt0">
|
||||
<div class="container">
|
||||
<h1 class="mb32 mt32 text-center">Feature blocks</h1>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Product slideshow</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_products_carousel"/>
|
||||
|
||||
</div>
|
||||
|
||||
</t>
|
||||
</template>
|
||||
|
||||
<record id="demo_blocks_page" model="website.page">
|
||||
<field name="name">Theme Demo Block Page</field>
|
||||
<field name="url">/demo_blocks</field>
|
||||
<field name="website_published">True</field>
|
||||
<field name="view_id" ref="demo_blocks" />
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="loftspace_home" model="website.menu">
|
||||
<field name="name">Demo</field>
|
||||
<field name="url">/demo</field>
|
||||
<field name="parent_id" ref="website.main_menu"/>
|
||||
<field name="sequence" type="int">60</field>
|
||||
<field name="page_id" ref="demo_page"/>
|
||||
</record>
|
||||
|
||||
<record id="demo_blocks_menu" model="website.menu">
|
||||
<field name="name">Blocks</field>
|
||||
<field name="url">/demo_blocks</field>
|
||||
<field name="parent_id" ref="website.main_menu"/>
|
||||
<field name="sequence" type="int">60</field>
|
||||
<field name="page_id" ref="demo_blocks_page"/>
|
||||
</record>
|
||||
</odoo>
|
||||
@@ -0,0 +1,434 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="demo" name="Theme Demo">
|
||||
<t t-call="website.layout">
|
||||
|
||||
<div id="wrap" class="oe_structure oe_empty">
|
||||
|
||||
<section class="s_banner_parallax parallax bg-img-07" data-scroll-background-offset="0" data-scroll-background-ratio="0.3" style="background-attachment: scroll; background-position: 0px 0px;">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-9 col-sm-12 hero-bg">
|
||||
<h1>Present your products</h1>
|
||||
<h2>with this theme.</h2>
|
||||
<img alt="#" src="/web/image/theme_common.image_content_01" class="img img-responsive"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_product_list">
|
||||
<div class="container-fluid product-list">
|
||||
<div class="row">
|
||||
<div class="col-md-2 col-sm-4 col-xs-6">
|
||||
<a href="http://www.odoo.com">
|
||||
<img alt="#" src="/web/image/theme_common.image_product_01" class="img img-responsive"/>
|
||||
</a>
|
||||
<a class="btn btn-default center-block" href="http://www.odoo.com">
|
||||
<i class="fa fa-chevron-down"/> Watch item
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2 col-sm-4 col-xs-6">
|
||||
<a href="http://www.odoo.com">
|
||||
<img alt="#" src="/web/image/theme_common.image_product_02" class="img img-responsive"/>
|
||||
</a>
|
||||
<a class="btn btn-default center-block" href="http://www.odoo.com">
|
||||
<i class="fa fa-chevron-down"/> Watch item
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2 col-sm-4 col-xs-6">
|
||||
<a href="http://www.odoo.com">
|
||||
<img alt="#" src="/web/image/theme_common.image_product_03" class="img img-responsive"/>
|
||||
</a>
|
||||
<a class="btn btn-default center-block" href="http://www.odoo.com">
|
||||
<i class="fa fa-chevron-down"/> Watch item
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2 col-sm-4 col-xs-6">
|
||||
<a href="http://www.odoo.com">
|
||||
<img alt="#" src="/web/image/theme_common.image_product_04" class="img img-responsive"/>
|
||||
</a>
|
||||
<a class="btn btn-default center-block" href="http://www.odoo.com">
|
||||
<i class="fa fa-chevron-down"/> Watch item
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2 col-sm-4 col-xs-6">
|
||||
<a href="http://www.odoo.com">
|
||||
<img alt="#" src="/web/image/theme_common.image_product_05" class="img img-responsive"/>
|
||||
</a>
|
||||
<a class="btn btn-default center-block" href="http://www.odoo.com">
|
||||
<i class="fa fa-chevron-down"/> Watch item
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2 col-sm-4 col-xs-6">
|
||||
<a href="http://www.odoo.com">
|
||||
<img alt="#" src="/web/image/theme_common.image_product_06" class="img img-responsive"/>
|
||||
</a>
|
||||
<a class="btn btn-default center-block" href="http://www.odoo.com">
|
||||
<i class="fa fa-chevron-down"/> Watch item
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="oe_structure bg-delta">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt64 mb92">
|
||||
<h2>Custom Pages: Have No Limits.</h2>
|
||||
<p>Our #1 priority is you, the user. We believe in our product and hold ourselves to the highest standards. We truly care about your site as much as you do, which is why we offer amazing support at our dedicated support center. In addition, we offer free updates with new features requested by our users. You can count on us.<br/>This theme gives you limitless potential to build amazing pages. Easily create unique page layouts using the tools we provide. In addition, we have you covered with dozens of beautiful pre-designed pages you can quickly choose from.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<section class="s_cubes">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-6 cube cube-big col-xs-12 col-sm-12 bg-img-03"></div>
|
||||
<div class="cube-big col-md-6 col-xs-12 col-sm-12">
|
||||
<div class="row">
|
||||
<div class="cube cube-text col-md-6 col-sm-6 col-xs-12">
|
||||
<div class="cube-heading">
|
||||
<h4 class="text-center">A good subtitle</h4>
|
||||
<p class="text-center">A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cube cube-small col-md-6 col-sm-6 col-xs-12 bg-img-04"></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="cube cube-small col-md-6 col-sm-6 col-xs-12 bg-img-02"></div>
|
||||
<div class="cube cube-text col-md-6 col-sm-6 col-xs-12 last">
|
||||
<div class="cube-heading">
|
||||
<h4 class="text-center">A good subtitle</h4>
|
||||
<p class="text-center">A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_text_big_picture">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-sm-12 col-xs-12 hero-paragraph">
|
||||
<h1 class="mt32">Endless Possibilities</h1>
|
||||
<h2>The only theme you need</h2>
|
||||
<p>This powerful theme along with its unique structure lets you create any design style with just one theme. These simple yet powerful options allow you to create any type of website. No two versions will ever look the same.</p>
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-12 col-xs-12 hero-image">
|
||||
<img alt="#" src="/web/image/theme_common.image_content_03" class="img img-responsive"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_features_carousel carousel slide bg-alpha" data-interval="10000" id="myCarousel4">
|
||||
<ol class="carousel-indicators hidden" type="01"><li class="active" data-slide-to="0" data-target="#myCarousel4"/></ol>
|
||||
<div class="container">
|
||||
<div class="row content">
|
||||
<div class="col-md-12 mt64">
|
||||
<h2>Features</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-inner">
|
||||
<div class="item image_text active">
|
||||
<div class="container mb92">
|
||||
<div class="row content">
|
||||
<div class="col-md-6 col-xs-12">
|
||||
<div class="circle center-block">
|
||||
<div class="mask bg-delta">
|
||||
<span class="text-center">01.</span>
|
||||
<p>DECISIONS, DECISIONS, AND EVEN MORE DECISIONS</p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="mt32 text-center">This theme does not limit you to one setup, we prefer to give you options. From boxed layout to wide, left sidebars to right and multiple headers; we let you decide. That’s right, you can have your cake and eat some too.</p>
|
||||
</div>
|
||||
<div class="col-md-6 col-xs-12">
|
||||
<img class="img img-responsive center-block" src="/theme_loftspace/static/src/img/content/content_img_11.jpg" style="-webkit-animation-play-state: paused; -webkit-transition: none; transition: none"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item image_text">
|
||||
<div class="container mb92">
|
||||
<div class="row content">
|
||||
<div class="col-md-6 col-xs-12">
|
||||
<div class="circle center-block">
|
||||
<div class="mask bg-beta">
|
||||
<span class="text-center">02.</span>
|
||||
<p>DESIGN, DESIGN, AND EVEN MORE DESIGN</p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="mt32 text-center">This theme does not limit you to one setup, we prefer to give you options. From boxed layout to wide, left sidebars to right and multiple headers; we let you decide. That’s right, you can have your cake and eat some too.</p>
|
||||
</div>
|
||||
<div class="col-md-6 col-xs-12">
|
||||
<img class="img img-responsive center-block" src="/web/image/theme_common.image_content_03"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-control left" data-slide="prev" data-target="#myCarousel4" href="#myCarousel4">
|
||||
<i class="fa fa-chevron-left"/>
|
||||
</div>
|
||||
<div class="carousel-control right" data-slide="next" data-target="#myCarousel4" href="#myCarousel4">
|
||||
<i class="fa fa-chevron-right"/>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_big_picture_text">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-sm-12 hero-image">
|
||||
<img alt="#" src="/web/image/theme_common.image_content_02" class="img img-responsive"/>
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-12 hero-paragraph">
|
||||
<h1 class="mt32">Endless Possibilities</h1>
|
||||
<h2>The only theme you need</h2>
|
||||
<p>This powerful theme along with its unique structure lets you create any design style with just one theme. These simple yet powerful options allow you to create any type of website. No two versions will ever look the same.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_cubes">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="cube-big col-md-6 col-xs-12 col-sm-12">
|
||||
<div class="row">
|
||||
<div class="cube cube-text col-md-6 col-sm-6 col-xs-12">
|
||||
<div class="cube-heading">
|
||||
<h4 class="text-center">A good subtitle</h4>
|
||||
<p class="text-center">A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cube cube-small col-md-6 col-sm-6 col-xs-12 bg-img-04"></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="cube cube-small col-md-6 col-sm-6 col-xs-12 bg-img-02"></div>
|
||||
<div class="cube cube-text col-md-6 col-sm-6 col-xs-12 last">
|
||||
<div class="cube-heading">
|
||||
<h4 class="text-center">A good subtitle</h4>
|
||||
<p class="text-center">A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 cube cube-big col-xs-12 col-sm-12 bg-img-01"></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_event_list mt64 mb32">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center mt32 mb32">
|
||||
<h2>Nice and Efficient Events List</h2>
|
||||
<h3 class="text-muted">Display Your Last Activities</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<div class="s_event_list_item">
|
||||
<time class="bg-gamma" datetime="2014-07-20 0000">
|
||||
<span class="s_event_list_day">02</span>
|
||||
<span class="s_event_list_month">Jul</span>
|
||||
<span class="s_event_list_year">2014</span>
|
||||
<span class="s_event_list_time">12:00 AM</span>
|
||||
</time>
|
||||
<div class="s_event_list_info">
|
||||
<h4 class="s_event_list_title">Your Event Name</h4>
|
||||
<p class="s_event_list_desc">Write a description of your event here.</p>
|
||||
<ul>
|
||||
<li><a href="#"><span class="fa fa-globe"/> Link</a></li>
|
||||
<li><a href="#"><span class="fa fa-info-circle"/> Info</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="s_event_list_social">
|
||||
<ul>
|
||||
<li class="s_event_list_facebook"><a href="#"><span class="fa fa-facebook"/></a></li>
|
||||
<li class="s_event_list_twitter"><a href="#"><span class="fa fa-twitter"/></a></li>
|
||||
<li class="s_event_list_google_plus"><a href="#"><span class="fa fa-google-plus"/></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="s_event_list_item">
|
||||
<time class="bg-beta" datetime="2014-07-20 0000">
|
||||
<span class="s_event_list_day">05</span>
|
||||
<span class="s_event_list_month">Sep</span>
|
||||
<span class="s_event_list_year">2014</span>
|
||||
<span class="s_event_list_time">12:00 AM</span>
|
||||
</time>
|
||||
<div class="s_event_list_info">
|
||||
<h4 class="s_event_list_title">Your Event Name</h4>
|
||||
<p class="s_event_list_desc">Write a description of your event here.</p>
|
||||
<ul>
|
||||
<li><a href="#"><span class="fa fa-globe"/> Link</a></li>
|
||||
<li><a href="#"><span class="fa fa-info-circle"/> Info</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="s_event_list_social">
|
||||
<ul>
|
||||
<li class="s_event_list_facebook"><a href="#"><span class="fa fa-facebook"/></a></li>
|
||||
<li class="s_event_list_twitter"><a href="#"><span class="fa fa-twitter"/></a></li>
|
||||
<li class="s_event_list_google_plus"><a href="#"><span class="fa fa-google-plus"/></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="s_event_list_item">
|
||||
<time class="bg-gamma" datetime="2014-07-20 0000">
|
||||
<span class="s_event_list_day">2</span>
|
||||
<span class="s_event_list_month">Jul</span>
|
||||
<span class="s_event_list_year">2014</span>
|
||||
<span class="s_event_list_time">12:00 AM</span>
|
||||
</time>
|
||||
<div class="s_event_list_info">
|
||||
<h4 class="s_event_list_title">Your Event Name</h4>
|
||||
<p class="s_event_list_desc">Write a description of your event here.</p>
|
||||
<ul>
|
||||
<li><a href="#"><span class="fa fa-globe"/> Link</a></li>
|
||||
<li><a href="#"><span class="fa fa-info-circle"/> Info</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="s_event_list_social">
|
||||
<ul>
|
||||
<li class="s_event_list_facebook"><a href="#"><span class="fa fa-facebook"/></a></li>
|
||||
<li class="s_event_list_twitter"><a href="#"><span class="fa fa-twitter"/></a></li>
|
||||
<li class="s_event_list_google_plus"><a href="#"><span class="fa fa-google-plus"/></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<p class="text-center">With Theme Clean you get a list of your events with date, time, description, etc. Select the simple or image mode and edit your content.<br/>You can link your events to your favorite social network.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-6 mt32 mb32">
|
||||
<div class="s_event_list_item">
|
||||
<time class="bg-epsilon" datetime="2014-07-20">
|
||||
<span class="s_event_list_day">18</span>
|
||||
<span class="s_event_list_month">Jul</span>
|
||||
<span class="s_event_list_year">2014</span>
|
||||
<span class="s_event_list_time">ALL DAY</span>
|
||||
</time>
|
||||
<div class="s_event_list_info">
|
||||
<h4 class="s_event_list_title">Your Event Name</h4>
|
||||
<p class="s_event_list_desc">Write a description of your event here.</p>
|
||||
<ul>
|
||||
<li><a href="#"><span class="fa fa-globe"/> Link</a></li>
|
||||
<li><a href="#"><span class="fa fa-info-circle"/> Info</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="s_event_list_social">
|
||||
<ul>
|
||||
<li class="s_event_list_facebook"><a href="#"><span class="fa fa-facebook"/></a></li>
|
||||
<li class="s_event_list_twitter"><a href="#"><span class="fa fa-twitter"/></a></li>
|
||||
<li class="s_event_list_google_plus"><a href="#"><span class="fa fa-google-plus"/></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 mt32 mb32">
|
||||
<div class="s_event_list_item">
|
||||
<time class="bg-epsilon" datetime="2014-07-20">
|
||||
<span class="s_event_list_day">21</span>
|
||||
<span class="s_event_list_month">Jul</span>
|
||||
<span class="s_event_list_year">2014</span>
|
||||
<span class="s_event_list_time">ALL DAY</span>
|
||||
</time>
|
||||
<div class="s_event_list_icon">
|
||||
<i class="fa fa-calendar fa-5x"/>
|
||||
</div>
|
||||
<div class="s_event_list_info">
|
||||
<h4 class="s_event_list_title">Your Event Name</h4>
|
||||
<p class="s_event_list_desc">Write a description of your event here.</p>
|
||||
<ul>
|
||||
<li><a href="#"><span class="fa fa-globe"/> Link</a></li>
|
||||
<li><a href="#"><span class="fa fa-info-circle"/> Info</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="s_event_list_social">
|
||||
<ul>
|
||||
<li class="s_event_list_facebook"><a href="#"><span class="fa fa-facebook"/></a></li>
|
||||
<li class="s_event_list_twitter"><a href="#"><span class="fa fa-twitter"/></a></li>
|
||||
<li class="s_event_list_google_plus"><a href="#"><span class="fa fa-google-plus"/></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_header_text_big_picture">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center mt32 mb32">
|
||||
<h1>The product which fits your needs</h1>
|
||||
</div>
|
||||
<div class="col-md-6 mb16 mt16">
|
||||
<p>Design expression comes from the combined effect of all elements in a product. Colour tone, shape and size should direct a person's thoughts towards buying the product. Therefore it is in the product designer's best interest to consider the audiences who are most likely to be the product's end consumers. Keeping in mind how consumers will perceive the product during the design process will direct towards the product’s success in the market. However, even within a specific audience, it is challenging to cater to each possible personality within that group.</p>
|
||||
</div>
|
||||
<div class="col-md-6 mb16 mt16">
|
||||
<p>The solution to that is to create a product that, in its designed appearance and function, expresses a personality or tells a story. Products that carry such attributes are more likely to give off a stronger expression that will attract more consumers. On that note it is important to keep in mind that design expression does not only concern the appearance of a product, but also its function. For example, as humans our appearance as well as our actions are subject to people's judgment when they are making a first impression of us.</p>
|
||||
</div>
|
||||
<div class="col-md-12 s_header_text_big_picture_picturecol">
|
||||
<img alt="#" src="/web/image/theme_common.image_content_04" class="img img-responsive"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section class="s_numbers bg-gray-dark">
|
||||
<div class="container">
|
||||
<div class="col-md-3 mb32 text-center">
|
||||
<h1 class="mb0">12.200</h1>
|
||||
<p>Products in total</p>
|
||||
</div>
|
||||
<div class="col-md-3 mb32 text-center">
|
||||
<h1 class="mb0">45</h1>
|
||||
<p>Shops</p>
|
||||
</div>
|
||||
<div class="col-md-3 mb32 text-center">
|
||||
<h1 class="mb0">10.000</h1>
|
||||
<p>Clients</p>
|
||||
</div>
|
||||
<div class="col-md-3 mb32 text-center">
|
||||
<h1 class="mb0">370</h1>
|
||||
<p>Employees</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_testimonial_slider carousel slide bg-gamma" data-interval="6000" data-ride="carousel" id="myCarousel4">
|
||||
<ol class="carousel-indicators hidden"><li class="active" data-slide-to="0" data-target="#myCarousel4"/></ol>
|
||||
<div class="carousel-inner">
|
||||
<div class="item active">
|
||||
<div class="container">
|
||||
<div class="row content text-center mt64 mb64">
|
||||
<h3>
|
||||
<i class="fa fa-quote-left"/> Let your visitors know what they said about you.
|
||||
<i class="fa fa-quote-right"/>
|
||||
</h3>
|
||||
<p class="lead">Name, Function / Company Inc.</p>
|
||||
<div class="col-md-2 col-md-offset-5">
|
||||
<img class="img-responsive center-block" src="/web/image/theme_common.image_content_08"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
<record id="demo_page" model="website.page">
|
||||
<field name="name">Theme Demo</field>
|
||||
<field name="website_published">True</field>
|
||||
<field name="url">/demo</field>
|
||||
<field name="view_id" ref="demo" />
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
@@ -0,0 +1,678 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_loftspace
|
||||
#
|
||||
# Translators:
|
||||
# e2f <projects@e2f.com>, 2019
|
||||
# Martin Trigaux, 2019
|
||||
# Ermin Trevisan <trevi@twanda.com>, 2019
|
||||
# Dejan Dinic, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 07:55+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:19+0000\n"
|
||||
"Last-Translator: Dejan Dinic, 2019\n"
|
||||
"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "1 column text block"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "10.000"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "12.200"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "2 color blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "2 column text block"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "3 column text block"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "370"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "4 color blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "4 column text block"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "45"
|
||||
msgstr "45"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "<b>Choose another image...</b>"
|
||||
msgstr "<b>Anderes Bild auswählen...</b>"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<i class=\"fa fa-chevron-down\"/> Watch item"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
|
||||
msgstr "<i class=\"fa fa-picture-o\"/>Hintergrundbild"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<i class=\"fa fa-quote-left\"/> Let your visitors know what they said about you.\n"
|
||||
" <i class=\"fa fa-quote-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-font center-block\"/>FONTS"
|
||||
msgstr "<span class=\"fa fa-font center-block\"/>FONTS"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"fa fa-globe\"/> Link"
|
||||
msgstr "<span class=\"fa fa-globe\"/> Link"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"fa fa-info-circle\"/> Info"
|
||||
msgstr "<span class=\"fa fa-info-circle\"/> Info"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
|
||||
msgstr "<span class=\"fa fa-pencil center-block\"/> HG FARBEN"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/>COLORS"
|
||||
msgstr "<span class=\"fa fa-pencil center-block\"/>COLORS"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-picture-o center-block\"/> BG IMAGES"
|
||||
msgstr "<span class=\"fa fa-picture-o center-block\"/> HG BILDER"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-th center-block\"/> BG PATTERNS"
|
||||
msgstr "<span class=\"fa fa-th center-block\"/> HG MUSTER"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>LAYOUT"
|
||||
msgstr "<span class=\"fa fa-th-list center-block\"/>LAYOUT"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"text-center\">01.</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"text-center\">02.</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-beta\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">05</span>\n"
|
||||
" <span class=\"s_event_list_month\">Sep</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00 AM</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-epsilon\" datetime=\"2014-07-20\">\n"
|
||||
" <span class=\"s_event_list_day\">18</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">ALL DAY</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-epsilon\" datetime=\"2014-07-20\">\n"
|
||||
" <span class=\"s_event_list_day\">21</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">ALL DAY</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-gamma\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">02</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00 AM</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-gamma\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">2</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00 AM</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "A good subtitle"
|
||||
msgstr "Ein guter Untertitel"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"A great way to catch your reader's attention is to tell a story. Everything "
|
||||
"you consider writing can be told as a story."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Big icons"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Big image / text"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:website.menu,name:theme_loftspace.demo_blocks_menu
|
||||
msgid "Blocks"
|
||||
msgstr "Bausteine"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Boxed"
|
||||
msgstr "Begrenzte Breite"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Clients"
|
||||
msgstr "Kunden"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 1"
|
||||
msgstr "Farbkombination 1"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 2"
|
||||
msgstr "Farbkombination 2"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 3"
|
||||
msgstr "Farbkombination 3"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 4"
|
||||
msgstr "Farbkombination 4"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 5"
|
||||
msgstr "Farbkombination 5"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 6"
|
||||
msgstr "Farbkombination 6"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Content blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Cubes"
|
||||
msgstr "Würfel"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Custom Pages: Have No Limits."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Customize Theme"
|
||||
msgstr "Designvorlage anpaßen"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "DECISIONS, DECISIONS, AND EVEN MORE DECISIONS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "DESIGN, DESIGN, AND EVEN MORE DESIGN"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:website.menu,name:theme_loftspace.loftspace_home
|
||||
msgid "Demo"
|
||||
msgstr "Demo"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"Design expression comes from the combined effect of all elements in a "
|
||||
"product. Colour tone, shape and size should direct a person's thoughts "
|
||||
"towards buying the product. Therefore it is in the product designer's best "
|
||||
"interest to consider the audiences who are most likely to be the product's "
|
||||
"end consumers. Keeping in mind how consumers will perceive the product "
|
||||
"during the design process will direct towards the product’s success in the "
|
||||
"market. However, even within a specific audience, it is challenging to cater"
|
||||
" to each possible personality within that group."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Display Your Last Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Employees"
|
||||
msgstr "Personal"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Endless Possibilities"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Event list"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Feature blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Features"
|
||||
msgstr "Funktionen"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Features slideshow"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Full width"
|
||||
msgstr "Volle Breite"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Header / text / big image"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Helvetica"
|
||||
msgstr "Helvetica"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Image"
|
||||
msgstr "Bild"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Name, Function / Company Inc."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Nice and Efficient Events List"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "None"
|
||||
msgstr "Keine"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Numbers"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"Our #1 priority is you, the user. We believe in our product and hold "
|
||||
"ourselves to the highest standards. We truly care about your site as much as"
|
||||
" you do, which is why we offer amazing support at our dedicated support "
|
||||
"center. In addition, we offer free updates with new features requested by "
|
||||
"our users. You can count on us.<br/>This theme gives you limitless potential"
|
||||
" to build amazing pages. Easily create unique page layouts using the tools "
|
||||
"we provide. In addition, we have you covered with dozens of beautiful pre-"
|
||||
"designed pages you can quickly choose from."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Parallax banner"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Pattern"
|
||||
msgstr "Muster"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Present your products"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Product list"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Product slideshow"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Products in total"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Rajdhani"
|
||||
msgstr "Rajdhani"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Raleway"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Roboto"
|
||||
msgstr "Roboto"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Shops"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "SourceSansPro"
|
||||
msgstr "SourceSansPro"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Structure blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Testimonial slider"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Text / big image"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Text / image / text"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "The only theme you need"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "The product which fits your needs"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"The solution to that is to create a product that, in its designed appearance"
|
||||
" and function, expresses a personality or tells a story. Products that carry"
|
||||
" such attributes are more likely to give off a stronger expression that will"
|
||||
" attract more consumers. On that note it is important to keep in mind that "
|
||||
"design expression does not only concern the appearance of a product, but "
|
||||
"also its function. For example, as humans our appearance as well as our "
|
||||
"actions are subject to people's judgment when they are making a first "
|
||||
"impression of us."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"This powerful theme along with its unique structure lets you create any "
|
||||
"design style with just one theme. These simple yet powerful options allow "
|
||||
"you to create any type of website. No two versions will ever look the same."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"This theme does not limit you to one setup, we prefer to give you options. "
|
||||
"From boxed layout to wide, left sidebars to right and multiple headers; we "
|
||||
"let you decide. That’s right, you can have your cake and eat some too."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Timeline"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Ubuntu"
|
||||
msgstr "Ubuntu"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"With Theme Clean you get a list of your events with date, time, description,"
|
||||
" etc. Select the simple or image mode and edit your content.<br/>You can "
|
||||
"link your events to your favorite social network."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Write a description of your event here."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Your Event Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "with this theme."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,164 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_loftspace
|
||||
#
|
||||
# Translators:
|
||||
# José Vicente <txusev@gmail.com>, 2017
|
||||
# Rick Hunter <rick_hunter_ec@yahoo.com>, 2017
|
||||
# Inigo Zuluaga <inigo_zuluaga@yahoo.es>, 2017
|
||||
# Antonio Trueba <atgayol@gmail.com>, 2017
|
||||
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2017
|
||||
# Raquel Iciarte <ric@odoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-24 12:53+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 12:53+0000\n"
|
||||
"Last-Translator: Raquel Iciarte <ric@odoo.com>, 2017\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "<b>Choose another image...</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
|
||||
msgstr "<i class=\"fa fa-picture-o\"/>Imagen del fondo"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-font center-block\"/>FONTS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/>COLORS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-picture-o center-block\"/> BG IMAGES"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-th center-block\"/> BG PATTERNS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>LAYOUT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:website.menu,name:theme_loftspace.demo_blocks
|
||||
msgid "Blocks"
|
||||
msgstr "Bloques"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Boxed"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 1"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 3"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 4"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 5"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 6"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Customize Theme"
|
||||
msgstr "Tema personalizado"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:website.menu,name:theme_loftspace.loftspace_home
|
||||
msgid "Demo"
|
||||
msgstr "Demostración"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Full width"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Helvetica"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Image"
|
||||
msgstr "Imagen"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "None"
|
||||
msgstr "Ninguno"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Pattern"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Rajdhani"
|
||||
msgstr "Rajdhani"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Raleway"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Roboto"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "SourceSansPro"
|
||||
msgstr "SourceSansPro"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Ubuntu"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,682 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_loftspace
|
||||
#
|
||||
# Translators:
|
||||
# 44fd1b7fd1ad5b321e37d151521961ad, 2019
|
||||
# Frédéric LIETART <stuff@tifred.fr>, 2019
|
||||
# Fabien Bourgeois <fabien@yaltik.com>, 2019
|
||||
# Xavier Symons <xsy@openerp.com>, 2019
|
||||
# Melanie Bernard <mbe@odoo.com>, 2019
|
||||
# Eloïse Stilmant <est@odoo.com>, 2019
|
||||
# Cécile Collart <cco@odoo.com>, 2019
|
||||
# Martin Trigaux, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 07:55+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:19+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2019\n"
|
||||
"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "1 column text block"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "10.000"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "12.200"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "2 color blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "2 column text block"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "3 column text block"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "370"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "4 color blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "4 column text block"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "45"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "<b>Choose another image...</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<i class=\"fa fa-chevron-down\"/> Watch item"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
|
||||
msgstr "<i class=\"fa fa-picture-o\"/>Image d'arrière-plan"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<i class=\"fa fa-quote-left\"/> Let your visitors know what they said about you.\n"
|
||||
" <i class=\"fa fa-quote-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-font center-block\"/>FONTS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"fa fa-globe\"/> Link"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"fa fa-info-circle\"/> Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/>COLORS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-picture-o center-block\"/> BG IMAGES"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-th center-block\"/> BG PATTERNS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>LAYOUT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"text-center\">01.</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"text-center\">02.</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-beta\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">05</span>\n"
|
||||
" <span class=\"s_event_list_month\">Sep</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00 AM</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-epsilon\" datetime=\"2014-07-20\">\n"
|
||||
" <span class=\"s_event_list_day\">18</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">ALL DAY</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-epsilon\" datetime=\"2014-07-20\">\n"
|
||||
" <span class=\"s_event_list_day\">21</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">ALL DAY</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-gamma\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">02</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00 AM</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-gamma\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">2</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00 AM</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "A good subtitle"
|
||||
msgstr "Un bon sous-titre"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"A great way to catch your reader's attention is to tell a story. Everything "
|
||||
"you consider writing can be told as a story."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Big icons"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Big image / text"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:website.menu,name:theme_loftspace.demo_blocks_menu
|
||||
msgid "Blocks"
|
||||
msgstr "Blocs"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Boxed"
|
||||
msgstr "En boîte"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Clients"
|
||||
msgstr "Clients"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 1"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 3"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 4"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 5"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 6"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Content blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Cubes"
|
||||
msgstr "Cubes"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Custom Pages: Have No Limits."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Customize Theme"
|
||||
msgstr "Personnaliser le thème"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "DECISIONS, DECISIONS, AND EVEN MORE DECISIONS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "DESIGN, DESIGN, AND EVEN MORE DESIGN"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:website.menu,name:theme_loftspace.loftspace_home
|
||||
msgid "Demo"
|
||||
msgstr "Démo"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"Design expression comes from the combined effect of all elements in a "
|
||||
"product. Colour tone, shape and size should direct a person's thoughts "
|
||||
"towards buying the product. Therefore it is in the product designer's best "
|
||||
"interest to consider the audiences who are most likely to be the product's "
|
||||
"end consumers. Keeping in mind how consumers will perceive the product "
|
||||
"during the design process will direct towards the product’s success in the "
|
||||
"market. However, even within a specific audience, it is challenging to cater"
|
||||
" to each possible personality within that group."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Display Your Last Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Employees"
|
||||
msgstr "Employés"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Endless Possibilities"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Event list"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Feature blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Features"
|
||||
msgstr "Fonctionnalités"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Features slideshow"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Full width"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Header / text / big image"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Helvetica"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Image"
|
||||
msgstr "Image"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Name, Function / Company Inc."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Nice and Efficient Events List"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "None"
|
||||
msgstr "Aucun"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Numbers"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"Our #1 priority is you, the user. We believe in our product and hold "
|
||||
"ourselves to the highest standards. We truly care about your site as much as"
|
||||
" you do, which is why we offer amazing support at our dedicated support "
|
||||
"center. In addition, we offer free updates with new features requested by "
|
||||
"our users. You can count on us.<br/>This theme gives you limitless potential"
|
||||
" to build amazing pages. Easily create unique page layouts using the tools "
|
||||
"we provide. In addition, we have you covered with dozens of beautiful pre-"
|
||||
"designed pages you can quickly choose from."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Parallax banner"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Pattern"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Present your products"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Product list"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Product slideshow"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Products in total"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Rajdhani"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Raleway"
|
||||
msgstr "Raleway"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Roboto"
|
||||
msgstr "Roboto"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Shops"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "SourceSansPro"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Structure blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Testimonial slider"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Text / big image"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Text / image / text"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "The only theme you need"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "The product which fits your needs"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"The solution to that is to create a product that, in its designed appearance"
|
||||
" and function, expresses a personality or tells a story. Products that carry"
|
||||
" such attributes are more likely to give off a stronger expression that will"
|
||||
" attract more consumers. On that note it is important to keep in mind that "
|
||||
"design expression does not only concern the appearance of a product, but "
|
||||
"also its function. For example, as humans our appearance as well as our "
|
||||
"actions are subject to people's judgment when they are making a first "
|
||||
"impression of us."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"This powerful theme along with its unique structure lets you create any "
|
||||
"design style with just one theme. These simple yet powerful options allow "
|
||||
"you to create any type of website. No two versions will ever look the same."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"This theme does not limit you to one setup, we prefer to give you options. "
|
||||
"From boxed layout to wide, left sidebars to right and multiple headers; we "
|
||||
"let you decide. That’s right, you can have your cake and eat some too."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Timeline"
|
||||
msgstr "Ligne du temps"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Ubuntu"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"With Theme Clean you get a list of your events with date, time, description,"
|
||||
" etc. Select the simple or image mode and edit your content.<br/>You can "
|
||||
"link your events to your favorite social network."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Write a description of your event here."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Your Event Name"
|
||||
msgstr "Le nom de votre événement"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "with this theme."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,741 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_loftspace
|
||||
#
|
||||
# Translators:
|
||||
# Yenthe Van Ginneken <yenthespam@gmail.com>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 07:55+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:19+0000\n"
|
||||
"Last-Translator: Yenthe Van Ginneken <yenthespam@gmail.com>, 2019\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "1 column text block"
|
||||
msgstr "1 kolom tekstblok"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "10.000"
|
||||
msgstr "10.000"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "12.200"
|
||||
msgstr "12.200"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "2 color blocks"
|
||||
msgstr "2 kleurblokken"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "2 column text block"
|
||||
msgstr "2 kolommen tekstblok"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "3 column text block"
|
||||
msgstr "3 kolommen tekstblok"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "370"
|
||||
msgstr "370"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "4 color blocks"
|
||||
msgstr "4 kleuren blokken"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "4 column text block"
|
||||
msgstr "4 kolommen tekstblok"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "45"
|
||||
msgstr "45"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "<b>Choose another image...</b>"
|
||||
msgstr "<b>Kies een andere afbeelding...</b>"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<i class=\"fa fa-chevron-down\"/> Watch item"
|
||||
msgstr "<i class=\"fa fa-chevron-down\"/>Bekijk item"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
|
||||
msgstr "<i class=\"fa fa-picture-o\"/> Achtergrondafbeelding"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<i class=\"fa fa-quote-left\"/> Let your visitors know what they said about you.\n"
|
||||
" <i class=\"fa fa-quote-right\"/>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-quote-left\"/>Laat uw bezoekers weten wat ze over u zeggen.\n"
|
||||
"<i class=\"fa fa-quote-right\"/>"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-font center-block\"/>FONTS"
|
||||
msgstr "<span class=\"fa fa-font center-block\"/> LETTERTYPES"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"fa fa-globe\"/> Link"
|
||||
msgstr "<span class=\"fa fa-globe\"/> Link"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"fa fa-info-circle\"/> Info"
|
||||
msgstr "<span class=\"fa fa-info-circle\"/> Info"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
|
||||
msgstr "<span class=\"fa fa-pencil center-block\"/> BG KLEUREN"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/>COLORS"
|
||||
msgstr "<span class=\"fa fa-pencil center-block\"/> KLEUREN"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-picture-o center-block\"/> BG IMAGES"
|
||||
msgstr "<span class=\"fa fa-picture-o center-block\"/> BG AFBEELDINGEN"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-th center-block\"/> BG PATTERNS"
|
||||
msgstr "<span class=\"fa fa-th center-block\"/> BG PATRONEN"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>LAYOUT"
|
||||
msgstr "<span class=\"fa fa-th-list center-block\"/> LAYOUT"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"text-center\">01.</span>"
|
||||
msgstr "<span class=\"text-center\">01.</span>"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"text-center\">02.</span>"
|
||||
msgstr "<span class=\"text-center\">02.</span>"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-beta\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">05</span>\n"
|
||||
" <span class=\"s_event_list_month\">Sep</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00 AM</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
"<time class=\"bg-beta\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">05</span>\n"
|
||||
" <span class=\"s_event_list_month\">Sep</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00</span>\n"
|
||||
" </time>"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-epsilon\" datetime=\"2014-07-20\">\n"
|
||||
" <span class=\"s_event_list_day\">18</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">ALL DAY</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
"<time class=\"bg-epsilon\" datetime=\"2014-07-20\">\n"
|
||||
" <span class=\"s_event_list_day\">18</span>\n"
|
||||
" <span class=\"s_event_list_month\">Juli</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">HELE DAG</span>\n"
|
||||
" </time>"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-epsilon\" datetime=\"2014-07-20\">\n"
|
||||
" <span class=\"s_event_list_day\">21</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">ALL DAY</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
"<time class=\"bg-epsilon\" datetime=\"2014-07-20\">\n"
|
||||
" <span class=\"s_event_list_day\">21</span>\n"
|
||||
" <span class=\"s_event_list_month\">Juli</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">HELE DAG</span>\n"
|
||||
" </time>"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-gamma\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">02</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00 AM</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
"<time class=\"bg-gamma\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">02</span>\n"
|
||||
" <span class=\"s_event_list_month\">Juli</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00</span>\n"
|
||||
" </time>"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-gamma\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">2</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00 AM</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
"<time class=\"bg-gamma\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">2</span>\n"
|
||||
" <span class=\"s_event_list_month\">Juli</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00</span>\n"
|
||||
" </time>"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "A good subtitle"
|
||||
msgstr "Een goede subtitel"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"A great way to catch your reader's attention is to tell a story. Everything "
|
||||
"you consider writing can be told as a story."
|
||||
msgstr ""
|
||||
"Een geweldige manier om de aandacht van uw lezer te krijgen is om een "
|
||||
"verhaal te vertellen. Alles wat je bedenkt om te schrijven kan worden "
|
||||
"verteld als een verhaal."
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Big icons"
|
||||
msgstr "Grote iconen"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Big image / text"
|
||||
msgstr "Grote afbeelding / tekst"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:website.menu,name:theme_loftspace.demo_blocks_menu
|
||||
msgid "Blocks"
|
||||
msgstr "Blokken"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Boxed"
|
||||
msgstr "Boxed"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Clients"
|
||||
msgstr "Klanten"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 1"
|
||||
msgstr "Voorinstelling kleur 1"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 2"
|
||||
msgstr "Voorinstelling kleur 2"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 3"
|
||||
msgstr "Voorinstelling kleur 3"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 4"
|
||||
msgstr "Voorinstelling kleur 4"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 5"
|
||||
msgstr "Voorinstelling kleur 5"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 6"
|
||||
msgstr "Voorinstelling kleur 6"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Content blocks"
|
||||
msgstr "Inhoudsblokken"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Cubes"
|
||||
msgstr "Kubussen"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Custom Pages: Have No Limits."
|
||||
msgstr "Gepersonaliseerde pagina's: hebben geen limieten."
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Customize Theme"
|
||||
msgstr "Personaliseer thema"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "DECISIONS, DECISIONS, AND EVEN MORE DECISIONS"
|
||||
msgstr "BESLISSINGEN, BESLISSINGEN, EN NOG MEER BESLISSINGEN"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "DESIGN, DESIGN, AND EVEN MORE DESIGN"
|
||||
msgstr "DESIGN, DESIGN, EN NOG MEER DESIGN"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:website.menu,name:theme_loftspace.loftspace_home
|
||||
msgid "Demo"
|
||||
msgstr "Demo"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"Design expression comes from the combined effect of all elements in a "
|
||||
"product. Colour tone, shape and size should direct a person's thoughts "
|
||||
"towards buying the product. Therefore it is in the product designer's best "
|
||||
"interest to consider the audiences who are most likely to be the product's "
|
||||
"end consumers. Keeping in mind how consumers will perceive the product "
|
||||
"during the design process will direct towards the product’s success in the "
|
||||
"market. However, even within a specific audience, it is challenging to cater"
|
||||
" to each possible personality within that group."
|
||||
msgstr ""
|
||||
"Ontwerp uitdrukkingen komen vanuit het gecombineerde effect van alle "
|
||||
"elementen in een product. Kleurtoon, vorm en grootte moeten een koper zijn "
|
||||
"aandacht richten op het product kopen. Daarom is het in het belang van de "
|
||||
"product ontwerpen om de doelgroepen in het oog te houden die waarschijnlijk "
|
||||
"de eindklant zijn. In het achterhoofd houden hoe de consumenten het product "
|
||||
"zullen zien tijdens het product zal bijdragen aan het product zijn succes. "
|
||||
"Hoewel, zelfs met een specifieke doelgroep, het een uitdaging is om elke "
|
||||
"persoonlijkheid te verzorgen binnen de doelgroep."
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Display Your Last Activities"
|
||||
msgstr "Toon uw laatste activiteiten"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Employees"
|
||||
msgstr "Werknemers"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Endless Possibilities"
|
||||
msgstr "Eindeloze mogelijkheden"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Event list"
|
||||
msgstr "Evenementen lijst"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Feature blocks"
|
||||
msgstr "Mogelijkheden blokken"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Features"
|
||||
msgstr "Mogelijkheden"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Features slideshow"
|
||||
msgstr "Mogelijkheden slideshow"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Full width"
|
||||
msgstr "Volledige breedte"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Header / text / big image"
|
||||
msgstr "Hoofding / tekst / grote afbeelding"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Helvetica"
|
||||
msgstr "Helvetica"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Image"
|
||||
msgstr "Afbeelding"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Name, Function / Company Inc."
|
||||
msgstr "Name, functie / bedrijf Inc."
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Nice and Efficient Events List"
|
||||
msgstr "Mooie en efficiënte evenementen lijsten"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "None"
|
||||
msgstr "Geen"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Numbers"
|
||||
msgstr "Cijfers"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"Our #1 priority is you, the user. We believe in our product and hold "
|
||||
"ourselves to the highest standards. We truly care about your site as much as"
|
||||
" you do, which is why we offer amazing support at our dedicated support "
|
||||
"center. In addition, we offer free updates with new features requested by "
|
||||
"our users. You can count on us.<br/>This theme gives you limitless potential"
|
||||
" to build amazing pages. Easily create unique page layouts using the tools "
|
||||
"we provide. In addition, we have you covered with dozens of beautiful pre-"
|
||||
"designed pages you can quickly choose from."
|
||||
msgstr ""
|
||||
"Onze #1 prioriteit bent u, de gebruiker. We geloven in ons product en houden"
|
||||
" de hoogste standaard aan. We geven werkelijk om uw website zoals u dat "
|
||||
"doet, dat is waarom we geweldige ondersteuning bieden met ons toegewijde "
|
||||
"ondersteuningsteam. Hier bovenop bieden we gratis updates met nieuwe "
|
||||
"mogelijkheden die gevraagd worden door onze gebruikers. U kan op ons "
|
||||
"rekenen.<br/>Dit thema geeft u eindeloze mogelijkheden om prachtige pagina's"
|
||||
" te bouwen. Maak gemakkelijk unieke pagina layouts met de tools die wij "
|
||||
"aanbieden. Hier bovenop zijn er dozijnen aan voorgekauwde, ontworpen, "
|
||||
"pagina's waar u gemakkelijk uit kan kiezen."
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Parallax banner"
|
||||
msgstr "Parallax banner"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Pattern"
|
||||
msgstr "Patroon"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Present your products"
|
||||
msgstr "Presenteer uw producten"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Product list"
|
||||
msgstr "Productlijst"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Product slideshow"
|
||||
msgstr "Product slideshow"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Products in total"
|
||||
msgstr "Producten in totaal"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Rajdhani"
|
||||
msgstr "Rajdhani"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Raleway"
|
||||
msgstr "Raleway"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Roboto"
|
||||
msgstr "Roboto"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Shops"
|
||||
msgstr "Shops"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "SourceSansPro"
|
||||
msgstr "SourceSansPro"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Structure blocks"
|
||||
msgstr "Structuur blokken"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Testimonial slider"
|
||||
msgstr "Getuigenis slider"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Text / big image"
|
||||
msgstr "Tekst / grote afbeelding"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Text / image / text"
|
||||
msgstr "Tekst / afbeelding / tekst"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "The only theme you need"
|
||||
msgstr "Het enige thema dat u nodig heeft"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "The product which fits your needs"
|
||||
msgstr "Het product dat aan uw noden voldoet"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"The solution to that is to create a product that, in its designed appearance"
|
||||
" and function, expresses a personality or tells a story. Products that carry"
|
||||
" such attributes are more likely to give off a stronger expression that will"
|
||||
" attract more consumers. On that note it is important to keep in mind that "
|
||||
"design expression does not only concern the appearance of a product, but "
|
||||
"also its function. For example, as humans our appearance as well as our "
|
||||
"actions are subject to people's judgment when they are making a first "
|
||||
"impression of us."
|
||||
msgstr ""
|
||||
"De oplossing is om een product aan te maken dat, in zijn ontwerp en functie,"
|
||||
" een persoonlijkheid uitdrukt of een verhaal verteld. Producten die zulke "
|
||||
"kenmerken vertonen geven een sterkere expressie die meer klanten aantrekt. "
|
||||
"Het is belangrijk dat de ontwerp expressie niet alleen het voorkomen van het"
|
||||
" product aangaat, maar ook zijn functionaliteit. Bijvoorbeeld, als mensen is"
|
||||
" onze verschijning alsook onze acties blootgesteld aan mensen hun oordeel "
|
||||
"wanneer ze een eerste impressie vormen van ons."
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"This powerful theme along with its unique structure lets you create any "
|
||||
"design style with just one theme. These simple yet powerful options allow "
|
||||
"you to create any type of website. No two versions will ever look the same."
|
||||
msgstr ""
|
||||
"Dit krachtige thema, samen met zijn unieke structuur, laat u eender welk "
|
||||
"ontwerpen maken met slechts één thema. Deze gemakkelijke en krachtige opties"
|
||||
" staan u toe om eender welk soort website te bouwen. Geen enkele versie zal "
|
||||
"er hetzelfde uitzien."
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"This theme does not limit you to one setup, we prefer to give you options. "
|
||||
"From boxed layout to wide, left sidebars to right and multiple headers; we "
|
||||
"let you decide. That’s right, you can have your cake and eat some too."
|
||||
msgstr ""
|
||||
"Dit thema limiteert u niet tot één opstelling, wij geven u graag opties. Van"
|
||||
" geboxte layouts tot brede layouts, linkse menubalken of rechtse en meerdere"
|
||||
" hoofdingen; we laten u kiezen."
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Timeline"
|
||||
msgstr "Tijdlijn"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Ubuntu"
|
||||
msgstr "Ubuntu"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"With Theme Clean you get a list of your events with date, time, description,"
|
||||
" etc. Select the simple or image mode and edit your content.<br/>You can "
|
||||
"link your events to your favorite social network."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Write a description of your event here."
|
||||
msgstr "Schrijf hier een omschrijving voor uw evenement."
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Your Event Name"
|
||||
msgstr "Uw evenement naam"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "with this theme."
|
||||
msgstr "met dit thema."
|
||||
@@ -0,0 +1,631 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_loftspace
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 07:55+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 07:55+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "1 column text block"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "10.000"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "12.200"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "2 color blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "2 column text block"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "3 column text block"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "370"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "4 color blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "4 column text block"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "45"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "<b>Choose another image...</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<i class=\"fa fa-chevron-down\"/> Watch item"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<i class=\"fa fa-quote-left\"/> Let your visitors know what they said about you.\n"
|
||||
" <i class=\"fa fa-quote-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-font center-block\"/>FONTS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"fa fa-globe\"/> Link"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"fa fa-info-circle\"/> Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/>COLORS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-picture-o center-block\"/> BG IMAGES"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-th center-block\"/> BG PATTERNS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>LAYOUT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"text-center\">01.</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"text-center\">02.</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<time class=\"bg-beta\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">05</span>\n"
|
||||
" <span class=\"s_event_list_month\">Sep</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00 AM</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<time class=\"bg-epsilon\" datetime=\"2014-07-20\">\n"
|
||||
" <span class=\"s_event_list_day\">18</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">ALL DAY</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<time class=\"bg-epsilon\" datetime=\"2014-07-20\">\n"
|
||||
" <span class=\"s_event_list_day\">21</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">ALL DAY</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<time class=\"bg-gamma\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">02</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00 AM</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<time class=\"bg-gamma\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">2</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00 AM</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "A good subtitle"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Big icons"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Big image / text"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:website.menu,name:theme_loftspace.demo_blocks_menu
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Boxed"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Clients"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 1"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 3"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 4"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 5"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 6"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Content blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Cubes"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Custom Pages: Have No Limits."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Customize Theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "DECISIONS, DECISIONS, AND EVEN MORE DECISIONS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "DESIGN, DESIGN, AND EVEN MORE DESIGN"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:website.menu,name:theme_loftspace.loftspace_home
|
||||
msgid "Demo"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Design expression comes from the combined effect of all elements in a product. Colour tone, shape and size should direct a person's thoughts towards buying the product. Therefore it is in the product designer's best interest to consider the audiences who are most likely to be the product's end consumers. Keeping in mind how consumers will perceive the product during the design process will direct towards the product’s success in the market. However, even within a specific audience, it is challenging to cater to each possible personality within that group."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Display Your Last Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Employees"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Endless Possibilities"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Event list"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Feature blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Features"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Features slideshow"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Full width"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Header / text / big image"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Helvetica"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Name, Function / Company Inc."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Nice and Efficient Events List"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Numbers"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Our #1 priority is you, the user. We believe in our product and hold ourselves to the highest standards. We truly care about your site as much as you do, which is why we offer amazing support at our dedicated support center. In addition, we offer free updates with new features requested by our users. You can count on us.<br/>This theme gives you limitless potential to build amazing pages. Easily create unique page layouts using the tools we provide. In addition, we have you covered with dozens of beautiful pre-designed pages you can quickly choose from."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Parallax banner"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Pattern"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Present your products"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Product list"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Product slideshow"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Products in total"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Rajdhani"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Raleway"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Roboto"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Shops"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "SourceSansPro"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Structure blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Testimonial slider"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Text / big image"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Text / image / text"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "The only theme you need"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "The product which fits your needs"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "The solution to that is to create a product that, in its designed appearance and function, expresses a personality or tells a story. Products that carry such attributes are more likely to give off a stronger expression that will attract more consumers. On that note it is important to keep in mind that design expression does not only concern the appearance of a product, but also its function. For example, as humans our appearance as well as our actions are subject to people's judgment when they are making a first impression of us."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "This powerful theme along with its unique structure lets you create any design style with just one theme. These simple yet powerful options allow you to create any type of website. No two versions will ever look the same."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "This theme does not limit you to one setup, we prefer to give you options. From boxed layout to wide, left sidebars to right and multiple headers; we let you decide. That’s right, you can have your cake and eat some too."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Timeline"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Ubuntu"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "With Theme Clean you get a list of your events with date, time, description, etc. Select the simple or image mode and edit your content.<br/>You can link your events to your favorite social network."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Write a description of your event here."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Your Event Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "with this theme."
|
||||
msgstr ""
|
||||
|
||||
@@ -0,0 +1,682 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_loftspace
|
||||
#
|
||||
# Translators:
|
||||
# e2f <projects@e2f.com>, 2019
|
||||
# Martin Trigaux, 2019
|
||||
# Jeffery CHEN <jeffery9@gmail.com>, 2019
|
||||
# liAnGjiA <liangjia@qq.com>, 2019
|
||||
# Gary Wei <Gary.wei@elico-corp.com>, 2019
|
||||
# fausthuang, 2019
|
||||
# Lisa Zhang <lzh@odoo.com>, 2019
|
||||
# Felix Yuen <fyu@odoo.com>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 07:55+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:19+0000\n"
|
||||
"Last-Translator: Felix Yuen <fyu@odoo.com>, 2019\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "1 column text block"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "10.000"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "12.200"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "2 color blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "2 column text block"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "3 column text block"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "370"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "4 color blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "4 column text block"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "45"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "<b>Choose another image...</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<i class=\"fa fa-chevron-down\"/> Watch item"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
|
||||
msgstr "<i class=\"fa fa-picture-o\"/>背景图像"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<i class=\"fa fa-quote-left\"/> Let your visitors know what they said about you.\n"
|
||||
" <i class=\"fa fa-quote-right\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-font center-block\"/>FONTS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"fa fa-globe\"/> Link"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"fa fa-info-circle\"/> Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/>COLORS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-picture-o center-block\"/> BG IMAGES"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-th center-block\"/> BG PATTERNS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>LAYOUT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"text-center\">01.</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "<span class=\"text-center\">02.</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-beta\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">05</span>\n"
|
||||
" <span class=\"s_event_list_month\">Sep</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00 AM</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-epsilon\" datetime=\"2014-07-20\">\n"
|
||||
" <span class=\"s_event_list_day\">18</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">ALL DAY</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-epsilon\" datetime=\"2014-07-20\">\n"
|
||||
" <span class=\"s_event_list_day\">21</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">ALL DAY</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-gamma\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">02</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00 AM</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"<time class=\"bg-gamma\" datetime=\"2014-07-20 0000\">\n"
|
||||
" <span class=\"s_event_list_day\">2</span>\n"
|
||||
" <span class=\"s_event_list_month\">Jul</span>\n"
|
||||
" <span class=\"s_event_list_year\">2014</span>\n"
|
||||
" <span class=\"s_event_list_time\">12:00 AM</span>\n"
|
||||
" </time>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "A good subtitle"
|
||||
msgstr "非常棒的小标题"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"A great way to catch your reader's attention is to tell a story. Everything "
|
||||
"you consider writing can be told as a story."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Big icons"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Big image / text"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:website.menu,name:theme_loftspace.demo_blocks_menu
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Boxed"
|
||||
msgstr "盒装的"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Clients"
|
||||
msgstr "客户"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 1"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 3"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 4"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 5"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Color Preset 6"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Content blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Cubes"
|
||||
msgstr "立方体"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Custom Pages: Have No Limits."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Customize Theme"
|
||||
msgstr "定制主题"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "DECISIONS, DECISIONS, AND EVEN MORE DECISIONS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "DESIGN, DESIGN, AND EVEN MORE DESIGN"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:website.menu,name:theme_loftspace.loftspace_home
|
||||
msgid "Demo"
|
||||
msgstr "演示"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"Design expression comes from the combined effect of all elements in a "
|
||||
"product. Colour tone, shape and size should direct a person's thoughts "
|
||||
"towards buying the product. Therefore it is in the product designer's best "
|
||||
"interest to consider the audiences who are most likely to be the product's "
|
||||
"end consumers. Keeping in mind how consumers will perceive the product "
|
||||
"during the design process will direct towards the product’s success in the "
|
||||
"market. However, even within a specific audience, it is challenging to cater"
|
||||
" to each possible personality within that group."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Display Your Last Activities"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Employees"
|
||||
msgstr "员工"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Endless Possibilities"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Event list"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Feature blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Features"
|
||||
msgstr "功能"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Features slideshow"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Full width"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Header / text / big image"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Helvetica"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Image"
|
||||
msgstr "图像"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Name, Function / Company Inc."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Nice and Efficient Events List"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_loftspace_website_options_pattern
|
||||
msgid "None"
|
||||
msgstr "无"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Numbers"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"Our #1 priority is you, the user. We believe in our product and hold "
|
||||
"ourselves to the highest standards. We truly care about your site as much as"
|
||||
" you do, which is why we offer amazing support at our dedicated support "
|
||||
"center. In addition, we offer free updates with new features requested by "
|
||||
"our users. You can count on us.<br/>This theme gives you limitless potential"
|
||||
" to build amazing pages. Easily create unique page layouts using the tools "
|
||||
"we provide. In addition, we have you covered with dozens of beautiful pre-"
|
||||
"designed pages you can quickly choose from."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Parallax banner"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Pattern"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Present your products"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Product list"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Product slideshow"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Products in total"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Rajdhani"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Raleway"
|
||||
msgstr "Raleway"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Roboto"
|
||||
msgstr "Roboto"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Shops"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "SourceSansPro"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Structure blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Testimonial slider"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Text / big image"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Text / image / text"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "The only theme you need"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "The product which fits your needs"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"The solution to that is to create a product that, in its designed appearance"
|
||||
" and function, expresses a personality or tells a story. Products that carry"
|
||||
" such attributes are more likely to give off a stronger expression that will"
|
||||
" attract more consumers. On that note it is important to keep in mind that "
|
||||
"design expression does not only concern the appearance of a product, but "
|
||||
"also its function. For example, as humans our appearance as well as our "
|
||||
"actions are subject to people's judgment when they are making a first "
|
||||
"impression of us."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"This powerful theme along with its unique structure lets you create any "
|
||||
"design style with just one theme. These simple yet powerful options allow "
|
||||
"you to create any type of website. No two versions will ever look the same."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"This theme does not limit you to one setup, we prefer to give you options. "
|
||||
"From boxed layout to wide, left sidebars to right and multiple headers; we "
|
||||
"let you decide. That’s right, you can have your cake and eat some too."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_blocks_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_blocks_page
|
||||
msgid "Timeline"
|
||||
msgstr "时间线"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.theme_customize
|
||||
msgid "Ubuntu"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid ""
|
||||
"With Theme Clean you get a list of your events with date, time, description,"
|
||||
" etc. Select the simple or image mode and edit your content.<br/>You can "
|
||||
"link your events to your favorite social network."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Write a description of your event here."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "Your Event Name"
|
||||
msgstr "你的时间名称"
|
||||
|
||||
#. module: theme_loftspace
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo
|
||||
#: model:ir.ui.view,arch_db:theme_loftspace.demo_page_ir_ui_view
|
||||
#: model:website.page,arch_db:theme_loftspace.demo_page
|
||||
msgid "with this theme."
|
||||
msgstr ""
|
||||
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 8.1 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 59 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 18 KiB |
@@ -0,0 +1,210 @@
|
||||
<section class="container">
|
||||
<h2 class="text-muted">Html5 Responsive Bootstrap Theme for Odoo CMS</h2>
|
||||
<hr>
|
||||
|
||||
<p class="lead">Loftspace is a professional responsive HTML5 theme, built using Bootstrap3,
|
||||
the most popular front-end framework for developing responsive, mobile
|
||||
first projects on the web. Just drag & drop the new building blocks
|
||||
you need to easily build your layout. All layouts are made of sections,
|
||||
that you can easily combine to fit your specific project.</p>
|
||||
<img src="loftspace_description.png" class="img-responsive center-block"/>
|
||||
<hr>
|
||||
|
||||
<h2 class="text-muted">Loftspace Customization Tool</h2>
|
||||
|
||||
<p>Theme Loftspace comes with customization tools. You can easily change
|
||||
the background, the colors and the font combination of your website or
|
||||
you a preset.</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<img src="customtool.jpg" class="img-responsive center-block"/>
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<h3>Theme Loftspace comes with a lot of options</h3>
|
||||
<ul>
|
||||
<li>WIDE OR BOXED LAYOUT</li>
|
||||
<li>6 COLOR SCHEMES</li>
|
||||
<li>8 BACKGROUND SHADES OR USE YOUR OWN</li>
|
||||
<li>6 FONT COMBINATIONS</li>
|
||||
<li>10 BACKGROUND PATTERNS</li>
|
||||
</ul>
|
||||
<p>All the background, color and font combinations were made to work together.
|
||||
You can not go wrong with the settings.</p>
|
||||
|
||||
<h3>Minimalistic Flat Design</h3>
|
||||
<p>Loftspace was made with easy customization and branding in mind. Based on
|
||||
simple, modern and typographical elements, it allows you to easily customize
|
||||
your website.</p>
|
||||
|
||||
<h3>6 Prebuild Presets</h3>
|
||||
<p>You don't have the time to play with options? Don't worry, Loftspace gives
|
||||
you six full presets wich combine colors, fonts and background.</p>
|
||||
|
||||
<p>This theme has an <a href="https://apps.odoo.com/apps/10.0/theme_loftspace_sale/">additional eCommerce plugin</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<h2 class="text-muted">Loftspace Building Blocks</h2>
|
||||
|
||||
<p>You get a new complete range of building blocks.</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<h4 class="text-muted">CONTENT BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Title</li>
|
||||
<li>1 Column Text</li>
|
||||
<li>2 Column Text</li>
|
||||
<li>3 Column Text</li>
|
||||
<li>4 Column Text</li>
|
||||
<li>Custom Button</li>
|
||||
<li>Separator Block</li>
|
||||
</ul>
|
||||
<h4 class="text-muted mb16">STRUCTURE BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Custom Banner</li>
|
||||
<li>Big Picture + Text</li>
|
||||
<li>Text + Big Picture</li>
|
||||
<li>Cubes</li>
|
||||
<li>Features Slideshow</li>
|
||||
<li>Header + Text + Picture</li>
|
||||
<li>Product List</li>
|
||||
<li>Text + Image + Text</li>
|
||||
<li>Parallax Banner</li>
|
||||
<li>2 Color Blocks</li>
|
||||
<li>4 Color Blocks</li>
|
||||
<li>Numbers</li>
|
||||
<li>Timeline</li>
|
||||
<li>Event List</li>
|
||||
<li>Logos Bar</li>
|
||||
<li>Testimonial Slider</li>
|
||||
<li>Progress</li>
|
||||
<li>Big Circle Icons</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h4 class="text-muted">FEATURES BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Slide Banner</li>
|
||||
<li>Slideshow with products</li>
|
||||
</ul>
|
||||
<h4 class="text-muted">EFFECTS BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Big Image Parallax</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h3>Customize Your Blocks</h3>
|
||||
<p class="mb16">Each building blocks comes with its own options. </p>
|
||||
<img src="customtool2.jpg" class="img-responsive center-block"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Some fonts might not work with extended charsets.</p>
|
||||
<p>The images in the theme are copyrighted and can't be used outside of the odoo.com domain.</p>
|
||||
<hr>
|
||||
|
||||
<h1 class="text-center">CONTRIBUTORS LIST</h1>
|
||||
<br/>
|
||||
<p class="strong text-center">This theme was created with the help of our user community.</p>
|
||||
|
||||
<h3 class="text-center">Thanks to our backers the Indiegogo campaign was a success!</h3>
|
||||
<p class="text-center"><a>https://www.indiegogo.com/projects/bootstrap-themes-for-odoo-cms/</a></p>
|
||||
<br/>
|
||||
|
||||
<h1 class="text-center"><u>Main Sponsor</u></h1>
|
||||
<br/>
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.aselcis.com/" target="blank">
|
||||
<img src="contributors/aselcis.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.bas-solutions.nl/" target="blank">
|
||||
<img src="contributors/bas-solutions.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.bloopark.de/" target="blank">
|
||||
<img src="contributors/bloopark.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.brouwland.com" target="blank">
|
||||
<img src="contributors/brouwland.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.catsanddogs.com/" target="blank">
|
||||
<img src="contributors/catsdogs.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="https://www.hucke-media.de/" target="blank">
|
||||
<img src="contributors/huckemedia.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.datadialog.net/" target="blank">
|
||||
<img src="contributors/dialognet.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.dynapps.be/" target="blank">
|
||||
<img src="contributors/dynapps.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://opusvl.com/" target="blank">
|
||||
<img src="contributors/opusvl.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://oxenworkwear.com/" target="blank">
|
||||
<img src="contributors/oxen.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.simplit.co/" target="blank">
|
||||
<img src="contributors/simplitco.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.sodexis.com/" target="blank">
|
||||
<img src="contributors/sodexis.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="margin-bottom:30px;">
|
||||
<div class="col-md-2 col-md-offset-3">
|
||||
<a href="https://www.techreceptives.com" target="blank">
|
||||
<img src="contributors/tech-receptives.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.applicatour.com/" target="blank">
|
||||
<img src="contributors/applicatour.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="https://vauxoo.com" target="blank">
|
||||
<img src="contributors/vauxoo.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Ross Whiting, Oxenworkwear - Hans Balis - Stephan Keller, Sodexis, Inc. - Michael Hucke, Hucke Media GmbH & Co. KG - Joachim Grubelnik, DaDi EDV GmbH datadialog.net - DynApps - Cats&Dogs bvba - Bloopark systems GmbH & Co. KG - Parthiv Patel, Tech Receptives Solutions Pvt. Ltd. - Stuart Mackintosh, OpusVL - Erwin van der Ploeg, BAS Solutions - ali Zuaby, simplit co - Aselcis Consulting - Nhomar Hernandez, Vauxoo</p>
|
||||
|
||||
<h1 class="text-center"><u>Sponsor</u></h1>
|
||||
<br/>
|
||||
<p>Robert Baumgartner, datenpol gmbh - openBIG - Russell Phillippe, Protogenos Ltd - Julien Allo, Julius - EasyPME - Jonathan Wilson, WillowIT Pty Ltd - Xavier Mallein, MAallein - Pedro M. Baeza, Serv. Tecnol. Avanzados - Daniel Dico, OERP Canada - Jantz Business Group b.v. - LogicaSoft Consulting - Eric Caudal, Elico Corp - Ermin Trevisan, Twanda - Jean-François Mattler, OpenFid SAS - Alex Ferrer, Lannex IT Solutions - Tony Gu, Shine IT Co. Ltd. 先安科技 - TaPo-IT OG - Jos De Graeve, Apertoso - Nicolas Rigo, eezee-it - Luis Miguel Varón E, Colorisa S.A - OpenBias - Stanislas Drouin Applicatour</p>
|
||||
|
||||
<h1 class="text-center"><u>Power Designer</u></h1>
|
||||
<br/>
|
||||
<p>Rohit Thakral - François Dhommeaux, Ubic Informatique - Judson Alves, Market Home Delivery - Eric Flaux, ABF Osiell - Gilles Dupont - Arnis Putniņš - Johnson Martt, GetOpenERP (Part of OpenStow Technologies) - Gianluca Milano - Daniel Stolovich, ATEL S.A. - Equitania Software GmbH - Senthilnathan G - Houssine Bakkali - Arend Trip - Kevin Woolf, Baba Kevin's American Barbecue Co., Ltd. - toodoo sàrl - Zoltan Gabor 'Apersis' - Tom De Decker, WEB2GO LTD - Nicolás Cavalier Montenegro, STOREGUD CORPORATION SAC - Keirse Jerome - REAL Solutions S.A. - Davide Corio - Brice Muangkhot - Melvin Miguel Martinez, Mendoza Hernandez - Auditores - Chua Wen Ching - Tran Minh Tri working, ungdungtinhoc.com - Badisheng Morena - Sogexis - Josh Wardini - The Tee Shirt Bakery - Bruce Letterle, Red Lab Media - Benoit Vankoningsloo - Francisco Manuel Garcia Claramonte. - Paulina Mikolajczak-Blasco - Collectiv - Tony Fernando - Herbert Riener, rigaConcepts - Kalmen Chia, E-Global SCM Solution Sdn Bhd - Rob North, Pair A Dice Games - David E. Vargas, CloudShop - François Le Gal - Calin Chete (24h Solutions) - Maria Gabriela Fong, MAGA Systems & Consulting - Pascal Behr, Cytosurge AG - Marc Antwertinger - Opencloud Unipessoal, Lda - Ruchir Shukla, BizzAppDev - Michael Hucke, Hucke Media GmbH & Co. KG - Mathias Neef, copadoMEDIA UG - Pablo Arias - Same Motion - livingprocess.de - Habib Ayob - Igor Jovanovic - Liangming Wang, Weixuan Inc. - Jason Au Yeung, Binary System Limited - Fredrik Arvas, Arvas International AB - Martin Temmink, Zigaret - Mathieu Vanneste, Flockdesign - Filip Fruru, Instant Media - Marianne Wilmsmeier, Fabrik Fünf GmbH - Vertex Group Enterprises - Bingen Eguzkitza - Herczeg Péter, InnOpen Group Kft - Giles Hohnen - Luis Felipe Miléo, KMEE - Maria Gabriela Fong, MAGA Systems & Consulting - Aaron Magon, Web Industries - Andrew Trueman, B.M. Trueman & Partners - Sven Petersen, Conexus - Nous Cambas - Oliver Yuan, OpenStone - Henri Ibowili, A-YANT.COM - Nicolas JEUDY - Helmut Drewes - Maik Steinfeld, Streward - Hans Henrik Gabelgaard - AJ Rosman - Eduard - Patrick Darribet, SUDOKEYS - Camptocamp - Cyril Morisse - Alejandro Santana - Eva Pinter, YBO - Mathias Neef, copadoMEDIA UG - Jean-Christophe Perrot, LOGICASOFT - Zarshed Ali, HiTechnologia - Stefan Reisich - Maxime Chambreuil, Savoir-faire Linux - Mario Gielissen, Openworx - Nicholas Burdic, Aptoworks LLC - Olivier Lenoir</p>
|
||||
</section>
|
||||
|
After Width: | Height: | Size: 145 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 400 KiB |
|
After Width: | Height: | Size: 165 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 130 KiB |
|
After Width: | Height: | Size: 279 KiB |
|
After Width: | Height: | Size: 208 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 152 KiB |
|
After Width: | Height: | Size: 226 KiB |
|
After Width: | Height: | Size: 169 KiB |
|
After Width: | Height: | Size: 81 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 112 KiB |
|
After Width: | Height: | Size: 68 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 8.0 KiB |
|
After Width: | Height: | Size: 175 KiB |
|
After Width: | Height: | Size: 138 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 72 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 349 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 220 KiB |
|
After Width: | Height: | Size: 153 KiB |
|
After Width: | Height: | Size: 138 KiB |
|
After Width: | Height: | Size: 586 KiB |
|
After Width: | Height: | Size: 556 KiB |
|
After Width: | Height: | Size: 624 KiB |
|
After Width: | Height: | Size: 502 KiB |
|
After Width: | Height: | Size: 703 KiB |
|
After Width: | Height: | Size: 554 KiB |
|
After Width: | Height: | Size: 460 KiB |
|
After Width: | Height: | Size: 585 KiB |
|
After Width: | Height: | Size: 804 KiB |
|
After Width: | Height: | Size: 564 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 364 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 573 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 900 KiB |
|
After Width: | Height: | Size: 506 KiB |
|
After Width: | Height: | Size: 168 KiB |
|
After Width: | Height: | Size: 903 B |
|
After Width: | Height: | Size: 909 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 994 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 849 B |
|
After Width: | Height: | Size: 964 B |
|
After Width: | Height: | Size: 936 B |
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,173 @@
|
||||
/* ================== BOOTSTRAP GRAYS ================= */
|
||||
|
||||
@gray-darker: lighten(#000, 13.5%); // #222
|
||||
@gray-dark: lighten(#000, 20%); // #333
|
||||
@gray: lighten(#000, 33.5%); // #555
|
||||
@gray-light: lighten(#000, 46.7%); // #777
|
||||
@gray-lighter: lighten(#000, 85%); // #eee
|
||||
@gray-white: #ffffff;
|
||||
@gray-base: #000000;
|
||||
|
||||
/* ================== COLOR PRESET 1 ================= */
|
||||
|
||||
@colorPreset1_color1: #e9e9e9; // light gray
|
||||
@colorPreset1_color1_dark: darken(@colorPreset1_color1, 10%);
|
||||
@colorPreset1_color1_light: lighten(@colorPreset1_color1, 5%);
|
||||
@colorPreset1_color2: #c8efeb; // light turkquise
|
||||
@colorPreset1_color2_dark: darken(@colorPreset1_color2, 10%);
|
||||
@colorPreset1_color2_light: lighten(@colorPreset1_color2, 5%);
|
||||
@colorPreset1_color3: #1e222f; // Dark blue
|
||||
@colorPreset1_color3_dark: darken(@colorPreset1_color3, 10%);
|
||||
@colorPreset1_color3_light: lighten(@colorPreset1_color3, 10%);
|
||||
@colorPreset1_color4: #55e8da; // turquise
|
||||
@colorPreset1_color4_dark: darken(@colorPreset1_color4, 10%);
|
||||
@colorPreset1_color4_light: lighten(@colorPreset1_color4, 5%);
|
||||
|
||||
/* ================== COLOR PRESET 2 ================= */
|
||||
|
||||
@colorPreset2_color1: #dbe8ed; // light blue
|
||||
@colorPreset2_color1_dark: darken(@colorPreset2_color1, 10%);
|
||||
@colorPreset2_color1_light: lighten(@colorPreset2_color1, 5%);
|
||||
@colorPreset2_color2: #ecd5d6; // light rose
|
||||
@colorPreset2_color2_dark: darken(@colorPreset2_color2, 10%);
|
||||
@colorPreset2_color2_light: lighten(@colorPreset2_color2, 10%);
|
||||
@colorPreset2_color3: #590046; // purple
|
||||
@colorPreset2_color3_dark: darken(@colorPreset2_color3, 10%);
|
||||
@colorPreset2_color3_light: lighten(@colorPreset2_color3, 10%);
|
||||
@colorPreset2_color4: #df699c; // rose
|
||||
@colorPreset2_color4_dark: darken(@colorPreset2_color4, 10%);
|
||||
@colorPreset2_color4_light: lighten(@colorPreset2_color4, 5%);
|
||||
|
||||
/* ================== COLOR PRESET 3 ================= */
|
||||
|
||||
@colorPreset3_color1: #d3d3d3; // gray
|
||||
@colorPreset3_color1_dark: darken(@colorPreset3_color1, 10%);
|
||||
@colorPreset3_color1_light: lighten(@colorPreset3_color1, 5%);
|
||||
@colorPreset3_color2: #f2ef1a; // yellow
|
||||
@colorPreset3_color2_dark: darken(@colorPreset3_color2, 10%);
|
||||
@colorPreset3_color2_light: lighten(@colorPreset3_color2, 10%);
|
||||
@colorPreset3_color3: #000000; // black
|
||||
@colorPreset3_color3_dark: darken(@colorPreset3_color3, 10%);
|
||||
@colorPreset3_color3_light: lighten(@colorPreset3_color3, 10%);
|
||||
@colorPreset3_color4: #f1aa6b; // orange
|
||||
@colorPreset3_color4_dark: darken(@colorPreset3_color4, 10%);
|
||||
@colorPreset3_color4_light: lighten(@colorPreset3_color4, 5%);
|
||||
|
||||
/* ================== COLOR PRESET 4 ================= */
|
||||
|
||||
@colorPreset4_color1: #cfcfcf; // light gray
|
||||
@colorPreset4_color1_dark: darken(@colorPreset4_color1, 10%);
|
||||
@colorPreset4_color1_light: lighten(@colorPreset4_color1, 5%);
|
||||
@colorPreset4_color2: #2e2e2e; // middle gray
|
||||
@colorPreset4_color2_dark: darken(@colorPreset4_color2, 10%);
|
||||
@colorPreset4_color2_light: lighten(@colorPreset4_color2, 10%);
|
||||
@colorPreset4_color3: #000000; // dark gray
|
||||
@colorPreset4_color3_dark: darken(@colorPreset4_color3, 10%);
|
||||
@colorPreset4_color3_light: lighten(@colorPreset4_color3, 10%);
|
||||
@colorPreset4_color4: #1ad68f; // green
|
||||
@colorPreset4_color4_dark: darken(@colorPreset4_color4, 10%);
|
||||
@colorPreset4_color4_light: lighten(@colorPreset4_color4, 5%);
|
||||
|
||||
/* ================== COLOR PRESET 5 ================= */
|
||||
|
||||
@colorPreset5_color1: #9fcae2; // light green
|
||||
@colorPreset5_color1_dark: darken(@colorPreset5_color1, 10%);
|
||||
@colorPreset5_color1_light: lighten(@colorPreset5_color1, 5%);
|
||||
@colorPreset5_color2: #bbc05c; // middle green
|
||||
@colorPreset5_color2_dark: darken(@colorPreset5_color2, 10%);
|
||||
@colorPreset5_color2_light: lighten(@colorPreset5_color2, 10%);
|
||||
@colorPreset5_color3: #112625; // dark green
|
||||
@colorPreset5_color3_dark: darken(@colorPreset5_color3, 10%);
|
||||
@colorPreset5_color3_light: lighten(@colorPreset5_color3, 10%);
|
||||
@colorPreset5_color4: #45b08c; // mallow
|
||||
@colorPreset5_color4_dark: darken(@colorPreset5_color4, 10%);
|
||||
@colorPreset5_color4_light: lighten(@colorPreset5_color4, 5%);
|
||||
|
||||
/* ================== COLOR PRESET 6 ================= */
|
||||
|
||||
@colorPreset6_color1: #cdd0a2; // green
|
||||
@colorPreset6_color1_dark: darken(@colorPreset6_color1, 10%);
|
||||
@colorPreset6_color1_light: lighten(@colorPreset6_color1, 5%);
|
||||
@colorPreset6_color2: #b4bbb9; // gray
|
||||
@colorPreset6_color2_dark: darken(@colorPreset6_color2, 5%);
|
||||
@colorPreset6_color2_light: lighten(@colorPreset6_color2, 5%);
|
||||
@colorPreset6_color3: #242327; // black
|
||||
@colorPreset6_color3_dark: darken(@colorPreset6_color3, 10%);
|
||||
@colorPreset6_color3_light: lighten(@colorPreset6_color3, 10%);
|
||||
@colorPreset6_color4: #957985; // purple
|
||||
@colorPreset6_color4_dark: darken(@colorPreset6_color4, 10%);
|
||||
@colorPreset6_color4_light: lighten(@colorPreset6_color4, 5%);
|
||||
|
||||
/* The s_timeline snippet is broken and requires the @color-wind variable,
|
||||
which is not defined in website anymore in saas-6 */
|
||||
@color-wind: #f7f7f7;
|
||||
|
||||
/* ========================= GRAYSCALE ========================= */
|
||||
|
||||
.o-create-color-classes(~'black', @gray-base, @gray-light);
|
||||
.o-create-color-classes(~'white', @gray-white, @gray);
|
||||
.o-create-color-classes(~'gray', @gray, @gray-white);
|
||||
.bg-gray {
|
||||
h1, h2, h3, h4, h5, h6 {.SetTextShadow (2px, @gray-base);}
|
||||
}
|
||||
.o-create-color-classes(~'gray-light', @gray-lighter, @gray);
|
||||
.bg-gray-light {
|
||||
.s_progress {
|
||||
color: red !important;
|
||||
}
|
||||
}
|
||||
.o-create-color-classes(~'gray-dark', @gray-dark, @gray-white);
|
||||
.bg-gray-dark {
|
||||
h1, h2, h3, h4, h5, h6 {.SetTextShadow (2px, @gray-base);}
|
||||
}
|
||||
|
||||
/* ================== FONT COLORS IN THE EDITOR ================= */
|
||||
|
||||
.js_sale, .oe_website_sale {
|
||||
.text-muted {color: @gray-light;}
|
||||
}
|
||||
|
||||
.text-blue {color: @gray-base;}
|
||||
.bg-blue {background-color: @gray-base;}
|
||||
|
||||
.text-turquoise{color: @gray-darker;}
|
||||
.bg-turquoise {background-color: @gray-darker;}
|
||||
|
||||
.text-green {color: @gray-dark;}
|
||||
.bg-green {background-color: @gray-dark;}
|
||||
|
||||
.text-yellow {color: @gray;}
|
||||
.bg-yellow {background-color: @gray;}
|
||||
|
||||
.text-red {color: @gray-light;}
|
||||
.bg-red {background-color: @gray-light;}
|
||||
|
||||
.text-pink {color: @gray-lighter;}
|
||||
.bg-pink {background-color: @gray-lighter;}
|
||||
|
||||
.text-purple {color: @gray-white;}
|
||||
.bg-purple {background-color: @gray-white;}
|
||||
|
||||
.text-blue2 {color: #1e3370;}
|
||||
.bg-blue2 {background-color: #1e3370;}
|
||||
|
||||
.text-turquoise2 {color: #1993a5;}
|
||||
.bg-turquoise2 {background-color: #1993a5;}
|
||||
|
||||
.text-green2 {color: #4f8640;}
|
||||
.bg-green2 {background-color: #4f8640;}
|
||||
|
||||
.text-yellow2 {color: #e6d123;}
|
||||
.bg-yellow2 {background-color: #e6d123;}
|
||||
|
||||
.text-red2 {color: #c22e2e;}
|
||||
.bg-red2 {background-color: #c22e2e;}
|
||||
|
||||
.text-lightblue2 {color: #5ea7db;}
|
||||
.bg-lightblue2 {background-color: #5ea7db;}
|
||||
|
||||
.text-purple2 {color: #8458a7;}
|
||||
.bg-purple2 {background-color: #8458a7;}
|
||||
|
||||
.text-brown2 {color: #725a4c;}
|
||||
.bg-brown2 {color: #725a4c;}
|
||||
@@ -0,0 +1,243 @@
|
||||
/* ================== MODAL COLORS ================= */
|
||||
|
||||
@modalGreen: @colorPreset6_color2;
|
||||
@modalGreenDark: darken(@modalGreen, 5%);
|
||||
@modalGreenLight: lighten(@modalGreen, 15%);
|
||||
@modalOrange: @colorPreset5_color1;
|
||||
@modalBlue: #151C24;
|
||||
@modalLightBlue: lighten(@modalBlue, 20%);
|
||||
|
||||
/* ======================= COLOR PRESET 1 ====================== */
|
||||
|
||||
#theme_customize_modal .row .colorPreset1 div:nth-child(1) {background-color: @gray-white;}
|
||||
#theme_customize_modal .row .colorPreset1 div:nth-child(2) {background-color: @colorPreset1_color1;}
|
||||
#theme_customize_modal .row .colorPreset1 div:nth-child(3) {background-color: @colorPreset1_color2;}
|
||||
#theme_customize_modal .row .colorPreset1 div:nth-child(4) {background-color: @colorPreset1_color3;}
|
||||
#theme_customize_modal .row .colorPreset1 div:nth-child(5) {background-color: @colorPreset1_color4;}
|
||||
|
||||
/* ======================= COLOR PRESET 2 ====================== */
|
||||
|
||||
#theme_customize_modal .row .colorPreset2 div:nth-child(1) {background-color: @colorPreset2_color1;}
|
||||
#theme_customize_modal .row .colorPreset2 div:nth-child(2) {background-color: @colorPreset2_color2;}
|
||||
#theme_customize_modal .row .colorPreset2 div:nth-child(3) {background-color: @gray-white;}
|
||||
#theme_customize_modal .row .colorPreset2 div:nth-child(4) {background-color: @colorPreset2_color3;}
|
||||
#theme_customize_modal .row .colorPreset2 div:nth-child(5) {background-color: @colorPreset2_color4;}
|
||||
|
||||
/* ======================= COLOR PRESET 3 ====================== */
|
||||
|
||||
#theme_customize_modal .row .colorPreset3 div:nth-child(1) {background-color: @colorPreset3_color1;}
|
||||
#theme_customize_modal .row .colorPreset3 div:nth-child(2) {background-color: @colorPreset3_color2;}
|
||||
#theme_customize_modal .row .colorPreset3 div:nth-child(3) {background-color: @gray-white;}
|
||||
#theme_customize_modal .row .colorPreset3 div:nth-child(4) {background-color: @colorPreset3_color3;}
|
||||
#theme_customize_modal .row .colorPreset3 div:nth-child(5) {background-color: @colorPreset3_color4;}
|
||||
|
||||
/* ======================= COLOR PRESET 4 ====================== */
|
||||
|
||||
#theme_customize_modal .row .colorPreset4 div:nth-child(1) {background-color: @colorPreset4_color1;}
|
||||
#theme_customize_modal .row .colorPreset4 div:nth-child(2) {background-color: @colorPreset4_color2;}
|
||||
#theme_customize_modal .row .colorPreset4 div:nth-child(3) {background-color: @gray-white;}
|
||||
#theme_customize_modal .row .colorPreset4 div:nth-child(4) {background-color: @colorPreset4_color3;}
|
||||
#theme_customize_modal .row .colorPreset4 div:nth-child(5) {background-color: @colorPreset4_color4;}
|
||||
|
||||
/* ======================= COLOR PRESET 5 ====================== */
|
||||
|
||||
#theme_customize_modal .row .colorPreset5 div:nth-child(1) {background-color: @colorPreset5_color1;}
|
||||
#theme_customize_modal .row .colorPreset5 div:nth-child(2) {background-color: @colorPreset5_color2;}
|
||||
#theme_customize_modal .row .colorPreset5 div:nth-child(3) {background-color: @gray-white;}
|
||||
#theme_customize_modal .row .colorPreset5 div:nth-child(4) {background-color: @colorPreset5_color3;}
|
||||
#theme_customize_modal .row .colorPreset5 div:nth-child(5) {background-color: @colorPreset5_color4;}
|
||||
|
||||
/* ======================= COLOR PRESET 6 ====================== */
|
||||
|
||||
#theme_customize_modal .row .colorPreset6 div:nth-child(1) {background-color: @colorPreset6_color1;}
|
||||
#theme_customize_modal .row .colorPreset6 div:nth-child(2) {background-color: @colorPreset6_color2;}
|
||||
#theme_customize_modal .row .colorPreset6 div:nth-child(3) {background-color: @gray-white;}
|
||||
#theme_customize_modal .row .colorPreset6 div:nth-child(4) {background-color: @colorPreset6_color3;}
|
||||
#theme_customize_modal .row .colorPreset6 div:nth-child(5) {background-color: @colorPreset6_color4;}
|
||||
|
||||
/* ======================= BACKGROUNDS ====================== */
|
||||
|
||||
#theme_customize_modal #bgcolor .bg_color_01 {background-color: @colorPreset1_color3;}
|
||||
#theme_customize_modal #bgcolor .bg_color_02 {background-color: @colorPreset5_color4;}
|
||||
#theme_customize_modal #bgcolor .bg_color_03 {background-color: @colorPreset3_color3;}
|
||||
#theme_customize_modal #bgcolor .bg_color_04 {background-color: @colorPreset1_color2;}
|
||||
#theme_customize_modal #bgcolor .bg_color_05 {background-color: @colorPreset5_color3;}
|
||||
#theme_customize_modal #bgcolor .bg_color_06 {background-color: @colorPreset6_color3;}
|
||||
#theme_customize_modal #bgcolor .bg_color_07 {background-color: white;}
|
||||
#theme_customize_modal #bgcolor .bg_color_08 {background-color: @colorPreset6_color2;}
|
||||
|
||||
/* ================== THEME CUSTOMIZE MODAL =============== */
|
||||
|
||||
#theme_customize_modal {
|
||||
label > div, label > img, label > h6, label > h4 {
|
||||
border: none;
|
||||
padding: 3px;
|
||||
}
|
||||
label.checked > div, label.checked > img, label.checked > h6, label.checked > h4 {
|
||||
box-shadow: none;
|
||||
background-color: @modalLightBlue;
|
||||
}
|
||||
h4 {
|
||||
color: @gray-white;
|
||||
text-align: left;
|
||||
}
|
||||
h6 {
|
||||
color: @gray-white;
|
||||
}
|
||||
p {
|
||||
color: @gray-white;
|
||||
}
|
||||
.row {
|
||||
.col-md-2 {
|
||||
padding-right: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
#theme_customize_modal {
|
||||
.modal-header {
|
||||
border-bottom: none;
|
||||
}
|
||||
.nav-tabs > li.active > a, &:hover, &:focus, .nav > li > a:hover, &:focus {
|
||||
background-color: @gray-dark;
|
||||
border: none;
|
||||
color: @modalOrange;
|
||||
}
|
||||
.nav-tabs > li > a {
|
||||
margin-right: 0px;
|
||||
&:hover {
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
.nav-tabs > li > a, .nav > li > a {
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
}
|
||||
.modal-dialog .nav > li > a {
|
||||
padding: 15px 5px;
|
||||
}
|
||||
.modal-h6 {
|
||||
font-size: 30px;
|
||||
}
|
||||
.interface {
|
||||
width: 350px;
|
||||
margin-top: 20px;
|
||||
position: relative;
|
||||
font-family: "Cuprum-Regular";
|
||||
.left-content {
|
||||
background-color: @modalGreen;
|
||||
width: 70px;
|
||||
padding-left: 0px;
|
||||
.VAlignTop;
|
||||
ul {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
.right-content {
|
||||
.VAlignTop;
|
||||
padding: 0px;
|
||||
background-color: @gray-dark;
|
||||
.tab-content {
|
||||
overflow-x: hidden;
|
||||
height: 480px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.close {
|
||||
padding: .2em .4em;
|
||||
color: white;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
float: right;
|
||||
font-weight: bold;
|
||||
opacity: .9;
|
||||
text-shadow: none;
|
||||
}
|
||||
.left-content-block a {
|
||||
display: block;
|
||||
min-height: 70px;
|
||||
width: 70px;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
font-size: 12px;
|
||||
&:hover, &:focus, &:active {
|
||||
background-image: none;
|
||||
}
|
||||
span {
|
||||
margin-bottom: 13px;
|
||||
}
|
||||
}
|
||||
.left-content-block .glyphicon:hover, .glyphicon:focus {
|
||||
color: @modalOrange;
|
||||
}
|
||||
.glyphicon {
|
||||
font-size: 20px;
|
||||
padding-bottom: 5px;
|
||||
color: @gray-white;
|
||||
}
|
||||
.color-combi {
|
||||
.col-xs-2 {
|
||||
width: 43px;
|
||||
height: 43px;
|
||||
padding: 0px;
|
||||
}
|
||||
.row {
|
||||
border-color: @gray-light !important;
|
||||
}
|
||||
}
|
||||
.tab-pane > .row > .col-xs-6 {
|
||||
padding: 0px;
|
||||
}
|
||||
#bgcolor {
|
||||
.col-xs-12 {
|
||||
height: 50px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
#pattern {
|
||||
.col-xs-12 {
|
||||
.pattern-swatch{
|
||||
width: 250px;
|
||||
height: 100%;
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#color {
|
||||
p:first-child {
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#theme_customize_modal {
|
||||
background: rgba(0, 0, 0, 0) !important;
|
||||
}
|
||||
#editor-media-image {
|
||||
background-color: white !important;
|
||||
}
|
||||
|
||||
/* ====================== LOGIN =====================*/
|
||||
|
||||
.oe_login_form {
|
||||
.oe_login_buttons {
|
||||
.btn-primary {
|
||||
background: rgba(0, 0, 0, 0) !important;
|
||||
&:hover {
|
||||
color: @color-delta !important;
|
||||
}
|
||||
}
|
||||
.btn-link {
|
||||
color: @color-delta;
|
||||
}
|
||||
}
|
||||
}
|
||||
.oe_website_login_container {
|
||||
padding: 50px;
|
||||
}
|
||||
@@ -0,0 +1,147 @@
|
||||
/* ===================== BLOG ===================== */
|
||||
|
||||
#blog_right_column {
|
||||
padding: 0 15px 35px 30px;
|
||||
}
|
||||
.website_blog {
|
||||
.col-sm-8 {
|
||||
padding: 0 15px 30px 35px;
|
||||
}
|
||||
}
|
||||
.post-meta {
|
||||
margin-top: 20px;
|
||||
text-align: left;
|
||||
}
|
||||
.blog_title {
|
||||
.post-meta {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
#main_column {
|
||||
h4 {
|
||||
font-size: 18px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ===================== FORUM ===================== */
|
||||
|
||||
.website_forum {
|
||||
background-color: @color-eta;
|
||||
margin-top: 0px !important;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
.navbar-default {
|
||||
margin-bottom: 0px;
|
||||
border-radius: 0;
|
||||
.navbar-nav > li > a, .navbar-header span {
|
||||
color: @color-delta;
|
||||
}
|
||||
.navbar-right {
|
||||
margin-bottom: 0;
|
||||
.btn {
|
||||
padding: 5px 20px;
|
||||
}
|
||||
input {
|
||||
margin-right: 15px;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
.transition (background-color 0.3s ease-out);
|
||||
&:focus {
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
li.active > a {
|
||||
background-color: @color-zeta !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.website_forum + #wrap {
|
||||
padding: 35px;
|
||||
.col-sm-3 {
|
||||
.btn-block {
|
||||
background-color: @color-epsilon;
|
||||
color: white;
|
||||
.btn {
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
.question {
|
||||
#options button {
|
||||
color: @color-epsilon;
|
||||
&:hover, &:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
.oe_grey {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
.forum_docs {
|
||||
margin-top: 30px;
|
||||
padding: 10px 35px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* ============== Breadcrumb in events, jobs etc ============== */
|
||||
|
||||
.breadcrumb {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
.BorderRadius(0px);
|
||||
}
|
||||
/* ============== Nav-pills in events, jobs etc ============== */
|
||||
.nav-pills {
|
||||
li a {
|
||||
color: @gray-light;
|
||||
&:hover {
|
||||
color: @gray;
|
||||
}
|
||||
}
|
||||
li.active > a {
|
||||
color: @color-epsilon;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
color: @color-alpha !important;
|
||||
background-color: @color-epsilon !important;
|
||||
&:hover {
|
||||
background-color: @gray-lighter;
|
||||
color: @gray;
|
||||
}
|
||||
.badge {
|
||||
color: @color-epsilon;
|
||||
background-color: @color-alpha;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ============== Panel styles ============== */
|
||||
|
||||
.panel-heading {
|
||||
background-color: rgba(0, 0, 0, 0) !important;
|
||||
border: none;
|
||||
color: @color-epsilon !important;
|
||||
}
|
||||
.panel-footer {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
}
|
||||
.panel {
|
||||
text-align: center;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
border: 1px solid @gray-lighter;
|
||||
.BorderRadius (0px);
|
||||
.list-group-item {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
border-color: white;
|
||||
}
|
||||
&.note-editor {
|
||||
text-align: initial;
|
||||
}
|
||||
}
|
||||
.panel-title {
|
||||
font-size: 20px;
|
||||
}
|
||||
@@ -0,0 +1,95 @@
|
||||
@bg-img-01: url("/web/image/theme_common.image_content_11");
|
||||
@bg-img-02: url("/web/image/theme_common.image_content_09");
|
||||
@bg-img-03: url("/web/image/theme_common.image_content_10");
|
||||
@bg-img-04: url("/web/image/theme_common.image_content_12");
|
||||
@bg-img-05: url("/web/image/theme_common.image_content_02");
|
||||
@bg-img-06: url("/web/image/theme_common.image_content_03");
|
||||
@bg-img-07: url("/web/image/theme_common.image_content_07");
|
||||
|
||||
.bg-img-01 {
|
||||
background-image: @bg-img-01;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
||||
.bg-img-02 {
|
||||
background-image: @bg-img-02;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
||||
.bg-img-03 {
|
||||
background-image: @bg-img-03;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
||||
.bg-img-04 {
|
||||
background-image: @bg-img-04;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
||||
.bg-img-05 {
|
||||
background-image: @bg-img-05;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
||||
.bg-img-06 {
|
||||
background-image: @bg-img-06;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
||||
.bg-img-07 {
|
||||
background-image: @bg-img-07;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.px14 {
|
||||
font-size: 14px !important;
|
||||
line-height: 25px;
|
||||
}
|
||||
.px16 {
|
||||
font-size: 16px !important;
|
||||
line-height: 28px;
|
||||
}
|
||||
.px18 {
|
||||
font-size: 18px !important;
|
||||
line-height: 30px;
|
||||
}
|
||||
.px22 {
|
||||
font-size: 22px !important;
|
||||
line-height: 32px;
|
||||
}
|
||||
.px30 {
|
||||
font-size: 30px !important;
|
||||
line-height: 30px;
|
||||
@media (max-width: @screen-xs-max) {
|
||||
font-size: 20px !important;
|
||||
}
|
||||
}
|
||||
.px36 {
|
||||
font-size: 36px !important;
|
||||
line-height: 36px;
|
||||
@media (max-width: @screen-xs-max) {
|
||||
font-size: 20px !important;
|
||||
}
|
||||
}
|
||||
.px42 {
|
||||
font-size: 42px !important;
|
||||
line-height: 42px;
|
||||
@media (max-width: @screen-xs-max) {
|
||||
font-size: 20px !important;
|
||||
}
|
||||
}
|
||||
.px50 {
|
||||
font-size: 50px !important;
|
||||
line-height: 50px;
|
||||
@media (max-width: @screen-xs-max) {
|
||||
font-size: 25px !important;
|
||||
}
|
||||
}
|
||||
.px60 {
|
||||
font-size: 60px !important;
|
||||
line-height: 60px;
|
||||
@media (max-width: @screen-xs-max) {
|
||||
font-size: 30px !important;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
background-color: @colorPreset1_color3;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
background-color: @colorPreset5_color4;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
background-color: @colorPreset3_color3;
|
||||
}
|
||||