[ADD] theme saas-15

This commit is contained in:
Design
2021-05-12 08:31:54 +02:00
committed by Jeremy Kersten
commit 1680be7f69
3871 changed files with 154991 additions and 0 deletions
+27
View File
@@ -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.
View File
+32
View File
@@ -0,0 +1,32 @@
{
'name':'Avantgarde Theme',
'description': 'Avantgarde is a sophisticated theme to inspire and impress',
'category': 'Theme/Creative',
'sequence': 150,
'version':'1.1.0',
'author':'Odoo S.A.',
'data': [
'views/assets.xml',
'views/customize_modal.xml',
'views/snippets.xml',
'views/options.xml',
'views/images_library.xml'
],
'demo': [
'demo/demo-data.xml',
'demo/style.xml',
'demo/welcome.xml',
'demo/artgallery.xml',
'demo/magazine.xml',
'demo/art_shop.xml',
'demo/blocks.xml'
],
'images': [
'static/description/poster.jpg',
'static/description/avantgarde_screenshot.jpg',
],
'depends': ['theme_common', 'snippet_google_map'],
'price': 199,
'currency': 'EUR',
'live_test_url': 'https://theme-avantgarde.odoo.com',
}
+144
View File
@@ -0,0 +1,144 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="demo_page_artshop" model="website.menu">
<field name="name">Homepage - Shop</field>
<field name="url">/page/art_shop</field>
<field name="parent_id" ref="menu_demo"/>
<field name="sequence" type="int">10</field>
<field name="website_id" ref="website.default_website"/>
</record>
<template id="website.art_shop" page="True" name="Avantgarde - ArtShop">
<t t-call="website.layout">
<div class="oe_structure demo_art_shop" id="wrap">
<section class="s_css_slider o_not-animable autoplay" style="height:450px">
<div class="wrapper">
<div class="slider container">
<div class="selected slide row">
<img class="o_not-animable" src="/theme_avantgarde/static/src/img/theme_samples/art_object_2.jpg" style="width: 100%; margin-top: -41.5px;"/>
</div>
<div class="slide row">
<img class="o_not-animable" src="/theme_avantgarde/static/src/img/theme_samples/shop_art_1.jpg" style="width: 100%; margin-top: -41.5px;"/>
</div>
<div class="slide row">
<img src="/theme_avantgarde/static/src/img/theme_samples/art_object_1.jpg" style="width: 100%; margin-top: -41.5px"/>
</div>
</div>
<ul class="navigation">
<li>
<span class="o_not-animable fa fa-chevron-left prev inactive"/>
</li>
<li>
<span class="o_not-animable fa fa-chevron-right next cke_widget_element"/>
</li>
</ul>
</div>
</section>
<section class="s_title mt32">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center text-small_caps">Welcome to our shop</h1>
<h3 class="text-muted text-center">Take a look inside...</h3>
</div>
</div>
</div>
</section>
<section class="s_showcase_slider o_not-animable mt32 mb48">
<div class="s_ss_slider_wrapper">
<ul class="s_ss_slider o_animable">
<li class="selected o_not-animable">
<img class="o_not-animable" src="/theme_avantgarde/static/src/img/theme_samples/art_item-3.jpeg"/>
</li>
<li>
<img class="o_not-animable" src="/theme_avantgarde/static/src/img/theme_samples/art_item-1.jpg"/>
</li>
<li>
<img class="o_not-animable" src="/theme_avantgarde/static/src/img/theme_samples/art_item-2.jpg"/>
</li>
<li>
<img class="o_not-animable" src="/theme_avantgarde/static/src/img/theme_samples/art_item-4.jpg"/>
</li>
</ul>
<ul class="s_ss_slider_navigation">
<li>
<span class="o_not-animable fa fa-chevron-left s_ss_prev inactive"></span>
</li>
<li>
<span class="o_not-animable fa fa-chevron-right s_ss_next"></span>
</li>
</ul>
<span class="s_ss_close fa fa-times" href="#0">Close</span>
</div>
<div class="s_ss_item_info o_animable">
<h3 class=" text-small_caps mt0">Our products</h3>
<p>Click the image to get a preview</p>
<button class="btn btn-primary" style="position: relative; overflow: hidden;">Call to action</button>
</div>
</section>
<section class="row mt48">
<div class="col-sm-6">
<h3 class="text-center text-small_caps">Where we are</h3>
<section class="s_google_map" data-map-type="ROADMAP" data-map-color="carMap" data-map-zoom="17" data-map-gps="(50.8301436, 4.340218400000026)" data-pin-style="flat" style="height: 200px; overflow: hidden;">
<div class="map_container"/>
</section>
<address class="mt16">
<strong>AvantShop, Inc.</strong><br/>
13 Rue Franz Gailliard<br/>
1060 Saint-Gilles, Brussels<br/>
<abbr title="Phone">P:</abbr> (123) 456-7890
</address>
</div>
<div class="col-sm-6">
<h3 class="text-center text-small_caps">About us</h3>
<div class="bg-img-12" style="display:block;width:100%;height:300px"></div>
<p class="mt8">Whether you're a seasoned collector, an aspiring da Vinci, or just a passerby with a sense for all things beautiful, The AvantShop is an enchanting experience for all who visit. Located in our city and home to a world class art collection, we've been turning window shoppers into happy, long-time clients for over a century.</p>
</div>
</section>
<hr/>
<div class="row bg-beta" id="go_back">
<div class="container text-center" style="padding:1em">
<h2><a href="/#demo_sites"><i class="fa fa-chevron-left" style="margin-right:.5em"/>Go back</a></h2>
</div>
</div>
<style type="text/css">
#logo{display:none}
#logoShop{display:block!important}
#wrapwrap > footer {
height: 0;
overflow: hidden;
display: block;
margin-top: 100px;
}
#wrapwrap > main {padding-bottom:100px}
#go_back a { color:white}
#go_back a:hover { color:white}
#go_back i{ opacity:0.7}
#go_back:hover i{ opacity:1}
</style>
</div>
<!-- #wrap -->
</t>
</template>
</data>
</openerp>
+109
View File
@@ -0,0 +1,109 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="demo_page_artgallery" model="website.menu">
<field name="name">Homepage - ArtGallery</field>
<field name="url">/page/artgallery</field>
<field name="parent_id" ref="menu_demo"/>
<field name="sequence" type="int">10</field>
<field name="website_id" ref="website.default_website"/>
</record>
<template id="website.artgallery" page="True" name="Avantgarde - ArtGallery">
<t t-call="website.layout">
<div class="oe_structure demo_artgallery" id="wrap">
<section autoplay="autoplay" class="s_media_block bg-img-10 move_to_top" header_type="image" style="height:600px;height: 80vh;background-position: 50% 0;">
<div class="v-align text-center preserve3d">
<!-- <h1 class="text-center">Media Box</h1> -->
</div>
</section>
<section class="s_showcase_image s_right container-fluid bg-white">
<div class="row">
<figure class="bg-img-06 col-md-6">
<figcaption class="o_animable">
<h6>Self-portraits,</h6>Egon Schiele, 1910s</figcaption>
</figure>
<div class="info col-md-6">
<div class="content">
<h3>Egon Schiele Retrospective</h3>
<h4 class="text-primary">28.2 / 12.3</h4>
<p>Schiele was a major figurative painter of the early 20th century. The twisted body shapes and the expressive line that characterize Schiele's paintings and drawings mark the artist as an early exponent of Expressionism.</p>
<a class="btn btn-default">Discover More</a>
</div>
</div>
</div>
</section>
<section class="s_showcase_image container-fluid mb92">
<div class="row">
<figure class="col-md-6 bl bg-img-11">
<figcaption class="o_animable">
<h6>Sample description</h6>
Write one or two paragraphs describing your product
</figcaption>
</figure>
<div class="info col-md-6">
<div class="content">
<h3>AvantGallery</h3>
<h4 class="text-primary">Philosophy</h4>
<p>AvantGallery is a contemporary art gallery that brings a group of strong, international artists. The gallery occupies three floors in a house built in 1911. The gallery also publishes catalogues and editions in close collaboration with the represented artists, in order to promote and distribute their work</p>
</div>
</div>
</div>
</section>
<hr/>
<section class="row mt48" id="hook_s_google_map">
<div class="col-sm-12">
<h3 class="text-center text-small_caps">Where we are</h3>
<section class="s_google_map" data-map-type="ROADMAP" data-map-color="carMap" data-map-zoom="17" data-map-gps="(50.8301436, 4.340218400000026)" data-pin-style="flat" style="height: 200px; overflow: hidden;">
<div class="map_container"/>
</section>
<address class="mt16">
<strong>AvantGallery, Inc.</strong><br/>
13 Rue Franz Gailliard<br/>
1060 Saint-Gilles, Brussels<br/>
<abbr title="Phone">P:</abbr> (123) 456-7890
</address>
</div>
</section>
<hr/>
<div class="row bg-beta" id="go_back">
<div class="container text-center" style="padding:1em">
<h2><a href="/#demo_sites"><i class="fa fa-chevron-left" style="margin-right:.5em"/>Go back</a></h2>
</div>
</div>
<style type="text/css">
#logo{display:none}
#logoGallery{display:block!important}
#wrapwrap > footer {
height: 0;
overflow: hidden;
display: block;
margin-top: 100px;
}
#wrapwrap > main {padding-bottom:100px}
#go_back a { color:white}
#go_back a:hover { color:white}
#go_back i{ opacity:0.7}
#go_back:hover i{ opacity:1}
</style>
</div>
<!-- #wrap -->
</t>
</template>
</data>
</openerp>
+254
View File
@@ -0,0 +1,254 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="avantgarde_blocks_menu" model="website.menu">
<field name="name">Building Blocks</field>
<field name="url">/page/blocks</field>
<field name="parent_id" ref="menu_demo"/>
<field name="sequence" type="int">32</field>
</record>
<template id="website.blocks" page="True" name="Avantgarde - Building Blocks">
<t t-call="website.layout">
<div id="wrap" class="oe_structure demo_blocks text-center">
<section class="s_css_slider o_not-animable autoplay mb64" style="height:450px">
<div class="wrapper">
<div class="slider container">
<div class="slide row move-left">
<div class="info col-md-3">
<h3>Slide Title</h3>
<p>Slide Description</p>
</div>
<img class="o_not-animable" src="/web/image/theme_common.image_content_20" style="width: 100%; margin-top: -50px;"/>
</div>
<div class="slide row move-left">
<div class="info col-md-3">
<h3>Slide Title</h3>
<p>Slide Description</p>
</div>
<img class="o_not-animable" src="/web/image/theme_common.image_content_21" style="width: 100%; margin-top: -50px;"/>
</div>
<div class="slide row selected">
<div class="info col-md-3">
<h3>Slide Title</h3>
<p>Slide Description</p>
</div>
<img class="o_not-animable" src="/web/image/theme_common.image_content_22" style="width: 100%; margin-top: -50px;"/>
</div>
</div>
<ul class="navigation">
<li>
<span class="o_not-animable fa fa-chevron-left prev"></span>
</li>
<li>
<span class="o_not-animable fa fa-chevron-right next inactive"></span>
</li>
</ul><ul class="s_css_slider_pagination"><li class=""><a href="#0">1</a></li><li class=""><a href="#0">2</a></li><li class="selected"><a href="#0">3</a></li></ul>
</div>
</section>
<section class="s_showcase_slider o_not-animable mb64">
<div class="s_ss_slider_wrapper">
<ul class="s_ss_slider o_animable">
<li class="selected o_not-animable">
<img src="/web/image/theme_common.image_content_20"/>
</li>
<li>
<img class="o_not-animable" src="/web/image/theme_common.image_content_21"/>
</li>
<li>
<img class="o_not-animable" src="/web/image/theme_common.image_content_22"/>
</li>
</ul>
<ul class="s_ss_slider_navigation">
<li>
<span class="o_not-animable fa fa-chevron-left s_ss_prev inactive"></span>
</li>
<li>
<span class="o_not-animable fa fa-chevron-right s_ss_next"></span>
</li>
</ul><ul class="s_ss_slider_pagination"><li class="selected"><a href="#0">1</a></li><li><a href="#0">2</a></li><li><a href="#0">3</a></li></ul>
<ul class="s_ss_slider_pagination">
<li class="selected">
<a href="#0">1</a>
</li>
<li>
<a href="#0">2</a>
</li>
<li>
<a href="#0">3</a>
</li>
</ul>
<span class="s_ss_close fa fa-times" href="#0">Close</span>
</div>
<div class="s_ss_item_info o_animable">
<h2>My Title</h2>
<p>A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story.</p>
<button class="btn btn-primary" style="position: relative; overflow: hidden;">Add to cart</button>
</div>
</section>
<section class="s_clonable_boxes mt32 mb64" style="height: 104px;">
<div class="container">
<div class="row">
<div class="col-sm-4 col-md-4 bg-alpha">
<div class="item">
<h3>Box title</h3>
<p>Box Description</p>
<div class="oe_structure"></div>
</div>
</div>
<div class="col-sm-4 col-md-4 bg-beta">
<div class="item">
<h3>Box title</h3>
<p>Box Description</p>
<div class="oe_structure"></div>
</div>
</div>
<div class="col-sm-4 col-md-4 bg-gamma">
<div class="item">
<h3>Box title</h3>
<p>Box Description</p>
<div class="oe_structure"></div>
</div>
</div>
</div>
</div>
</section>
<section class="s_google_map mb64" data-map-color="" data-map-gps="(50.854975,4.3753899)" data-map-type="ROADMAP" data-map-zoom="12" data-pin-style="flat" style="height: 472px; overflow: hidden;">
<div class="map_container"/>
<div class="description">
<font>Visit us:</font>
<span> Our office is located in the northeast of Brussels. TEL (555) 432 2365 </span>
</div>
</section>
<section class="s_showcase_image container-fluid mt32 mb64">
<div class="row">
<figure class="bg-img-03 col-sm-6 col-md-5 bl">
<figcaption class="o_animable"><h6>Sample description</h6>
Write one or two paragraphs describing your product</figcaption>
</figure>
<div class="info col-sm-6 col-sm-offset-0 col-md-6 col-md-offset-1">
<div class="row">
<div class="content col-sm-11 col-md-8">
<h3>Sample Title</h3>
<h4 class="text-primary">With a great subtitle</h4>
<p>Write one or two paragraphs describing your product, services or a specific feature. To be successful your content needs to be useful to your readers.</p>
<a class="btn btn-default" href="#" style="position: relative; overflow: hidden;">Click here</a>
</div>
</div>
</div>
</div>
</section>
<section class="s_masonry_block s_ratio_2_1">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 text-center bg-img-03">
<div class="content">
<h2>A great title</h2>
<p>And a great subtitle</p>
</div>
</div>
<div class="col-md-6 bg-gamma-lighter">
<div class="row">
<div class="col-md-6 col-sm-6 text-center">
<div class="content">
<h3>A great title</h3>
<p>And a great subtitle</p>
</div>
</div>
<div class="col-md-6 col-sm-6 text-center bg-img-12">
<div class="content">
<h3>A great title</h3>
<p>And a great subtitle</p>
</div>
</div>
<div class="col-md-6 col-sm-6 text-center bg-img-06">
<div class="content">
<h3>A great title</h3>
<p>And a great subtitle</p>
</div>
</div>
<div class="col-md-6 col-sm-6 text-center bg-beta-lighter">
<div class="content">
<h3>A great title</h3>
<p>And a great subtitle</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s_showcase_image s_right container-fluid mt32 mb32">
<div class="row">
<figure class="bg-img-03 col-sm-6 col-sm-offset-0 col-md-5 col-md-offset-1">
<figcaption class="o_animable"><h6>Sample description</h6>
Write one or two paragraphs describing your product</figcaption>
</figure>
<div class="info col-sm-6 col-md-6">
<div class="row">
<div class="content col-sm-11 col-md-8">
<h3>Sample Title</h3>
<h4 class="text-primary">With a great subtitle</h4>
<p>Write one or two paragraphs describing your product, services or a specific feature. To be successful your content needs to be useful to your readers.</p>
<a class="btn btn-default" href="#" style="position: relative; overflow: hidden;">Click here</a>
</div>
</div>
</div>
</div>
</section>
<section class="s_text_block_image_fw bg-img-03 mb64">
<div class="container">
<div class="row">
<div class="bg-white col-md-6 mt64 mb64 o_animable">
<h2>Short headline</h2>
<h4 class="text-primary">With a great subtitle</h4>
<p>Write one or two paragraphs describing your product, services or a specific feature. To be successful your content needs to be useful to your readers.</p>
<p>
<i class="fa fa-info-circle fa-1x text-primary"/>
<strong>- An additional information</strong>
</p>
</div>
</div>
</div>
</section>
<section autoplay="autoplay" class="s_media_block" iframefit="fitCont" loop="loop" src="http://media.sublimevideo.net/v/midnight-sun-short-edit-360p.mp4" muted="muted" style="height: 360px; overflow: hidden;">
<div class="v-align text-center preserve3d">
<h1 class="text-center">Media Box</h1>
</div>
</section>
<hr/>
<div class="row bg-beta" id="go_back">
<div class="container text-center" style="padding:1em">
<h2><a href="/"><i class="fa fa-chevron-left" style="margin-right:.5em"/>Go back</a></h2>
</div>
</div>
<style type="text/css">
#wrapwrap > footer {
height: 0;
overflow: hidden;
display: block;
margin-top: 100px;
}
#wrapwrap > main {padding-bottom:100px}
#go_back a { color:white}
#go_back a:hover { color:white}
#go_back i{ opacity:0.7}
#go_back:hover i{ opacity:1}
</style>
</div> <!-- #wrap -->
</t>
</template>
</data>
</openerp>
+20
View File
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="customize_main_logo" inherit_id="website.layout_logo_show">
<xpath expr="//a[@class='navbar-brand logo']" position="replace">
<a href="/" class="navbar-brand logo">
<img id="logo" src="/theme_avantgarde/static/src/img/theme_samples/image_content_logo_black.png" t-att-alt="'Logo of %s' % res_company.name" t-att-title="res_company.name"/>
<img id="logoGallery" style="display:none" src="/theme_avantgarde/static/src/img/theme_samples/logo_gallery.png" t-att-alt="'Logo of %s' % res_company.name" t-att-title="res_company.name"/>
<img id="logoMagazine" style="display:none" src="/theme_avantgarde/static/src/img/theme_samples/logo_magazine.png" t-att-alt="'Logo of %s' % res_company.name" t-att-title="res_company.name"/>
<img id="logoShop" style="display:none" src="/theme_avantgarde/static/src/img/theme_samples/logo_shop.png" t-att-alt="'Logo of %s' % res_company.name" t-att-title="res_company.name"/>
</a>
</xpath>
</template>
<record id="menu_demo" model="website.menu">
<field name="name">Demo</field>
<field name="parent_id" ref="website.main_menu"/>
<field name="sequence" type="int">20</field>
<field name="website_id" ref="website.default_website"/>
</record>
</odoo>
+111
View File
@@ -0,0 +1,111 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="demo_page_magazine" model="website.menu">
<field name="name">Homepage - Magazine</field>
<field name="url">/page/magazine</field>
<field name="parent_id" ref="menu_demo"/>
<field name="sequence" type="int">20</field>
<field name="website_id" ref="website.default_website"/>
</record>
<template id="website.magazine" page="True" name="Avantgarde - Magazine">
<t t-call="website.layout">
<div class="oe_structure demo_magazine" id="wrap">
<section class="s_showcase_image container-fluid mb32 bg-gray-darker" style="height: 232px; overflow: hidden;">
<div class="row">
<figure class="col-sm-6 col-md-6 bl bg-img-01">
<figcaption class="o_animable">
<h6>DAOA MUSEUM</h6>An expansive gallery for special exhibitions will be 18,000 square feet in area.
</figcaption>
</figure>
<div class="info col-sm-6 col-sm-offset-0 col-md-6">
<div class="row" >
<div class="content col-sm-11 col-md-10 col-md-offset-1" >
<h3 class="text-small_caps mb0">Latest article</h3>
<h4 class="text-primary mt0">New exhibition downtown</h4>
<p>Reflecting the way artists think and work, all mediums are presented together without hierarchy. Numerous pieces that have rarely, if ever, been...</p>
<a class="btn btn-primary">Read More</a>
</div>
</div>
</div>
</div>
</section>
<hr/>
<div class="row">
<div class="col-md-4">
<img src="/theme_avantgarde/static/src/img/pictures/bg_image_07.jpg" class="img-responsive"/>
<hr/>
<h3>Impressionism, an overwiew</h3>
<p class="drop-caps_alpha">Impressionism is a 19th-century art movement that originated with a group of Paris-based artists. Their independent exhibitions brought them to prominence during the 1870s and 1880s, in spite of harsh opposition from the conventional art community in France.<br/>The name of the style derives from the title of a Claude Monet work, Impression, soleil levant (Impression, Sunrise), which provoked the critic Louis Leroy to coin the term in a satirical review published in the Parisian newspaper Le Charivari.<br/>Impressionist painting characteristics include relatively small, thin, yet visible brush strokes, open composition, emphasis on accurate depiction of light in its changing qualities (often accentuating the effects of the passage of time), ordinary subject matter, inclusion of movement as a crucial element of human perception and experience, and unusual visual angles.<br/>The development of Impressionism in the visual arts was soon followed by analogous styles in other media that became known as impressionist music and impressionist literature.<br/>
Radicals in their time, early Impressionists violated the rules of academic painting. They constructed their pictures from freely brushed colours that took precedence over lines and contours, following the example of painters such as Eugène Delacroix and J. M. W. Turner.<br/>They also painted realistic scenes of modern life, and often painted outdoors. Previously, still lifes and portraits as well as landscapes were usually painted in a studio.[1] The Impressionists found that they could capture the momentary and transient effects of sunlight by painting en plein air.<br/>They portrayed overall visual effects instead of details, and used short "broken" brush strokes of mixed and pure unmixed colour—not blended smoothly or shaded, as was customary—to achieve an effect of intense colour vibration.
</p>
</div>
<div class="col-md-8">
<div class="row">
<div class="col-md-4">
<h5 class="text-right">During the 1860s, the Salon jury routinely rejected about half of the works submitted by Monet and his friends in favour of works by artists faithful to the approved style. <br/> In 1863, the Salon jury rejected Manet's The Luncheon on the Grass (Le déjeuner sur l'herbe) primarily because it depicted a nude woman with two clothed men at a picnic.</h5>
</div>
<div class="col-md-8">
<div class="bg-img-06" style="display:block;width:100%;height:100%; padding-bottom: 100%;"></div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<hr/>
<blockquote><p class="text-small_caps">The critical response was mixed. Monet and Cézanne received the harshest attacks. </p><small>David Monjoie</small></blockquote>
<p>After passing over the first chain of mountains we skirted a salt sea, upon whose bosom swam countless horrid things. Seal-like creatures there were with long necks stretching ten and more feet above their enormous bodies and whose snake heads were split with gaping mouths bristling with countless fangs. There were huge tortoises too, paddling about among these other reptiles, which Perry said were Plesiosaurs of the Lias. I didn't question his veracity they might have been most anything.</p>
</div>
</div>
</div>
</div>
<hr/>
<div class="row bg-beta" id="go_back">
<div class="container text-center" style="padding:1em">
<h2><a href="/#demo_sites"><i class="fa fa-chevron-left" style="margin-right:.5em"/>Go back</a></h2>
</div>
</div>
<style type="text/css">
#logo{display:none}
#logoMagazine{display:block!important}
#pre-header{display:block!important}
#wrapwrap > footer {
height: 0;
overflow: hidden;
display: block;
margin-top: 100px;
}
#wrapwrap > main {padding-bottom:100px}
#go_back a { color:white}
#go_back a:hover { color:white}
#go_back i{ opacity:0.7}
#go_back:hover i{ opacity:1}
</style>
<script>
var element = document.getElementById("avant_header");
element.classList.add("disabled")
</script>
</div>
<!-- #wrap -->
</t>
</template>
</data>
</openerp>
+968
View File
@@ -0,0 +1,968 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="avantgarde_style_menu" model="website.menu">
<field name="name">Style Specimen</field>
<field name="url">/page/style</field>
<field name="parent_id" ref="menu_demo"/>
<field name="sequence" type="int">40</field>
</record>
<template id="website.style" page="True" name="Avantgarde - Style">
<t t-call="website.layout">
<div id="wrap" class="demo_style oe_structure">
<!-- Typography
================================================== -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 id="type">Typography</h1>
</div>
</div>
</div>
<!-- Headings -->
<div class="row">
<div class="col-lg-4">
<div class="bs-component">
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<p class="lead">Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.</p>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<h2>Example body text</h2>
<p>Nullam quis risus eget <a >urna mollis ornare</a> vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.</p>
<p><small>This line of text is meant to be treated as fine print.</small></p>
<p>The following snippet of text is <strong>rendered as bold text</strong>.</p>
<p>The following snippet of text is <em>rendered as italicized text</em>.</p>
<p>An abbreviation of the word attribute is <abbr title="attribute">attr</abbr>.</p>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<h2>Emphasis classes</h2>
<p class="text-muted">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p>
<p class="text-primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<p class="text-warning">Etiam porta sem malesuada magna mollis euismod.</p>
<p class="text-danger">Donec ullamcorper nulla non metus auctor fringilla.</p>
<p class="text-success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p>
<p class="text-info">Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
</div>
</div>
</div>
<!-- Buttons
================================================== -->
<div class="bs-docs-section">
<div class="page-header">
<div class="row">
<div class="col-lg-12">
<h1 id="buttons">Buttons</h1>
</div>
</div>
</div>
<div class="row mb16">
<div class="col-lg-12">
<div class="row mb16">
<div class="col-lg-3">
<h4 class="mt8">Normal</h4>
</div>
<div class="col-lg-9">
<p class="bs-component">
<a class="btn btn-default">Default</a>
<a class="btn btn-primary">Primary</a>
<a class="btn btn-success">Success</a>
<a class="btn btn-info">Info</a>
<a class="btn btn-warning">Warning</a>
<a class="btn btn-danger">Danger</a>
<a class="btn btn-link">Link</a>
</p>
</div>
</div>
<div class="row mb16">
<div class="col-lg-3">
<h4 class="mt8">Disabled</h4>
</div>
<div class="col-lg-9">
<p class="bs-component">
<a class="btn btn-default disabled">Default</a>
<a class="btn btn-primary disabled">Primary</a>
<a class="btn btn-success disabled">Success</a>
<a class="btn btn-info disabled">Info</a>
<a class="btn btn-warning disabled">Warning</a>
<a class="btn btn-danger disabled">Danger</a>
<a class="btn btn-link disabled">Link</a>
</p>
</div>
</div>
<div class="row mb16">
<div class="col-lg-3">
<h4 class="mt8">Dropdown</h4>
</div>
<div class="col-lg-9">
<div style="margin-bottom: 15px;">
<div class="btn-toolbar bs-component" style="margin: 0;">
<div class="btn-group" style="margin-left: 0">
<a class="btn btn-default">Default</a>
<a class="btn btn-default dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a>Action</a></li>
<li><a>Another action</a></li>
<li><a>Something else here</a></li>
<li class="divider"></li>
<li><a>Separated link</a></li>
</ul>
</div>
<div class="btn-group">
<a class="btn btn-primary">Primary</a>
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a>Action</a></li>
<li><a>Another action</a></li>
<li><a>Something else here</a></li>
<li class="divider"></li>
<li><a>Separated link</a></li>
</ul>
</div>
<div class="btn-group">
<a class="btn btn-success">Success</a>
<a class="btn btn-success dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a>Action</a></li>
<li><a>Another action</a></li>
<li><a>Something else here</a></li>
<li class="divider"></li>
<li><a>Separated link</a></li>
</ul>
</div>
<div class="btn-group">
<a class="btn btn-info">Info</a>
<a class="btn btn-info dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a>Action</a></li>
<li><a>Another action</a></li>
<li><a>Something else here</a></li>
<li class="divider"></li>
<li><a>Separated link</a></li>
</ul>
</div>
<div class="btn-group">
<a class="btn btn-warning">Warning</a>
<a class="btn btn-warning dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a>Action</a></li>
<li><a>Another action</a></li>
<li><a>Something else here</a></li>
<li class="divider"></li>
<li><a>Separated link</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="row mb16">
<div class="col-lg-3">
<h4 class="mt8">Size variations</h4>
</div>
<div class="col-lg-9">
<p class="bs-component">
<a class="btn btn-primary btn-lg">Large button</a>
<a class="btn btn-primary">Default button</a>
<a class="btn btn-primary btn-sm">Small button</a>
<a class="btn btn-primary btn-xs">Mini button</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Blockquotes -->
<div class="row">
<div class="col-lg-12">
<h2 id="type-blockquotes">Blockquotes</h2>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="bs-component">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<small>Someone famous in <cite title="Source Title">Source Title</cite></small>
</blockquote>
</div>
</div>
<div class="col-lg-6">
<div class="bs-component">
<blockquote class="pull-right">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<small>Someone famous in <cite title="Source Title">Source Title</cite></small>
</blockquote>
</div>
</div>
</div>
</div>
<!-- Tables
================================================== -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 id="tables">Tables</h1>
</div>
<div class="bs-component">
<table class="table table-striped table-hover ">
<thead>
<tr>
<th>#</th>
<th>Column heading</th>
<th>Column heading</th>
<th>Column heading</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Column content</td>
<td>Column content</td>
<td>Column content</td>
</tr>
<tr>
<td>2</td>
<td>Column content</td>
<td>Column content</td>
<td>Column content</td>
</tr>
<tr class="info">
<td>3</td>
<td>Column content</td>
<td>Column content</td>
<td>Column content</td>
</tr>
<tr class="success">
<td>4</td>
<td>Column content</td>
<td>Column content</td>
<td>Column content</td>
</tr>
<tr class="danger">
<td>5</td>
<td>Column content</td>
<td>Column content</td>
<td>Column content</td>
</tr>
<tr class="warning">
<td>6</td>
<td>Column content</td>
<td>Column content</td>
<td>Column content</td>
</tr>
<tr class="active">
<td>7</td>
<td>Column content</td>
<td>Column content</td>
<td>Column content</td>
</tr>
</tbody>
</table>
</div><!-- /example -->
</div>
</div>
</div>
<!-- Forms
================================================== -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 id="forms">Forms</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="well bs-component">
<form class="form-horizontal">
<fieldset>
<legend>Legend</legend>
<div class="form-group">
<label for="inputEmail" class="col-lg-2 control-label">Email</label>
<div class="col-lg-10">
<input type="text" class="form-control" id="inputEmail" placeholder="Email"/>
</div>
</div>
<div class="form-group">
<label for="inputPassword" class="col-lg-2 control-label">Password</label>
<div class="col-lg-10">
<input type="password" class="form-control" id="inputPassword" placeholder="Password"/>
<div class="checkbox">
<label>
<input type="checkbox"/> Checkbox
</label>
</div>
</div>
</div>
<div class="form-group">
<label for="textArea" class="col-lg-2 control-label">Textarea</label>
<div class="col-lg-10">
<textarea class="form-control" rows="3" id="textArea"></textarea>
<span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label">Radios</label>
<div class="col-lg-10">
<div class="radio">
<label>
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked=""/>
Option one is this
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2"/>
Option two can be something else
</label>
</div>
</div>
</div>
<div class="form-group">
<label for="select" class="col-lg-2 control-label">Selects</label>
<div class="col-lg-10">
<select class="form-control" id="select">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
<br/>
<select multiple="" class="form-control">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
</div>
<div class="form-group">
<div class="col-lg-10 col-lg-offset-2">
<button type="reset" class="btn btn-default">Cancel</button>
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</fieldset>
</form>
</div>
</div>
<div class="col-lg-4 col-lg-offset-1">
<form class="bs-component">
<div class="form-group">
<label class="control-label" for="focusedInput">Focused input</label>
<input class="form-control" id="focusedInput" type="text" value="This is focused..."/>
</div>
<div class="form-group">
<label class="control-label" for="disabledInput">Disabled input</label>
<input class="form-control" id="disabledInput" type="text" placeholder="Disabled input here..." disabled=""/>
</div>
<div class="form-group has-warning">
<label class="control-label" for="inputWarning">Input warning</label>
<input type="text" class="form-control" id="inputWarning"/>
</div>
<div class="form-group has-error">
<label class="control-label" for="inputError">Input error</label>
<input type="text" class="form-control" id="inputError"/>
</div>
<div class="form-group has-success">
<label class="control-label" for="inputSuccess">Input success</label>
<input type="text" class="form-control" id="inputSuccess"/>
</div>
<div class="form-group">
<label class="control-label" for="inputLarge">Large input</label>
<input class="form-control input-lg" type="text" id="inputLarge"/>
</div>
<div class="form-group">
<label class="control-label" for="inputDefault">Default input</label>
<input type="text" class="form-control" id="inputDefault"/>
</div>
<div class="form-group">
<label class="control-label" for="inputSmall">Small input</label>
<input class="form-control input-sm" type="text" id="inputSmall"/>
</div>
<div class="form-group">
<label class="control-label">Input addons</label>
<div class="input-group">
<span class="input-group-addon">$</span>
<input type="text" class="form-control"/>
<span class="input-group-btn">
<button class="btn btn-default" type="button">Button</button>
</span>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- Navs
================================================== -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 id="nav">Navs</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<h2 id="nav-tabs">Tabs</h2>
<div class="bs-component">
<ul class="nav nav-tabs">
<li class="active"><a href="#home" data-toggle="tab">Home</a></li>
<li><a href="#profile" data-toggle="tab">Profile</a></li>
<li class="disabled"><a>Disabled</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" >
Dropdown <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="#dropdown1" data-toggle="tab">Action</a></li>
<li class="divider"></li>
<li><a href="#dropdown2" data-toggle="tab">Another action</a></li>
</ul>
</li>
</ul>
<div id="myTabContent" class="tab-content">
<div class="tab-pane fade active in" id="home">
<p>Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.</p>
</div>
<div class="tab-pane fade" id="profile">
<p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit.</p>
</div>
<div class="tab-pane fade" id="dropdown1">
<p>Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork.</p>
</div>
<div class="tab-pane fade" id="dropdown2">
<p>Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<h2 id="nav-pills">Pills</h2>
<div class="bs-component">
<ul class="nav nav-pills">
<li class="active"><a >Home</a></li>
<li><a >Profile</a></li>
<li class="disabled"><a >Disabled</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" >
Dropdown <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a >Action</a></li>
<li><a >Another action</a></li>
<li><a >Something else here</a></li>
<li class="divider"></li>
<li><a >Separated link</a></li>
</ul>
</li>
</ul>
</div>
<br/>
<div class="bs-component">
<ul class="nav nav-pills nav-stacked">
<li class="active"><a >Home</a></li>
<li><a >Profile</a></li>
<li class="disabled"><a >Disabled</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" >
Dropdown <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a >Action</a></li>
<li><a >Another action</a></li>
<li><a >Something else here</a></li>
<li class="divider"></li>
<li><a >Separated link</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-5">
<h2 id="nav-breadcrumbs">Breadcrumbs</h2>
<div class="bs-component">
<ul class="breadcrumb">
<li class="active">Home</li>
</ul>
<ul class="breadcrumb">
<li><a >Home</a></li>
<li class="active">Library</li>
</ul>
<ul class="breadcrumb">
<li><a >Home</a></li>
<li><a >Library</a></li>
<li class="active">Data</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<h2 id="pagination">Pagination</h2>
<div class="bs-component">
<ul class="pagination">
<li class="disabled"><a >«</a></li>
<li class="active"><a >1</a></li>
<li><a >2</a></li>
<li><a >3</a></li>
<li><a >4</a></li>
<li><a >5</a></li>
<li><a >»</a></li>
</ul>
<ul class="pagination pagination-lg">
<li class="disabled"><a >«</a></li>
<li class="active"><a >1</a></li>
<li><a >2</a></li>
<li><a >3</a></li>
<li><a >»</a></li>
</ul>
<ul class="pagination pagination-sm">
<li class="disabled"><a >«</a></li>
<li class="active"><a >1</a></li>
<li><a >2</a></li>
<li><a >3</a></li>
<li><a >4</a></li>
<li><a >5</a></li>
<li><a >»</a></li>
</ul>
</div>
</div>
<div class="col-lg-3">
<h2 id="pager">Pager</h2>
<div class="bs-component">
<ul class="pager">
<li class="previous disabled"><a >← Older</a></li>
<li class="next"><a >Newer →</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Indicators
================================================== -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 id="indicators">Indicators</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2>Alerts</h2>
<div class="bs-component">
<div class="alert alert-dismissible alert-warning">
<button type="button" class="close" data-dismiss="alert">×</button>
<h4>Warning!</h4>
<p>Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, <a class="alert-link">vel scelerisque nisl consectetur et</a>.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="bs-component">
<div class="alert alert-dismissible alert-danger">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Oh snap!</strong> <a class="alert-link">Change a few things up</a> and try submitting again.
</div>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<div class="alert alert-dismissible alert-success">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Well done!</strong> You successfully read <a class="alert-link">this important alert message</a>.
</div>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<div class="alert alert-dismissible alert-info">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Heads up!</strong> This <a class="alert-link">alert needs your attention</a>, but it's not super important.
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<h2>Labels</h2>
<div class="bs-component" style="margin-bottom: 40px;">
<span class="label label-default">Default</span>
<span class="label label-primary">Primary</span>
<span class="label label-success">Success</span>
<span class="label label-warning">Warning</span>
<span class="label label-danger">Danger</span>
<span class="label label-info">Info</span>
</div>
</div>
<div class="col-lg-4">
<h2>Badges</h2>
<div class="bs-component">
<ul class="nav nav-pills">
<li class="active"><a >Home <span class="badge">42</span></a></li>
<li><a >Profile <span class="badge"></span></a></li>
<li><a >Messages <span class="badge">3</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Progress bars
================================================== -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 id="progress">Progress bars</h1>
</div>
<h3 id="progress-basic">Basic</h3>
<div class="bs-component">
<div class="progress">
<div class="progress-bar" style="width: 60%;"></div>
</div>
</div>
<h3 id="progress-alternatives">Contextual alternatives</h3>
<div class="bs-component">
<div class="progress">
<div class="progress-bar progress-bar-info" style="width: 20%"></div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-success" style="width: 40%"></div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-warning" style="width: 60%"></div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-danger" style="width: 80%"></div>
</div>
</div>
<h3 id="progress-striped">Striped</h3>
<div class="bs-component">
<div class="progress progress-striped">
<div class="progress-bar progress-bar-info" style="width: 20%"></div>
</div>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-success" style="width: 40%"></div>
</div>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-warning" style="width: 60%"></div>
</div>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-danger" style="width: 80%"></div>
</div>
</div>
<h3 id="progress-animated">Animated</h3>
<div class="bs-component">
<div class="progress progress-striped active">
<div class="progress-bar" style="width: 45%"></div>
</div>
</div>
<h3 id="progress-stacked">Stacked</h3>
<div class="bs-component">
<div class="progress">
<div class="progress-bar progress-bar-success" style="width: 35%"></div>
<div class="progress-bar progress-bar-warning" style="width: 20%"></div>
<div class="progress-bar progress-bar-danger" style="width: 10%"></div>
</div>
</div>
</div>
</div>
</div>
<!-- Containers
================================================== -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 id="container">Containers</h1>
</div>
<div class="bs-component">
<div class="jumbotron">
<h1>Jumbotron</h1>
<p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
<p><a class="btn btn-primary btn-lg">Learn more</a></p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2>List groups</h2>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="bs-component">
<ul class="list-group">
<li class="list-group-item">
<span class="badge">14</span>
Cras justo odio
</li>
<li class="list-group-item">
<span class="badge">2</span>
Dapibus ac facilisis in
</li>
<li class="list-group-item">
<span class="badge">1</span>
Morbi leo risus
</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<div class="list-group">
<a class="list-group-item active">
Cras justo odio
</a>
<a class="list-group-item">Dapibus ac facilisis in
</a>
<a class="list-group-item">Morbi leo risus
</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<div class="list-group">
<a class="list-group-item">
<h4 class="list-group-item-heading">List group item heading</h4>
<p class="list-group-item-text">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p>
</a>
<a class="list-group-item">
<h4 class="list-group-item-heading">List group item heading</h4>
<p class="list-group-item-text">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2>Panels</h2>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="bs-component">
<div class="panel panel-default">
<div class="panel-body">
Basic panel
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">Panel heading</div>
<div class="panel-body">
Panel content
</div>
</div>
<div class="panel panel-default">
<div class="panel-body">
Panel content
</div>
<div class="panel-footer">Panel footer</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Panel primary</h3>
</div>
<div class="panel-body">
Panel content
</div>
</div>
<div class="panel panel-success">
<div class="panel-heading">
<h3 class="panel-title">Panel success</h3>
</div>
<div class="panel-body">
Panel content
</div>
</div>
<div class="panel panel-warning">
<div class="panel-heading">
<h3 class="panel-title">Panel warning</h3>
</div>
<div class="panel-body">
Panel content
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<div class="panel panel-danger">
<div class="panel-heading">
<h3 class="panel-title">Panel danger</h3>
</div>
<div class="panel-body">
Panel content
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Panel info</h3>
</div>
<div class="panel-body">
Panel content
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2>Wells</h2>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="bs-component">
<div class="well">
Look, I'm in a well!
</div>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<div class="well well-sm">
Look, I'm in a small well!
</div>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<div class="well well-lg">
Look, I'm in a large well!
</div>
</div>
</div>
</div>
</div>
<hr/>
<div class="row bg-beta" id="go_back">
<div class="container text-center" style="padding:1em">
<h2><a href="/"><i class="fa fa-chevron-left" style="margin-right:.5em"/>Go back</a></h2>
</div>
</div>
<style type="text/css">
#wrapwrap > footer {
height: 0;
overflow: hidden;
display: block;
margin-top: 100px;
}
#wrapwrap > main {padding-bottom:100px}
#go_back a { color:white}
#go_back a:hover { color:white}
#go_back i{ opacity:0.7}
#go_back:hover i{ opacity:1}
</style>
</div> <!-- #wrap -->
</t>
</template>
</data>
</openerp>
+134
View File
@@ -0,0 +1,134 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="website.welcome" page="True" name="Avantgarde - Welcome">
<t t-call="website.layout">
<div id="wrap" class="oe_structure demo_welcome">
<section class="s_media_block" muted="muted" loop="loop" autoplay="autoplay" iframefit="fitCont" style="height: 464px; max-height: 512px; overflow: hidden;" src="https://www.youtube.com/embed/EEfXg1JUYu0"/>
<section class="s_title mt32">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center text-small_caps">Welcome to Avantgarde</h1>
<h3 class="text-muted text-center">A modern and elegant theme</h3>
</div>
</div>
</div>
</section>
<section class="s_text_block">
<div class="container">
<div class="row">
<div class="mb16 col-md-8 col-md-offset-2 mt32">
<p class="drop-caps">
Avantgarde is a sophisticated theme to inspire and impress. Its strength is its simplicity and flexibility. It presents your work and content with absolute clarity and impact. A perfect tool for anyone to create a clean and elegant website
</p>
<p>
<b>Tons of customizations are possible</b> with this template thatll help you redefine your websites brand value.</p>
</div>
</div>
</div>
</section>
<section class="s_text_block" id="demo_sites">
<div class="container">
<div class="row">
<div class="col-md-12 text-center mb16 mt32">
<h3 class="text-small_caps">Sample Homepages</h3>
<h5 class="text-muted text-small_caps">Just some examples of how can be simple to create a website using Avantgarde</h5>
</div>
</div>
</div>
</section>
<hr/>
<section class="s_text_block mt64" id="customization">
<div class="container">
<div class="row">
<div class="col-md-12 text-center mb16 mt32">
<h3 class="text-small_caps">Customizations</h3>
<h5 class="text-muted text-small_caps">Easily adapt Avantgarde to your needs</h5>
</div>
</div>
</div>
</section>
<div class="row text-center">
<div class="col-sm-6 col-md-5 col-md-offset-1">
<h4>Layout Options</h4>
<hr class="mb0"/>
<img class="img-responsive" src="/theme_avantgarde/static/description/media/layout.jpg" alt=""/>
</div>
<div class="col-sm-6 col-md-5">
<h4>Header Options</h4>
<hr class="mb0"/>
<img class="img-responsive" src="/theme_avantgarde/static/description/media/options.png" alt=""/>
</div>
<div class="col-sm-6 col-md-5 mt48 col-md-offset-1">
<h4>Color Options</h4>
<hr class="mb0"/>
<img class="img-responsive" src="/theme_avantgarde/static/description/media/palette.jpg" alt=""/>
</div>
<div class="col-sm-6 col-md-5 mt48">
<h4>Fonts Options</h4>
<hr class="mb0"/>
<img class="img-responsive" src="/theme_avantgarde/static/description/media/fonts.jpg" alt=""/>
</div>
</div>
<section class="s_text_block mt64" id="style">
<div class="container">
<div class="row">
<div class="col-md-12 text-center mb16 mt32">
<h3 class="text-small_caps">Bulding Blocks</h3>
</div>
</div>
</div>
</section>
<div class="row text-center">
<a href="/page/blocks" class="btn btn-lg btn-default">Discover</a>
</div>
<section class="s_text_block mt64" id="style">
<div class="container">
<div class="row">
<div class="col-md-12 text-center mb16 mt32">
<h3 class="text-small_caps">Style Specimen</h3>
</div>
</div>
</div>
</section>
<div class="row text-center">
<a href="/page/style" class="btn btn-lg btn-default">Discover</a>
</div>
<hr/>
</div> <!-- #wrap -->
<style type="text/css">
#wrapwrap > footer {
height: 0;
overflow: hidden;
display: block;
margin-top: 100px;
}
#wrapwrap > main {padding-bottom:100px}
</style>
</t>
</template>
<record id="graphene_home_menu" model="website.menu">
<field name="name">Welcome</field>
<field name="url">/page/welcome</field>
<field name="parent_id" ref="website.main_menu"/>
</record>
</data>
</openerp>
+427
View File
@@ -0,0 +1,427 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_avantgarde
#
# Translators:
# Ermin Trevisan <trevi@twanda.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-24 12:26+0000\n"
"PO-Revision-Date: 2017-03-24 12:26+0000\n"
"Last-Translator: Ermin Trevisan <trevi@twanda.com>, 2017\n"
"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-cog\"/> Customize <span>Avantgarde</span>"
msgstr "<i class=\"fa fa-cog\"/> Anpassen von <span>Avantgarde</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-font\"/> FONTS"
msgstr "<i class=\"fa fa-font\"/> FONTS"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "<i class=\"fa fa-font\"/>Font Style"
msgstr "<i class=\"fa fa-font\"/>Font-Stil"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_google_map
msgid "<i class=\"fa fa-fw fa-paint-brush\"/>Style"
msgstr "<i class=\"fa fa-fw fa-paint-brush\"/>Stil"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "<i class=\"fa fa-header\"/>Text Tranform"
msgstr "<i class=\"fa fa-header\"/>Texttransformation"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-laptop\"/> LAYOUT"
msgstr "<i class=\"fa fa-laptop\"/> LAYOUT"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
msgid "<i class=\"fa fa-magic\"/>Position"
msgstr "<i class=\"fa fa-magic\"/>Position"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-paint-brush \"/> STYLE"
msgstr "<i class=\"fa fa-paint-brush \"/> STIL"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
msgstr "<i class=\"fa fa-picture-o\"/>Hintergrundbild"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-sliders\"/> OPTIONS"
msgstr "<i class=\"fa fa-sliders\"/> OPTIONEN"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "<i class=\"fa fa-sliders\"/>Background Effects"
msgstr "<i class=\"fa fa-sliders\"/>Hintergrundeffekte"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "<i class=\"fa fa-upload\"/>Upload your image"
msgstr "<i class=\"fa fa-upload\"/>Ihr Bild hochladen"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid ""
"<small><strong>Generated Complementary color</strong></small>\n"
" <i class=\"fa fa-cog fa-3\"/>"
msgstr ""
"<small><strong>Generierte Komplementärfarbe</strong></small>\n"
"<i class=\"fa fa-cog fa-3\"/>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<small>Preview</small>"
msgstr "<small>Vorschau</small>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"abril\">Abril Fatface</span>"
msgstr "<span class=\"abril\">Abril Fatface</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"alfa\">Alfa Slab One</span>"
msgstr "<span class=\"alfa\">Alfa Slab One</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"arvo\">Arvo</span>"
msgstr "<span class=\"arvo\">Arvo</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"cantata\">Cantata</span>"
msgstr "<span class=\"cantata\">Cantata</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"cinzel\">Cinzel Decorative</span>"
msgstr "<span class=\"cinzel\">Cinzel Decorative</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"lato\">Lato</span>"
msgstr "<span class=\"lato\">Lato</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"opensans\">Open Sans</span>"
msgstr "<span class=\"opensans\">Open Sans</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid ""
"<span class=\"pull-left\">2015</span>\n"
" <span class=\"pull-right\">\n"
" <i class=\"fa fa-facebook\"/>\n"
" <i class=\"fa fa-twitter\"/>\n"
" <i class=\"fa fa-google-plus\"/>\n"
" <i class=\"fa fa-envelope\"/>\n"
" </span>"
msgstr ""
"<span class=\"pull-left\">2015</span>\n"
"<span class=\"pull-right\">\n"
"<i class=\"fa fa-facebook\"/>\n"
"<i class=\"fa fa-twitter\"/>\n"
"<i class=\"fa fa-google-plus\"/>\n"
"<i class=\"fa fa-envelope\"/>\n"
"</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"raleway\">Raleway</span>"
msgstr "<span class=\"raleway\">Raleway</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"roboto\">Roboto Slab</span>"
msgstr "<span class=\"roboto\">Roboto Slab</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"rufina\">Rufina</span>"
msgstr "<span class=\"rufina\">Rufina</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"vollkorn\">Vollkorn</span>"
msgstr "<span class=\"vollkorn\">Vollkorn</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Accent Color</strong>"
msgstr "<strong>Akzent-Farbe</strong>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Page Background</strong>"
msgstr "<strong>Seitenhintergrund</strong>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Page Layout</strong>"
msgstr "<strong>Seitenlayout</strong>"
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:12
#, python-format
msgid "Animated colors"
msgstr "Animierte Farben"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colopicker_name
msgid "Background color"
msgstr "Hintergrundfarbe"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Big Inset Shadow"
msgstr "Großer Innenschatten"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Boxed"
msgstr "Begrenzte Breite"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.avantgarde_blocks_menu
msgid "Building Blocks"
msgstr "Bausteine"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Company"
msgstr "Unternehmen"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.menu_demo
msgid "Demo"
msgstr "Demo"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps"
msgstr "Hängende Initialen"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Alpha"
msgstr "Hängende Initialen Alfa"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Beta"
msgstr "Hängende Initialen Beta"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Delta"
msgstr "Hängende Initialen Delta"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Epsilon"
msgstr "Hängende Initialen Epsilon"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Gamma"
msgstr "Hängende Initialen Gamma"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Full width"
msgstr "Volle Breite"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy"
msgstr "Glossy"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy Medium"
msgstr "Glossy Medium"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy Soft"
msgstr "Glossy Soft"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Dark Dark"
msgstr "Dunkelgrau grau"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Dark Light"
msgstr "Dunkelgrau hell"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Darkest"
msgstr "Dunkelstes grau"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Light Dark"
msgstr "Grau hellgrau"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Light Light"
msgstr "Hellgrau hell"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Heading <span class=\"caret\"> </span>"
msgstr "Überschrift <span class=\"caret\"> </span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Home<span/>About Us<span/>Contact"
msgstr "Home<span/>Über uns<span/>Contact"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_artgallery
msgid "Homepage - ArtGallery"
msgstr "Homepage - Kunstgalerie"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_magazine
msgid "Homepage - Magazine"
msgstr "Homepage - Zeitschrift"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_artshop
msgid "Homepage - Shop"
msgstr "Homepage - Shop"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Inset Shadow"
msgstr "Innenschatten"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
msgid "Move to top"
msgstr "Nach ganz oben"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "My sans-serif title"
msgstr "Mein serifenloser Titel"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "No effects"
msgstr "Keine Effekte"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "No image"
msgstr "Kein Bild"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Normal"
msgstr "Normal"
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:21
#, python-format
msgid "Opacity"
msgstr "Deckkraft"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Paragraph <span class=\"caret\"> </span>"
msgstr "Paragraph <span class=\"caret\"> </span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Pre Header"
msgstr "Vor-Überschrift"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Small Caps"
msgstr "Kleinbuchstaben"
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:13
#, python-format
msgid "Static Black"
msgstr "Statisches Schwarz"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.avantgarde_style_menu
msgid "Style Specimen"
msgstr "Stilmuster"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid ""
"There was a low rumbling of heavy sea-boots among the benches, and a still "
"slighter shuffling of women's shoes, and all was quiet again, and every eye "
"on the preacher. He paused a little; then kneeling in the pulpit's bows, "
"folded his large brown hands across his chest"
msgstr ""
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:11
#, python-format
msgid "Transparent"
msgstr "Transparen"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Uppercase"
msgstr "Großbuchstaben"
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:8
#, python-format
msgid "Video background"
msgstr "Videohintergrund"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.graphene_home_menu
msgid "Welcome"
msgstr "Willkommen"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Wide Logo"
msgstr "Breites Logo"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "http://www.odoo.com/this/is/a/sample/url"
msgstr "http://www.odoo.com/das/ist/eine/beispiels/url"
+425
View File
@@ -0,0 +1,425 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_avantgarde
#
# Translators:
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2017
# Pedro M. Baeza <pedro.baeza@gmail.com>, 2017
# ced903afe967c2a46d1036224972db9d, 2018
# Carles Antoli <carlesantoli@hotmail.com>, 2019
# Martin Trigaux, 2019
# Alejandro Die Sanchis <marketing@domatix.com>, 2019
# Antonio Trueba, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-24 12:26+0000\n"
"PO-Revision-Date: 2017-03-24 13:38+0000\n"
"Last-Translator: Antonio Trueba, 2019\n"
"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-cog\"/> Customize <span>Avantgarde</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-font\"/> FONTS"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "<i class=\"fa fa-font\"/>Font Style"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_google_map
msgid "<i class=\"fa fa-fw fa-paint-brush\"/>Style"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "<i class=\"fa fa-header\"/>Text Tranform"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-laptop\"/> LAYOUT"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
msgid "<i class=\"fa fa-magic\"/>Position"
msgstr "Posición"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-paint-brush \"/> STYLE"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
msgstr "<i class=\"fa fa-picture-o\"/>Imagen del fondo"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-sliders\"/> OPTIONS"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "<i class=\"fa fa-sliders\"/>Background Effects"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "<i class=\"fa fa-upload\"/>Upload your image"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid ""
"<small><strong>Generated Complementary color</strong></small>\n"
" <i class=\"fa fa-cog fa-3\"/>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<small>Preview</small>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"abril\">Abril Fatface</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"alfa\">Alfa Slab One</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"arvo\">Arvo</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"cantata\">Cantata</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"cinzel\">Cinzel Decorative</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"lato\">Lato</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"opensans\">Open Sans</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid ""
"<span class=\"pull-left\">2015</span>\n"
" <span class=\"pull-right\">\n"
" <i class=\"fa fa-facebook\"/>\n"
" <i class=\"fa fa-twitter\"/>\n"
" <i class=\"fa fa-google-plus\"/>\n"
" <i class=\"fa fa-envelope\"/>\n"
" </span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"raleway\">Raleway</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"roboto\">Roboto Slab</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"rufina\">Rufina</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"vollkorn\">Vollkorn</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Accent Color</strong>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Page Background</strong>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Page Layout</strong>"
msgstr ""
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:12
#, python-format
msgid "Animated colors"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colopicker_name
msgid "Background color"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Big Inset Shadow"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Boxed"
msgstr "Archivado"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.avantgarde_blocks_menu
msgid "Building Blocks"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Company"
msgstr "Compañía"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.menu_demo
msgid "Demo"
msgstr "Demostración"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Alpha"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Beta"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Delta"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Epsilon"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Gamma"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Full width"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy Medium"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy Soft"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Dark Dark"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Dark Light"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Darkest"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Light Dark"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Light Light"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Heading <span class=\"caret\"> </span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Home<span/>About Us<span/>Contact"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_artgallery
msgid "Homepage - ArtGallery"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_magazine
msgid "Homepage - Magazine"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_artshop
msgid "Homepage - Shop"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Inset Shadow"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
msgid "Move to top"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "My sans-serif title"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "No effects"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "No image"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Normal"
msgstr "Normal"
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:21
#, python-format
msgid "Opacity"
msgstr "Opacidad"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Paragraph <span class=\"caret\"> </span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Pre Header"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Small Caps"
msgstr ""
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:13
#, python-format
msgid "Static Black"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.avantgarde_style_menu
msgid "Style Specimen"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid ""
"There was a low rumbling of heavy sea-boots among the benches, and a still "
"slighter shuffling of women's shoes, and all was quiet again, and every eye "
"on the preacher. He paused a little; then kneeling in the pulpit's bows, "
"folded his large brown hands across his chest"
msgstr ""
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:11
#, python-format
msgid "Transparent"
msgstr "Transparente"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Uppercase"
msgstr ""
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:8
#, python-format
msgid "Video background"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.graphene_home_menu
msgid "Welcome"
msgstr "Bienvenido"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Wide Logo"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "http://www.odoo.com/this/is/a/sample/url"
msgstr ""
+423
View File
@@ -0,0 +1,423 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_avantgarde
#
# Translators:
# 44fd1b7fd1ad5b321e37d151521961ad, 2018
# Eloïse Stilmant <est@odoo.com>, 2018
# Martin Trigaux, 2019
# Frédéric LIETART <stuff@tifred.fr>, 2019
# Clo <clo@odoo.com>, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-24 12:26+0000\n"
"PO-Revision-Date: 2017-03-24 13:38+0000\n"
"Last-Translator: Clo <clo@odoo.com>, 2019\n"
"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-cog\"/> Customize <span>Avantgarde</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-font\"/> FONTS"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "<i class=\"fa fa-font\"/>Font Style"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_google_map
msgid "<i class=\"fa fa-fw fa-paint-brush\"/>Style"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "<i class=\"fa fa-header\"/>Text Tranform"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-laptop\"/> LAYOUT"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
msgid "<i class=\"fa fa-magic\"/>Position"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-paint-brush \"/> STYLE"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
msgstr "<i class=\"fa fa-picture-o\"/>Image d'arrière-plan"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-sliders\"/> OPTIONS"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "<i class=\"fa fa-sliders\"/>Background Effects"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "<i class=\"fa fa-upload\"/>Upload your image"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid ""
"<small><strong>Generated Complementary color</strong></small>\n"
" <i class=\"fa fa-cog fa-3\"/>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<small>Preview</small>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"abril\">Abril Fatface</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"alfa\">Alfa Slab One</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"arvo\">Arvo</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"cantata\">Cantata</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"cinzel\">Cinzel Decorative</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"lato\">Lato</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"opensans\">Open Sans</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid ""
"<span class=\"pull-left\">2015</span>\n"
" <span class=\"pull-right\">\n"
" <i class=\"fa fa-facebook\"/>\n"
" <i class=\"fa fa-twitter\"/>\n"
" <i class=\"fa fa-google-plus\"/>\n"
" <i class=\"fa fa-envelope\"/>\n"
" </span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"raleway\">Raleway</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"roboto\">Roboto Slab</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"rufina\">Rufina</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"vollkorn\">Vollkorn</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Accent Color</strong>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Page Background</strong>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Page Layout</strong>"
msgstr ""
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:12
#, python-format
msgid "Animated colors"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colopicker_name
msgid "Background color"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Big Inset Shadow"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Boxed"
msgstr "En boîte"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.avantgarde_blocks_menu
msgid "Building Blocks"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Company"
msgstr "Société"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.menu_demo
msgid "Demo"
msgstr "Démo"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Alpha"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Beta"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Delta"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Epsilon"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Gamma"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Full width"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy Medium"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy Soft"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Dark Dark"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Dark Light"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Darkest"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Light Dark"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Light Light"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Heading <span class=\"caret\"> </span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Home<span/>About Us<span/>Contact"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_artgallery
msgid "Homepage - ArtGallery"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_magazine
msgid "Homepage - Magazine"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_artshop
msgid "Homepage - Shop"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Inset Shadow"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
msgid "Move to top"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "My sans-serif title"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "No effects"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "No image"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Normal"
msgstr "Normale"
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:21
#, python-format
msgid "Opacity"
msgstr "Opacité"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Paragraph <span class=\"caret\"> </span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Pre Header"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Small Caps"
msgstr "Petits Majuscules"
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:13
#, python-format
msgid "Static Black"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.avantgarde_style_menu
msgid "Style Specimen"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid ""
"There was a low rumbling of heavy sea-boots among the benches, and a still "
"slighter shuffling of women's shoes, and all was quiet again, and every eye "
"on the preacher. He paused a little; then kneeling in the pulpit's bows, "
"folded his large brown hands across his chest"
msgstr ""
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:11
#, python-format
msgid "Transparent"
msgstr "Transparent"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Uppercase"
msgstr ""
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:8
#, python-format
msgid "Video background"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.graphene_home_menu
msgid "Welcome"
msgstr "Bienvenue"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Wide Logo"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "http://www.odoo.com/this/is/a/sample/url"
msgstr ""
+432
View File
@@ -0,0 +1,432 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_avantgarde
#
# Translators:
# Yenthe Van Ginneken <yenthespam@gmail.com>, 2017
# Dennis Sluijk <dennissluijk@outlook.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-24 12:26+0000\n"
"PO-Revision-Date: 2017-03-24 12:26+0000\n"
"Last-Translator: Dennis Sluijk <dennissluijk@outlook.com>, 2017\n"
"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-cog\"/> Customize <span>Avantgarde</span>"
msgstr "<i class=\"fa fa-cog\"/>Personaliseer <span>Avantgarde</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-font\"/> FONTS"
msgstr "<i class=\"fa fa-font\"/> LETTERTYPES"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "<i class=\"fa fa-font\"/>Font Style"
msgstr "<i class=\"fa fa-font\"/>Lettertype"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_google_map
msgid "<i class=\"fa fa-fw fa-paint-brush\"/>Style"
msgstr "<i class=\"fa fa-fw fa-paint-brush\"/>Stijl"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "<i class=\"fa fa-header\"/>Text Tranform"
msgstr "<i class=\"fa fa-header\"/>Tekst transformatie"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-laptop\"/> LAYOUT"
msgstr "<i class=\"fa fa-laptop\"/> LAYOUT"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
msgid "<i class=\"fa fa-magic\"/>Position"
msgstr "<i class=\"fa fa-magic\"/>Positie"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-paint-brush \"/> STYLE"
msgstr "<i class=\"fa fa-paint-brush \"/> STIJL"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
msgstr "<i class=\"fa fa-picture-o\"/>Achtergrondafbeelding"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-sliders\"/> OPTIONS"
msgstr "<i class=\"fa fa-sliders\"/> OPTIES"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "<i class=\"fa fa-sliders\"/>Background Effects"
msgstr "<i class=\"fa fa-sliders\"/>Achtergrond effecten"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "<i class=\"fa fa-upload\"/>Upload your image"
msgstr "<i class=\"fa fa-upload\"/>Upload uw afbeelding"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid ""
"<small><strong>Generated Complementary color</strong></small>\n"
" <i class=\"fa fa-cog fa-3\"/>"
msgstr ""
"<small><strong>Genereer complementaire kleur</strong></small>\n"
"<i class=\"fa fa-cog fa-3\"/>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<small>Preview</small>"
msgstr "<small>Voorbeeld</small>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"abril\">Abril Fatface</span>"
msgstr "<span class=\"abril\">Abril Fatface</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"alfa\">Alfa Slab One</span>"
msgstr "<span class=\"alfa\">Alfa Slab One</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"arvo\">Arvo</span>"
msgstr "<span class=\"arvo\">Arvo</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"cantata\">Cantata</span>"
msgstr "<span class=\"cantata\">Cantata</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"cinzel\">Cinzel Decorative</span>"
msgstr "<span class=\"cinzel\">Decoratieve beitel</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"lato\">Lato</span>"
msgstr "<span class=\"lato\">Lato</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"opensans\">Open Sans</span>"
msgstr "<span class=\"opensans\">Open Sans</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid ""
"<span class=\"pull-left\">2015</span>\n"
" <span class=\"pull-right\">\n"
" <i class=\"fa fa-facebook\"/>\n"
" <i class=\"fa fa-twitter\"/>\n"
" <i class=\"fa fa-google-plus\"/>\n"
" <i class=\"fa fa-envelope\"/>\n"
" </span>"
msgstr ""
"<span class=\"pull-left\">2015</span>\n"
" <span class=\"pull-right\">\n"
" <i class=\"fa fa-facebook\"/>\n"
" <i class=\"fa fa-twitter\"/>\n"
" <i class=\"fa fa-google-plus\"/>\n"
" <i class=\"fa fa-envelope\"/>\n"
" </span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"raleway\">Raleway</span>"
msgstr "<span class=\"raleway\">Raleway</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"roboto\">Roboto Slab</span>"
msgstr "<span class=\"roboto\">Roboto Slab</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"rufina\">Rufina</span>"
msgstr "<span class=\"rufina\">Rufina</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"vollkorn\">Vollkorn</span>"
msgstr "<span class=\"vollkorn\">Vollkorn</span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Accent Color</strong>"
msgstr "<strong>Accentkleur</strong>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Page Background</strong>"
msgstr "<strong>Pagina achtergrond</strong>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Page Layout</strong>"
msgstr "<strong>Pagina layout</strong>"
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:12
#, python-format
msgid "Animated colors"
msgstr "Geanimeerde kleuren"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colopicker_name
msgid "Background color"
msgstr "Achtergrondkleur"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Big Inset Shadow"
msgstr "Grote inbrengschaduw"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Boxed"
msgstr "Boxed"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.avantgarde_blocks_menu
msgid "Building Blocks"
msgstr "Bouwblokken"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Company"
msgstr "Bedrijf"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.menu_demo
msgid "Demo"
msgstr "Demo"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps"
msgstr "Verwijder hoofdletters"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Alpha"
msgstr "Verwijder hoofdletters alpha"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Beta"
msgstr "Verwijder caps beta"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Delta"
msgstr "Verwijder caps Delta"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Epsilon"
msgstr "Verwijder caps Epsilon"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Gamma"
msgstr "Verwijder caps Gamma"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Full width"
msgstr "Volledige breedte"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy"
msgstr "Glossy"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy Medium"
msgstr "Glossy medium"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy Soft"
msgstr "Glossy zacht"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Dark Dark"
msgstr "Donkergrijs"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Dark Light"
msgstr "Donkergrijs licht"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Darkest"
msgstr "Donkerste grijs"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Light Dark"
msgstr "Grijs lichtdonker"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Light Light"
msgstr "Lichtgrijs"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Heading <span class=\"caret\"> </span>"
msgstr "Hoofding <span class=\"caret\"></span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Home<span/>About Us<span/>Contact"
msgstr "Home<span/>Over Ons<span/>Contact"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_artgallery
msgid "Homepage - ArtGallery"
msgstr "Hoofdpagina - ArtGallery"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_magazine
msgid "Homepage - Magazine"
msgstr "Hoofdpagina - Magazine"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_artshop
msgid "Homepage - Shop"
msgstr "Hoofdpagina - Shop"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Inset Shadow"
msgstr "Inbrengschaduw"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
msgid "Move to top"
msgstr "Naar boven verplaatsen"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "My sans-serif title"
msgstr "Mijn sans-serif titel"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "No effects"
msgstr "Geen effecten"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "No image"
msgstr "Geen afbeelding"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Normal"
msgstr "Normaal"
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:21
#, python-format
msgid "Opacity"
msgstr "Doorzichtigheid"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Paragraph <span class=\"caret\"> </span>"
msgstr "Paragraaf<span class=\"caret\"> </span>"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Pre Header"
msgstr "Pre hoofding"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Small Caps"
msgstr "Kleine letters"
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:13
#, python-format
msgid "Static Black"
msgstr "Statisch zwart"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.avantgarde_style_menu
msgid "Style Specimen"
msgstr "Stijl voorbeeld"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid ""
"There was a low rumbling of heavy sea-boots among the benches, and a still "
"slighter shuffling of women's shoes, and all was quiet again, and every eye "
"on the preacher. He paused a little; then kneeling in the pulpit's bows, "
"folded his large brown hands across his chest"
msgstr ""
"Er was een laag gerommel van zware zeebotten op de banken en een licht "
"geschuif van vrouwenschoenen, en alles was weer stil, en elk ook op de "
"prediker. Hij pauzeerde even; knielde vervolgens in de boeg van de "
"preekstoel, met zijn grote bruine handen gevouwen over zijn borstkas"
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:11
#, python-format
msgid "Transparent"
msgstr "Transparant"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Uppercase"
msgstr "Hoofdletters"
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:8
#, python-format
msgid "Video background"
msgstr "Video achtergrond"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.graphene_home_menu
msgid "Welcome"
msgstr "Welkom"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Wide Logo"
msgstr "Breed logo"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "http://www.odoo.com/this/is/a/sample/url"
msgstr "http://www.odoo.com/dit/is/een/voorbeeld/url"
+410
View File
@@ -0,0 +1,410 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_avantgarde
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-24 12:26+0000\n"
"PO-Revision-Date: 2017-03-24 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_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-cog\"/> Customize <span>Avantgarde</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-font\"/> FONTS"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "<i class=\"fa fa-font\"/>Font Style"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_google_map
msgid "<i class=\"fa fa-fw fa-paint-brush\"/>Style"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "<i class=\"fa fa-header\"/>Text Tranform"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-laptop\"/> LAYOUT"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
msgid "<i class=\"fa fa-magic\"/>Position"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-paint-brush \"/> STYLE"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-sliders\"/> OPTIONS"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "<i class=\"fa fa-sliders\"/>Background Effects"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "<i class=\"fa fa-upload\"/>Upload your image"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<small><strong>Generated Complementary color</strong></small>\n"
" <i class=\"fa fa-cog fa-3\"/>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<small>Preview</small>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"abril\">Abril Fatface</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"alfa\">Alfa Slab One</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"arvo\">Arvo</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"cantata\">Cantata</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"cinzel\">Cinzel Decorative</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"lato\">Lato</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"opensans\">Open Sans</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"pull-left\">2015</span>\n"
" <span class=\"pull-right\">\n"
" <i class=\"fa fa-facebook\"/>\n"
" <i class=\"fa fa-twitter\"/>\n"
" <i class=\"fa fa-google-plus\"/>\n"
" <i class=\"fa fa-envelope\"/>\n"
" </span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"raleway\">Raleway</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"roboto\">Roboto Slab</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"rufina\">Rufina</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"vollkorn\">Vollkorn</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Accent Color</strong>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Page Background</strong>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Page Layout</strong>"
msgstr ""
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:12
#, python-format
msgid "Animated colors"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colopicker_name
msgid "Background color"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Big Inset Shadow"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Boxed"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.avantgarde_blocks_menu
msgid "Building Blocks"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Company"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.menu_demo
msgid "Demo"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Alpha"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Beta"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Delta"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Epsilon"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Gamma"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Full width"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy Medium"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy Soft"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Dark Dark"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Dark Light"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Darkest"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Light Dark"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Light Light"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Heading <span class=\"caret\"> </span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Home<span/>About Us<span/>Contact"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_artgallery
msgid "Homepage - ArtGallery"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_magazine
msgid "Homepage - Magazine"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_artshop
msgid "Homepage - Shop"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Inset Shadow"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
msgid "Move to top"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "My sans-serif title"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "No effects"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "No image"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Normal"
msgstr ""
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:21
#, python-format
msgid "Opacity"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Paragraph <span class=\"caret\"> </span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Pre Header"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Small Caps"
msgstr ""
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:13
#, python-format
msgid "Static Black"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.avantgarde_style_menu
msgid "Style Specimen"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "There was a low rumbling of heavy sea-boots among the benches, and a still slighter shuffling of women's shoes, and all was quiet again, and every eye on the preacher. He paused a little; then kneeling in the pulpit's bows, folded his large brown hands across his chest"
msgstr ""
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:11
#, python-format
msgid "Transparent"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Uppercase"
msgstr ""
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:8
#, python-format
msgid "Video background"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.graphene_home_menu
msgid "Welcome"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Wide Logo"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "http://www.odoo.com/this/is/a/sample/url"
msgstr ""
+425
View File
@@ -0,0 +1,425 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_avantgarde
#
# Translators:
# e2f <projects@e2f.com>, 2018
# bf2549c5415a9287249cba2b8a5823c7, 2018
# Lisa Zhang <lzh@odoo.com>, 2018
# Martin Trigaux, 2019
# Jeffery CHEN <jeffery9@gmail.com>, 2019
# Xia Fajin <xia.fajin@elico-corp.com>, 2019
# fausthuang, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-24 12:26+0000\n"
"PO-Revision-Date: 2017-03-24 13:38+0000\n"
"Last-Translator: fausthuang, 2019\n"
"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-cog\"/> Customize <span>Avantgarde</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-font\"/> FONTS"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "<i class=\"fa fa-font\"/>Font Style"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_google_map
msgid "<i class=\"fa fa-fw fa-paint-brush\"/>Style"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "<i class=\"fa fa-header\"/>Text Tranform"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-laptop\"/> LAYOUT"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
msgid "<i class=\"fa fa-magic\"/>Position"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-paint-brush \"/> STYLE"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
msgstr "<i class=\"fa fa-picture-o\"/>背景图像"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<i class=\"fa fa-sliders\"/> OPTIONS"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "<i class=\"fa fa-sliders\"/>Background Effects"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "<i class=\"fa fa-upload\"/>Upload your image"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid ""
"<small><strong>Generated Complementary color</strong></small>\n"
" <i class=\"fa fa-cog fa-3\"/>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<small>Preview</small>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"abril\">Abril Fatface</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"alfa\">Alfa Slab One</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"arvo\">Arvo</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"cantata\">Cantata</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"cinzel\">Cinzel Decorative</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"lato\">Lato</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"opensans\">Open Sans</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid ""
"<span class=\"pull-left\">2015</span>\n"
" <span class=\"pull-right\">\n"
" <i class=\"fa fa-facebook\"/>\n"
" <i class=\"fa fa-twitter\"/>\n"
" <i class=\"fa fa-google-plus\"/>\n"
" <i class=\"fa fa-envelope\"/>\n"
" </span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"raleway\">Raleway</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"roboto\">Roboto Slab</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"rufina\">Rufina</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<span class=\"vollkorn\">Vollkorn</span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Accent Color</strong>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Page Background</strong>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "<strong>Page Layout</strong>"
msgstr ""
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:12
#, python-format
msgid "Animated colors"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colopicker_name
msgid "Background color"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Big Inset Shadow"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Boxed"
msgstr "盒装的"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.avantgarde_blocks_menu
msgid "Building Blocks"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Company"
msgstr "公司"
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.menu_demo
msgid "Demo"
msgstr "演示"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Alpha"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Beta"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Delta"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Epsilon"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Drop Caps Gamma"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Full width"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy Medium"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Glossy Soft"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Dark Dark"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Dark Light"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Darkest"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Light Dark"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_colorpicker_pattern
msgid "Gray Light Light"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Heading <span class=\"caret\"> </span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Home<span/>About Us<span/>Contact"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_artgallery
msgid "Homepage - ArtGallery"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_magazine
msgid "Homepage - Magazine"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.demo_page_artshop
msgid "Homepage - Shop"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "Inset Shadow"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
msgid "Move to top"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "My sans-serif title"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_bg_effects
msgid "No effects"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_backgrounds
msgid "No image"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_top_content_options
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Normal"
msgstr "正常"
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:21
#, python-format
msgid "Opacity"
msgstr "不透明度"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Paragraph <span class=\"caret\"> </span>"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Pre Header"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Small Caps"
msgstr "小写"
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:13
#, python-format
msgid "Static Black"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.avantgarde_style_menu
msgid "Style Specimen"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid ""
"There was a low rumbling of heavy sea-boots among the benches, and a still "
"slighter shuffling of women's shoes, and all was quiet again, and every eye "
"on the preacher. He paused a little; then kneeling in the pulpit's bows, "
"folded his large brown hands across his chest"
msgstr ""
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:11
#, python-format
msgid "Transparent"
msgstr "透明"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.avantgarde_typo_pattern
msgid "Uppercase"
msgstr ""
#. module: theme_avantgarde
#. openerp-web
#: code:addons/theme_avantgarde/static/src/xml/s_media_block_modal_ext.xml:8
#, python-format
msgid "Video background"
msgstr ""
#. module: theme_avantgarde
#: model:website.menu,name:theme_avantgarde.graphene_home_menu
msgid "Welcome"
msgstr "欢迎"
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "Wide Logo"
msgstr ""
#. module: theme_avantgarde
#: model:ir.ui.view,arch_db:theme_avantgarde.theme_customize
msgid "http://www.odoo.com/this/is/a/sample/url"
msgstr ""
Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

