[ADD] theme saas-11.3
@@ -0,0 +1,27 @@
|
||||
Odoo Proprietary License v1.0
|
||||
|
||||
This software and associated files (the "Software") may only be used (executed,
|
||||
modified, executed after modifications) if you have purchased a valid license
|
||||
from the authors, typically via Odoo Apps, or if you have received a written
|
||||
agreement from the authors of the Software (see the COPYRIGHT file).
|
||||
|
||||
You may develop Odoo modules that use the Software as a library (typically
|
||||
by depending on it, importing it and using its resources), but without copying
|
||||
any source code or material from the Software. You may distribute those
|
||||
modules under the license of your choice, provided that this license is
|
||||
compatible with the terms of the Odoo Proprietary License (For example:
|
||||
LGPL, MIT, or proprietary licenses similar to this one).
|
||||
|
||||
It is forbidden to publish, distribute, sublicense, or sell copies of the Software
|
||||
or modified copies of the Software.
|
||||
|
||||
The above copyright notice and this permission notice must be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
'name': 'Bistro Theme',
|
||||
'description': 'Bistro Theme - Restaurant, Food/Drink, Catering, Food trucks',
|
||||
'category': 'Theme/Services',
|
||||
'summary': 'Restaurants, Catering, Food, Drinks, Accomodations, Lodging, Hosting, Vacations, Holidays, Travels',
|
||||
'sequence': 220,
|
||||
'version': '1.0',
|
||||
'depends': ['theme_treehouse'],
|
||||
'data': [
|
||||
'views/assets.xml',
|
||||
'views/images.xml',
|
||||
'views/preset.xml',
|
||||
'views/snippets_options.xml',
|
||||
],
|
||||
'demo': [
|
||||
'demo/home.xml',
|
||||
],
|
||||
'images': [
|
||||
'static/description/bistro_cover.jpg',
|
||||
'static/description/bistro_screenshot.jpeg',
|
||||
],
|
||||
'price': 4,
|
||||
'currency': 'EUR',
|
||||
'live_test_url': 'https://theme-bistro.odoo.com'
|
||||
}
|
||||
@@ -0,0 +1,324 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template name="Demo Page" id="demo_page">
|
||||
<t t-call="website.layout">
|
||||
<div id="wrap" class="oe_structure">
|
||||
|
||||
<div class="s_banner_2 carousel slide" id="myCarousel3" style="height: 450px;">
|
||||
<ol class="carousel-indicators"><li class="active" data-slide-to="0" data-target="#myCarousel3"></li><li data-slide-to="1" data-target="#myCarousel3" class=""></li><li data-slide-to="2" data-target="#myCarousel3" class=""></li></ol>
|
||||
<div class="carousel-inner">
|
||||
<div class="item bg-img-10 active">
|
||||
<div class="container">
|
||||
<div class="row content">
|
||||
<div class="col-md-4 col-md-offset-4 carousel-box-content bg-white text-center mt64">
|
||||
<h1 class="text-danger">Slide title</h1>
|
||||
<h5 class="mb16">Customize this text.</h5>
|
||||
<p class="mb16">Use this snippet to presents your content in a slideshow-like format, with a set number of items at a time and arrows for navigation.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item bg-img-02">
|
||||
<div class="container">
|
||||
<div class="row content">
|
||||
<div class="col-md-4 carousel-box-content mt64">
|
||||
<h1 class="text-white">Slide title</h1>
|
||||
<h5 class="mb16 text-gray">Click to customize this text.</h5>
|
||||
<p class="mb16 text-white">Add and arrange blocks to create a custom layout of text, images and links.</p>
|
||||
<p><a class="btn btn-sm btn-warning" href="/">Read more</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item bg-img-07">
|
||||
<div class="container">
|
||||
<div class="row content">
|
||||
<div class="col-md-4 col-md-offset-8 carousel-box-content text-right mt64">
|
||||
<h1 class="text-bg-white">Slide title</h1>
|
||||
<h5 class="text-beta text-bg-white">Customize this text.</h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-control left" data-slide="prev" data-target="#myCarousel3" href="#myCarousel3">
|
||||
<i class="fa fa-chevron-left fa-1x"/>
|
||||
</div>
|
||||
<div class="carousel-control right" data-slide="next" data-target="#myCarousel3" href="#myCarousel3">
|
||||
<i class="fa fa-chevron-right fa-1x"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section class="s_three_columns_carousel bg-gray-lighter">
|
||||
<div class="container">
|
||||
<div class="row mt32 mb32">
|
||||
<div class="col-md-4 col-sm-4 bg-white">
|
||||
<img alt="" class="img img-responsive" src="/web/image/theme_common.image_content_19"/>
|
||||
<h3>First Feature</h3>
|
||||
<h6 class="text-primary">Tell your story</h6>
|
||||
<p>Adapt these three columns to fit you design need. To duplicate, delete or move columns, select the column and use the top icons to perform your action.</p>
|
||||
</div>
|
||||
<div class="col-md-4 col-sm-4 bg-white">
|
||||
<div class="carousel slide" data-interval="10000" id="s_three_columns_carousel">
|
||||
<div class="carousel-inner">
|
||||
<div class="item">
|
||||
<img alt="" src="/web/image/theme_common.image_content_20"/>
|
||||
</div>
|
||||
<div class="item active">
|
||||
<img alt="" src="/web/image/theme_common.image_content_21"/>
|
||||
</div>
|
||||
<div class="item">
|
||||
<img alt="" src="/web/image/theme_common.image_content_22"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-control left" data-slide="prev" data-target="#s_three_columns_carousel">
|
||||
<i class="fa fa-chevron-left fa-1x"/>
|
||||
</div>
|
||||
<div class="carousel-control right" data-slide="next" data-target="#s_three_columns_carousel">
|
||||
<i class="fa fa-chevron-right fa-1x"/>
|
||||
</div>
|
||||
</div>
|
||||
<h3>Second Feature</h3>
|
||||
<h6 class="text-primary">Showcase your work</h6>
|
||||
<p>To add a fourth column, reduce the size of these three columns using the right icon of each block. Then, duplicate one of the column to create a new one.</p>
|
||||
</div>
|
||||
<div class="col-md-4 col-sm-4 bg-white">
|
||||
<img alt="" class="img img-responsive" src="/web/image/theme_common.image_content_23"/>
|
||||
<h3>Third Feature</h3>
|
||||
<h6 class="text-primary">Give some extra details</h6>
|
||||
<p>Delete the above image or replace it with a picture that illustrates your message.
|
||||
Click on the picture to change it's <em>rounded corner</em> style.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="s_features_circle mt64 mb64">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-sm-4 text-center">
|
||||
<span class="fa fa-bug fa-2x img-circle img-thumbnail bg-alpha" style="-webkit-animation-play-state: paused; -webkit-transition: none; transition: none"></span>
|
||||
<h3 class="mt16">First Feature</h3>
|
||||
<p class="text-muted">Tell what's the value for the customer for this feature.</p>
|
||||
</div>
|
||||
<div class="col-md-4 col-sm-4 text-center">
|
||||
<span class="fa fa-rocket fa-2x img-circle img-thumbnail bg-gray-darker"></span>
|
||||
<h3 class="mt16">Second Feature</h3>
|
||||
<p class="text-muted">Write what the customer would like to know, not what you want to show.</p>
|
||||
</div>
|
||||
<div class="col-md-4 col-sm-4 text-center">
|
||||
<span class="fa fa-flask fa-2x img-circle img-thumbnail bg-beta" style="-webkit-animation-play-state: paused; -webkit-transition: none; transition: none"></span>
|
||||
<h3 class="mt16">Third Feature</h3>
|
||||
<p class="text-muted">A small explanation of this great feature, in clear words.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="s_news_carousel bg-img-10 border-waves">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 carousel slide mt64 mb64" data-interval="10000" id="myCarousel7" style="height:240px; overflow: hidden;">
|
||||
<div class="carousel-control left" data-slide="prev" data-target="#myCarousel7" href="#myCarousel7">
|
||||
<i class="fa fa-chevron-left fa-1x bg-white"/>
|
||||
</div>
|
||||
<div class="carousel-inner bg-white">
|
||||
<div class="item active">
|
||||
<div class="row content">
|
||||
<div class="col-md-3 news-carousel-time text-center bg-beta">
|
||||
<span class="day bg-white img-circle">18</span>
|
||||
<span class="month">
|
||||
<strong>DECEMBER</strong>
|
||||
</span>
|
||||
<span class="year">2014</span>
|
||||
</div>
|
||||
<div class="col-md-9 news-carousel-content">
|
||||
<h3 class="mt0">Ten basic rules to making an irresistible website.</h3>
|
||||
<p>Your website is where almost all of your customers will end up first. Let's clear up what it takes to give them the best experience with it.</p>
|
||||
<p>
|
||||
<a class="btn btn-xs btn-danger" href="https://www.odoo.com/blog/business-hacks-1/post/10-basic-rules-to-making-an-irresistible-website-201">Full read</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="row content">
|
||||
<div class="col-md-3 news-carousel-time text-center bg-beta">
|
||||
<span class="day bg-white img-circle">17</span>
|
||||
<span class="month">
|
||||
<strong>JANUARY</strong>
|
||||
</span>
|
||||
<span class="year">2015</span>
|
||||
</div>
|
||||
<div class="col-md-9 news-carousel-content">
|
||||
<h3 class="mt0">Five things to know to prepare for the future of eCommerce.</h3>
|
||||
<p>Which trends to follow? Which ideas will work?</p>
|
||||
<p>
|
||||
<a class="btn btn-xs btn-danger" href="https://www.odoo.com/blog/business-hacks-1/post/5-things-to-know-to-prepare-for-the-future-of-ecommerce-193">Discover more</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="row content">
|
||||
<div class="col-md-3 news-carousel-time text-center bg-beta">
|
||||
<span class="day bg-white img-circle">3</span>
|
||||
<span class="month">
|
||||
<strong>FEBRUARY</strong>
|
||||
</span>
|
||||
<span class="year">2015</span>
|
||||
</div>
|
||||
<div class="col-md-9 news-carousel-content">
|
||||
<h3 class="mt0">How you can use newsletters to increase your popularity?</h3>
|
||||
<p>Build relationships and recognition by staying in touch</p>
|
||||
<p>
|
||||
<a class="btn btn-xs btn-danger" href="https://www.odoo.com/blog/business-hacks-1/post/how-you-can-use-newsletters-to-increase-your-popularity-194">Click here</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-control right" data-slide="next" data-target="#myCarousel7" href="#myCarousel7">
|
||||
<i class="fa fa-chevron-right fa-1x bg-white"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="s_process_steps_2 mt64 mb32">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-3 text-center mb48 mt32">
|
||||
<i class="fa fa-hand-o-up fa-2x img-thumbnail img-circle bg-alpha"/>
|
||||
<h5 class="mt16">Select a product</h5>
|
||||
<p class="text-muted">This is the <strong>first step</strong>.</p>
|
||||
<p>Let your customers follow and understand your process.</p>
|
||||
</div>
|
||||
<div class="col-md-3 text-center mb48 mt32">
|
||||
<i class="fa fa-shopping-cart fa-2x img-thumbnail img-circle bg-gray-darker"/>
|
||||
<h5 class="mt16">Add to cart</h5>
|
||||
<p class="text-muted">This is the <strong>second step</strong>.</p>
|
||||
<p>Click on the icon to adapt it to your purpose.</p>
|
||||
</div>
|
||||
<div class="col-md-3 text-center mb48 mt32">
|
||||
<i class="fa fa-unlock-alt fa-2x img-thumbnail img-circle bg-beta"/>
|
||||
<h5 class="mt16">Sign in</h5>
|
||||
<p class="text-muted">This is the <strong>third step</strong>.</p>
|
||||
<p>Duplicate blocks to add more steps.</p>
|
||||
</div>
|
||||
<div class="col-md-3 text-center mb48 mt32">
|
||||
<i class="fa fa-paypal fa-2x img-thumbnail img-circle bg-gray-darker"/>
|
||||
<h5 class="mt16">Pay</h5>
|
||||
<p class="text-muted">This is the <strong>fourth step</strong>.</p>
|
||||
<p>Select and delete blocks to remove some steps.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="s_images_captions_fw">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-6 bg-img-11" style="height:250px;">
|
||||
<p class="bg-white">
|
||||
<span class="text-primary fa fa-info-circle"></span>
|
||||
<strong>- Fairy Cupcakes</strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-6 bg-img-09" style="height:250px;">
|
||||
<p class="bg-white">
|
||||
<span class="text-primary fa fa-info-circle"></span>
|
||||
<strong>- Crumbly Cookies</strong>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="s_team_profiles_2">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-4 text-center mt48 mb48">
|
||||
<div class="profile-body bg-beta">
|
||||
<img alt="" class="img img-responsive img-circle" src="/web/image/theme_common.image_content_18"/>
|
||||
<h3>John DOE</h3>
|
||||
<p class="text-primary"><strong>- CHIEF -</strong></p>
|
||||
<p>Use this paragraph to write a short, sweet and successful resume about this member of your team.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 text-center mt48 mb48">
|
||||
<div class="profile-body bg-gray-darker">
|
||||
<img alt="" class="img img-responsive img-circle" src="/web/image/theme_common.image_content_09"/>
|
||||
<h3>John DOE</h3>
|
||||
<p class="text-primary"><strong>- SAUCEMAKER -</strong></p>
|
||||
<p>Use this paragraph to write a short, sweet and successful resume about this member of your team.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 text-center mt48 mb48">
|
||||
<div class="profile-body bg-gray-lighter">
|
||||
<img alt="" class="img img-responsive img-circle" src="/web/image/theme_common.image_content_11"/>
|
||||
<h3>John DOE</h3>
|
||||
<p class="text-primary"><strong>- PASTRY COOK -</strong></p>
|
||||
<p>Use this paragraph to write a short, sweet and successful resume about this member of your team.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="s_text_block_image_fw bg-img-12 border-waves mb32">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="mt64 mb64 col-md-5">
|
||||
<h2 class="text-white">Short headline</h2>
|
||||
<h5 class="text-primary">With a great subtitle</h5>
|
||||
<p class="text-white">Write one or two paragraphs describing your product, services or a specific feature.<br/> 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>- <font class="text-white">An additional information</font></strong>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="s_references_2 mb48">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mb0">
|
||||
<h2 class="mb16">Our References</h2>
|
||||
<h5 class="text-primary mb16">More than 500 happy customers.</h5>
|
||||
</div>
|
||||
<div class="mt0 col-md-12">
|
||||
<div class="row">
|
||||
<div class="mb0 col-md-2">
|
||||
<img alt="" class="img img-responsive" src="/web/image/theme_common.image_content_12"/>
|
||||
</div>
|
||||
<div class="mb0 col-md-2">
|
||||
<img alt="" class="img img-responsive" src="/web/image/theme_common.image_content_13"/>
|
||||
</div>
|
||||
<div class="mb0 col-md-2">
|
||||
<img alt="" class="img img-responsive" src="/web/image/theme_common.image_content_14"/>
|
||||
</div>
|
||||
<div class="mb16 mt0 col-md-2">
|
||||
<img alt="" class="img img-responsive" src="/web/image/theme_common.image_content_15"/>
|
||||
</div>
|
||||
<div class="mb16 col-md-2">
|
||||
<img alt="" class="img img-responsive" src="/web/image/theme_common.image_content_16"/>
|
||||
</div>
|
||||
<div class="mb16 col-md-2">
|
||||
<img alt="" class="img img-responsive" src="/web/image/theme_common.image_content_17"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -0,0 +1,364 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_bistro
|
||||
#
|
||||
# Translators:
|
||||
# Chris Egal <sodaswed@web.de>, 2019
|
||||
# e2f <projects@e2f.com>, 2019
|
||||
# Martin Trigaux, 2019
|
||||
# Wolfgang Taferner, 2019
|
||||
# Ermin Trevisan <trevi@twanda.com>, 2019
|
||||
# Dejan Dinic, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 08:05+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:19+0000\n"
|
||||
"Last-Translator: Dejan Dinic, 2019\n"
|
||||
"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<i class=\"fa fa-info-circle fa-1x text-primary\"/>\n"
|
||||
" <strong>- <font class=\"text-white\">An additional information</font></strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "<i class=\"fa fa-reorder fa-1x\"/>Borders"
|
||||
msgstr "<i class=\"fa fa-reorder fa-1x\"/>Ränder"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"day bg-white img-circle\">17</span>\n"
|
||||
" <span class=\"month\">\n"
|
||||
" <strong>JANUARY</strong>\n"
|
||||
" </span>\n"
|
||||
" <span class=\"year\">2015</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"day bg-white img-circle\">18</span>\n"
|
||||
" <span class=\"month\">\n"
|
||||
" <strong>DECEMBER</strong>\n"
|
||||
" </span>\n"
|
||||
" <span class=\"year\">2014</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"day bg-white img-circle\">3</span>\n"
|
||||
" <span class=\"month\">\n"
|
||||
" <strong>FEBRUARY</strong>\n"
|
||||
" </span>\n"
|
||||
" <span class=\"year\">2015</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"text-primary fa fa-info-circle\"/>\n"
|
||||
" <strong>- Crumbly Cookies</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"text-primary fa fa-info-circle\"/>\n"
|
||||
" <strong>- Fairy Cupcakes</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<strong>- CHIEF -</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<strong>- PASTRY COOK -</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<strong>- SAUCEMAKER -</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "A small explanation of this great feature, in clear words."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Adapt these three columns to fit you design need. To duplicate, delete or "
|
||||
"move columns, select the column and use the top icons to perform your "
|
||||
"action."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Add and arrange blocks to create a custom layout of text, images and links."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Add to cart"
|
||||
msgstr "In den Einkaufskorb"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Build relationships and recognition by staying in touch"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Click here"
|
||||
msgstr "Hier klicken"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Click on the icon to adapt it to your purpose."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Click to customize this text."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Customize this text."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Delete the above image or replace it with a picture that illustrates your message.\n"
|
||||
" Click on the picture to change it's <em>rounded corner</em> style."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Discover more"
|
||||
msgstr "Entdecke Sie mehr"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Duplicate blocks to add more steps."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "First Feature"
|
||||
msgstr "Erstes Feature"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Five things to know to prepare for the future of eCommerce."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Full read"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Give some extra details"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "How you can use newsletters to increase your popularity?"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "John DOE"
|
||||
msgstr "Hans MUSTER"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Let your customers follow and understand your process."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Lines"
|
||||
msgstr "Linien"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "More than 500 happy customers."
|
||||
msgstr "Mehr als 500 zufriedene Kunden."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "None"
|
||||
msgstr "Keine"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Our References"
|
||||
msgstr "Unsere Referenzen"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Pay"
|
||||
msgstr "Zahlen"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Read more"
|
||||
msgstr "Mehr lesen"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Second Feature"
|
||||
msgstr "Zweites Feature"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Select a product"
|
||||
msgstr "Ein Produkt wählen"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Select and delete blocks to remove some steps."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Short headline"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Showcase your work"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Sign in"
|
||||
msgstr "Anmelden"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Slide title"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Tell what's the value for the customer for this feature."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Tell your story"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Ten basic rules to making an irresistible website."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Third Feature"
|
||||
msgstr "Drittes Feature"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>first step</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>fourth step</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>second step</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>third step</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"To add a fourth column, reduce the size of these three columns using the "
|
||||
"right icon of each block. Then, duplicate one of the column to create a new "
|
||||
"one."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Triangles"
|
||||
msgstr "Dreiecke"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Use this paragraph to write a short, sweet and successful resume about this "
|
||||
"member of your team."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Use this snippet to presents your content in a slideshow-like format, with a"
|
||||
" set number of items at a time and arrows for navigation."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Waves"
|
||||
msgstr "Wellen"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Which trends to follow? Which ideas will work?"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "With a great subtitle"
|
||||
msgstr "Mit einem großartigen Untertitel"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Write one or two paragraphs describing your product, services or a specific "
|
||||
"feature.<br/> To be successful your content needs to be useful to your "
|
||||
"readers."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Write what the customer would like to know, not what you want to show."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Your website is where almost all of your customers will end up first. Let's "
|
||||
"clear up what it takes to give them the best experience with it."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,41 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_bistro
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-24 12:32+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 12:32+0000\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_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "<i class=\"fa fa-reorder fa-1x\"/>Borders"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Triangles"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Waves"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,370 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_bistro
|
||||
#
|
||||
# Translators:
|
||||
# 6534c450c77b2549e41c52e2051f5839, 2019
|
||||
# Martin Trigaux, 2019
|
||||
# Florian Hatat, 2019
|
||||
# Melanie Bernard <mbe@odoo.com>, 2019
|
||||
# Eloïse Stilmant <est@odoo.com>, 2019
|
||||
# Lucas Deliege <lud@openerp.com>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 08:05+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:19+0000\n"
|
||||
"Last-Translator: Lucas Deliege <lud@openerp.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_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<i class=\"fa fa-info-circle fa-1x text-primary\"/>\n"
|
||||
" <strong>- <font class=\"text-white\">An additional information</font></strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "<i class=\"fa fa-reorder fa-1x\"/>Borders"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"day bg-white img-circle\">17</span>\n"
|
||||
" <span class=\"month\">\n"
|
||||
" <strong>JANUARY</strong>\n"
|
||||
" </span>\n"
|
||||
" <span class=\"year\">2015</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"day bg-white img-circle\">18</span>\n"
|
||||
" <span class=\"month\">\n"
|
||||
" <strong>DECEMBER</strong>\n"
|
||||
" </span>\n"
|
||||
" <span class=\"year\">2014</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"day bg-white img-circle\">3</span>\n"
|
||||
" <span class=\"month\">\n"
|
||||
" <strong>FEBRUARY</strong>\n"
|
||||
" </span>\n"
|
||||
" <span class=\"year\">2015</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"text-primary fa fa-info-circle\"/>\n"
|
||||
" <strong>- Crumbly Cookies</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"text-primary fa fa-info-circle\"/>\n"
|
||||
" <strong>- Fairy Cupcakes</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<strong>- CHIEF -</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<strong>- PASTRY COOK -</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<strong>- SAUCEMAKER -</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "A small explanation of this great feature, in clear words."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Adapt these three columns to fit you design need. To duplicate, delete or "
|
||||
"move columns, select the column and use the top icons to perform your "
|
||||
"action."
|
||||
msgstr ""
|
||||
"Adaptez ces trois colonnes à vos besoin graphique. Pour dupliquer, supprimer"
|
||||
" ou bouger les colonnes, sélectionnez la colonne et utilisez les icônes en "
|
||||
"haut à droite de celle-ci pour effectuer votre action."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Add and arrange blocks to create a custom layout of text, images and links."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Add to cart"
|
||||
msgstr "Ajouter au panier"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Build relationships and recognition by staying in touch"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Click here"
|
||||
msgstr "Cliquez ici"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Click on the icon to adapt it to your purpose."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Click to customize this text."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Customize this text."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Delete the above image or replace it with a picture that illustrates your message.\n"
|
||||
" Click on the picture to change it's <em>rounded corner</em> style."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Discover more"
|
||||
msgstr "Découvrir"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Duplicate blocks to add more steps."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "First Feature"
|
||||
msgstr "Première fonctionnalité"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Five things to know to prepare for the future of eCommerce."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Full read"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Give some extra details"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "How you can use newsletters to increase your popularity?"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "John DOE"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Let your customers follow and understand your process."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Lines"
|
||||
msgstr "Lignes"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "More than 500 happy customers."
|
||||
msgstr "Plus de 500 clients contents."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "None"
|
||||
msgstr "Aucun"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Our References"
|
||||
msgstr "Nos références"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Pay"
|
||||
msgstr "Payer"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Read more"
|
||||
msgstr "En savoir plus"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Second Feature"
|
||||
msgstr "Seconde fonctionnalité "
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Select a product"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Select and delete blocks to remove some steps."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Short headline"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Showcase your work"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Sign in"
|
||||
msgstr "Pointer l'entrée"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Slide title"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Tell what's the value for the customer for this feature."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Tell your story"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Ten basic rules to making an irresistible website."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Third Feature"
|
||||
msgstr "Troisième fonctionnalité"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>first step</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>fourth step</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>second step</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>third step</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"To add a fourth column, reduce the size of these three columns using the "
|
||||
"right icon of each block. Then, duplicate one of the column to create a new "
|
||||
"one."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Triangles"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Use this paragraph to write a short, sweet and successful resume about this "
|
||||
"member of your team."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Use this snippet to presents your content in a slideshow-like format, with a"
|
||||
" set number of items at a time and arrows for navigation."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Waves"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Which trends to follow? Which ideas will work?"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "With a great subtitle"
|
||||
msgstr "Avec un super sous-titre"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Write one or two paragraphs describing your product, services or a specific "
|
||||
"feature.<br/> To be successful your content needs to be useful to your "
|
||||
"readers."
|
||||
msgstr ""
|
||||
"Ecrivez un ou deux paragraphes décrivant votre article, vos services ou une "
|
||||
"fonctionnalité spécifique.<br/> Pour avoir du succès, votre contenu doit "
|
||||
"être utile pour vos lecteurs."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Write what the customer would like to know, not what you want to show."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Your website is where almost all of your customers will end up first. Let's "
|
||||
"clear up what it takes to give them the best experience with it."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,380 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_bistro
|
||||
#
|
||||
# Translators:
|
||||
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2019
|
||||
# Yenthe Van Ginneken <yenthespam@gmail.com>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 08:05+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:19+0000\n"
|
||||
"Last-Translator: Yenthe Van Ginneken <yenthespam@gmail.com>, 2019\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<i class=\"fa fa-info-circle fa-1x text-primary\"/>\n"
|
||||
" <strong>- <font class=\"text-white\">An additional information</font></strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "<i class=\"fa fa-reorder fa-1x\"/>Borders"
|
||||
msgstr "<i class=\"fa fa-reorder fa-1x\"/>Randen"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"day bg-white img-circle\">17</span>\n"
|
||||
" <span class=\"month\">\n"
|
||||
" <strong>JANUARY</strong>\n"
|
||||
" </span>\n"
|
||||
" <span class=\"year\">2015</span>"
|
||||
msgstr ""
|
||||
"<span class=\"day bg-white img-circle\">17</span>\n"
|
||||
" <span class=\"month\">\n"
|
||||
" <strong>JANUARI</strong>\n"
|
||||
" </span>\n"
|
||||
" <span class=\"year\">2015</span>"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"day bg-white img-circle\">18</span>\n"
|
||||
" <span class=\"month\">\n"
|
||||
" <strong>DECEMBER</strong>\n"
|
||||
" </span>\n"
|
||||
" <span class=\"year\">2014</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"day bg-white img-circle\">3</span>\n"
|
||||
" <span class=\"month\">\n"
|
||||
" <strong>FEBRUARY</strong>\n"
|
||||
" </span>\n"
|
||||
" <span class=\"year\">2015</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"text-primary fa fa-info-circle\"/>\n"
|
||||
" <strong>- Crumbly Cookies</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"text-primary fa fa-info-circle\"/>\n"
|
||||
" <strong>- Fairy Cupcakes</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<strong>- CHIEF -</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<strong>- PASTRY COOK -</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<strong>- SAUCEMAKER -</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "A small explanation of this great feature, in clear words."
|
||||
msgstr ""
|
||||
"Een korte uitleg van deze geweldige functionalit, in duidelijke woorden."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Adapt these three columns to fit you design need. To duplicate, delete or "
|
||||
"move columns, select the column and use the top icons to perform your "
|
||||
"action."
|
||||
msgstr ""
|
||||
"Pas deze drie kolommen aan, zodat ze voldoen aan uw ontwerp behoefte. Om te "
|
||||
"dupliceren, verwijderen of kolommen verplaatsen, selecteert u de kolom en "
|
||||
"gebruik de bovenste pictogrammen om uw actie uit te voeren."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Add and arrange blocks to create a custom layout of text, images and links."
|
||||
msgstr ""
|
||||
"Voeg blokken toe en wijzig ze om een aangepaste lay-out van tekst, "
|
||||
"afbeeldingen en links te maken."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Add to cart"
|
||||
msgstr "Toevoegen aan winkelmandje"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Build relationships and recognition by staying in touch"
|
||||
msgstr "Bouw relaties en erkenningen door in contact te blijven"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Click here"
|
||||
msgstr "Klik hier"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Click on the icon to adapt it to your purpose."
|
||||
msgstr "Klik op het icoon om het te wijzigen aan uw doel."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Click to customize this text."
|
||||
msgstr "Klik om deze tekst te personaliseren."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Customize this text."
|
||||
msgstr "Personaliseer deze tekst."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Delete the above image or replace it with a picture that illustrates your message.\n"
|
||||
" Click on the picture to change it's <em>rounded corner</em> style."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Discover more"
|
||||
msgstr "Ontdek meer"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Duplicate blocks to add more steps."
|
||||
msgstr "Dupliceer blokken om meer stappen toe te voegen."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "First Feature"
|
||||
msgstr "Eerste optie"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Five things to know to prepare for the future of eCommerce."
|
||||
msgstr "Vijf dingen om voor te bereiden voor de toekomst van e-commerce."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Full read"
|
||||
msgstr "Volledig lezen"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Give some extra details"
|
||||
msgstr "Geef extra details in"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "How you can use newsletters to increase your popularity?"
|
||||
msgstr "Hoe kan u nieuwsbrieven gebruiken om uw populariteit te vergroten?"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "John DOE"
|
||||
msgstr "John DOE"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Let your customers follow and understand your process."
|
||||
msgstr "Laat uw klanten het proces volgen en begrijpen."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Lines"
|
||||
msgstr "Lijnen"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "More than 500 happy customers."
|
||||
msgstr "Meer dan 500 blije klanten."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "None"
|
||||
msgstr "Geen"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Our References"
|
||||
msgstr "Onze referenties"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Pay"
|
||||
msgstr "Betaal"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Read more"
|
||||
msgstr "Lees mee"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Second Feature"
|
||||
msgstr "Tweede functie"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Select a product"
|
||||
msgstr "Selecteer een product"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Select and delete blocks to remove some steps."
|
||||
msgstr "Selecteer en verwijder blokken om stappen te verwijderen."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Short headline"
|
||||
msgstr "Korte hoofding"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Showcase your work"
|
||||
msgstr "Toon uw werk"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Sign in"
|
||||
msgstr "Aanmelden"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Slide title"
|
||||
msgstr "Dia titel"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Tell what's the value for the customer for this feature."
|
||||
msgstr "Vertel wat de waarde is van deze optie voor de klant."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Tell your story"
|
||||
msgstr "Vertel uw verhaal"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Ten basic rules to making an irresistible website."
|
||||
msgstr "Tien basisregels om een onweerstaanbare website te maken."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Third Feature"
|
||||
msgstr "Derde functie"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>first step</strong>."
|
||||
msgstr "Dit is de <strong>eerste stap</strong>."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>fourth step</strong>."
|
||||
msgstr "Dit is de <strong>vierde stap</strong>."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>second step</strong>."
|
||||
msgstr "Dit is de <strong>tweede stap</strong>."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>third step</strong>."
|
||||
msgstr "Dit is de <strong>derde stap</strong>."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"To add a fourth column, reduce the size of these three columns using the "
|
||||
"right icon of each block. Then, duplicate one of the column to create a new "
|
||||
"one."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Triangles"
|
||||
msgstr "Driehoeken"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Use this paragraph to write a short, sweet and successful resume about this "
|
||||
"member of your team."
|
||||
msgstr ""
|
||||
"Gebruik deze paragraaf om een korte, leuke en succesvolle samenvatting te "
|
||||
"schrijven over dit teamlid."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Use this snippet to presents your content in a slideshow-like format, with a"
|
||||
" set number of items at a time and arrows for navigation."
|
||||
msgstr ""
|
||||
"Gebruik deze snippet om uw inhoud te tonen in een presentatie formaat, met "
|
||||
"een paar items per keer en pijlen voor navigatie."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Waves"
|
||||
msgstr "Golven"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Which trends to follow? Which ideas will work?"
|
||||
msgstr "Welke trends te volgen? Welke ideeën zullen werken?"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "With a great subtitle"
|
||||
msgstr "Met een geweldige subtitel"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Write one or two paragraphs describing your product, services or a specific "
|
||||
"feature.<br/> To be successful your content needs to be useful to your "
|
||||
"readers."
|
||||
msgstr ""
|
||||
"Schrijf één of meer paragrafen die uw product, dienst of een specifieke "
|
||||
"kenmerk te omschrijven. <br/> Om succesvol te zijn moet uw inhoud bruikbaar "
|
||||
"zijn voor uw gebruikers."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Write what the customer would like to know, not what you want to show."
|
||||
msgstr "Schrijf wat de klant graag wilt weten, niet wat u wilt tonen."
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Your website is where almost all of your customers will end up first. Let's "
|
||||
"clear up what it takes to give them the best experience with it."
|
||||
msgstr ""
|
||||
"Uw website is waar bijna al uw klanten eerst op uitkomen. Laten we uitklaren"
|
||||
" wat er nodig is om hem de beste ervaring hiermee te geven."
|
||||
@@ -0,0 +1,333 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_bistro
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 08:05+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 08:05+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_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<i class=\"fa fa-info-circle fa-1x text-primary\"/>\n"
|
||||
" <strong>- <font class=\"text-white\">An additional information</font></strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "<i class=\"fa fa-reorder fa-1x\"/>Borders"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<span class=\"day bg-white img-circle\">17</span>\n"
|
||||
" <span class=\"month\">\n"
|
||||
" <strong>JANUARY</strong>\n"
|
||||
" </span>\n"
|
||||
" <span class=\"year\">2015</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<span class=\"day bg-white img-circle\">18</span>\n"
|
||||
" <span class=\"month\">\n"
|
||||
" <strong>DECEMBER</strong>\n"
|
||||
" </span>\n"
|
||||
" <span class=\"year\">2014</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<span class=\"day bg-white img-circle\">3</span>\n"
|
||||
" <span class=\"month\">\n"
|
||||
" <strong>FEBRUARY</strong>\n"
|
||||
" </span>\n"
|
||||
" <span class=\"year\">2015</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<span class=\"text-primary fa fa-info-circle\"/>\n"
|
||||
" <strong>- Crumbly Cookies</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<span class=\"text-primary fa fa-info-circle\"/>\n"
|
||||
" <strong>- Fairy Cupcakes</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<strong>- CHIEF -</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<strong>- PASTRY COOK -</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<strong>- SAUCEMAKER -</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "A small explanation of this great feature, in clear words."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Adapt these three columns to fit you design need. To duplicate, delete or move columns, select the column and use the top icons to perform your action."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Add and arrange blocks to create a custom layout of text, images and links."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Add to cart"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Build relationships and recognition by staying in touch"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Click here"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Click on the icon to adapt it to your purpose."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Click to customize this text."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Customize this text."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Delete the above image or replace it with a picture that illustrates your message.\n"
|
||||
" Click on the picture to change it's <em>rounded corner</em> style."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Discover more"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Duplicate blocks to add more steps."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "First Feature"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Five things to know to prepare for the future of eCommerce."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Full read"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Give some extra details"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "How you can use newsletters to increase your popularity?"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "John DOE"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Let your customers follow and understand your process."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "More than 500 happy customers."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Our References"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Pay"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Read more"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Second Feature"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Select a product"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Select and delete blocks to remove some steps."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Short headline"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Showcase your work"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Slide title"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Tell what's the value for the customer for this feature."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Tell your story"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Ten basic rules to making an irresistible website."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Third Feature"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>first step</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>fourth step</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>second step</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>third step</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "To add a fourth column, reduce the size of these three columns using the right icon of each block. Then, duplicate one of the column to create a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Triangles"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Use this paragraph to write a short, sweet and successful resume about this member of your team."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Use this snippet to presents your content in a slideshow-like format, with a set number of items at a time and arrows for navigation."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Waves"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Which trends to follow? Which ideas will work?"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "With a great subtitle"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Write one or two paragraphs describing your product, services or a specific feature.<br/> To be successful your content needs to be useful to your readers."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Write what the customer would like to know, not what you want to show."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Your website is where almost all of your customers will end up first. Let's clear up what it takes to give them the best experience with it."
|
||||
msgstr ""
|
||||
|
||||
@@ -0,0 +1,367 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_bistro
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2019
|
||||
# Jeffery CHEN <jeffery9@gmail.com>, 2019
|
||||
# liAnGjiA <liangjia@qq.com>, 2019
|
||||
# 山西清水欧度(QQ:54773801) <54773801@qq.com>, 2019
|
||||
# e2f_cn c5 <jarvisn@ecinnovations.com>, 2019
|
||||
# bf2549c5415a9287249cba2b8a5823c7, 2019
|
||||
# Jeff Yu - Elico Corp <jeff.yu@elico-corp.com>, 2019
|
||||
# diaojiaolou <124412206@qq.com>, 2019
|
||||
# Lisa Zhang <lzh@odoo.com>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 08:05+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:19+0000\n"
|
||||
"Last-Translator: Lisa Zhang <lzh@odoo.com>, 2019\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<i class=\"fa fa-info-circle fa-1x text-primary\"/>\n"
|
||||
" <strong>- <font class=\"text-white\">An additional information</font></strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "<i class=\"fa fa-reorder fa-1x\"/>Borders"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"day bg-white img-circle\">17</span>\n"
|
||||
" <span class=\"month\">\n"
|
||||
" <strong>JANUARY</strong>\n"
|
||||
" </span>\n"
|
||||
" <span class=\"year\">2015</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"day bg-white img-circle\">18</span>\n"
|
||||
" <span class=\"month\">\n"
|
||||
" <strong>DECEMBER</strong>\n"
|
||||
" </span>\n"
|
||||
" <span class=\"year\">2014</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"day bg-white img-circle\">3</span>\n"
|
||||
" <span class=\"month\">\n"
|
||||
" <strong>FEBRUARY</strong>\n"
|
||||
" </span>\n"
|
||||
" <span class=\"year\">2015</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"text-primary fa fa-info-circle\"/>\n"
|
||||
" <strong>- Crumbly Cookies</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"<span class=\"text-primary fa fa-info-circle\"/>\n"
|
||||
" <strong>- Fairy Cupcakes</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<strong>- CHIEF -</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<strong>- PASTRY COOK -</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "<strong>- SAUCEMAKER -</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "A small explanation of this great feature, in clear words."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Adapt these three columns to fit you design need. To duplicate, delete or "
|
||||
"move columns, select the column and use the top icons to perform your "
|
||||
"action."
|
||||
msgstr "调整这三列以满足您的设计需求。要复制,删除或移动列,请选择列并使用顶部图标执行操作。"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Add and arrange blocks to create a custom layout of text, images and links."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Add to cart"
|
||||
msgstr "加入购物车"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Build relationships and recognition by staying in touch"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Click here"
|
||||
msgstr "点击这里"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Click on the icon to adapt it to your purpose."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Click to customize this text."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Customize this text."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Delete the above image or replace it with a picture that illustrates your message.\n"
|
||||
" Click on the picture to change it's <em>rounded corner</em> style."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Discover more"
|
||||
msgstr "了解更多"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Duplicate blocks to add more steps."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "First Feature"
|
||||
msgstr "第一功能"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Five things to know to prepare for the future of eCommerce."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Full read"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Give some extra details"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "How you can use newsletters to increase your popularity?"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "John DOE"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Let your customers follow and understand your process."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Lines"
|
||||
msgstr "明细行"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "More than 500 happy customers."
|
||||
msgstr "500多个快乐的客户。"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "None"
|
||||
msgstr "无"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Our References"
|
||||
msgstr "我们的参考"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Pay"
|
||||
msgstr "付款"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Read more"
|
||||
msgstr "阅读更多"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Second Feature"
|
||||
msgstr "第二功能"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Select a product"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Select and delete blocks to remove some steps."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Short headline"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Showcase your work"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Sign in"
|
||||
msgstr "登录"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Slide title"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Tell what's the value for the customer for this feature."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Tell your story"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Ten basic rules to making an irresistible website."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Third Feature"
|
||||
msgstr "第三功能"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>first step</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>fourth step</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>second step</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "This is the <strong>third step</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"To add a fourth column, reduce the size of these three columns using the "
|
||||
"right icon of each block. Then, duplicate one of the column to create a new "
|
||||
"one."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Triangles"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Use this paragraph to write a short, sweet and successful resume about this "
|
||||
"member of your team."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Use this snippet to presents your content in a slideshow-like format, with a"
|
||||
" set number of items at a time and arrows for navigation."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.bistro_options
|
||||
msgid "Waves"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Which trends to follow? Which ideas will work?"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "With a great subtitle"
|
||||
msgstr "附带很棒的副标题"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Write one or two paragraphs describing your product, services or a specific "
|
||||
"feature.<br/> To be successful your content needs to be useful to your "
|
||||
"readers."
|
||||
msgstr "写一两段描述你的产品、服务或具体功能。<br/>要获得成功,你的内容需要对你的读者有用。"
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid "Write what the customer would like to know, not what you want to show."
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_bistro
|
||||
#: model:ir.ui.view,arch_db:theme_bistro.demo_page
|
||||
msgid ""
|
||||
"Your website is where almost all of your customers will end up first. Let's "
|
||||
"clear up what it takes to give them the best experience with it."
|
||||
msgstr ""
|
||||
|
After Width: | Height: | Size: 166 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 8.1 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,248 @@
|
||||
<section style="font-family: 'Lato', sans-serif;">
|
||||
<div class="container" style="text-align:left;">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<p class="jumbotron lead" style="margin-bottom:40px;">Bistro is a professional responsive HTML5 theme, built using Bootstrap, a popular front-end framework for developing responsive, mobile first projects on the web.<br/> Just drag & drop the building blocks you need to easily build your layout. All layouts are made of sections, that you can easily combine to fit your specific project.</p>
|
||||
|
||||
<h2 style="font-size:32px;font-weight:500;margin-bottom:20px;">Customization Tools</h2>
|
||||
<div class="alert alert-info" style="margin-bottom:20px; padding:20px;">Bistro was made with <strong>easy customization</strong> and <strong>branding</strong> in mind. Based on simple, modern and typographical elements, it allows you to easily build your website. All the options were made to work together. You can not go wrong with the settings.
|
||||
</div>
|
||||
<p class="text-muted"><i class="fa fa-1x fa-info-circle" style="color:#000;"></i> - You will find these options in: <strong>Customize</strong> (top-right of the screen) > <strong>Customize Theme</strong></p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4" style="margin-bottom:40px;">
|
||||
<img src="customization-modal-colors.gif" class="img img-responsive">
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<img src="customization-modal-fonts-patterns.gif" class="img img-responsive">
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<img src="customization-modal-background.gif" class="img img-responsive">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p style="margin-bottom:40px;">Some fonts might not work with extended charsets.</p>
|
||||
|
||||
<h2 style="font-size:32px;font-weight:500;margin-bottom:20px;">Building Blocks</h2>
|
||||
<div class="alert alert-info" style="padding:20px;">You get a <strong>new complete range</strong> of building blocks.</div>
|
||||
<p class="text-muted"><i class="fa fa-1x fa-info-circle" style="color:#000;"></i> - You will find these blocks in: <strong>Edit</strong> (top-left of the screen) > <strong>Insert Blocks</strong></p>
|
||||
|
||||
<h3 style="font-size:24px;font-weight:500;margin-bottom:10px;">Structure</h3>
|
||||
<div style="font-size:12px;">
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_banner_2.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Banner
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_page_header.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Page Header
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_features_circle.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Features Circle
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_numbers.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Numbers
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_three_columns_carousel.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
3-Col + Carousel
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_carousel_boxed.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Boxed Carousel
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_four_columns_fw.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
FW. 4-Col
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_images_captions_fw.gif" style="border:2px solid #000;margin:10px 0 5px 0;"/><br/>
|
||||
FW. Images + Captions
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_masonry_block.gif" style="border:2px solid #000;margin:10px 0 5px 0;"/><br/>
|
||||
Masonry Block
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 style="font-size:24px;font-weight:500;padding:20px 0 10px 0;clear:both;">Content</h3>
|
||||
<div style="font-size:12px;">
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_well_extended.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Well + Icons
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_blockquote_extended.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Blockquote + Author
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_separator_extended.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Separator + Styles
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_panel_extended.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Panel + Icons
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_share_extended.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Social + Styles
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_label.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Label
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_progress_bar.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Progress bar
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 style="font-size:24px;font-weight:500;padding:20px 0 10px 0;clear:both;">Features</h3>
|
||||
<div style="font-size:12px;">
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_references_2.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
References
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_quotes_slider_2.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Quotes Slider
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_features_grid_circle.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Features Grid
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_medias_list.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Medias List
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_news_carousel.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Naws Carousel
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_process_steps_2.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Steps
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_team_profiles_2.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
|
||||
Team Profiles
|
||||
</div>
|
||||
<div class="pull-left text-center" style="width:110px;">
|
||||
<img src="snippets_thumbs/s_google_map.gif" style="border:2px solid #000;margin:10px 0 5px 0;"/><br/>
|
||||
Google Map
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2 style="font-size:32px;font-weight:500;padding:40px 0 20px 0;clear:both;">Customize Your Blocks</h2>
|
||||
<div class="alert alert-info" style="padding:20px;">Each building blocks comes with its own options of <strong>layout</strong>, <strong>backgrounds</strong>, <strong>colors</strong>, and <strong>styles</strong></div>
|
||||
|
||||
<p style="margin-bottom:40px;">The images in this theme are copyrighted and can't be used outside of the odoo.com domain.</p>
|
||||
|
||||
<p class="jumbotron lead text-center" style="margin-bottom:40px;">
|
||||
This theme was created with the help of our user community.<br/>
|
||||
<strong>Thanks to our backers the Indiegogo campaign was a success!</strong><br/>
|
||||
<a>https://www.indiegogo.com/projects/bootstrap-themes-for-odoo-cms/</a>
|
||||
</p>
|
||||
|
||||
<h2 class="text-center" style="margin-top: 32px;">MAIN SPONSOR</h2>
|
||||
<hr style="border-top-color:#000;">
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.aselcis.com/" target="blank">
|
||||
<img src="contributors/aselcis.jpg" class="img-responsive img"/>
|
||||
</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 img"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.bloopark.de/" target="blank">
|
||||
<img src="contributors/bloopark.png" class="img-responsive img"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.brouwland.com" target="blank">
|
||||
<img src="contributors/brouwland.jpg" class="img-responsive img"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.catsanddogs.com/" target="blank">
|
||||
<img src="contributors/catsdogs.png" class="img-responsive img"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="https://www.hucke-media.de/" target="blank">
|
||||
<img src="contributors/huckemedia.png" class="img-responsive img"/>
|
||||
</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 img"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.dynapps.be/" target="blank">
|
||||
<img src="contributors/dynapps.jpg" class="img-responsive img"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://opusvl.com/" target="blank">
|
||||
<img src="contributors/opusvl.png" class="img-responsive img"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://oxenworkwear.com/" target="blank">
|
||||
<img src="contributors/oxen.jpg" class="img-responsive img"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.simplit.co/" target="blank">
|
||||
<img src="contributors/simplitco.jpg" class="img-responsive img"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.sodexis.com/" target="blank">
|
||||
<img src="contributors/sodexis.jpg" class="img-responsive img"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<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 img"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.applicatour.com/" target="blank">
|
||||
<img src="contributors/applicatour.jpg" class="img-responsive img"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="https://vauxoo.com" target="blank">
|
||||
<img src="contributors/vauxoo.png" class="img-responsive img"/>
|
||||
</a>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
Ross Whiting, Oxenworkwear - Hans Balis - Stephan Keller, Sodexis, Inc. - Michael Hucke, Hucke Media GmbH & Co. KG - Joachim Grubelnik, DaDi EDV GmbH datadialog.net - DynApps - Cats&Dogs bvba - Bloopark systems GmbH & Co. KG - Parthiv Patel, Tech Receptives Solutions Pvt. Ltd. - Stuart Mackintosh, OpusVL - Erwin van der Ploeg, BAS Solutions - ali Zuaby, simplit co - Aselcis Consulting - Nhomar Hernandez, Vauxoo
|
||||
</p>
|
||||
<h2 class="text-center" style="margin-top: 40px;">SPONSOR</h2>
|
||||
<hr style="border-top-color:#000;">
|
||||
<p>
|
||||
Robert Baumgartner, datenpol gmbh - openBIG - Russell Phillippe, Protogenos Ltd - Julien Allo, Julius - EasyPME - Jonathan Wilson, WillowIT Pty Ltd - Xavier Mallein, MAallein - Pedro M. Baeza, Serv. Tecnol. Avanzados - Daniel Dico, OERP Canada - Jantz Business Group b.v. - LogicaSoft Consulting - Eric Caudal, Elico Corp - Ermin Trevisan, Twanda - Jean-François Mattler, OpenFid SAS - Alex Ferrer, Lannex IT Solutions - Tony Gu, Shine IT Co. Ltd. 先安科技 - TaPo-IT OG - Jos De Graeve, Apertoso - Nicolas Rigo, eezee-it - Luis Miguel Varón E, Colorisa S.A - OpenBias - Stanislas Drouin Applicatour
|
||||
</p>
|
||||
<h2 class="text-center" style="margin-top: 40px;">POWER DESIGNER</h2>
|
||||
<hr style="border-top-color:#000;">
|
||||
<p>
|
||||
Rohit Thakral - François Dhommeaux, Ubic Informatique - Judson Alves, Market Home Delivery - Eric Flaux, ABF Osiell - Gilles Dupont - Arnis Putniņš - Johnson Martt, GetOpenERP (Part of OpenStow Technologies) - Gianluca Milano - Daniel Stolovich, ATEL S.A. - Equitania Software GmbH - Senthilnathan G - Houssine Bakkali - Arend Trip - Kevin Woolf, Baba Kevin's American Barbecue Co., Ltd. - toodoo sàrl - Zoltan Gabor 'Apersis' - Tom De Decker, WEB2GO LTD - Nicolás Cavalier Montenegro, STOREGUD CORPORATION SAC - Keirse Jerome - REAL Solutions S.A. - Davide Corio - Brice Muangkhot - Melvin Miguel Martinez, Mendoza Hernandez - Auditores - Chua Wen Ching - Tran Minh Tri working, ungdungtinhoc.com - Badisheng Morena - Sogexis - Josh Wardini - The Tee Shirt Bakery - Bruce Letterle, Red Lab Media - Benoit Vankoningsloo - Francisco Manuel Garcia Claramonte. - Paulina Mikolajczak-Blasco - Collectiv - Tony Fernando - Herbert Riener, rigaConcepts - Kalmen Chia, E-Global SCM Solution Sdn Bhd - Rob North, Pair A Dice Games - David E. Vargas, CloudShop - François Le Gal - Calin Chete (24h Solutions) - Maria Gabriela Fong, MAGA Systems & Consulting - Pascal Behr, Cytosurge AG - Marc Antwertinger - Opencloud Unipessoal, Lda - Ruchir Shukla, BizzAppDev - Michael Hucke, Hucke Media GmbH & Co. KG - Mathias Neef, copadoMEDIA UG - Pablo Arias - Same Motion - livingprocess.de - Habib Ayob - Igor Jovanovic - Liangming Wang, Weixuan Inc. - Jason Au Yeung, Binary System Limited - Fredrik Arvas, Arvas International AB - Martin Temmink, Zigaret - Mathieu Vanneste, Flockdesign - Filip Fruru, Instant Media - Marianne Wilmsmeier, Fabrik Fünf GmbH - Vertex Group Enterprises - Bingen Eguzkitza - Herczeg Péter, InnOpen Group Kft - Giles Hohnen - Luis Felipe Miléo, KMEE - Maria Gabriela Fong, MAGA Systems & Consulting - Aaron Magon, Web Industries - Andrew Trueman, B.M. Trueman & Partners - Sven Petersen, Conexus - Nous Cambas - Oliver Yuan, OpenStone - Henri Ibowili, A-YANT.COM - Nicolas JEUDY - Helmut Drewes - Maik Steinfeld, Streward - Hans Henrik Gabelgaard - AJ Rosman - Eduard - Patrick Darribet, SUDOKEYS - Camptocamp - Cyril Morisse - Alejandro Santana - Eva Pinter, YBO - Mathias Neef, copadoMEDIA UG - Jean-Christophe Perrot, LOGICASOFT - Zarshed Ali, HiTechnologia - Stefan Reisich - Maxime Chambreuil, Savoir-faire Linux - Mario Gielissen, Openworx - Nicholas Burdic, Aptoworks LLC - Olivier Lenoir
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
After Width: | Height: | Size: 518 B |
|
After Width: | Height: | Size: 435 B |
|
After Width: | Height: | Size: 547 B |
|
After Width: | Height: | Size: 564 B |
|
After Width: | Height: | Size: 342 B |
|
After Width: | Height: | Size: 793 B |
|
After Width: | Height: | Size: 911 B |
|
After Width: | Height: | Size: 666 B |
|
After Width: | Height: | Size: 335 B |
|
After Width: | Height: | Size: 675 B |
|
After Width: | Height: | Size: 624 B |
|
After Width: | Height: | Size: 522 B |
|
After Width: | Height: | Size: 573 B |
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 310 B |
|
After Width: | Height: | Size: 612 B |
|
After Width: | Height: | Size: 217 B |
|
After Width: | Height: | Size: 446 B |
|
After Width: | Height: | Size: 638 B |
|
After Width: | Height: | Size: 292 B |
|
After Width: | Height: | Size: 766 B |
|
After Width: | Height: | Size: 568 B |
|
After Width: | Height: | Size: 547 B |
|
After Width: | Height: | Size: 539 B |
|
After Width: | Height: | Size: 607 B |
|
After Width: | Height: | Size: 363 B |
|
After Width: | Height: | Size: 176 KiB |
|
After Width: | Height: | Size: 324 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 107 KiB |
|
After Width: | Height: | Size: 176 KiB |
|
After Width: | Height: | Size: 137 KiB |
|
After Width: | Height: | Size: 160 KiB |
|
After Width: | Height: | Size: 224 KiB |
|
After Width: | Height: | Size: 182 KiB |
|
After Width: | Height: | Size: 292 KiB |
|
After Width: | Height: | Size: 181 KiB |
|
After Width: | Height: | Size: 227 KiB |
|
After Width: | Height: | Size: 114 KiB |
|
After Width: | Height: | Size: 200 KiB |
|
After Width: | Height: | Size: 256 KiB |
|
After Width: | Height: | Size: 259 KiB |
|
After Width: | Height: | Size: 179 KiB |
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="10px" height="10px" viewBox="0 0 10 10" enable-background="new 0 0 10 10" xml:space="preserve">
|
||||
<rect y="2" fill="#FFFFFF" width="10" height="4"/>
|
||||
<rect y="8" fill="#FFFFFF" width="10" height="1"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 582 B |
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 19 14" width="19" height="14" enable-background="new 0 0 19 14" xml:space="preserve" preserveAspectRatio="none slice">
|
||||
<g id="Layer_2">
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M0,0c4,0,6.5,5.9,9.5,5.9S15,0,19,0v7H0V0z"/>
|
||||
<path fill="#FFFFFF" d="M19,14c-4,0-6.5-5.9-9.5-5.9S4,14,0,14l0-7h19V14z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 669 B |
|
After Width: | Height: | Size: 85 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 114 KiB |
|
After Width: | Height: | Size: 272 KiB |
|
After Width: | Height: | Size: 253 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 63 KiB |
|
After Width: | Height: | Size: 292 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 86 KiB |
|
After Width: | Height: | Size: 86 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 74 KiB |
|
After Width: | Height: | Size: 591 B |
|
After Width: | Height: | Size: 115 KiB |