[ADD] theme 9.0
@@ -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,28 @@
|
||||
{
|
||||
'name': 'Clean Theme',
|
||||
'description': 'Clean Theme',
|
||||
'category': 'Theme/Services',
|
||||
'sequence': 120,
|
||||
'version': '1.1',
|
||||
'author': 'Odoo SA',
|
||||
'depends': ['theme_common', 'website_animate'],
|
||||
'data': [
|
||||
'views/assets.xml',
|
||||
'views/customize_modal.xml',
|
||||
'views/image_content.xml',
|
||||
'views/image_library.xml',
|
||||
'views/snippets_options.xml',
|
||||
'views/snippets.xml',
|
||||
],
|
||||
'demo': [
|
||||
'demo/home.xml',
|
||||
'demo/blocks.xml',
|
||||
],
|
||||
'images': [
|
||||
'static/description/Clean_description.jpg',
|
||||
'static/description/clean_screenshot.jpg',
|
||||
],
|
||||
'price': 199,
|
||||
'currency': 'EUR',
|
||||
'live_test_url': 'https://theme-clean.odoo.com/page/demo_page_home',
|
||||
}
|
||||
@@ -0,0 +1,377 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
|
||||
<template id="website.demo_page_blocks" page="True">
|
||||
<t t-call="website.layout">
|
||||
<div id="wrap" class="oe_structure oe_empty">
|
||||
|
||||
<section class="s_big_image_parallax parallax bg-img-04" data-scroll-background-offset="0" data-scroll-background-ratio="0.3">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-3 col-md-offset-2 mt32 s_big_image_parallax_content">
|
||||
<img class="img-responsive center-block o_animate o_anim_fade_in_up" src="/web/image/theme_common.image_content_03"/>
|
||||
</div>
|
||||
<div class="col-md-4 mt64 mb64">
|
||||
<img class="img-responsive center-block" src="/web/image/theme_common.image_content_logo"/>
|
||||
</div>
|
||||
<div class="col-md-4 text-center">
|
||||
<h3>NEW EXCLUSIVE BUILDING BLOCKS</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="s_title_block">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt64">
|
||||
<h2>STRUCTURE BLOCKS</h2>
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">1. Clean Title Block</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_title_small"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">2. Clean Text Block</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_text"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">3. Clean Image Text</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_image_text_2"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">4. Clean Text Image</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_text_image_2"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">5. Clean Color Blocks x2</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_color_blocks_2"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">6. Clean Color Blocks x4</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_color_blocks_4"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">7. Clean One Column</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_column"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">8. Clean Two Columns</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_two_columns"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">9. Clean Three Columns</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_three_columns_circle"/>
|
||||
|
||||
<section class="s_title_block">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt64">
|
||||
<h2>CONTENT BLOCKS</h2>
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">1. Icon Box</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_icon_box"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">2. Icon Box Circle</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_icon_box_circle"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">3. Icon Box Square</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_icon_box_square"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">4. Separator Color</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_separator_color"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">5. Separator Shade</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_separator_shade"/>
|
||||
|
||||
<section class="s_title_block">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt64">
|
||||
<h2>FEATURES BLOCKS</h2>
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">1. Lead Bar</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_lead_bar"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">2. Logos Bar</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_logo_bar"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">3. Team Profiles</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_team_profiles"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">4. Profile</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_profile"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">5. Timeline</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_timeline"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">6. Timeline Compact</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_timeline_compact"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">7. Event List</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_event_list"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">8. Discount</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_discount"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">9. Pricing</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_pricing"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">10. Process Step</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_process_steps_2"/>
|
||||
|
||||
<section class="s_title_block">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt64">
|
||||
<h2>EFFECT BLOCKS</h2>
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">1. Big Image</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_big_image"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">2. Big Image Parallax</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_big_image_parallax"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt32">
|
||||
<blockquote class="demo_blocks_title">
|
||||
<h3 class="text-muted">3. Slide Banner</h3>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-oe-call="theme_common.s_slide_banner"/>
|
||||
</div>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
<record id="demo_page_blocks_menu" model="website.menu">
|
||||
<field name="name">Blocks</field>
|
||||
<field name="url">/page/demo_page_blocks</field>
|
||||
<field name="parent_id" ref="website.main_menu"/>
|
||||
<field name="sequence" type="int">20</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
@@ -0,0 +1,423 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
|
||||
<template id="website.demo_page_home" page="True">
|
||||
<t t-call="website.layout">
|
||||
<div id="wrap" class="oe_structure oe_empty">
|
||||
|
||||
<section class="s_big_image bg-img-01">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2 mt128">
|
||||
<img class="img-responsive center-block" src="/web/image/theme_common.image_content_logo"/>
|
||||
</div>
|
||||
<div class="col-md-6 col-md-offset-3 s_big_image_content text-center mt16 mb48">
|
||||
<div class="s_text_highlight bg-gamma mt32 mb32">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="text-center">
|
||||
<h3>A Business Theme for Odoo CMS</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a class="btn btn-warning btn-lg" href="/page/demo_page_blocks" type="button">NEW BUILDING BLOCKS</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_lead_bar bg-gamma">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 mt16 mb32">
|
||||
<h3>Responsive HTML5 theme built using Bootstrap</h3>
|
||||
<h5 class="mb0 mt0 text-muted">CLEAN was made with easy customization in mind.</h5>
|
||||
</div>
|
||||
<div class="col-md-4 mt16 mb32">
|
||||
<a class="btn btn-primary btn-lg pull-right mt24" href="/page/website.contactus"><i class="fa fa-arrow-right"/> Theme Features </a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="clean-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center mt48 mb16">
|
||||
<h1>Focuses on Your Content !</h1>
|
||||
<h3 class="text-muted ">flat design & clean structure</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_image_text_2">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-5 mt32 mb32">
|
||||
<img class="img-responsive o_animate o_anim_fade_in_left" src="/web/image/theme_common.image_content_02"/>
|
||||
</div>
|
||||
<div class="col-md-5 col-md-offset-2 mt32">
|
||||
<h3>Clean for Odoo CMS</h3>
|
||||
<h4 class="text-muted">BUILD WITH BOOTSTRAP 3 FRAMEWORK</h4>
|
||||
<div/>
|
||||
<p>Clean is a professional responsive HTML5 theme, built using Bootstrap3, the most popular front-end framework for developing responsive, mobile first projects on the web.</p>
|
||||
<p>Just drag & drop the 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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_icon_box_circle mt8">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center mb48">
|
||||
<h1>Impress Your Visitor !</h1>
|
||||
<h3 class="text-muted ">Showcase Your Services and Features</h3>
|
||||
</div>
|
||||
<div class="col-md-3 clearfix mt16 mb16">
|
||||
<span class="fa fa-2x fa-picture-o pull-left img-circle bg-gamma"/>
|
||||
<div class="icon_box_content">
|
||||
<h4>Minimalistic Flat Design</h4>
|
||||
<p>Theme Clean provides a modern and minimalistic flat design and makes you ride the trend</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3 clearfix mt16 mb16">
|
||||
<span class="fa fa-2x fa-pencil pull-left img-circle bg-gamma"/>
|
||||
<div class="icon_box_content">
|
||||
<h4>6 Beautiful Color Schemes</h4>
|
||||
<p>Easily adapt your branding with the six color palettes you can choose with Theme Clean</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3 clearfix mt16 mb16">
|
||||
<span class="fa fa-2x fa-font pull-left img-circle bg-gamma"/>
|
||||
<div class="icon_box_content">
|
||||
<h4>12 Font Combinations</h4>
|
||||
<p>Find the font that suits your business and make your content more accessible by you visitors.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3 clearfix mt16 mb128">
|
||||
<span class="fa fa-2x fa-desktop pull-left img-circle bg-gamma"/>
|
||||
<div class="icon_box_content">
|
||||
<h4>Wide and Boxed Layout</h4>
|
||||
<p>Changing your layout is super easy with Theme Clean. You can switch from full width to boxed.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div class="s_slide_banner carousel slide" data-interval="10000" id="myCarousel1" style="height: 448px; overflow: hidden;">
|
||||
<ol class="carousel-indicators"><li class="active" data-slide-to="0" data-target="#myCarousel1"/><li data-slide-to="1" data-target="#myCarousel1"/><li data-slide-to="2" data-target="#myCarousel1"/></ol>
|
||||
<div class="carousel-inner">
|
||||
<div class="item bg-blur-04 active">
|
||||
<div class="container">
|
||||
<div class="row content">
|
||||
<div class="carousel-content col-md-5 col-sm-12 mt64 mb64 text-center">
|
||||
<img class="img-responsive center-block" src="/web/image/theme_common.image_content_logo_small"/>
|
||||
<h3 class="mt32 text-muted">Build your brand. easily.</h3>
|
||||
<p class="mt16">Clean Theme is made with easy customization in mind.<br/>
|
||||
</p>
|
||||
<a class="btn btn-warning btn-lg" href="/page/demo_page_blocks">NEW BUILDING BLOCKS</a>
|
||||
</div>
|
||||
<div class="carousel-img col-md-6 col-md-offset-1 hidden-sm hidden-xs mt64">
|
||||
<img class="img-responsive" src="/web/image/theme_common.image_content_07"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item bg-blur-03">
|
||||
<div class="container">
|
||||
<div class="row content">
|
||||
<div class="carousel-content col-md-5 col-sm-12 mt64 mb64 text-center">
|
||||
<img class="img-responsive center-block" src="/web/image/theme_common.image_content_logo_small"/>
|
||||
<h3 class="mt32 text-muted">MAKE YOUR OWN WEBSITE</h3>
|
||||
<p class="mt16">With Clean It is now easy to brand your web pages & blocks.<br/>
|
||||
</p>
|
||||
<a class="btn btn-info btn-lg" href="/page/demo_page_blocks">THEMES FEATURES</a>
|
||||
</div>
|
||||
<div class="carousel-img col-md-6 col-md-offset-1 hidden-sm hidden-xs mt64">
|
||||
<img class="img-responsive" src="/theme_clean/static/src/img/content/image_content_03.png" style="-webkit-transform: translateX(66.1%) translateY(-6.7%); transform: translateX(66.1%) translateY(-6.7%); -webkit-animation-play-state: paused; -webkit-transition: none; transition: none;"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item bg-blur-06">
|
||||
<div class="container">
|
||||
<div class="row content">
|
||||
<div class="carousel-content col-md-5 col-sm-12 mt64 mb64 text-center">
|
||||
<img class="img-responsive center-block" src="/web/image/theme_common.image_content_logo_small"/>
|
||||
<h3 class="mt32 text-muted">YOU ARE THE DESIGNER</h3>
|
||||
<p class="mt16">Everything is customizable. Make Clean Theme your own!<span style="color: rgb(140, 140, 140); line-height: 1.3; background-color: initial;"> </span><br/>
|
||||
<br/>
|
||||
<a class="btn btn-success btn-lg" href="/page/demo_page_blocks">NEW BUILDING BLOCKS</a></p>
|
||||
</div>
|
||||
<div class="carousel-img col-md-6 col-md-offset-1 hidden-sm hidden-xs mt64">
|
||||
<img class="img-responsive" src="/theme_clean/static/src/img/content/image_content_01.png" style="-webkit-transform: translateX(25.9%) translateY(8.3%); transform: translateX(25.9%) translateY(8.3%); -webkit-animation-play-state: paused; -webkit-transition: none; transition: none;"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-control left" data-slide="prev" data-target="#myCarousel1" href="#myCarousel1" style="width: 10%">
|
||||
<i class="fa fa-chevron-left"/>
|
||||
</div>
|
||||
<div class="carousel-control right" data-slide="next" data-target="#myCarousel1" href="#myCarousel1" style="width: 10%">
|
||||
<i class="fa fa-chevron-right"/>
|
||||
</div>
|
||||
</div>
|
||||
<section class="s_two_columns mt48 o_displayed_top o_displayed_middle o_displayed_bottom">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center mt48">
|
||||
<h2>Build Attractive Web Pages Without any Technical or Designer Skills</h2>
|
||||
<h3 class="text-muted ">CLEAN is SIMPLE, Fast AND EFFICIENT</h3>
|
||||
</div>
|
||||
<div class="col-md-12 text-center mt48">
|
||||
<div/>
|
||||
<blockquote>
|
||||
<p>
|
||||
<em>Clean is a uniquely designed theme. It's super easy to modify and uses advanced LESS/CSS techniques <br/>
|
||||
built on the latest Bootstrap Framework.</em>
|
||||
</p>
|
||||
</blockquote>
|
||||
</div>
|
||||
<div class="col-md-5 mb32 mt0">
|
||||
<img class="img-responsive" src="/web/image/theme_common.image_content_06"/>
|
||||
<h4 class="mt32 text-center">Easy Customization</h4>
|
||||
<h5 class="text-muted text-center">TOOLS & OPTIONS</h5>
|
||||
<blockquote>
|
||||
<p>You can easily change the background, the colors and the font combination of your website or you a preset.</p>
|
||||
</blockquote>
|
||||
</div>
|
||||
<div class="col-md-5 col-md-offset-2 mt0 mb92">
|
||||
<img class="img-responsive" src="/web/image/theme_common.image_content_05"/>
|
||||
<h4 class="mt32 text-center">All Blocks Editable</h4>
|
||||
<h5 class="text-muted text-center">RICH FEATURES</h5>
|
||||
<blockquote>
|
||||
<p>Every Building Block has its own options. You can change their style by playing with images, colors and gradients.</p>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_lead_bar bg-epsilon">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 mt16 mb32">
|
||||
<h3>New Odoo Bootstrap Theme: Clean Theme</h3>
|
||||
<h5 class="mb0 mt0 text-muted">CLEAN was made with easy customization in mind.</h5>
|
||||
</div>
|
||||
<div class="col-md-4 mt16 mb32">
|
||||
<a class="btn btn-primary btn-lg pull-right mt24" href="/page/demo_page_blocks"><i class="fa fa-arrow-right"/> Theme Features </a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_color_blocks_2">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-6 s_color_blocks_2_block text-center o_animate o_anim_fade_in_left bg-img-03">
|
||||
<span class="fa fa-shield fa-5x center-block"/>
|
||||
<h2 class="text-center">Clean Layout</h2>
|
||||
<h3 class="text-center text-muted mb16">PLAY WITH COLORS & GRADIENTS</h3>
|
||||
<p>Clean is a uniquely designed theme. <br/>
|
||||
It's super easy to modify and uses advanced LESS/CSS techniques<br/>
|
||||
built on the latest Bootstrap Framework.<br/>
|
||||
<br/>
|
||||
</p>
|
||||
<a class="btn btn-info mb32" href="#"><i class="fa fa-cog"/> More Details </a>
|
||||
</div>
|
||||
<div class="col-md-6 s_color_blocks_2_block bg-gamma text-center bg_gradient_primary_up o_animate o_anim_fade_in_right">
|
||||
<span class="fa fa-cube fa-5x center-block"/>
|
||||
<h2 class="text-center">Clean Structure</h2>
|
||||
<h3 class="text-center text-muted mb16">HIGHLIGHT WITH ANIMATIONS</h3>
|
||||
<p>Clean is build with easy customization in mind. Out of the box,<br/>
|
||||
you get 6 color schemes and multiple combinations,<br/>
|
||||
from backgronds to fonts.<br/>
|
||||
<br/>
|
||||
</p>
|
||||
<a class="btn btn-info mb32" href="#"><i class="fa fa-cog"/> More Details</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_discount">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center mb32 mt48">
|
||||
<h2>Clean Theme - Beautiful Flat Colors</h2>
|
||||
<section class="s_separator_color mt48">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<h3 class="text-muted">Brand your website now</h3>
|
||||
</div>
|
||||
<div class="col-md-3 col-xs-12 mt32 mb32">
|
||||
<div class="s_discount_box">
|
||||
<div class="s_discount_brand">
|
||||
<h3 class="text-muted">COUPON</h3>
|
||||
</div>
|
||||
<div class="s_discount_amount bg-yellow">30%
|
||||
<div class="s_discount_type">off</div>
|
||||
</div>
|
||||
<div class="s_discount_descr"><strong>Increase the amount of your visitors by offering them great discount.</strong><br/>Let them find the coupon code.</div>
|
||||
<div class="s_discount_ends">
|
||||
<small>* Conditions and restrictions apply.</small>
|
||||
</div>
|
||||
<div class="s_discount_coupon bg-yellow">
|
||||
<a class="s_discount_open-code" data-toggle="collapse" href="#code-1">Get a code</a>
|
||||
<div class="collapse s_discount_code" id="code-1">LV5MAY14</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt32 mb32 col-xs-12 col-md-4">
|
||||
<div class="s_discount_box">
|
||||
<div class="s_discount_brand">
|
||||
<h3 class="text-muted">GIFT CARDS</h3>
|
||||
</div>
|
||||
<div class="s_discount_amount bg-red">25%
|
||||
<div class="s_discount_type">off</div>
|
||||
</div>
|
||||
<div class="s_discount_descr">
|
||||
<strong>Increase the amount of your visitors by offering them great discount.</strong><br/>Let them find the coupon code.
|
||||
</div>
|
||||
<div class="s_discount_ends">
|
||||
<small>* Conditions and restrictions apply.</small>
|
||||
</div>
|
||||
<div class="s_discount_coupon bg-red">
|
||||
<a class="s_discount_open-code" data-toggle="collapse" href="#code-3">Get a code</a>
|
||||
<div class="collapse s_discount_code" id="code-3">ZUY4OPLQ</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt32 mb32 col-md-4 col-xs-12 col-md-offset-1">
|
||||
<div class="s_discount_box">
|
||||
<div class="s_discount_brand">
|
||||
<h3 class="text-muted">-50% OFF</h3>
|
||||
</div>
|
||||
<div class="s_discount_amount bg-epsilon">GIFT
|
||||
<div class="s_discount_type">card</div>
|
||||
</div>
|
||||
<div class="s_discount_descr">
|
||||
<strong>Increase the amount of your visitors by offering them great discount.</strong><br/>Let them find the coupon code.
|
||||
</div>
|
||||
<div class="s_discount_ends">
|
||||
<small>* Conditions and restrictions apply.</small>
|
||||
</div>
|
||||
<div class="s_discount_coupon bg-epsilon">
|
||||
<a class="s_discount_open-code" data-toggle="collapse" href="#code-4">Get a code</a>
|
||||
<div class="collapse s_discount_code" id="code-4">ZUY4OPLQ</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_team_profiles bg-epsilon bg_gradient_black_up mt92">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center mt128 mb64">
|
||||
<h1 class="text-muted">Drop. Resize. Duplicate. ANIMATE. Customize <font class="text-orange">anything</font> you want.</h1>
|
||||
<div>
|
||||
<h2>An Extended Set of Options!</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12 text-center mt16 mb128">
|
||||
<blockquote class="s_quote">
|
||||
<p>
|
||||
<em>See how easy it is to change the look of your page just by using an other background color.<br/>Combine your background color with a gradient to get more depht.</em>
|
||||
</p>
|
||||
<small>Design Tip</small>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_image_text_2 mt48">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-5 mt32">
|
||||
<h1>Create Stunning<br/>
|
||||
Layouts in Instant !</h1>
|
||||
<div/>
|
||||
<div/>
|
||||
<blockquote>
|
||||
<p>
|
||||
<em>BUILD TO LOOK AWESOME</em>
|
||||
</p>
|
||||
</blockquote>
|
||||
</div>
|
||||
<div class="mt32 col-md-offset-1 col-md-6">
|
||||
<h3>Personalize Every Element</h3>
|
||||
<div/>
|
||||
<div/>
|
||||
<div class="s_progress_bar progress">
|
||||
<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="60" class="progress-bar progress-bar-success bg-turquoise-light" data-value="52" role="progressbar" style="width: 52%;">52% Research</div>
|
||||
</div>
|
||||
<div class="s_progress_bar progress">
|
||||
<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="60" class="progress-bar progress-bar-success bg-purple progress-bar-striped" data-value="61" role="progressbar" style="width: 61%;">61% Development</div>
|
||||
</div>
|
||||
<div class="s_progress_bar progress">
|
||||
<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="60" class="progress-bar progress-bar-success bg-pink-dark progress-bar-striped active" role="progressbar" style="width: 80%">
|
||||
<span>80% Design</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_icon_box mt92">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="mt16 mb16 clearfix col-md-4">
|
||||
<span class="fa fa-2x fa-expand pull-left text-gamma"/>
|
||||
<div class="icon_box_content">
|
||||
<h4>Responsive</h4>
|
||||
<p>Clean is designed for mobile first so it looks great and clean on mobile devices of all sizes.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt16 mb16 clearfix col-md-4">
|
||||
<span class="fa fa-2x fa-html5 pull-left text-gamma"/>
|
||||
<div class="icon_box_content">
|
||||
<h4>Clean HTML5</h4>
|
||||
<p>Create your pages without typing a single line of code. Clean use a clean and simple HTML structure.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt16 mb92 clearfix col-md-4">
|
||||
<span class="fa fa-2x fa-css3 pull-left text-gamma"/>
|
||||
<div class="icon_box_content">
|
||||
<h4>LESS/CSS</h4>
|
||||
<p>Enjoy the power of LESS/CSS3. Customizing your theme has never been so easy. Make it your own!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_lead_bar bg-gamma">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 mt16 mb32 o_animate o_anim_fade_in_left">
|
||||
<h3>Clean - Bootstrap Theme for Odoo CMS</h3>
|
||||
<h5 class="mb0 mt0 text-muted">CLEAN was made with easy customization in mind.</h5>
|
||||
</div>
|
||||
<div class="mb32 mt32 col-md-3 col-md-offset-1 o_animate o_anim_fade_in_right">
|
||||
<a class="btn btn-info btn-lg" href="/page/website.contactus"><i class="fa fa-arrow-right"/> Theme Features </a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
<record id="demo_page_home_menu" model="website.menu">
|
||||
<field name="name">Clean Home</field>
|
||||
<field name="url">/page/demo_page_home</field>
|
||||
<field name="parent_id" ref="website.main_menu"/>
|
||||
<field name="sequence" type="int">20</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
@@ -0,0 +1,314 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_clean
|
||||
#
|
||||
# Translators:
|
||||
# Ermin Trevisan <trevi@twanda.com>, 2017
|
||||
# Krakataua Katarajtu <shlok@hotmail.de>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-21 12:26+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 12:39+0000\n"
|
||||
"Last-Translator: Krakataua Katarajtu <shlok@hotmail.de>, 2017\n"
|
||||
"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
|
||||
msgid "<b>Choose an image...</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Bitter-Regular'; font-size:14px\">Bitter</span>\n"
|
||||
" <span style=\"font-family:'DroidSerif'; font-"
|
||||
"size:14px\">/ Droid Serif</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Dosis-Regular'; font-size:14px\">Dosis</span>\n"
|
||||
" <span style=\"font-family:'OpenSans-Regular'; "
|
||||
"font-size:14px\">/ OpenSans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'JosefinSans-Regular'; font-size:14px\">Josefin "
|
||||
"Sans</span>\n"
|
||||
" <span style=\"font-family:'Abel-Regular'; font-"
|
||||
"size:14px\">/ Abel</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Lato-Light'; font-size:14px\">Lato Light</span>\n"
|
||||
" <span style=\"font-family:'Muli-Regular'; font-"
|
||||
"size:14px\">/ Muli</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'LibreBaskerville-Regular'; font-size:12px"
|
||||
"\">LibreBaskerville</span>\n"
|
||||
" <span style=\"font-family:'OpenSans-Regular'; "
|
||||
"font-size:13px\">/ Open Sans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'MontserratAlternates-Regular'; font-size:14px"
|
||||
"\">Montserrat Alt</span>\n"
|
||||
" <span style=\"font-family:'Imprima-Regular'; "
|
||||
"font-size:14px\">/ Imprima</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Oswald-Regular'; font-size:14px\">Oswald</span>\n"
|
||||
" <span style=\"font-family:'Muli-Regular'; font-"
|
||||
"size:14px\">/ Muli</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Quattrocento-Regular'; font-size:14px"
|
||||
"\">Quattrocento</span>\n"
|
||||
" <span style=\"font-family:'Bitter-Regular'; font-"
|
||||
"size:14px\">/ Bitter</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Quattrocento-Regular'; font-size:14px"
|
||||
"\">Quattrocento</span>\n"
|
||||
" <span style=\"font-family:'PT_Sans-Web-Regular'; "
|
||||
"font-size:14px\">/ PT Sans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Ubuntu-Regular'; font-size:14px\">Ubuntu</span>\n"
|
||||
" <span style=\"font-family:'PT_Sans-Web-Regular'; "
|
||||
"font-size:14px\">/ PT Sans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Vollkorn-Regular'; font-size:14px\">Vollkorn</"
|
||||
"span>\n"
|
||||
" <span style=\"font-family:'Alice-Regular'; font-"
|
||||
"size:14px\">/ Alice</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Vollkorn-Regular'; font-size:14px\">Vollkorn</"
|
||||
"span>\n"
|
||||
" <span style=\"font-family:'Raleway-Regular'; "
|
||||
"font-size:14px\">/ Raleway</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Amethyst"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "BOXED VIEW"
|
||||
msgstr "Kasten-Ansicht"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Blue"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "CLEAN PRESETS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "COLD"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Change the layout"
|
||||
msgstr "Ändere das Layout"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Choose the main color"
|
||||
msgstr "Wähle die Hauptfarbe"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Cobalt"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.options_colorpicker
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.colorpicker
|
||||
msgid "Custom colors"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Customize your theme"
|
||||
msgstr "Passen Sie Ihr Design an"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "DARK"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Emerald"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Gold"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
|
||||
msgid "Gradients"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "LIGHT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Make your own preset"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
|
||||
msgid "None"
|
||||
msgstr "Ohne"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 1"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 3"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 4"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 5"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 6"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Predefined Backgound, Colors and Fonts"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 1"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 3"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 4"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 5"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 6"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Select a FONT combination"
|
||||
msgstr "Wähle eine FONT Kombination"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Select a background"
|
||||
msgstr "Hintergrundbild wählen"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Stone"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.colorpicker
|
||||
#: model:ir.ui.view,arch_db:theme_clean.options_colorpicker
|
||||
msgid "Theme colors"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "WARM"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "WIDE VIEW"
|
||||
msgstr "Weitansicht"
|
||||
@@ -0,0 +1,314 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_clean
|
||||
#
|
||||
# Translators:
|
||||
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-21 12:26+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 12:39+0000\n"
|
||||
"Last-Translator: Leonardo J. Caballero G. <leonardocaballero@gmail.com>, "
|
||||
"2017\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
|
||||
msgid "<b>Choose an image...</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Bitter-Regular'; font-size:14px\">Bitter</span>\n"
|
||||
" <span style=\"font-family:'DroidSerif'; font-"
|
||||
"size:14px\">/ Droid Serif</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Dosis-Regular'; font-size:14px\">Dosis</span>\n"
|
||||
" <span style=\"font-family:'OpenSans-Regular'; "
|
||||
"font-size:14px\">/ OpenSans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'JosefinSans-Regular'; font-size:14px\">Josefin "
|
||||
"Sans</span>\n"
|
||||
" <span style=\"font-family:'Abel-Regular'; font-"
|
||||
"size:14px\">/ Abel</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Lato-Light'; font-size:14px\">Lato Light</span>\n"
|
||||
" <span style=\"font-family:'Muli-Regular'; font-"
|
||||
"size:14px\">/ Muli</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'LibreBaskerville-Regular'; font-size:12px"
|
||||
"\">LibreBaskerville</span>\n"
|
||||
" <span style=\"font-family:'OpenSans-Regular'; "
|
||||
"font-size:13px\">/ Open Sans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'MontserratAlternates-Regular'; font-size:14px"
|
||||
"\">Montserrat Alt</span>\n"
|
||||
" <span style=\"font-family:'Imprima-Regular'; "
|
||||
"font-size:14px\">/ Imprima</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Oswald-Regular'; font-size:14px\">Oswald</span>\n"
|
||||
" <span style=\"font-family:'Muli-Regular'; font-"
|
||||
"size:14px\">/ Muli</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Quattrocento-Regular'; font-size:14px"
|
||||
"\">Quattrocento</span>\n"
|
||||
" <span style=\"font-family:'Bitter-Regular'; font-"
|
||||
"size:14px\">/ Bitter</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Quattrocento-Regular'; font-size:14px"
|
||||
"\">Quattrocento</span>\n"
|
||||
" <span style=\"font-family:'PT_Sans-Web-Regular'; "
|
||||
"font-size:14px\">/ PT Sans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Ubuntu-Regular'; font-size:14px\">Ubuntu</span>\n"
|
||||
" <span style=\"font-family:'PT_Sans-Web-Regular'; "
|
||||
"font-size:14px\">/ PT Sans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Vollkorn-Regular'; font-size:14px\">Vollkorn</"
|
||||
"span>\n"
|
||||
" <span style=\"font-family:'Alice-Regular'; font-"
|
||||
"size:14px\">/ Alice</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Vollkorn-Regular'; font-size:14px\">Vollkorn</"
|
||||
"span>\n"
|
||||
" <span style=\"font-family:'Raleway-Regular'; "
|
||||
"font-size:14px\">/ Raleway</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Amethyst"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "BOXED VIEW"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Blue"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "CLEAN PRESETS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "COLD"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Change the layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Choose the main color"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Cobalt"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.options_colorpicker
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.colorpicker
|
||||
msgid "Custom colors"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Customize your theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "DARK"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Emerald"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Gold"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
|
||||
msgid "Gradients"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "LIGHT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Make your own preset"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 1"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 3"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 4"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 5"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 6"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Predefined Backgound, Colors and Fonts"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 1"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 3"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 4"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 5"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 6"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Select a FONT combination"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Select a background"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Stone"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.colorpicker
|
||||
#: model:ir.ui.view,arch_db:theme_clean.options_colorpicker
|
||||
msgid "Theme colors"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "WARM"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "WIDE VIEW"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,310 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_clean
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-21 12:26+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 12:39+0000\n"
|
||||
"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
|
||||
msgid "<b>Choose an image...</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Bitter-Regular'; font-size:14px\">Bitter</span>\n"
|
||||
" <span style=\"font-family:'DroidSerif'; font-"
|
||||
"size:14px\">/ Droid Serif</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Dosis-Regular'; font-size:14px\">Dosis</span>\n"
|
||||
" <span style=\"font-family:'OpenSans-Regular'; "
|
||||
"font-size:14px\">/ OpenSans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'JosefinSans-Regular'; font-size:14px\">Josefin "
|
||||
"Sans</span>\n"
|
||||
" <span style=\"font-family:'Abel-Regular'; font-"
|
||||
"size:14px\">/ Abel</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Lato-Light'; font-size:14px\">Lato Light</span>\n"
|
||||
" <span style=\"font-family:'Muli-Regular'; font-"
|
||||
"size:14px\">/ Muli</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'LibreBaskerville-Regular'; font-size:12px"
|
||||
"\">LibreBaskerville</span>\n"
|
||||
" <span style=\"font-family:'OpenSans-Regular'; "
|
||||
"font-size:13px\">/ Open Sans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'MontserratAlternates-Regular'; font-size:14px"
|
||||
"\">Montserrat Alt</span>\n"
|
||||
" <span style=\"font-family:'Imprima-Regular'; "
|
||||
"font-size:14px\">/ Imprima</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Oswald-Regular'; font-size:14px\">Oswald</span>\n"
|
||||
" <span style=\"font-family:'Muli-Regular'; font-"
|
||||
"size:14px\">/ Muli</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Quattrocento-Regular'; font-size:14px"
|
||||
"\">Quattrocento</span>\n"
|
||||
" <span style=\"font-family:'Bitter-Regular'; font-"
|
||||
"size:14px\">/ Bitter</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Quattrocento-Regular'; font-size:14px"
|
||||
"\">Quattrocento</span>\n"
|
||||
" <span style=\"font-family:'PT_Sans-Web-Regular'; "
|
||||
"font-size:14px\">/ PT Sans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Ubuntu-Regular'; font-size:14px\">Ubuntu</span>\n"
|
||||
" <span style=\"font-family:'PT_Sans-Web-Regular'; "
|
||||
"font-size:14px\">/ PT Sans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Vollkorn-Regular'; font-size:14px\">Vollkorn</"
|
||||
"span>\n"
|
||||
" <span style=\"font-family:'Alice-Regular'; font-"
|
||||
"size:14px\">/ Alice</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Vollkorn-Regular'; font-size:14px\">Vollkorn</"
|
||||
"span>\n"
|
||||
" <span style=\"font-family:'Raleway-Regular'; "
|
||||
"font-size:14px\">/ Raleway</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Amethyst"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "BOXED VIEW"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Blue"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "CLEAN PRESETS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "COLD"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Change the layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Choose the main color"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Cobalt"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.options_colorpicker
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.colorpicker
|
||||
msgid "Custom colors"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Customize your theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "DARK"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Emerald"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Gold"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
|
||||
msgid "Gradients"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "LIGHT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Make your own preset"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 1"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 3"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 4"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 5"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 6"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Predefined Backgound, Colors and Fonts"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 1"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 3"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 4"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 5"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 6"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Select a FONT combination"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Select a background"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Stone"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.colorpicker
|
||||
#: model:ir.ui.view,arch_db:theme_clean.options_colorpicker
|
||||
msgid "Theme colors"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "WARM"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "WIDE VIEW"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,313 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_clean
|
||||
#
|
||||
# Translators:
|
||||
# Yenthe Van Ginneken <yenthespam@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-21 12:26+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 12:39+0000\n"
|
||||
"Last-Translator: Yenthe Van Ginneken <yenthespam@gmail.com>, 2017\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
|
||||
msgid "<b>Choose an image...</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Bitter-Regular'; font-size:14px\">Bitter</span>\n"
|
||||
" <span style=\"font-family:'DroidSerif'; font-"
|
||||
"size:14px\">/ Droid Serif</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Dosis-Regular'; font-size:14px\">Dosis</span>\n"
|
||||
" <span style=\"font-family:'OpenSans-Regular'; "
|
||||
"font-size:14px\">/ OpenSans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'JosefinSans-Regular'; font-size:14px\">Josefin "
|
||||
"Sans</span>\n"
|
||||
" <span style=\"font-family:'Abel-Regular'; font-"
|
||||
"size:14px\">/ Abel</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Lato-Light'; font-size:14px\">Lato Light</span>\n"
|
||||
" <span style=\"font-family:'Muli-Regular'; font-"
|
||||
"size:14px\">/ Muli</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'LibreBaskerville-Regular'; font-size:12px"
|
||||
"\">LibreBaskerville</span>\n"
|
||||
" <span style=\"font-family:'OpenSans-Regular'; "
|
||||
"font-size:13px\">/ Open Sans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'MontserratAlternates-Regular'; font-size:14px"
|
||||
"\">Montserrat Alt</span>\n"
|
||||
" <span style=\"font-family:'Imprima-Regular'; "
|
||||
"font-size:14px\">/ Imprima</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Oswald-Regular'; font-size:14px\">Oswald</span>\n"
|
||||
" <span style=\"font-family:'Muli-Regular'; font-"
|
||||
"size:14px\">/ Muli</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Quattrocento-Regular'; font-size:14px"
|
||||
"\">Quattrocento</span>\n"
|
||||
" <span style=\"font-family:'Bitter-Regular'; font-"
|
||||
"size:14px\">/ Bitter</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Quattrocento-Regular'; font-size:14px"
|
||||
"\">Quattrocento</span>\n"
|
||||
" <span style=\"font-family:'PT_Sans-Web-Regular'; "
|
||||
"font-size:14px\">/ PT Sans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Ubuntu-Regular'; font-size:14px\">Ubuntu</span>\n"
|
||||
" <span style=\"font-family:'PT_Sans-Web-Regular'; "
|
||||
"font-size:14px\">/ PT Sans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Vollkorn-Regular'; font-size:14px\">Vollkorn</"
|
||||
"span>\n"
|
||||
" <span style=\"font-family:'Alice-Regular'; font-"
|
||||
"size:14px\">/ Alice</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid ""
|
||||
"<span style=\"font-family:'Vollkorn-Regular'; font-size:14px\">Vollkorn</"
|
||||
"span>\n"
|
||||
" <span style=\"font-family:'Raleway-Regular'; "
|
||||
"font-size:14px\">/ Raleway</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Amethyst"
|
||||
msgstr "Amethist"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "BOXED VIEW"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Blue"
|
||||
msgstr "Blauw"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "CLEAN PRESETS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "COLD"
|
||||
msgstr "KOUD"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Change the layout"
|
||||
msgstr "Wijzig de layout"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Choose the main color"
|
||||
msgstr "Kies de hoofdkleur"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Cobalt"
|
||||
msgstr "Kobaltblauw"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.options_colorpicker
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.colorpicker
|
||||
msgid "Custom colors"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Customize your theme"
|
||||
msgstr "Personaliseer uw thema"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "DARK"
|
||||
msgstr "DONKER"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Emerald"
|
||||
msgstr "Smaragdgroen"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Gold"
|
||||
msgstr "Goud"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
|
||||
msgid "Gradients"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "LIGHT"
|
||||
msgstr "LICHT"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Make your own preset"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
|
||||
msgid "None"
|
||||
msgstr "Geen"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 1"
|
||||
msgstr "VOORINSTELLING 1"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 2"
|
||||
msgstr "VOORINSTELLING 2"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 3"
|
||||
msgstr "VOORINSTELLING 3"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 4"
|
||||
msgstr "VOORINSTELLING 4"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 5"
|
||||
msgstr "VOORINSTELLING 5"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 6"
|
||||
msgstr "VOORINSTELLING 6"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Predefined Backgound, Colors and Fonts"
|
||||
msgstr "Voorop ingestelde achtergrond, kleuren en lettertypes"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 1"
|
||||
msgstr "Voorinstelling 1"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 2"
|
||||
msgstr "Voorinstelling 2"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 3"
|
||||
msgstr "Voorinstelling 3"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 4"
|
||||
msgstr "Voorinstelling 4"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 5"
|
||||
msgstr "Voorinstelling 5"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 6"
|
||||
msgstr "Voorinstelling 6"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Select a FONT combination"
|
||||
msgstr "Selecteer een lettertype combinatie"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Select a background"
|
||||
msgstr "Selecteer een achtergrond"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Stone"
|
||||
msgstr "Stee"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.colorpicker
|
||||
#: model:ir.ui.view,arch_db:theme_clean.options_colorpicker
|
||||
msgid "Theme colors"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "WARM"
|
||||
msgstr "WARM"
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "WIDE VIEW"
|
||||
msgstr "BREDE WEERGAVE"
|
||||
@@ -0,0 +1,280 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_clean
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-21 12:26+0000\n"
|
||||
"PO-Revision-Date: 2017-04-21 12:26+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_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
|
||||
msgid "<b>Choose an image...</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "<span style=\"font-family:'Bitter-Regular'; font-size:14px\">Bitter</span>\n"
|
||||
" <span style=\"font-family:'DroidSerif'; font-size:14px\">/ Droid Serif</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "<span style=\"font-family:'Dosis-Regular'; font-size:14px\">Dosis</span>\n"
|
||||
" <span style=\"font-family:'OpenSans-Regular'; font-size:14px\">/ OpenSans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "<span style=\"font-family:'JosefinSans-Regular'; font-size:14px\">Josefin Sans</span>\n"
|
||||
" <span style=\"font-family:'Abel-Regular'; font-size:14px\">/ Abel</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "<span style=\"font-family:'Lato-Light'; font-size:14px\">Lato Light</span>\n"
|
||||
" <span style=\"font-family:'Muli-Regular'; font-size:14px\">/ Muli</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "<span style=\"font-family:'LibreBaskerville-Regular'; font-size:12px\">LibreBaskerville</span>\n"
|
||||
" <span style=\"font-family:'OpenSans-Regular'; font-size:13px\">/ Open Sans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "<span style=\"font-family:'MontserratAlternates-Regular'; font-size:14px\">Montserrat Alt</span>\n"
|
||||
" <span style=\"font-family:'Imprima-Regular'; font-size:14px\">/ Imprima</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "<span style=\"font-family:'Oswald-Regular'; font-size:14px\">Oswald</span>\n"
|
||||
" <span style=\"font-family:'Muli-Regular'; font-size:14px\">/ Muli</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "<span style=\"font-family:'Quattrocento-Regular'; font-size:14px\">Quattrocento</span>\n"
|
||||
" <span style=\"font-family:'Bitter-Regular'; font-size:14px\">/ Bitter</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "<span style=\"font-family:'Quattrocento-Regular'; font-size:14px\">Quattrocento</span>\n"
|
||||
" <span style=\"font-family:'PT_Sans-Web-Regular'; font-size:14px\">/ PT Sans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "<span style=\"font-family:'Ubuntu-Regular'; font-size:14px\">Ubuntu</span>\n"
|
||||
" <span style=\"font-family:'PT_Sans-Web-Regular'; font-size:14px\">/ PT Sans</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "<span style=\"font-family:'Vollkorn-Regular'; font-size:14px\">Vollkorn</span>\n"
|
||||
" <span style=\"font-family:'Alice-Regular'; font-size:14px\">/ Alice</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "<span style=\"font-family:'Vollkorn-Regular'; font-size:14px\">Vollkorn</span>\n"
|
||||
" <span style=\"font-family:'Raleway-Regular'; font-size:14px\">/ Raleway</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Amethyst"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "BOXED VIEW"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Blue"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "CLEAN PRESETS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "COLD"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Change the layout"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Choose the main color"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Cobalt"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.options_colorpicker
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.colorpicker
|
||||
msgid "Custom colors"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Customize your theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "DARK"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Emerald"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Gold"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
|
||||
msgid "Gradients"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "LIGHT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Make your own preset"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 1"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 3"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 4"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 5"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "PRESET 6"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Predefined Backgound, Colors and Fonts"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 1"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 3"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 4"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 5"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Preset 6"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Select a FONT combination"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Select a background"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "Stone"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.colorpicker
|
||||
#: model:ir.ui.view,arch_db:theme_clean.options_colorpicker
|
||||
msgid "Theme colors"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "WARM"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_clean
|
||||
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
|
||||
msgid "WIDE VIEW"
|
||||
msgstr ""
|
||||
|
||||
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
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: 30 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,214 @@
|
||||
<section class="container">
|
||||
<h2 class="text-muted">Html5 Responsive Bootstrap Theme for Odoo CMS</h2>
|
||||
<hr>
|
||||
|
||||
<p class="lead">Clean 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="Clean_description2.jpg" class="img-responsive center-block" style="margin-top: 16px;"/>
|
||||
<hr>
|
||||
|
||||
<h2 class="text-muted mt32">CLEAN Customization Tool</h2>
|
||||
<p class="mb32">Theme Clean 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 Clean comes with a lot of options</h3>
|
||||
<ul>
|
||||
<li>6 PRESETS</li>
|
||||
<li>WIDE OR BOXED LAYOUT</li>
|
||||
<li>6 COLOR SCHEMES</li>
|
||||
<li>12 BACKGROUND SHADES</li>
|
||||
<li>12 FONT COMBINATIONS</li>
|
||||
<li>6 ANIMATIONS PRESETS</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>Clean 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 class="mb16">You don't have the time to play with options? Don't worry, Clean gives
|
||||
you six full presets wich combine colors, fonts and background.</p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<h2 class="text-muted">CLEAN Building Blocks</h2>
|
||||
<p class="mb32">You get a new complete range of building blocks.</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<h4 class="text-muted">STRUCTURE BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Title</li>
|
||||
<li>Text</li>
|
||||
<li>Color Block x2</li>
|
||||
<li>Color Block x4</li>
|
||||
<li>Image Text</li>
|
||||
<li>Text Image</li>
|
||||
<li>1 Column</li>
|
||||
<li>2 Columns</li>
|
||||
<li>3 Columns</li>
|
||||
</ul>
|
||||
<h4 class="text-muted mb16">CONTENT BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Text Highlight</li>
|
||||
<li>Separator Color</li>
|
||||
<li>Separator Shade</li>
|
||||
<li>Icon Box</li>
|
||||
<li>Icon Box Circle</li>
|
||||
<li>Icon Box Square</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h4 class="text-muted">FEATURES BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Lead Bar</li>
|
||||
<li>Logos Bar</li>
|
||||
<li>Team Profiles</li>
|
||||
<li>Timeline</li>
|
||||
<li>Timeline Compact</li>
|
||||
<li>Event List</li>
|
||||
<li>Discount</li>
|
||||
<li>Pricing</li>
|
||||
<li>Process Step</li>
|
||||
</ul>
|
||||
<h4 class="text-muted">EFFECTS BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Big Image</li>
|
||||
<li>Big Image Parallax</li>
|
||||
<li>Slide Banner</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: 41 KiB |
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 134 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 916 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 485 KiB |
|
After Width: | Height: | Size: 211 KiB |
|
After Width: | Height: | Size: 95 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 202 KiB |
|
After Width: | Height: | Size: 169 KiB |
|
After Width: | Height: | Size: 333 KiB |
|
After Width: | Height: | Size: 155 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 287 KiB |
|
After Width: | Height: | Size: 193 KiB |
|
After Width: | Height: | Size: 119 KiB |
|
After Width: | Height: | Size: 154 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 57 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 75 KiB |
|
After Width: | Height: | Size: 61 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.1 KiB |