@@ -0,0 +1,277 @@
<section id="theme_avantgarde_description" class="container">
<style>
#theme_avantgarde_description{
padding-top: 40px;
/*font-family: "lato", lato, sans-serif;*/
font-size: 1.4rem;
overflow-x: hidden;
}
#theme_avantgarde_description img{
pointer-events: none;
}
#theme_avantgarde_description h1{
font-weight: 100;
font-size: 100px;
font-size: 8vw;
display: inline-block;
border-bottom: 2px solid #7B7B7B;
margin-bottom: .31em;
}
#theme_avantgarde_description p.slim{
max-width: 600px;
position: relative;
display: block;
margin: 1em auto;
}
#theme_avantgarde_description h2:not(.sponsors){
color: #535353;
font-size: 3em;
font-weight: 500;
font-weight: 500;
letter-spacing: -2px;
word-spacing: -4px;
}
#theme_avantgarde_description h2.sponsors {
margin-top: 84px;
margin-bottom: 20px;
}
#theme_avantgarde_description .tech .img-responsive {
max-height: 75px;
text-align: center;
margin: 0 auto;
max-width: 150px;
}
hr.light{
}
.mt16{
margin-top: 16px;
}
.mt64{
margin-top: 64px;
}
.mb16{
margin-bottom: 16px;
}
.mb64{
margin-bottom: 64px;
}
.mb32{
margin-bottom: 32px;
}
</style>
<div class="text-center mb64">
<p class="lead slim">Avantgarde is a sophisticated theme to inspire and impress.<br/>
Its strength is its simplicity and flexibility.<br/>A perfect tool for anyone to create a clean and elegant website
</p>
<p>This theme has an <a href="https://apps.odoo.com/apps/10.0/theme_avantgarde_blog/">additional blog plugin</a>.</p>
</div>
<div class="row text-center mb64">
<div class="col-md-3 col-sm-6 mb32">
<img src="media/gift.png" style="max-width:60px; margin-bottom:10px;"alt=""/>
<h4>Fully-equipped</h4>
</div>
<div class="col-md-3 col-sm-6 mb32">
<img src="media/custom.png" style="max-width:60px; margin-bottom:10px;"alt=""/>
<h4>Flexible</h4>
</div>
<div class="col-md-3 col-sm-6 mb32">
<img src="media/mobile.png" style="max-width:60px; margin-bottom:10px;"alt=""/>
<h4>Mobile friendly</h4>
</div>
<div class="col-md-3 col-sm-6 mb32">
<img src="media/browsers.png" style="max-width:60px; margin-bottom:10px;"alt=""/>
<h4>Cross-browser</h4>
</div>
</div>
<div class="row text-center mt32 mb64">
<h2 class="text-muted">Main options</h2>
</div>
<div class="row text-center">
<div class="col-sm-6 col-md-5 col-md-offset-1">
<h4>Layout Options</h4>
<hr class="mb0"/>
<img class="img-responsive" src="media/layout.jpg" alt=""/>
</div>
<div class="col-sm-6 col-md-5">
<h4>Header Options</h4>
<hr class="mb0"/>
<img class="img-responsive" src="media/options.png" alt=""/>
</div>
<div class="col-sm-6 col-md-5 mt48 col-md-offset-1">
<h4>Color Options</h4>
<hr class="mb0"/>
<img class="img-responsive" src="media/palette.jpg" alt=""/>
</div>
<div class="col-sm-6 col-md-5 mt48">
<h4>Fonts Options</h4>
<hr class="mb0"/>
<img class="img-responsive" src="media/fonts.jpg" alt=""/>
</div>
</div>
<hr class="mb64" />
<div class="row tech mt64 mb64">
<div class="col-xs-4 col-md-4">
<img class="img-responsive center-block" src="media/HTML5.png" alt="" style="height:100px"/>
</div>
<div class="col-xs-4 col-md-4 mt16">
<img class="img-responsive center-block" src="media/less.png" alt=""/>
</div>
<div class="col-xs-4 col-md-4">
<img class="img-responsive center-block" src="media/CSS3.png" alt="" style="height:100px"/>
</div>
</div>
<hr class="mb64" />
<div class="row text-center mb32">
<h2 class="text-muted">Powerful snippets</h2>
</div>
<img class="img-responsive" src="media/maps.jpg" alt="" />
<hr class="mb64" />
<img class="img-responsive" src="media/video.jpg" alt="" />
<p class="slim">Some fonts might not work with extended charsets.</p>
<p class="slim mb64">The background pattern images in the theme are copyrighted and can't be used outside of the odoo.com domain.</p>
<hr class="mb64" />
<div class="row text-center mb32">
<h2 class="text-muted">Contributors list</h2>
<p class="slim">This theme has been created with the help of our user community.</p>
</div>
<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/>
<div class="text-center">
<h2 class="text-center sponsors">Main Sponsor</h2>
<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 clearfix">
<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>
<small>
Ross Whiting, Oxenworkwear - Hans Balis - Stephan Keller, Sodexis, Inc. - Michael Hucke, Hucke Media GmbH &#38; Co. KG - Joachim Grubelnik, DaDi EDV GmbH datadialog.net - DynApps - Cats&#38;Dogs bvba - Bloopark systems GmbH &#38; 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
</small>
<h2 class="text-center sponsors">Sponsor</h2>
<small>
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&#231;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&#195;&#179;n E, Colorisa S.A - OpenBias - Stanislas Drouin Applicatour
</small>
<h2 class="text-center sponsors">Power Designer</h2>
<small>
Rohit Thakral - Fran&ccedil;ois Dhommeaux, Ubic Informatique - Judson Alves, Market Home Delivery - Eric Flaux, ABF Osiell - Gilles Dupont - Arnis Putni&#326;&#353; - 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&#224;rl - Zoltan Gabor &#39;Apersis&#39; - 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&ccedil;ois Le Gal - Calin Chete (24h Solutions) - Maria Gabriela Fong, MAGA Systems &#38; Consulting - Pascal Behr, Cytosurge AG - Marc Antwertinger - Opencloud Unipessoal, Lda - Ruchir Shukla, BizzAppDev - Michael Hucke, Hucke Media GmbH &#38; 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&#252;nf GmbH - Vertex Group Enterprises - Bingen Eguzkitza - Herczeg P&#233;ter, InnOpen Group Kft - Giles Hohnen - Luis Felipe Mil&#233;o, KMEE - Maria Gabriela Fong, MAGA Systems &#38; Consulting - Aaron Magon, Web Industries - Andrew Trueman, B.M. Trueman &#38; 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
</small>
</div>
</section>
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

@@ -0,0 +1,50 @@
{\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
{\fonttbl\f0\fnil\fcharset0 Georgia;}
{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}
\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\deftab720
\pard\pardeftab720\sl560\sa108
\f0\fs26 \cf0 \expnd0\expndtw0\kerning0
bg_image_01.jpg / \expnd0\expndtw0\kerning0
bg_image_05.jpg\expnd0\expndtw0\kerning0
\
{\field{\*\fldinst{HYPERLINK "https://unsplash.com/"}}{\fldrslt https://unsplash.com/}}\
\
\pard\pardeftab720\sl560\sa108
\cf0 \expnd0\expndtw0\kerning0
bg_image_06.jpg\expnd0\expndtw0\kerning0
\
\pard\pardeftab720\sl560\sa108
\cf2 \expnd0\expndtw0\kerning0
\outl0\strokewidth0 \strokec2 Egon Schiele - Gustav Klimt im blauen Malerkittel - 1913\
\pard\pardeftab720\sl560\sa108
{\field{\*\fldinst{HYPERLINK "http://commons.wikimedia.org/wiki/File:Egon_Schiele_-_Gustav_Klimt_im_blauen_Malerkittel_-_1913.jpeg"}}{\fldrslt \cf0 \expnd0\expndtw0\kerning0
\outl0\strokewidth0 http://commons.wikimedia.org/wiki/File:Egon_Schiele_-_Gustav_Klimt_im_blauen_Malerkittel_-_1913.jpeg}}\cf0 \expnd0\expndtw0\kerning0
\outl0\strokewidth0 \
\
\pard\pardeftab720\sl560\sa108
\cf0 \expnd0\expndtw0\kerning0
bg_image_07.jpg\expnd0\expndtw0\kerning0
\
1988 le rocher \'e9clabouss\'e9\kerning1\expnd0\expndtw0 \
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardeftab720\pardirnatural
{\field{\*\fldinst{HYPERLINK "http://commons.wikimedia.org/wiki/File:1988_le_rocher_%C3%A9clabouss%C3%A9.jpg"}}{\fldrslt \cf0 http://commons.wikimedia.org/wiki/File:1988_le_rocher_%C3%A9clabouss%C3%A9.jpg}}\
\
\
\pard\pardeftab720\sl560\sa108
\cf0 \expnd0\expndtw0\kerning0
bg_image_08.jpg\kerning1\expnd0\expndtw0 \
\pard\pardeftab720\sl560\sa108
\cf2 \expnd0\expndtw0\kerning0
\outl0\strokewidth0 \strokec2 Paul Gauguin - Portrait of a man - Google Art Project.jpg\cf0 \kerning1\expnd0\expndtw0 \outl0\strokewidth0 \
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardeftab720\pardirnatural
{\field{\*\fldinst{HYPERLINK "http://commons.wikimedia.org/wiki/File:Paul_Gauguin_-_Portrait_of_a_man_-_Google_Art_Project.jpg"}}{\fldrslt \cf0 http://commons.wikimedia.org/wiki/File:Paul_Gauguin_-_Portrait_of_a_man_-_Google_Art_Project.jpg}}\
\
\pard\pardeftab720\sl560\sa108
\cf0 \expnd0\expndtw0\kerning0
bg_image_09.jpg\cf2 \expnd0\expndtw0\kerning0
\outl0\strokewidth0 \strokec2 \
\pard\pardeftab720\sl560\sa108
\cf2 Winter landscape Paul Gauguin.jpg\
{\field{\*\fldinst{HYPERLINK "http://commons.wikimedia.org/wiki/File:Winter_landscape_Paul_Gauguin.jpg"}}{\fldrslt http://commons.wikimedia.org/wiki/File:Winter_landscape_Paul_Gauguin.jpg}}}
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 886 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Some files were not shown because too many files have changed in this diff Show More