From db495eb3ffa26053d62c73345bfbeb918c94de9f Mon Sep 17 00:00:00 2001 From: Benoit Socias Date: Tue, 9 Apr 2024 11:39:19 +0200 Subject: [PATCH] [REM] theme_common, theme_*: remove theme_common Theme common used to contain tools that were reused by most of the themes. It has now become an empty module which pollutes the module dependency tree. This commit removes `theme_common` and adapts themes that used to depend on it. task-3696867 --- theme_anelusia/__manifest__.py | 2 +- theme_artists/__manifest__.py | 2 +- theme_avantgarde/__manifest__.py | 2 +- theme_aviato/__manifest__.py | 2 +- theme_beauty/__manifest__.py | 2 +- theme_bewise/__manifest__.py | 2 +- theme_bistro/__manifest__.py | 2 +- theme_bookstore/__manifest__.py | 2 +- theme_clean/__manifest__.py | 2 +- theme_common/LICENSE | 27 - theme_common/__manifest__.py | 9 - theme_common/i18n/de.po | 2123 -------------------------- theme_common/i18n/es.po | 2112 ------------------------- theme_common/i18n/fr.po | 2109 ------------------------- theme_common/i18n/nl.po | 2290 ---------------------------- theme_common/i18n/theme_common.pot | 21 - theme_common/i18n/zh_CN.po | 2108 ------------------------- theme_enark/__manifest__.py | 2 +- theme_graphene/__manifest__.py | 2 +- theme_kea/__manifest__.py | 2 +- theme_kiddo/__manifest__.py | 2 +- theme_loftspace/__manifest__.py | 2 +- theme_monglia/__manifest__.py | 2 +- theme_nano/__manifest__.py | 2 +- theme_notes/__manifest__.py | 2 +- theme_odoo_experts/__manifest__.py | 2 +- theme_orchid/__manifest__.py | 2 +- theme_real_estate/__manifest__.py | 2 +- theme_treehouse/__manifest__.py | 2 +- theme_vehicle/__manifest__.py | 2 +- theme_yes/__manifest__.py | 2 +- theme_zap/__manifest__.py | 2 +- 32 files changed, 24 insertions(+), 10823 deletions(-) delete mode 100644 theme_common/LICENSE delete mode 100644 theme_common/__manifest__.py delete mode 100644 theme_common/i18n/de.po delete mode 100644 theme_common/i18n/es.po delete mode 100644 theme_common/i18n/fr.po delete mode 100644 theme_common/i18n/nl.po delete mode 100644 theme_common/i18n/theme_common.pot delete mode 100644 theme_common/i18n/zh_CN.po diff --git a/theme_anelusia/__manifest__.py b/theme_anelusia/__manifest__.py index 58c58b8bea..59f353667a 100644 --- a/theme_anelusia/__manifest__.py +++ b/theme_anelusia/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Diversity, Fashions, Trends, Clothes, Shoes, Sports, Fitness, Stores', 'sequence': 180, 'version': '2.1.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_artists/__manifest__.py b/theme_artists/__manifest__.py index 2d112ab291..7a9b973f43 100644 --- a/theme_artists/__manifest__.py +++ b/theme_artists/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Artist, Arts, Galleries, Creative, Paintings, Photography, Shows, Stores', 'sequence': 310, 'version': '2.1.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_avantgarde/__manifest__.py b/theme_avantgarde/__manifest__.py index 580e7b3b90..4e49dc0c93 100644 --- a/theme_avantgarde/__manifest__.py +++ b/theme_avantgarde/__manifest__.py @@ -27,7 +27,7 @@ 'configurator_snippets': { 'homepage': ['s_cover', 's_picture', 's_three_columns', 's_text_image', 's_call_to_action'], }, - 'depends': ['theme_common'], + 'depends': ['website'], 'license': 'LGPL-3', 'live_test_url': 'https://theme-avantgarde.odoo.com', 'assets': { diff --git a/theme_aviato/__manifest__.py b/theme_aviato/__manifest__.py index 17aafda6b4..86f0d7b3bb 100644 --- a/theme_aviato/__manifest__.py +++ b/theme_aviato/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Travel, Excursion, Plane, Tour, Agency ', 'sequence': 130, 'version': '1.0.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_beauty/__manifest__.py b/theme_beauty/__manifest__.py index 05d3572fdc..a1b7663c9d 100644 --- a/theme_beauty/__manifest__.py +++ b/theme_beauty/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Beauty, Health, Care, Make Up, Cosmetics, Hair Dressers, Stores', 'sequence': 170, 'version': '2.1.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_bewise/__manifest__.py b/theme_bewise/__manifest__.py index 1b78ad4525..d25cc70f93 100644 --- a/theme_bewise/__manifest__.py +++ b/theme_bewise/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'University, Education, Schools, Young, Play, Kids', 'sequence': 240, 'version': '2.1.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_bistro/__manifest__.py b/theme_bistro/__manifest__.py index 161b323e3b..9eceb9c7c2 100644 --- a/theme_bistro/__manifest__.py +++ b/theme_bistro/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Bistro, Restaurant, Bar, Pub, Cafe, Food, Catering', 'sequence': 220, 'version': '2.0.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_bookstore/__manifest__.py b/theme_bookstore/__manifest__.py index 50af7fcdc4..0adeb23c20 100644 --- a/theme_bookstore/__manifest__.py +++ b/theme_bookstore/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Library, Books, Magazines, Literature, Musics, Media, Store', 'sequence': 250, 'version': '2.1.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_clean/__manifest__.py b/theme_clean/__manifest__.py index 95a0d590e2..2ec26bca08 100644 --- a/theme_clean/__manifest__.py +++ b/theme_clean/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Legal, Corporate, Business, Tech, Services', 'sequence': 120, 'version': '2.1.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_common/LICENSE b/theme_common/LICENSE deleted file mode 100644 index b01eaf1b7b..0000000000 --- a/theme_common/LICENSE +++ /dev/null @@ -1,27 +0,0 @@ -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. diff --git a/theme_common/__manifest__.py b/theme_common/__manifest__.py deleted file mode 100644 index f153d863cb..0000000000 --- a/theme_common/__manifest__.py +++ /dev/null @@ -1,9 +0,0 @@ -{ - 'name': 'Theme Common', - 'summary': 'Snippets Library', - 'description': 'Snippets library containing snippets to be styled in themes.', - 'category': 'Hidden', - 'version': '1.1', - 'depends': ['website'], - 'license': 'LGPL-3', -} diff --git a/theme_common/i18n/de.po b/theme_common/i18n/de.po deleted file mode 100644 index 8065999bcc..0000000000 --- a/theme_common/i18n/de.po +++ /dev/null @@ -1,2123 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * theme_common -# -# Translators: -# Felix Schubert , 2019 -# Katharina Moritz , 2019 -# Niki Waibel, 2019 -# Jan Meyer, 2019 -# e2f , 2019 -# Martin Trigaux, 2019 -# Ermin Trevisan , 2019 -# Luc Muller , 2019 -# Marco Tarsia , 2019 -# Rudolf Schnapka , 2019 -# Leon Grill , 2019 -# Chris Egal , 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-04-24 09:00+0000\n" -"PO-Revision-Date: 2019-04-24 11:21+0000\n" -"Last-Translator: Chris Egal , 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_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$15/mo" -msgstr "$15 mtl." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$29/mo" -msgstr "$29 mtl." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$69/mo" -msgstr "$69 mtl." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$99/mo" -msgstr "$99 mtl." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "- ART DIRECTOR -" -msgstr "- ART DIRECTOR -" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "- PARTNER -" -msgstr "- PARTNER -" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "- TRAINEE -" -msgstr "- PRAKTIKANT -" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "-50% OFF" -msgstr "-50% RABATT" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "...and switch the timeline contents to fit your needs." -msgstr "...und wechseln Sie den Inhalt der Zeitachse nach Ihren Bedürfnissen." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 03-11-2014 ///" -msgstr "/// 03-11-2014 ///" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 08-11-2014 ///" -msgstr "/// 08-11-2014 ///" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 22-10-2014 ///" -msgstr "/// 22-10-2014 ///" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 28-10-2014 ///" -msgstr "/// 28-10-2014 ///" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "02" -msgstr "02" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "05" -msgstr "05" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "1000 Apps" -msgstr "1000 Apps" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "12:00 AM" -msgstr "12:00" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "18" -msgstr "18" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "20.000 Users" -msgstr "20.000 Benutzer" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "2014" -msgstr "2014" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "21" -msgstr "21" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "234 Clients" -msgstr "234 Kunden" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "25%" -msgstr "25%" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "30 Countries" -msgstr "30 Länder" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "30%" -msgstr "30%" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "50$" -msgstr "50$" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "75 Partners" -msgstr "75 Partner" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_page_header -msgid "Page Title" -msgstr "Seitenüberschrift" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map -msgid "" -"Visit us:\n" -" Our office is located in the northeast of Brussels. TEL (555) 432 2365" -msgstr "" -"Besuchen Sie uns:\n" -" Unser Büro befindet sich im Nordosten Brüssels. TEL (555) 432 2365" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" Date" -msgstr "" -"\n" -" Datum" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "Images" -msgstr "Bilder" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" Time" -msgstr "" -"\n" -" Uhrzeit" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid " More Details" -msgstr " Mehr Einzelheiten" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "Notes" -msgstr "Hinweise" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" Location" -msgstr "" -"\n" -" Ort" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" 100+ conferences" -msgstr "" -"\n" -" 100+ Konferenzen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "News" -msgstr "Nachrichten" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "Edit" -msgstr "" -"Bearbeiten" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" 2,000+ attendees" -msgstr "" -"\n" -" 2,000+ Teilnehmer" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.options_s_timeline -msgid "Position" -msgstr "Stelle" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid " Autoplay" -msgstr " Autoplay" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Image position" -msgstr "Bildposition" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block-opt -msgid "Inner Spacing" -msgstr "Innere Abstände" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles_options -msgid "Color" -msgstr "Farbe" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Colors" -msgstr "Farben" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " Facebook" -msgstr " Facebook" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Map Options" -msgstr "Karten-Optionen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_block_option -msgid "Video Options" -msgstr "Video Optionen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Type" -msgstr "Typ" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Zoom" -msgstr "Zoom" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " GitHub" -msgstr " GitHub" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "" -" - An additional " -"information" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "" -" An additional " -"information" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " Linkedin" -msgstr " Linkedin" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Styles" -msgstr "Aussehen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes_options -msgid "Add Slide" -msgstr "Folie hinzufügen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "Add a new Slide" -msgstr "Neue Folie hinzufügen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Caption position" -msgstr "Position Legende" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes_options -msgid "Delete Slide" -msgstr "Folie löschen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "Remove current slide" -msgstr "Aktuelle Folie entfernen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "* Conditions and restrictions apply." -msgstr "* es gelten Konditionen und Einschränkungen." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Clients" -msgstr "Kunden" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Followers" -msgstr "Beobachter" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Projects" -msgstr "Projekte" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "2015" -msgstr "2015" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "2018" -msgstr "2018" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "2019" -msgstr "2019" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"\n" -" Next" -msgstr "" -"\n" -" Nächste" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "" -"\n" -" Next" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"\n" -" Previous" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "" -"\n" -" Previous" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "First feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Another feature" -msgstr "Ein weiteres Feature" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Second feature" -msgstr "Zweites Feature" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Last Feature" -msgstr "Letztes Feature" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid " Link" -msgstr " Link" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid " Info" -msgstr " Info" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Chardonnay\n" -" Sonoma Coast, 2012" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Malbec\n" -" Mendoza, 2012" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Pinot Noir\n" -" California, 2012" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Rose\n" -" Napa, 2012" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"rum, lime, juice cane sugar\n" -" fresh mint, soda, ice" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"whiskey, vermouth, angostura,\n" -" maraschino cherry" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"white tequila, frenadine,\n" -" orange juice, soda, ice" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"white tequila, triple sec,\n" -" lime juice, ice" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_page_header -msgid "" -"\n" -" Tag\n" -" \n" -" \n" -" Category\n" -" " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" 3 months ago\n" -" \n" -" \n" -" by John DOE\n" -" " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_badge -msgid "" -"\n" -" Category\n" -" " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"\n" -" New\n" -" " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"18\n" -" December" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"3\n" -" January" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "12" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "45" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "37" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "01." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "02." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "Close" -msgstr "Schließen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress_bar -msgid "80% Development" -msgstr "80% Entwicklung" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "80% Html5/CSS3" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "85% Bootstrap" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "99% COMPLETE" -msgstr "99% ERLEDIGT" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "A caption for this image" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " 20,7K " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "120GB Disk Space" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "143" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "245" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "50GB Disk Space" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "80GB Disk Space" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "COMPANY: Odoo" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "FUNCTION: Web Designer / UI." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Free Billing Systems" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "" -"Increase the amount of your visitors by offering them great discount.\n" -"
Let them find the coupon code." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -msgid "My great button" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "" -"Skills: html5, css3, jquery, " -"bootstrap3" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited Email Addresses" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited Domains" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited Email Addresses" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited MySQL Databases" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "" -"Write something about you.This is a good way to briefly " -"tell your visitors who you are and what you do. Link Clean Flat Profile to " -"your social networks and use the customizable progress bars to show your " -"skills." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_column -msgid "A Big Image and a Paragraph" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_image_parallax -msgid "A Business Theme For Odoo CMS" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "A COLOR BLOCK" -msgstr "EIN FARBIGER BAUSTEIN" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "A Great Way to Present Your Team" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "A Great Way to Show Your Numbers" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "A Great way to show your range" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block -msgid "A great title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "" -"A great way to catch your reader's attention is to tell a story. Everything " -"you consider writing can be told as a story." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "" -"A great way to catch your reader's attention is to tell a story. Everything " -"you consider writing can be told as a story. Write one or two paragraphs " -"describing your product or services. To be successful your content needs to " -"be useful to your readers. Start with the customer. Find out what they want " -"and give it to them." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_column -msgid "" -"A great way to catch your reader's attention is to tell a story. Everything " -"you consider writing can be told as a story. Write one or two paragraphs " -"describing your product or services. To be successful your content needs to " -"be useful to your readers. Start with the customer. Find out what they want " -"and give it to them. A great way to catch your reader's attention is to tell" -" a story. Everything you consider writing can be told as a story. Write one " -"or two paragraphs describing your product or services. To be successful your" -" content needs to be useful to your readers. Start with the customer. Find " -"out what they want and give it to them." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "" -"A timeline is a graphical representation on which important events are " -"marked." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "ALL DAY" -msgstr "DEN GANZEN TAG" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "About Me" -msgstr "Über mich" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider_options -msgid "Add Slide" -msgstr "Folie hinzufügen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "Add to cart" -msgstr "In den Einkaufskorb" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:31 -msgid "" -"Add videos, playlists or other contents pasting the iframe code or video url" -" into the box." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Add your co-Workers and a link to their profiles." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:5 -msgid "Address" -msgstr "Adresse" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Amazing pages" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid "An Other Color Block" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block -msgid "And a great subtitle" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Animal Cannibals" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Animated" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:109 -msgid "Apply" -msgstr "Anwenden" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:81 -msgid "Autoplay" -msgstr "Automatisch abspielen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"BLACKBIRD VINEYARDS | € " -"11.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Basement Jaxx" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Beautiful snippets" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "Big Icons" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block-opt -msgid "Bigger" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Bottom Left" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Bottom Right" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -#: model_terms:theme.ir.ui.view,arch:theme_common.s_clonable_boxes -msgid "Box Description" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -#: model_terms:theme.ir.ui.view,arch:theme_common.s_clonable_boxes -msgid "Box title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"Build relationships and recognition by staying in touch with your customers." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"COLORES DEL SOL | € " -"12.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "COUPON" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_editor.js:53 -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:108 -msgid "Cancel" -msgstr "Abbrechen" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_frontend.js:51 -msgid "Cannot load google map, check your configuration !" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_highlight -msgid "Change the color of this box" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Click here" -msgstr "Hier klicken" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Click on the icon to adapt it
to your purpose." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:34 -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:35 -msgid "Click the" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:8 -msgid "Close" -msgstr "Abschliessen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "Cocktails" -msgstr "Cocktails" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Collapsable Tab Code" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid "" -"Color blocks are a simple and effective way to present and highlight" -" your content. Choose an image or a color for the background. You " -"can even resize and duplicate the blocks to create your own layout. Add " -"images or icons to customize the blocks." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_pricing -msgid "Colors" -msgstr "Farben" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Continue reading " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Convert your visitors to customers." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:36 -msgid "Copy the code provided in the expanded box." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Create an irresistible website." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Customize Backgrounds" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_editor.js:37 -msgid "Customize your map" -msgstr "Passen Sie Ihre Karte an" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "Cycling through elements" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "DECISIONS, DECISIONS, AND EVEN MORE DECISIONS" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "DESIGN, DESIGN, AND EVEN MORE DESIGN" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "DISCOVER THE PRODUCT" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Deciding the features" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:24 -msgid "Default" -msgstr "Standard" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_header_text_big_picture -msgid "" -"Design expression comes from the combined effect of all elements in a " -"product. Colour tone, shape and size should direct a person's thoughts " -"towards buying the product. Therefore it is in the product designer's best " -"interest to consider the audiences who are most likely to be the product's " -"end consumers. Keeping in mind how consumers will perceive the product " -"during the design process will direct towards the product’s success in the " -"market. However, even within a specific audience, it is challenging to cater" -" to each possible personality within that group." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Discover" -msgstr "Entdecke" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Discover all the features" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Display Your Last Activities" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "Double-click an icon to change it." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "Drink menu" -msgstr "Getränkekarte" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Duplicate blocks
to add more steps." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "Edit this text and change it with your content." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:35 -msgid "Embed" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Event Heading" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"FRANCIS FORD COPPOLA | €" -" 9.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "False" -msgstr "Falsch" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "Features" -msgstr "Funktionen" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:92 -msgid "Fill container with video" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:23 -msgid "Flat" -msgstr "Minimalistisch" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Fleetwood Mac" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "" -"Focus on what the customer would like to know, not what you want to show. " -"Write a small explanation of this great feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Fonts" -msgstr "Schriftarten" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Freak!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Full Detailed Price List" -msgstr "Detaillierte Preisliste" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "GIFT" -msgstr "GESCHENK" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Get Delivered" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Get a code" -msgstr "Einen Code erhalten" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Getting feedback" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:22 -msgid "HTML5 Video - Youtube - Vimeo - Dailymotion" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "Hamburgers" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:32 -msgid "Here’s how to embed a Youtube video:" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Highlight Your Content" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "" -"Honey Dijon Chicken Burger | " -"€ 12.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Hybrid" -msgstr "Hybrid" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Icon Box / Features List" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "Images Carousel" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "" -"In a systematic approach, product designers conceptualize and evaluate " -"ideas, turning them into tangible inventions and products. The product " -"designer's role is to combine art, science, and technology to create new " -"products that other people can use." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_page_header -msgid "Introduce your content in few lines." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "It is super easy to resize and/or duplicate each box." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "John DOE" -msgstr "Hans MUSTER" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_blockquote -msgid "John DOE • CEO of MyCompany" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "John Doe" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Jul" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "LV5MAY14" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Layout" -msgstr "Layout" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.options_s_timeline -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Left" -msgstr "Links" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Let your customers follow
and understand your process." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:74 -msgid "Loop video" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste eius, nam " -"optio dolor mollitia, consectetur asperiores libero illum. Repellendus, " -"molestias consequatur rem ipsa. Tempora omnis eius, ipsam quaerat optio " -"suscipit necessitatibus aliquam obcaecati. Vero quia mollitia repellendus " -"maxime, alias. Harum!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam " -"repellendus sunt nobis libero delectus aperiam animi porro, optio expedita " -"odio impedit quae praesentium fugit consequuntur vero architecto, excepturi," -" maiores aliquid." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perspiciatis " -"nobis, tempore voluptatem qui dolorum quae." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repellendus ullam " -"minus qui aliquid optio, animi nam odio iste quisquam voluptas laudantium, " -"magni recusandae nemo eligendi!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rerum incidunt, " -"eum quae neque officiis dignissimos, veritatis amet, dolorum aperiam tempore" -" sed. Modi rerum velit itaque ex nobis vero necessitatibus adipisci eaque " -"cum iste nisi molestias quibusdam, voluptate odit deserunt, beatae." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vitae, inventore " -"accusantium dolores. Ad non necessitatibus recusandae cupiditate animi " -"quibusdam enim earum, nulla, qui. Dolorem sunt impedit similique a quia " -"earum fuga unde, repellendus omnis iure." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "MANHATTAN | € 12.50" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "MARGARITA | € 9.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "MOJITO | € 12.00" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:20 -msgid "Marker Style" -msgstr "Marker-Stil" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Media heading" -msgstr "Medientitel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Medium" -msgstr "Mittel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "Menu A'la carte" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "More Features" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:60 -msgid "Muted" -msgstr "Stummgeschaltet" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "My Title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Next" -msgstr "Weiter" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Nice % Discount Tables" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Nice and Efficient Events List" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block-opt -msgid "Normal" -msgstr "Normal" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "OLV4SY3R" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_image -msgid "OUR CATALOG" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:54 -msgid "Options" -msgstr "Optionen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -msgid "Organize Your Content with These Three Columns" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "Organize Your Content with These Two Columns" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Outstanding images" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"PATZ AND HALL | € " -"12.50" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:37 -msgid "Paste the code into the box." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Pay" -msgstr "Zahlen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Planning" -msgstr "Planung" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Post heading" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Prepare for the future of eCommerce." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Preparing" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_banner_parallax -msgid "Present your products" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Present your products online!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Previous" -msgstr "Vorherige" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Pro" -msgstr "Pro" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Producing" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "" -"Product design is the process of creating a new product to be sold by a " -"business to its customers. A very broad concept, it is essentially the " -"efficient and effective generation and development of ideas through a " -"process that leads to new products." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Project 01" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Project 02" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Project 03" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_highlight -msgid "Put the focus on what you have to say!" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:98 -msgid "Put video in container" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "REGISTER " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "Read more" -msgstr "Mehr lesen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Register" -msgstr "Anmelden" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider_options -msgid "Remove current slide" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Resize and Duplicate" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_column -msgid "Resume with A Nice Subtitle" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "Resume with a Subtitle" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.options_s_timeline -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Right" -msgstr "Rechts" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "RoadMap" -msgstr "Straßenkarte" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Sample Title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Sample description" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "" -"Sandwich with Ham and Cheese | " -"€ 9.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Satellite" -msgstr "Satellit" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_editor.js:39 -msgid "Save" -msgstr "Speichern" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 1" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 2" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 3" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 4" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 5" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 6" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:9 -msgid "Select a video" -msgstr "Ein Video wählen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Select and delete blocks
to remove some steps." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Select the Colors" -msgstr "Farben wählen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Select your favorite font combination to emphase your texts." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Sep" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_block -msgid "Set a catchy headline" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:34 -msgid "Share" -msgstr "Teilen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Shipping" -msgstr "Versand" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:67 -msgid "Show controls" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Showcase Your Services and Features" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Sign in" -msgstr "Anmelden" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider -msgid "Slide Description" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider -msgid "Slide Title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -msgid "Slide title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Small" -msgstr "Sehr klein" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"Speakers from all over the world will join our experts to give inspiring " -"talks on various topics." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Striped" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Style" -msgstr "Stil" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"TEQUILA SUNRISE | € " -"11.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_menu_three_columns -msgid "Take a tour" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Terrain" -msgstr "Gelände" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Testing" -msgstr "Softwaretest" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_highlight -msgid "Text Highlight" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "The best approach" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "The famous band comes last time in this year, don't miss it!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "The latest technology" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "The process from paper version" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_header_text_big_picture -msgid "The product which fits your needs" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_header_text_big_picture -msgid "" -"The solution to that is to create a product that, in its designed appearance" -" and function, expresses a personality or tells a story. Products that carry" -" such attributes are more likely to give off a stronger expression that will" -" attract more consumers. On that note it is important to keep in mind that " -"design expression does not only concern the appearance of a product, but " -"also its function. For example, as humans our appearance as well as our " -"actions are subject to people's judgment when they are making a first " -"impression of us." -msgstr "" - -#. module: theme_common -#: model:ir.model,name:theme_common.model_theme_utils -msgid "Theme Utils" -msgstr "Werkzeuge" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid "This Is a Color Block" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "This Is a Column" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "" -"This theme does not limit you to one setup, we prefer to give you options. " -"From boxed layout to wide, left sidebars to right and multiple headers; we " -"let you decide. That’s right, you can have your cake and eat some too." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Tiny" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_separator_nav -msgid "Top" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Top Left" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Top Right" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "True" -msgstr "Wahr" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Upcoming Events" -msgstr "Nächste Veranstaltungen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Use newsletters to increase your popularity" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:14 -msgid "" -"Use the 'Customize 'menu to define a fallback background image for not " -"compatible devices" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "" -"Use this building block to showcase your content with an images carousel. " -"You can edit, add or remove images using the customize options." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"Use this component for creating a list of featured elements to which you " -"want to bring attention." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "" -"Use this paragraph to write a short, sweet and successful resume about this " -"member of your team." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"Use this snippet to build various types of components that feature a left- " -"or right-aligned image alongside textual content. Duplicate the element to " -"create a list that fit your needs." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "" -"Use this timeline as a part of your resume, to show your visitors what " -"you've done in the past." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Useful options" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:17 -msgid "Video" -msgstr "Video" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_product_list -msgid "View item" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_image -msgid "We have Awesome Products" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"Which trends to follow? Which ideas will work?
Opening Keynote - " -"Presented by John DOE." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "Wine" -msgstr "Wein" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "" -"With Theme Clean you get a list of your events with date, time, description, etc. Select the simple or image mode and edit your content.\n" -"
You can link your events to your favorite social network." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "With a great subtitle" -msgstr "Mit einem großartigen Untertitel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "With the most effective technique" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "Write Something Nice for Your Users" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Write a description of your event here." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_blockquote -msgid "" -"Write a quote here from one of your customers. Quotes are a great way to " -"build confidence in your products or services." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Write one or two paragraphs describing your product" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "" -"Write one or two paragraphs describing your product, services or a specific " -"feature. To be successful your content needs to be useful to your readers." -msgstr "" -"Schreiben Sie ein oder zwei Absätze, die Produkte, Dienste oder spezifische " -"Funktionen beschreiben. Um erfolgreich zu sein, müssen Ihre Inhalte nützlich" -" für Ihre Leser sein." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "You can change the box color by using the customize option." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "You can edit, duplicate..." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "You can even replace the icon by one of your choice." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "You get a free drink with your entrance!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Your Event Name" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:11 -msgid "Your address" -msgstr "Ihre Adresse" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "Your title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -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 "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "ZUY4OPLQ" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "card" -msgstr "Karte" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:16 -msgid "e.g. De Brouckere, Brussels, Belgium" -msgstr "z.B. De Brouckere, Brüssel, Belgien" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:44 -msgid "iframe" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:34 -msgid "link under the video." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:35 -msgid "link." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "off" -msgstr "Rabatt" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:41 -msgid "share" -msgstr "teilen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_banner_parallax -msgid "with this theme." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "worldwilde" -msgstr "" diff --git a/theme_common/i18n/es.po b/theme_common/i18n/es.po deleted file mode 100644 index ce49269485..0000000000 --- a/theme_common/i18n/es.po +++ /dev/null @@ -1,2112 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * theme_common -# -# Translators: -# Leonardo J. Caballero G. , 2019 -# Nhomar Hernández [Vauxoo] , 2019 -# Gabriel Umana , 2019 -# Pierre-Antoine Magnet , 2019 -# JOSE ALEJANDRO ECHEVERRI VALENCIA , 2019 -# Nicolás Broggi , 2019 -# Carolina Gonzalez , 2019 -# e2f , 2019 -# Martin Trigaux, 2019 -# Daniel Blanco , 2019 -# Alejandro Die Sanchis , 2019 -# Antonio Trueba, 2019 -# RGB Consulting , 2019 -# Cris Martin , 2019 -# Carlos Lopez , 2019 -# Noemi Nahomy , 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-04-24 09:00+0000\n" -"PO-Revision-Date: 2019-04-24 11:21+0000\n" -"Last-Translator: Noemi Nahomy , 2019\n" -"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$15/mo" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$29/mo" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$69/mo" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$99/mo" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "- ART DIRECTOR -" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "- PARTNER -" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "- TRAINEE -" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "-50% OFF" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "...and switch the timeline contents to fit your needs." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 03-11-2014 ///" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 08-11-2014 ///" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 22-10-2014 ///" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 28-10-2014 ///" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "02" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "05" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "1000 Apps" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "12:00 AM" -msgstr "12:00 AM" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "18" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "20.000 Users" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "2014" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "21" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "234 Clients" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "25%" -msgstr "25%" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "30 Countries" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "30%" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "50$" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "75 Partners" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_page_header -msgid "Page Title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map -msgid "" -"Visit us:\n" -" Our office is located in the northeast of Brussels. TEL (555) 432 2365" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" Date" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "Images" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" Time" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid " More Details" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "Notes" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" Location" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" 100+ conferences" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "News" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "Edit" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" 2,000+ attendees" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.options_s_timeline -msgid "Position" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid " Autoplay" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Image position" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block-opt -msgid "Inner Spacing" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles_options -msgid "Color" -msgstr "Color" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Colors" -msgstr "Colores" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " Facebook" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Map Options" -msgstr "Opciones de Mapas" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_block_option -msgid "Video Options" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Type" -msgstr "Tipo" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Zoom" -msgstr "Acercar" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " GitHub" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "" -" - An additional " -"information" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "" -" An additional " -"information" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " Linkedin" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Styles" -msgstr "Estilos" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes_options -msgid "Add Slide" -msgstr "Añadir diapositiva" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "Add a new Slide" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Caption position" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes_options -msgid "Delete Slide" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "Remove current slide" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "* Conditions and restrictions apply." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Clients" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Followers" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Projects" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "2015" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "2018" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "2019" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"\n" -" Next" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "" -"\n" -" Next" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"\n" -" Previous" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "" -"\n" -" Previous" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "First feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Another feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Second feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Last Feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid " Link" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid " Info" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Chardonnay\n" -" Sonoma Coast, 2012" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Malbec\n" -" Mendoza, 2012" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Pinot Noir\n" -" California, 2012" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Rose\n" -" Napa, 2012" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"rum, lime, juice cane sugar\n" -" fresh mint, soda, ice" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"whiskey, vermouth, angostura,\n" -" maraschino cherry" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"white tequila, frenadine,\n" -" orange juice, soda, ice" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"white tequila, triple sec,\n" -" lime juice, ice" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_page_header -msgid "" -"\n" -" Tag\n" -" \n" -" \n" -" Category\n" -" " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" 3 months ago\n" -" \n" -" \n" -" by John DOE\n" -" " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_badge -msgid "" -"\n" -" Category\n" -" " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"\n" -" New\n" -" " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"18\n" -" December" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"3\n" -" January" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "12" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "45" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "37" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "01." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "02." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "Close" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress_bar -msgid "80% Development" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "80% Html5/CSS3" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "85% Bootstrap" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "99% COMPLETE" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "A caption for this image" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " 20,7K " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "120GB Disk Space" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "143" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "245" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "50GB Disk Space" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "80GB Disk Space" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "COMPANY: Odoo" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "FUNCTION: Web Designer / UI." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Free Billing Systems" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "" -"Increase the amount of your visitors by offering them great discount.\n" -"
Let them find the coupon code." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -msgid "My great button" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "" -"Skills: html5, css3, jquery, " -"bootstrap3" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited Email Addresses" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited Domains" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited Email Addresses" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited MySQL Databases" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "" -"Write something about you.This is a good way to briefly " -"tell your visitors who you are and what you do. Link Clean Flat Profile to " -"your social networks and use the customizable progress bars to show your " -"skills." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_column -msgid "A Big Image and a Paragraph" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_image_parallax -msgid "A Business Theme For Odoo CMS" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "A COLOR BLOCK" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "A Great Way to Present Your Team" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "A Great Way to Show Your Numbers" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "A Great way to show your range" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block -msgid "A great title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "" -"A great way to catch your reader's attention is to tell a story. Everything " -"you consider writing can be told as a story." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "" -"A great way to catch your reader's attention is to tell a story. Everything " -"you consider writing can be told as a story. Write one or two paragraphs " -"describing your product or services. To be successful your content needs to " -"be useful to your readers. Start with the customer. Find out what they want " -"and give it to them." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_column -msgid "" -"A great way to catch your reader's attention is to tell a story. Everything " -"you consider writing can be told as a story. Write one or two paragraphs " -"describing your product or services. To be successful your content needs to " -"be useful to your readers. Start with the customer. Find out what they want " -"and give it to them. A great way to catch your reader's attention is to tell" -" a story. Everything you consider writing can be told as a story. Write one " -"or two paragraphs describing your product or services. To be successful your" -" content needs to be useful to your readers. Start with the customer. Find " -"out what they want and give it to them." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "" -"A timeline is a graphical representation on which important events are " -"marked." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "ALL DAY" -msgstr "TODO EL DÍA" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "About Me" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider_options -msgid "Add Slide" -msgstr "Añadir diapositivas" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "Add to cart" -msgstr "Agregar al carrito" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:31 -msgid "" -"Add videos, playlists or other contents pasting the iframe code or video url" -" into the box." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Add your co-Workers and a link to their profiles." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:5 -msgid "Address" -msgstr "Dirección" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Amazing pages" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid "An Other Color Block" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block -msgid "And a great subtitle" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Animal Cannibals" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Animated" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:109 -msgid "Apply" -msgstr "Aplicar" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:81 -msgid "Autoplay" -msgstr "Reproducción automática" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"BLACKBIRD VINEYARDS | € " -"11.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Basement Jaxx" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Beautiful snippets" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "Big Icons" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block-opt -msgid "Bigger" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Bottom Left" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Bottom Right" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -#: model_terms:theme.ir.ui.view,arch:theme_common.s_clonable_boxes -msgid "Box Description" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -#: model_terms:theme.ir.ui.view,arch:theme_common.s_clonable_boxes -msgid "Box title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"Build relationships and recognition by staying in touch with your customers." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"COLORES DEL SOL | € " -"12.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "COUPON" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_editor.js:53 -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:108 -msgid "Cancel" -msgstr "Cancelar" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_frontend.js:51 -msgid "Cannot load google map, check your configuration !" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_highlight -msgid "Change the color of this box" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Click here" -msgstr "Haga clic aquí" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Click on the icon to adapt it
to your purpose." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:34 -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:35 -msgid "Click the" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:8 -msgid "Close" -msgstr "Cerrar" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "Cocktails" -msgstr "Cócteles" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Collapsable Tab Code" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid "" -"Color blocks are a simple and effective way to present and highlight" -" your content. Choose an image or a color for the background. You " -"can even resize and duplicate the blocks to create your own layout. Add " -"images or icons to customize the blocks." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_pricing -msgid "Colors" -msgstr "Colores" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Continue reading " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Convert your visitors to customers." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:36 -msgid "Copy the code provided in the expanded box." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Create an irresistible website." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Customize Backgrounds" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_editor.js:37 -msgid "Customize your map" -msgstr "Personalizar su mapa" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "Cycling through elements" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "DECISIONS, DECISIONS, AND EVEN MORE DECISIONS" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "DESIGN, DESIGN, AND EVEN MORE DESIGN" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "DISCOVER THE PRODUCT" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Deciding the features" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:24 -msgid "Default" -msgstr "Por defecto" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_header_text_big_picture -msgid "" -"Design expression comes from the combined effect of all elements in a " -"product. Colour tone, shape and size should direct a person's thoughts " -"towards buying the product. Therefore it is in the product designer's best " -"interest to consider the audiences who are most likely to be the product's " -"end consumers. Keeping in mind how consumers will perceive the product " -"during the design process will direct towards the product’s success in the " -"market. However, even within a specific audience, it is challenging to cater" -" to each possible personality within that group." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Discover" -msgstr "Descubrir" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Discover all the features" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Display Your Last Activities" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "Double-click an icon to change it." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "Drink menu" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Duplicate blocks
to add more steps." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "Edit this text and change it with your content." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:35 -msgid "Embed" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Event Heading" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"FRANCIS FORD COPPOLA | €" -" 9.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "False" -msgstr "Falso" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "Features" -msgstr "Características" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:92 -msgid "Fill container with video" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:23 -msgid "Flat" -msgstr "Plano" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Fleetwood Mac" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "" -"Focus on what the customer would like to know, not what you want to show. " -"Write a small explanation of this great feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Fonts" -msgstr "Tipos de letra" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Freak!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Full Detailed Price List" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "GIFT" -msgstr "REGALO" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Get Delivered" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Get a code" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Getting feedback" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:22 -msgid "HTML5 Video - Youtube - Vimeo - Dailymotion" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "Hamburgers" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:32 -msgid "Here’s how to embed a Youtube video:" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Highlight Your Content" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "" -"Honey Dijon Chicken Burger | " -"€ 12.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Hybrid" -msgstr "Híbrido" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Icon Box / Features List" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "Images Carousel" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "" -"In a systematic approach, product designers conceptualize and evaluate " -"ideas, turning them into tangible inventions and products. The product " -"designer's role is to combine art, science, and technology to create new " -"products that other people can use." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_page_header -msgid "Introduce your content in few lines." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "It is super easy to resize and/or duplicate each box." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "John DOE" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_blockquote -msgid "John DOE • CEO of MyCompany" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "John Doe" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Jul" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "LV5MAY14" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Layout" -msgstr "Diseño" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.options_s_timeline -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Left" -msgstr "Izquierda" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Let your customers follow
and understand your process." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:74 -msgid "Loop video" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste eius, nam " -"optio dolor mollitia, consectetur asperiores libero illum. Repellendus, " -"molestias consequatur rem ipsa. Tempora omnis eius, ipsam quaerat optio " -"suscipit necessitatibus aliquam obcaecati. Vero quia mollitia repellendus " -"maxime, alias. Harum!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam " -"repellendus sunt nobis libero delectus aperiam animi porro, optio expedita " -"odio impedit quae praesentium fugit consequuntur vero architecto, excepturi," -" maiores aliquid." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perspiciatis " -"nobis, tempore voluptatem qui dolorum quae." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repellendus ullam " -"minus qui aliquid optio, animi nam odio iste quisquam voluptas laudantium, " -"magni recusandae nemo eligendi!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rerum incidunt, " -"eum quae neque officiis dignissimos, veritatis amet, dolorum aperiam tempore" -" sed. Modi rerum velit itaque ex nobis vero necessitatibus adipisci eaque " -"cum iste nisi molestias quibusdam, voluptate odit deserunt, beatae." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vitae, inventore " -"accusantium dolores. Ad non necessitatibus recusandae cupiditate animi " -"quibusdam enim earum, nulla, qui. Dolorem sunt impedit similique a quia " -"earum fuga unde, repellendus omnis iure." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "MANHATTAN | € 12.50" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "MARGARITA | € 9.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "MOJITO | € 12.00" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:20 -msgid "Marker Style" -msgstr "Estilo del marcador" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Media heading" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Medium" -msgstr "Media" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "Menu A'la carte" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "More Features" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:60 -msgid "Muted" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "My Title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Next" -msgstr "Siguiente" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Nice % Discount Tables" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Nice and Efficient Events List" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block-opt -msgid "Normal" -msgstr "Normal" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "OLV4SY3R" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_image -msgid "OUR CATALOG" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:54 -msgid "Options" -msgstr "Opciones" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -msgid "Organize Your Content with These Three Columns" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "Organize Your Content with These Two Columns" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Outstanding images" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"PATZ AND HALL | € " -"12.50" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:37 -msgid "Paste the code into the box." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Pay" -msgstr "Pagar" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Planning" -msgstr "Planificación" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Post heading" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Prepare for the future of eCommerce." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Preparing" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_banner_parallax -msgid "Present your products" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Present your products online!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Previous" -msgstr "Anterior" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Pro" -msgstr "Pro" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Producing" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "" -"Product design is the process of creating a new product to be sold by a " -"business to its customers. A very broad concept, it is essentially the " -"efficient and effective generation and development of ideas through a " -"process that leads to new products." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Project 01" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Project 02" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Project 03" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_highlight -msgid "Put the focus on what you have to say!" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:98 -msgid "Put video in container" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "REGISTER " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "Read more" -msgstr "Leer más" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Register" -msgstr "Registro" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider_options -msgid "Remove current slide" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Resize and Duplicate" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_column -msgid "Resume with A Nice Subtitle" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "Resume with a Subtitle" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.options_s_timeline -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Right" -msgstr "Derecha" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "RoadMap" -msgstr "Mapa de ruta" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Sample Title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Sample description" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "" -"Sandwich with Ham and Cheese | " -"€ 9.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Satellite" -msgstr "Satelite" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_editor.js:39 -msgid "Save" -msgstr "Guardar" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 1" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 2" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 3" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 4" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 5" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 6" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:9 -msgid "Select a video" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Select and delete blocks
to remove some steps." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Select the Colors" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Select your favorite font combination to emphase your texts." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Sep" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_block -msgid "Set a catchy headline" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:34 -msgid "Share" -msgstr "Compartir" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Shipping" -msgstr "Envío" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:67 -msgid "Show controls" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Showcase Your Services and Features" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Sign in" -msgstr "Registrar entrada" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider -msgid "Slide Description" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider -msgid "Slide Title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -msgid "Slide title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Small" -msgstr "Pequeño" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"Speakers from all over the world will join our experts to give inspiring " -"talks on various topics." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Striped" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Style" -msgstr "Estilo" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"TEQUILA SUNRISE | € " -"11.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_menu_three_columns -msgid "Take a tour" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Terrain" -msgstr "Terreno" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Testing" -msgstr "Prueba" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_highlight -msgid "Text Highlight" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "The best approach" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "The famous band comes last time in this year, don't miss it!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "The latest technology" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "The process from paper version" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_header_text_big_picture -msgid "The product which fits your needs" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_header_text_big_picture -msgid "" -"The solution to that is to create a product that, in its designed appearance" -" and function, expresses a personality or tells a story. Products that carry" -" such attributes are more likely to give off a stronger expression that will" -" attract more consumers. On that note it is important to keep in mind that " -"design expression does not only concern the appearance of a product, but " -"also its function. For example, as humans our appearance as well as our " -"actions are subject to people's judgment when they are making a first " -"impression of us." -msgstr "" - -#. module: theme_common -#: model:ir.model,name:theme_common.model_theme_utils -msgid "Theme Utils" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid "This Is a Color Block" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "This Is a Column" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "" -"This theme does not limit you to one setup, we prefer to give you options. " -"From boxed layout to wide, left sidebars to right and multiple headers; we " -"let you decide. That’s right, you can have your cake and eat some too." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Tiny" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_separator_nav -msgid "Top" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Top Left" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Top Right" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "True" -msgstr "Verdadero" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Upcoming Events" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Use newsletters to increase your popularity" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:14 -msgid "" -"Use the 'Customize 'menu to define a fallback background image for not " -"compatible devices" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "" -"Use this building block to showcase your content with an images carousel. " -"You can edit, add or remove images using the customize options." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"Use this component for creating a list of featured elements to which you " -"want to bring attention." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "" -"Use this paragraph to write a short, sweet and successful resume about this " -"member of your team." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"Use this snippet to build various types of components that feature a left- " -"or right-aligned image alongside textual content. Duplicate the element to " -"create a list that fit your needs." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "" -"Use this timeline as a part of your resume, to show your visitors what " -"you've done in the past." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Useful options" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:17 -msgid "Video" -msgstr "Video" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_product_list -msgid "View item" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_image -msgid "We have Awesome Products" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"Which trends to follow? Which ideas will work?
Opening Keynote - " -"Presented by John DOE." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "Wine" -msgstr "Vino" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "" -"With Theme Clean you get a list of your events with date, time, description, etc. Select the simple or image mode and edit your content.\n" -"
You can link your events to your favorite social network." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "With a great subtitle" -msgstr "Con un gran subtítulo" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "With the most effective technique" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "Write Something Nice for Your Users" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Write a description of your event here." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_blockquote -msgid "" -"Write a quote here from one of your customers. Quotes are a great way to " -"build confidence in your products or services." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Write one or two paragraphs describing your product" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "" -"Write one or two paragraphs describing your product, services or a specific " -"feature. To be successful your content needs to be useful to your readers." -msgstr "" -"Escriba uno o dos párrafos describiendo su producto, servicio o " -"característica especifica. Para tener éxito su contenido debe ser útil a sus" -" lectores." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "You can change the box color by using the customize option." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "You can edit, duplicate..." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "You can even replace the icon by one of your choice." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "You get a free drink with your entrance!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Your Event Name" -msgstr "Tu nombre del evento" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:11 -msgid "Your address" -msgstr "Su dirección" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "Your title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -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 "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "ZUY4OPLQ" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "card" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:16 -msgid "e.g. De Brouckere, Brussels, Belgium" -msgstr "P. Ej. De Brouckere, Bruselas, Bélgica" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:44 -msgid "iframe" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:34 -msgid "link under the video." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:35 -msgid "link." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "off" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:41 -msgid "share" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_banner_parallax -msgid "with this theme." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "worldwilde" -msgstr "" diff --git a/theme_common/i18n/fr.po b/theme_common/i18n/fr.po deleted file mode 100644 index 40de6cad7c..0000000000 --- a/theme_common/i18n/fr.po +++ /dev/null @@ -1,2109 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * theme_common -# -# Translators: -# Christophe CHAUVET , 2019 -# Jean-Marc Dupont , 2019 -# Kévin R., 2019 -# Lucas Deliege , 2019 -# 6534c450c77b2549e41c52e2051f5839, 2019 -# Martin Trigaux, 2019 -# Frédéric LIETART , 2019 -# Vincent Hammadache , 2019 -# Melanie Bernard , 2019 -# Eloïse Stilmant , 2019 -# Nathan Grognet , 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-04-24 09:00+0000\n" -"PO-Revision-Date: 2019-04-24 11:21+0000\n" -"Last-Translator: Nathan Grognet , 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_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$15/mo" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$29/mo" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$69/mo" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$99/mo" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "- ART DIRECTOR -" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "- PARTNER -" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "- TRAINEE -" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "-50% OFF" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "...and switch the timeline contents to fit your needs." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 03-11-2014 ///" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 08-11-2014 ///" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 22-10-2014 ///" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 28-10-2014 ///" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "02" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "05" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "1000 Apps" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "12:00 AM" -msgstr "12:00" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "18" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "20.000 Users" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "2014" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "21" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "234 Clients" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "25%" -msgstr "25%" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "30 Countries" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "30%" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "50$" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "75 Partners" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_page_header -msgid "Page Title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map -msgid "" -"Visit us:\n" -" Our office is located in the northeast of Brussels. TEL (555) 432 2365" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" Date" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "Images" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" Time" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid " More Details" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "Notes" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" Location" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" 100+ conferences" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "News" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "Edit" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" 2,000+ attendees" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.options_s_timeline -msgid "Position" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid " Autoplay" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Image position" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block-opt -msgid "Inner Spacing" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles_options -msgid "Color" -msgstr "Couleur" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Colors" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " Facebook" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Map Options" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_block_option -msgid "Video Options" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Type" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Zoom" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " GitHub" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "" -" - An additional " -"information" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "" -" An additional " -"information" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " Linkedin" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Styles" -msgstr "Styles" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes_options -msgid "Add Slide" -msgstr "Ajouter une diapositive" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "Add a new Slide" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Caption position" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes_options -msgid "Delete Slide" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "Remove current slide" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "* Conditions and restrictions apply." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Clients" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Followers" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Projects" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "2015" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "2018" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "2019" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"\n" -" Next" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "" -"\n" -" Next" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"\n" -" Previous" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "" -"\n" -" Previous" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "First feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Another feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Second feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Last Feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid " Link" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid " Info" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Chardonnay\n" -" Sonoma Coast, 2012" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Malbec\n" -" Mendoza, 2012" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Pinot Noir\n" -" California, 2012" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Rose\n" -" Napa, 2012" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"rum, lime, juice cane sugar\n" -" fresh mint, soda, ice" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"whiskey, vermouth, angostura,\n" -" maraschino cherry" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"white tequila, frenadine,\n" -" orange juice, soda, ice" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"white tequila, triple sec,\n" -" lime juice, ice" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_page_header -msgid "" -"\n" -" Tag\n" -" \n" -" \n" -" Category\n" -" " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" 3 months ago\n" -" \n" -" \n" -" by John DOE\n" -" " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_badge -msgid "" -"\n" -" Category\n" -" " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"\n" -" New\n" -" " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"18\n" -" December" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"3\n" -" January" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "12" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "45" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "37" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "01." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "02." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "Close" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress_bar -msgid "80% Development" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "80% Html5/CSS3" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "85% Bootstrap" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "99% COMPLETE" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "A caption for this image" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " 20,7K " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "120GB Disk Space" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "143" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "245" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "50GB Disk Space" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "80GB Disk Space" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "COMPANY: Odoo" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "FUNCTION: Web Designer / UI." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Free Billing Systems" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "" -"Increase the amount of your visitors by offering them great discount.\n" -"
Let them find the coupon code." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -msgid "My great button" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "" -"Skills: html5, css3, jquery, " -"bootstrap3" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited Email Addresses" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited Domains" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited Email Addresses" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited MySQL Databases" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "" -"Write something about you.This is a good way to briefly " -"tell your visitors who you are and what you do. Link Clean Flat Profile to " -"your social networks and use the customizable progress bars to show your " -"skills." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_column -msgid "A Big Image and a Paragraph" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_image_parallax -msgid "A Business Theme For Odoo CMS" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "A COLOR BLOCK" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "A Great Way to Present Your Team" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "A Great Way to Show Your Numbers" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "A Great way to show your range" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block -msgid "A great title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "" -"A great way to catch your reader's attention is to tell a story. Everything " -"you consider writing can be told as a story." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "" -"A great way to catch your reader's attention is to tell a story. Everything " -"you consider writing can be told as a story. Write one or two paragraphs " -"describing your product or services. To be successful your content needs to " -"be useful to your readers. Start with the customer. Find out what they want " -"and give it to them." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_column -msgid "" -"A great way to catch your reader's attention is to tell a story. Everything " -"you consider writing can be told as a story. Write one or two paragraphs " -"describing your product or services. To be successful your content needs to " -"be useful to your readers. Start with the customer. Find out what they want " -"and give it to them. A great way to catch your reader's attention is to tell" -" a story. Everything you consider writing can be told as a story. Write one " -"or two paragraphs describing your product or services. To be successful your" -" content needs to be useful to your readers. Start with the customer. Find " -"out what they want and give it to them." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "" -"A timeline is a graphical representation on which important events are " -"marked." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "ALL DAY" -msgstr "TOUTE LA JOURNEE" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "About Me" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider_options -msgid "Add Slide" -msgstr "Ajouter un diaporama" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "Add to cart" -msgstr "Ajouter au panier" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:31 -msgid "" -"Add videos, playlists or other contents pasting the iframe code or video url" -" into the box." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Add your co-Workers and a link to their profiles." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:5 -msgid "Address" -msgstr "Adresse" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Amazing pages" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid "An Other Color Block" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block -msgid "And a great subtitle" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Animal Cannibals" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Animated" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:109 -msgid "Apply" -msgstr "Appliquer" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:81 -msgid "Autoplay" -msgstr "Lecture automatique" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"BLACKBIRD VINEYARDS | € " -"11.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Basement Jaxx" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Beautiful snippets" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "Big Icons" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block-opt -msgid "Bigger" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Bottom Left" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Bottom Right" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -#: model_terms:theme.ir.ui.view,arch:theme_common.s_clonable_boxes -msgid "Box Description" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -#: model_terms:theme.ir.ui.view,arch:theme_common.s_clonable_boxes -msgid "Box title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"Build relationships and recognition by staying in touch with your customers." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"COLORES DEL SOL | € " -"12.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "COUPON" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_editor.js:53 -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:108 -msgid "Cancel" -msgstr "Annuler" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_frontend.js:51 -msgid "Cannot load google map, check your configuration !" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_highlight -msgid "Change the color of this box" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Click here" -msgstr "Cliquez ici" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Click on the icon to adapt it
to your purpose." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:34 -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:35 -msgid "Click the" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:8 -msgid "Close" -msgstr "Fermer" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "Cocktails" -msgstr "Cocktails" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Collapsable Tab Code" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid "" -"Color blocks are a simple and effective way to present and highlight" -" your content. Choose an image or a color for the background. You " -"can even resize and duplicate the blocks to create your own layout. Add " -"images or icons to customize the blocks." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_pricing -msgid "Colors" -msgstr "Couleurs" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Continue reading " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Convert your visitors to customers." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:36 -msgid "Copy the code provided in the expanded box." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Create an irresistible website." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Customize Backgrounds" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_editor.js:37 -msgid "Customize your map" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "Cycling through elements" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "DECISIONS, DECISIONS, AND EVEN MORE DECISIONS" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "DESIGN, DESIGN, AND EVEN MORE DESIGN" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "DISCOVER THE PRODUCT" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Deciding the features" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:24 -msgid "Default" -msgstr "Par défaut" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_header_text_big_picture -msgid "" -"Design expression comes from the combined effect of all elements in a " -"product. Colour tone, shape and size should direct a person's thoughts " -"towards buying the product. Therefore it is in the product designer's best " -"interest to consider the audiences who are most likely to be the product's " -"end consumers. Keeping in mind how consumers will perceive the product " -"during the design process will direct towards the product’s success in the " -"market. However, even within a specific audience, it is challenging to cater" -" to each possible personality within that group." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Discover" -msgstr "Découvrir" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Discover all the features" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Display Your Last Activities" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "Double-click an icon to change it." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "Drink menu" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Duplicate blocks
to add more steps." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "Edit this text and change it with your content." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:35 -msgid "Embed" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Event Heading" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"FRANCIS FORD COPPOLA | €" -" 9.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "False" -msgstr "Faux" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "Features" -msgstr "Fonctionnalités" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:92 -msgid "Fill container with video" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:23 -msgid "Flat" -msgstr "Plat" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Fleetwood Mac" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "" -"Focus on what the customer would like to know, not what you want to show. " -"Write a small explanation of this great feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Fonts" -msgstr "Polices de caractères" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Freak!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Full Detailed Price List" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "GIFT" -msgstr "CADEAU" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Get Delivered" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Get a code" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Getting feedback" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:22 -msgid "HTML5 Video - Youtube - Vimeo - Dailymotion" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "Hamburgers" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:32 -msgid "Here’s how to embed a Youtube video:" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Highlight Your Content" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "" -"Honey Dijon Chicken Burger | " -"€ 12.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Hybrid" -msgstr "Hybride" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Icon Box / Features List" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "Images Carousel" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "" -"In a systematic approach, product designers conceptualize and evaluate " -"ideas, turning them into tangible inventions and products. The product " -"designer's role is to combine art, science, and technology to create new " -"products that other people can use." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_page_header -msgid "Introduce your content in few lines." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "It is super easy to resize and/or duplicate each box." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "John DOE" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_blockquote -msgid "John DOE • CEO of MyCompany" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "John Doe" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Jul" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "LV5MAY14" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Layout" -msgstr "Agencement" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.options_s_timeline -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Left" -msgstr "Gauche" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Let your customers follow
and understand your process." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:74 -msgid "Loop video" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste eius, nam " -"optio dolor mollitia, consectetur asperiores libero illum. Repellendus, " -"molestias consequatur rem ipsa. Tempora omnis eius, ipsam quaerat optio " -"suscipit necessitatibus aliquam obcaecati. Vero quia mollitia repellendus " -"maxime, alias. Harum!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam " -"repellendus sunt nobis libero delectus aperiam animi porro, optio expedita " -"odio impedit quae praesentium fugit consequuntur vero architecto, excepturi," -" maiores aliquid." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perspiciatis " -"nobis, tempore voluptatem qui dolorum quae." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repellendus ullam " -"minus qui aliquid optio, animi nam odio iste quisquam voluptas laudantium, " -"magni recusandae nemo eligendi!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rerum incidunt, " -"eum quae neque officiis dignissimos, veritatis amet, dolorum aperiam tempore" -" sed. Modi rerum velit itaque ex nobis vero necessitatibus adipisci eaque " -"cum iste nisi molestias quibusdam, voluptate odit deserunt, beatae." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vitae, inventore " -"accusantium dolores. Ad non necessitatibus recusandae cupiditate animi " -"quibusdam enim earum, nulla, qui. Dolorem sunt impedit similique a quia " -"earum fuga unde, repellendus omnis iure." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "MANHATTAN | € 12.50" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "MARGARITA | € 9.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "MOJITO | € 12.00" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:20 -msgid "Marker Style" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Media heading" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Medium" -msgstr "Moyen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "Menu A'la carte" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "More Features" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:60 -msgid "Muted" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "My Title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Next" -msgstr "Suivant" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Nice % Discount Tables" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Nice and Efficient Events List" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block-opt -msgid "Normal" -msgstr "Normale" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "OLV4SY3R" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_image -msgid "OUR CATALOG" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:54 -msgid "Options" -msgstr "Options" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -msgid "Organize Your Content with These Three Columns" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "Organize Your Content with These Two Columns" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Outstanding images" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"PATZ AND HALL | € " -"12.50" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:37 -msgid "Paste the code into the box." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Pay" -msgstr "Payer" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Planning" -msgstr "Planning" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Post heading" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Prepare for the future of eCommerce." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Preparing" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_banner_parallax -msgid "Present your products" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Present your products online!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Previous" -msgstr "Précedent" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Pro" -msgstr "Pro" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Producing" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "" -"Product design is the process of creating a new product to be sold by a " -"business to its customers. A very broad concept, it is essentially the " -"efficient and effective generation and development of ideas through a " -"process that leads to new products." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Project 01" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Project 02" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Project 03" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_highlight -msgid "Put the focus on what you have to say!" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:98 -msgid "Put video in container" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "REGISTER " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "Read more" -msgstr "En savoir plus" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Register" -msgstr "S'inscrire" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider_options -msgid "Remove current slide" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Resize and Duplicate" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_column -msgid "Resume with A Nice Subtitle" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "Resume with a Subtitle" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.options_s_timeline -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Right" -msgstr "Droit" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "RoadMap" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Sample Title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Sample description" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "" -"Sandwich with Ham and Cheese | " -"€ 9.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Satellite" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_editor.js:39 -msgid "Save" -msgstr "Sauvegarder" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 1" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 2" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 3" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 4" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 5" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 6" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:9 -msgid "Select a video" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Select and delete blocks
to remove some steps." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Select the Colors" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Select your favorite font combination to emphase your texts." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Sep" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_block -msgid "Set a catchy headline" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:34 -msgid "Share" -msgstr "Partager" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Shipping" -msgstr "Expédition" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:67 -msgid "Show controls" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Showcase Your Services and Features" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Sign in" -msgstr "Pointer l'entrée" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider -msgid "Slide Description" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider -msgid "Slide Title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -msgid "Slide title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Small" -msgstr "Petit" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"Speakers from all over the world will join our experts to give inspiring " -"talks on various topics." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Striped" -msgstr "Rayé" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Style" -msgstr "Style" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"TEQUILA SUNRISE | € " -"11.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_menu_three_columns -msgid "Take a tour" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Terrain" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Testing" -msgstr "En test" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_highlight -msgid "Text Highlight" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "The best approach" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "The famous band comes last time in this year, don't miss it!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "The latest technology" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "The process from paper version" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_header_text_big_picture -msgid "The product which fits your needs" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_header_text_big_picture -msgid "" -"The solution to that is to create a product that, in its designed appearance" -" and function, expresses a personality or tells a story. Products that carry" -" such attributes are more likely to give off a stronger expression that will" -" attract more consumers. On that note it is important to keep in mind that " -"design expression does not only concern the appearance of a product, but " -"also its function. For example, as humans our appearance as well as our " -"actions are subject to people's judgment when they are making a first " -"impression of us." -msgstr "" - -#. module: theme_common -#: model:ir.model,name:theme_common.model_theme_utils -msgid "Theme Utils" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid "This Is a Color Block" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "This Is a Column" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "" -"This theme does not limit you to one setup, we prefer to give you options. " -"From boxed layout to wide, left sidebars to right and multiple headers; we " -"let you decide. That’s right, you can have your cake and eat some too." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Tiny" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_separator_nav -msgid "Top" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Top Left" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Top Right" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "True" -msgstr "Vrai" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Upcoming Events" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Use newsletters to increase your popularity" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:14 -msgid "" -"Use the 'Customize 'menu to define a fallback background image for not " -"compatible devices" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "" -"Use this building block to showcase your content with an images carousel. " -"You can edit, add or remove images using the customize options." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"Use this component for creating a list of featured elements to which you " -"want to bring attention." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "" -"Use this paragraph to write a short, sweet and successful resume about this " -"member of your team." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"Use this snippet to build various types of components that feature a left- " -"or right-aligned image alongside textual content. Duplicate the element to " -"create a list that fit your needs." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "" -"Use this timeline as a part of your resume, to show your visitors what " -"you've done in the past." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Useful options" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:17 -msgid "Video" -msgstr "Vidéo" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_product_list -msgid "View item" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_image -msgid "We have Awesome Products" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"Which trends to follow? Which ideas will work?
Opening Keynote - " -"Presented by John DOE." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "Wine" -msgstr "Vin" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "" -"With Theme Clean you get a list of your events with date, time, description, etc. Select the simple or image mode and edit your content.\n" -"
You can link your events to your favorite social network." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "With a great subtitle" -msgstr "Avec un super sous-titre" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "With the most effective technique" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "Write Something Nice for Your Users" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Write a description of your event here." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_blockquote -msgid "" -"Write a quote here from one of your customers. Quotes are a great way to " -"build confidence in your products or services." -msgstr "" -"Ecrivez une citation d'un de vos clients ici. Les citations sont une superbe" -" manière de construire la confiance dans vos produits ou services." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Write one or two paragraphs describing your product" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "" -"Write one or two paragraphs describing your product, services or a specific " -"feature. To be successful your content needs to be useful to your readers." -msgstr "" -"Ecrivez un ou deux paragraphes décrivant votre produit, vos services ou une " -"fonctionnalité spécifique. Votre contenu doit être utile pour l'utilisateur " -"afin d'être efficace. " - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "You can change the box color by using the customize option." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "You can edit, duplicate..." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "You can even replace the icon by one of your choice." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "You get a free drink with your entrance!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Your Event Name" -msgstr "Le nom de votre événement" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:11 -msgid "Your address" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "Your title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -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 "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "ZUY4OPLQ" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "card" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:16 -msgid "e.g. De Brouckere, Brussels, Belgium" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:44 -msgid "iframe" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:34 -msgid "link under the video." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:35 -msgid "link." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "off" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:41 -msgid "share" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_banner_parallax -msgid "with this theme." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "worldwilde" -msgstr "" diff --git a/theme_common/i18n/nl.po b/theme_common/i18n/nl.po deleted file mode 100644 index d76448c6d9..0000000000 --- a/theme_common/i18n/nl.po +++ /dev/null @@ -1,2290 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * theme_common -# -# Translators: -# Martin Trigaux, 2019 -# Erwin van der Ploeg , 2019 -# Gunther Clauwaert , 2019 -# Cas Vissers , 2019 -# Yenthe Van Ginneken , 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-04-24 09:00+0000\n" -"PO-Revision-Date: 2019-04-24 11:21+0000\n" -"Last-Translator: Yenthe Van Ginneken , 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_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$15/mo" -msgstr "$15/mnd" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$29/mo" -msgstr "$29/mnd" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$69/mo" -msgstr "$69/mnd" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$99/mo" -msgstr "$99/mnd" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "- ART DIRECTOR -" -msgstr "- ART DIRECTOR -" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "- PARTNER -" -msgstr "- PARTNER -" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "- TRAINEE -" -msgstr "- STAGIAR -" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "-50% OFF" -msgstr "-50% KORTING" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "...and switch the timeline contents to fit your needs." -msgstr "... en wissel de tijdslijn inhoud naar uw vereisten." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 03-11-2014 ///" -msgstr "/// 03-11-2014 ///" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 08-11-2014 ///" -msgstr "/// 08-11-2014 ///" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 22-10-2014 ///" -msgstr "/// 22-10-2014 ///" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 28-10-2014 ///" -msgstr "/// 28-10-2014 ///" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "02" -msgstr "02" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "05" -msgstr "05" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "1000 Apps" -msgstr "1000 Apps" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "12:00 AM" -msgstr "12:00" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "18" -msgstr "18" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "20.000 Users" -msgstr "20.000 Gebruikers" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "2014" -msgstr "2014" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "21" -msgstr "21" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "234 Clients" -msgstr "234 klanten" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "25%" -msgstr "25%" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "30 Countries" -msgstr "30 landen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "30%" -msgstr "30%" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "50$" -msgstr "50$" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "75 Partners" -msgstr "75 Partners" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_page_header -msgid "Page Title" -msgstr "Pagina titel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map -msgid "" -"Visit us:\n" -" Our office is located in the northeast of Brussels. TEL (555) 432 2365" -msgstr "" -"Bezoek ons:\n" -"Ons kantoor bevind zich in het noord-oosten van Brussel. TEL (555) 432 2365" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" Date" -msgstr "" -"\n" -" Datum" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "Images" -msgstr "Afbeeldingen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" Time" -msgstr "" -"\n" -" Tijd" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid " More Details" -msgstr " Meer Details" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "Notes" -msgstr "Notities" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" Location" -msgstr "" -"\n" -" Locatie" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" 100+ conferences" -msgstr "" -"\n" -" 100+ conferenties" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "News" -msgstr "Nieuws" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "Edit" -msgstr "Wijzig" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" 2,000+ attendees" -msgstr "" -"\n" -" 2,000+ deelnemers" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.options_s_timeline -msgid "Position" -msgstr " Positie" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid " Autoplay" -msgstr "Automatisch afspelen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Image position" -msgstr "Positie afbeelding" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block-opt -msgid "Inner Spacing" -msgstr "Binnenste tussenruimte" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles_options -msgid "Color" -msgstr "Kleur" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Colors" -msgstr " Kleuren" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " Facebook" -msgstr " Facebook" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Map Options" -msgstr "Map opties" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_block_option -msgid "Video Options" -msgstr "Video Opties" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Type" -msgstr "Soort" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Zoom" -msgstr "Zoom" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " GitHub" -msgstr " GitHub" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "" -" - An additional " -"information" -msgstr "" -" - Extra " -"informatie" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "" -" An additional " -"information" -msgstr " Extra informatie" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " Linkedin" -msgstr " Linkedin" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Styles" -msgstr "Stijlen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes_options -msgid "Add Slide" -msgstr "Dia toevoegen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "Add a new Slide" -msgstr "Nieuwe slide toevoegen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Caption position" -msgstr "Positie onderschrift" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes_options -msgid "Delete Slide" -msgstr "Slide verwijderen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "Remove current slide" -msgstr "Huidige slide verwijderen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "* Conditions and restrictions apply." -msgstr "* Condities en restricties toepassen." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Clients" -msgstr "Klanten" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Followers" -msgstr "Volgers" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Projects" -msgstr "Projecten" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "2015" -msgstr "2015" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "2018" -msgstr "2018" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "2019" -msgstr "2019" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"\n" -" Next" -msgstr "" -"\n" -" Volgende" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "" -"\n" -" Next" -msgstr "" -"\n" -" Volgende" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"\n" -" Previous" -msgstr "" -"\n" -" Vorige" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "" -"\n" -" Previous" -msgstr "" -"\n" -" Vorige" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "First feature" -msgstr "Eerste optie" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Another feature" -msgstr "Een andere optie" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Second feature" -msgstr "Tweede optie" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Last Feature" -msgstr "Laatste optie" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid " Link" -msgstr " Link" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid " Info" -msgstr " Info" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Chardonnay\n" -" Sonoma Coast, 2012" -msgstr "" -"Chardonnay\n" -"Sonoma kust, 2012" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Malbec\n" -" Mendoza, 2012" -msgstr "" -"Malbec\n" -"Mendoza, 2012" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Pinot Noir\n" -" California, 2012" -msgstr "" -"Pinot Noir\n" -"Californië, 2012" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Rose\n" -" Napa, 2012" -msgstr "" -"Rose\n" -"Napa, 2012" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"rum, lime, juice cane sugar\n" -" fresh mint, soda, ice" -msgstr "" -"rum, limoen, sap rietsuiker\n" -"verse munt, frisdrank, ijs" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"whiskey, vermouth, angostura,\n" -" maraschino cherry" -msgstr "" -"Whiskey, vermouth, angostura,\n" -"Maraschino Kersen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"white tequila, frenadine,\n" -" orange juice, soda, ice" -msgstr "" -"witte tequila, frenadine,\n" -"sinaasappelsap, soda, ijs" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"white tequila, triple sec,\n" -" lime juice, ice" -msgstr "" -"witte tequila, triple sec,\n" -" limoensap, ijs" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_page_header -msgid "" -"\n" -" Tag\n" -" \n" -" \n" -" Category\n" -" " -msgstr "" -"\n" -" Label\n" -" \n" -" \n" -" Categorie\n" -" " - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" 3 months ago\n" -" \n" -" \n" -" by John DOE\n" -" " -msgstr "" -"\n" -" 3 maanden geleden\n" -" \n" -" \n" -" door John DOE\n" -" " - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_badge -msgid "" -"\n" -" Category\n" -" " -msgstr "" -"\n" -" Categorie\n" -" " - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"\n" -" New\n" -" " -msgstr "" -"\n" -" Nieuw\n" -" " - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"18\n" -" December" -msgstr "" -"18\n" -" December" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"3\n" -" January" -msgstr "" -"3\n" -" Januari" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "12" -msgstr "12" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "45" -msgstr "45" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "37" -msgstr "37" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "01." -msgstr "01." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "02." -msgstr "02." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "Close" -msgstr "Sluiten" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress_bar -msgid "80% Development" -msgstr "80% ontwkkeling" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "80% Html5/CSS3" -msgstr "80% Html5/CSS3" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "85% Bootstrap" -msgstr "85% Bootstrap" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "99% COMPLETE" -msgstr "99% VOLTOOID" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "A caption for this image" -msgstr "Een bijschrift voor deze afbeelding" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " 20,7K " -msgstr " 20,7K " - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "120GB Disk Space" -msgstr "120GB opslagruimte" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "143" -msgstr "143" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "245" -msgstr "245" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "50GB Disk Space" -msgstr "50GB opslagruimte" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "80GB Disk Space" -msgstr "80GB opslagruimte" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "COMPANY: Odoo" -msgstr "BEDRIJF: Odoo" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "FUNCTION: Web Designer / UI." -msgstr "FUNCTIE: Web Designer / UI." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Free Billing Systems" -msgstr "Gratis facturatiesystemen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "" -"Increase the amount of your visitors by offering them great discount.\n" -"
Let them find the coupon code." -msgstr "" -"Verhoog het aantal bezoekers door ze een geweldige korting aan te bieden.\n" -"
Laat ze de kortingscode vinden." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -msgid "My great button" -msgstr "Mijn geweldige knop" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "" -"Skills: html5, css3, jquery, " -"bootstrap3" -msgstr "" -"Skills: html5, css3, jquery, " -"bootstrap3" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited Email Addresses" -msgstr "Ongelimiteerde e-mailadressen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited Domains" -msgstr "Ongelimiteerde domeinen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited Email Addresses" -msgstr "Ongelimiteerde e-mailadressen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited MySQL Databases" -msgstr "Ongelimiteerde MySQL databases" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "" -"Write something about you.This is a good way to briefly " -"tell your visitors who you are and what you do. Link Clean Flat Profile to " -"your social networks and use the customizable progress bars to show your " -"skills." -msgstr "" -"Schrijf iets over u.Dit is een goede manier om uw bezoekers" -" te vertellen wie u bent en wat u doet. Link profielen naar uw sociale " -"netwerken en gebruik de personaliseerbare voortgangsbalken om uw " -"vaardigheden te tonen." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_column -msgid "A Big Image and a Paragraph" -msgstr "Een grote afbeelding en een paragraaf" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_image_parallax -msgid "A Business Theme For Odoo CMS" -msgstr "Een bedrijfsthema voor Odoo CMS" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "A COLOR BLOCK" -msgstr "EEN KLEUR BLOK" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "A Great Way to Present Your Team" -msgstr "Een geweldige manier om uw team te presenteren" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "A Great Way to Show Your Numbers" -msgstr "Een geweldige manier om uw cijfers te tonen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "A Great way to show your range" -msgstr "Een geweldige manier om uw aanbod te tonen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block -msgid "A great title" -msgstr "Een goede titel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "" -"A great way to catch your reader's attention is to tell a story. Everything " -"you consider writing can be told as a story." -msgstr "" -"Een geweldige manier om de aandacht van uw lezer te krijgen is om een " -"verhaal te vertellen. Alles wat je bedenkt om te schrijven kan worden " -"verteld als een verhaal." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "" -"A great way to catch your reader's attention is to tell a story. Everything " -"you consider writing can be told as a story. Write one or two paragraphs " -"describing your product or services. To be successful your content needs to " -"be useful to your readers. Start with the customer. Find out what they want " -"and give it to them." -msgstr "" -"Een geweldige manier om uw lezer zijn aandacht te trekken is door een " -"verhaal te vertellen. Alles wat u overweegt om te schrijven kan als een " -"verhaal geschreven worden. Schrijf één of twee paragrafen die uw product of " -"diensten omschrijven. Om succesvol te zijn moet uw inhoud bruikbaar zijn " -"voor lezers. Start met de klant. Vind wat ze willen en geef het aan hen." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_column -msgid "" -"A great way to catch your reader's attention is to tell a story. Everything " -"you consider writing can be told as a story. Write one or two paragraphs " -"describing your product or services. To be successful your content needs to " -"be useful to your readers. Start with the customer. Find out what they want " -"and give it to them. A great way to catch your reader's attention is to tell" -" a story. Everything you consider writing can be told as a story. Write one " -"or two paragraphs describing your product or services. To be successful your" -" content needs to be useful to your readers. Start with the customer. Find " -"out what they want and give it to them." -msgstr "" -"Een geweldige manier om uw lezer zijn aandacht te krijgen is door een " -"verhaal te vertellen. Alles wat u overweegt om te vertellen kan geschreven " -"worden als een verhaal. Schrijf één of twee paragrafen die uw producten of " -"diensten omschrijven. Om succesvol te zijn moet uw inhoud handig zijn voor " -"de lezer. Start met de klant. Ontdek wat de klant wilt en geef het aan hem. " -"Een geweldige manier om uw lezer zijn aandacht te krijgen is door een " -"verhaal te vertellen. Alles wat u overweegt om te vertellen kan geschreven " -"worden als een verhaal. Schrijf één of twee paragrafen die uw producten of " -"diensten omschrijven. Om succesvol te zijn moet uw inhoud handig zijn voor " -"de lezer. Start met de klant. Ontdek wat de klant wilt en geef het aan hem. " - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "" -"A timeline is a graphical representation on which important events are " -"marked." -msgstr "" -"Een tijdslijn is een grafische voorstelling voor een tijdsperiode, waarop " -"belangrijke momenten aangeduid zijn." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "ALL DAY" -msgstr "HELE DAG" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "About Me" -msgstr "Over mij" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider_options -msgid "Add Slide" -msgstr "Slide toevoegen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "Add to cart" -msgstr "Voeg toe aan mandje" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:31 -msgid "" -"Add videos, playlists or other contents pasting the iframe code or video url" -" into the box." -msgstr "" -"Voeg video's, afspeellijsten of andere inhoud toe door de iframe code of " -"video url in het vak te plakken." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Add your co-Workers and a link to their profiles." -msgstr "Voeg uw medewerkers toe en voeg een link toe aan uw profielen." - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:5 -msgid "Address" -msgstr "Adres" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Amazing pages" -msgstr "Geweldige pagina's" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid "An Other Color Block" -msgstr "Een andere kleur blok" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block -msgid "And a great subtitle" -msgstr "En een geweldige ondertitel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Animal Cannibals" -msgstr "Animal Cannibals" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Animated" -msgstr "Geanimeer" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:109 -msgid "Apply" -msgstr "Toepassen" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:81 -msgid "Autoplay" -msgstr "Automatisch afspelen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"BLACKBIRD VINEYARDS | € " -"11.00" -msgstr "" -"BLACKBIRD VINEYARDS | € " -"11.00" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Basement Jaxx" -msgstr "Basement Jaxx" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Beautiful snippets" -msgstr "Prachtige snippets" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "Big Icons" -msgstr "Grote iconen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block-opt -msgid "Bigger" -msgstr "Groter" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Bottom Left" -msgstr "Linksonder" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Bottom Right" -msgstr "Rechtsonder" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -#: model_terms:theme.ir.ui.view,arch:theme_common.s_clonable_boxes -msgid "Box Description" -msgstr "Box omschrijving" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -#: model_terms:theme.ir.ui.view,arch:theme_common.s_clonable_boxes -msgid "Box title" -msgstr "Box titel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"Build relationships and recognition by staying in touch with your customers." -msgstr "" -"Bouw relaties en erkenningen door in contact te blijven met uw klanten." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"COLORES DEL SOL | € " -"12.00" -msgstr "" -"COLORES DEL SOL | € " -"12.00" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "COUPON" -msgstr "KORTINGSBON" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_editor.js:53 -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:108 -msgid "Cancel" -msgstr "Annuleren" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_frontend.js:51 -msgid "Cannot load google map, check your configuration !" -msgstr "Kan Google maps niet laden, controleer uw configuratie!" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_highlight -msgid "Change the color of this box" -msgstr "Wijzig de kleur van deze box" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Click here" -msgstr "Klik hier" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -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_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:34 -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:35 -msgid "Click the" -msgstr "Klik op de" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:8 -msgid "Close" -msgstr "Afsluiten" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "Cocktails" -msgstr "Cocktails" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Collapsable Tab Code" -msgstr "Inklapbare tab code" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid "" -"Color blocks are a simple and effective way to present and highlight" -" your content. Choose an image or a color for the background. You " -"can even resize and duplicate the blocks to create your own layout. Add " -"images or icons to customize the blocks." -msgstr "" -"Kleurblokken zijn een gemakkelijke en effectieve manier om uw inhoud" -" te tonen en presenteren. Kies een afbeelding of een kleur voor de " -"achtergrond. U kan zelfs de blokken herschalen en dupliceren om uw eigen " -"layout te maken. Voeg afbeeldingen of iconen toe om de blokken te " -"personaliseren." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_pricing -msgid "Colors" -msgstr "Kleuren" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Continue reading " -msgstr "" -"Ga verder met lezen " - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Convert your visitors to customers." -msgstr "Converteer uw bezoekers naar klanten." - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:36 -msgid "Copy the code provided in the expanded box." -msgstr "Kopieer de code uit de uitgeklapte box." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Create an irresistible website." -msgstr "Bouw een onweerstaanbare website." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Customize Backgrounds" -msgstr "Aanpasbare achtergronden" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_editor.js:37 -msgid "Customize your map" -msgstr "Personaliseer uw kaart" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "Cycling through elements" -msgstr "Fietsen door elementen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "DECISIONS, DECISIONS, AND EVEN MORE DECISIONS" -msgstr "BESLISSINGEN, BESLISSINGEN, EN NOG MEER BESLISSINGEN" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "DESIGN, DESIGN, AND EVEN MORE DESIGN" -msgstr "DESIGN, DESIGN, EN NOG MEER DESIGN" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "DISCOVER THE PRODUCT" -msgstr "ONTDEK HET PRODUCT" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Deciding the features" -msgstr "De mogelijkheden beslissen" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:24 -msgid "Default" -msgstr "Standaard" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_header_text_big_picture -msgid "" -"Design expression comes from the combined effect of all elements in a " -"product. Colour tone, shape and size should direct a person's thoughts " -"towards buying the product. Therefore it is in the product designer's best " -"interest to consider the audiences who are most likely to be the product's " -"end consumers. Keeping in mind how consumers will perceive the product " -"during the design process will direct towards the product’s success in the " -"market. However, even within a specific audience, it is challenging to cater" -" to each possible personality within that group." -msgstr "" -"Ontwerp uitdrukkingen komen vanuit het gecombineerde effect van alle " -"elementen in een product. Kleurtoon, vorm en grootte moeten een koper zijn " -"aandacht richten op het product kopen. Daarom is het in het belang van de " -"product ontwerpen om de doelgroepen in het oog te houden die waarschijnlijk " -"de eindklant zijn. In het achterhoofd houden hoe de consumenten het product " -"zullen zien tijdens het product zal bijdragen aan het product zijn succes. " -"Hoewel, zelfs met een specifieke doelgroep, het een uitdaging is om elke " -"persoonlijkheid te verzorgen binnen de doelgroep." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Discover" -msgstr "Ontdek" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Discover all the features" -msgstr "Ontdek alle mogelijkheden" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Display Your Last Activities" -msgstr "Toon uw laatste activiteiten" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "Double-click an icon to change it." -msgstr "Dubbelklik op een icoon om het te wijzigen." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "Drink menu" -msgstr "Drinken menu" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Duplicate blocks
to add more steps." -msgstr "Dupliceer bouwblokken
om meer stappen toe te voegen." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "Edit this text and change it with your content." -msgstr "Wijzig deze tekst en voeg uw content toe." - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:35 -msgid "Embed" -msgstr "Insluiten" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Event Heading" -msgstr "Event hoofding" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"FRANCIS FORD COPPOLA | €" -" 9.00" -msgstr "" -"FRANCIS FORD COPPOLA | €" -" 9.00" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "False" -msgstr "Onwaar" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "Features" -msgstr "Mogelijkheden" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:92 -msgid "Fill container with video" -msgstr "Vul container met video" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:23 -msgid "Flat" -msgstr "Vast" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Fleetwood Mac" -msgstr "Fleetwood Mac" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "" -"Focus on what the customer would like to know, not what you want to show. " -"Write a small explanation of this great feature" -msgstr "" -"Focus op wat de klant zou willen weten, niet wat u wilt tonen. Schrijf een " -"korte uitleg van deze geweldige optie" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Fonts" -msgstr "Lettertypes" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Freak!" -msgstr "Freak!" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Full Detailed Price List" -msgstr "Volledig gedetailleerde prijslijst" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "GIFT" -msgstr "CADEAU" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Get Delivered" -msgstr "Krijg geleverd" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Get a code" -msgstr "Krijg een code" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Getting feedback" -msgstr "Feedback krijgen" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:22 -msgid "HTML5 Video - Youtube - Vimeo - Dailymotion" -msgstr "HTML5 Video - Youtube - Vimeo - Dailymotion" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "Hamburgers" -msgstr "Hamburgers" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:32 -msgid "Here’s how to embed a Youtube video:" -msgstr "Hier is hoe u een Youtube video insluit:" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Highlight Your Content" -msgstr "Highlight uw inhoud" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "" -"Honey Dijon Chicken Burger | " -"€ 12.00" -msgstr "" -"Honey Dijon Chicken Burger | " -"€ 12.00" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Hybrid" -msgstr "Hybride" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Icon Box / Features List" -msgstr "Icoon vak / Mogelijkheden lijst" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "Images Carousel" -msgstr "Afbeelding carousel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "" -"In a systematic approach, product designers conceptualize and evaluate " -"ideas, turning them into tangible inventions and products. The product " -"designer's role is to combine art, science, and technology to create new " -"products that other people can use." -msgstr "" -"In een systematische aanpak conceptualiseren product ontwerpers en evalueren" -" ze ideeën; om ze om te vormen in tastbare uitvindingen en producten. De rol" -" van de product ontwerpen is om kunst, wetenschap en technologie te " -"combineren om nieuwe producten te maken die andere mensen kunnen gebruiken." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_page_header -msgid "Introduce your content in few lines." -msgstr "Introduceer uw inhoud in een paar lijnen." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "It is super easy to resize and/or duplicate each box." -msgstr "" -"Het is enorm gemakkelijk te wijzigen van grootte en/of om elke box te " -"dupliceren." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "John DOE" -msgstr "John DOE" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_blockquote -msgid "John DOE • CEO of MyCompany" -msgstr "John DOE • CEO van MijnBedrijf" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "John Doe" -msgstr "John Doe" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Jul" -msgstr "Jul" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "LV5MAY14" -msgstr "LV5MAY14" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Layout" -msgstr "Layout" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.options_s_timeline -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Left" -msgstr "Links" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Let your customers follow
and understand your process." -msgstr "Laat uw klanten uw proces
volgen en begrijpen." - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:74 -msgid "Loop video" -msgstr "Video loopen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste eius, nam " -"optio dolor mollitia, consectetur asperiores libero illum. Repellendus, " -"molestias consequatur rem ipsa. Tempora omnis eius, ipsam quaerat optio " -"suscipit necessitatibus aliquam obcaecati. Vero quia mollitia repellendus " -"maxime, alias. Harum!" -msgstr "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste eius, nam " -"optio dolor mollitia, consectetur asperiores libero illum. Repellendus, " -"molestias consequatur rem ipsa. Tempora omnis eius, ipsam quaerat optio " -"suscipit necessitatibus aliquam obcaecati. Vero quia mollitia repellendus " -"maxime, alias. Harum!" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam " -"repellendus sunt nobis libero delectus aperiam animi porro, optio expedita " -"odio impedit quae praesentium fugit consequuntur vero architecto, excepturi," -" maiores aliquid." -msgstr "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam " -"repellendus sunt nobis libero delectus aperiam animi porro, optio expedita " -"odio impedit quae praesentium fugit consequuntur vero architecto, excepturi," -" maiores aliquid." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perspiciatis " -"nobis, tempore voluptatem qui dolorum quae." -msgstr "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perspiciatis " -"nobis, tempore voluptatem qui dolorum quae." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repellendus ullam " -"minus qui aliquid optio, animi nam odio iste quisquam voluptas laudantium, " -"magni recusandae nemo eligendi!" -msgstr "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repellendus ullam " -"minus qui aliquid optio, animi nam odio iste quisquam voluptas laudantium, " -"magni recusandae nemo eligendi!" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rerum incidunt, " -"eum quae neque officiis dignissimos, veritatis amet, dolorum aperiam tempore" -" sed. Modi rerum velit itaque ex nobis vero necessitatibus adipisci eaque " -"cum iste nisi molestias quibusdam, voluptate odit deserunt, beatae." -msgstr "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rerum incidunt, " -"eum quae neque officiis dignissimos, veritatis amet, dolorum aperiam tempore" -" sed. Modi rerum velit itaque ex nobis vero necessitatibus adipisci eaque " -"cum iste nisi molestias quibusdam, voluptate odit deserunt, beatae." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vitae, inventore " -"accusantium dolores. Ad non necessitatibus recusandae cupiditate animi " -"quibusdam enim earum, nulla, qui. Dolorem sunt impedit similique a quia " -"earum fuga unde, repellendus omnis iure." -msgstr "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vitae, inventore " -"accusantium dolores. Ad non necessitatibus recusandae cupiditate animi " -"quibusdam enim earum, nulla, qui. Dolorem sunt impedit similique a quia " -"earum fuga unde, repellendus omnis iure." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "MANHATTAN | € 12.50" -msgstr "" -"MANHATTAN | € " -"12.50" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "MARGARITA | € 9.00" -msgstr "MARGARITA | € 9.00" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "MOJITO | € 12.00" -msgstr "MOJITO | € 12.00" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:20 -msgid "Marker Style" -msgstr "Markeer stijl" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Media heading" -msgstr "Media hoofding" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Medium" -msgstr "Medium" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "Menu A'la carte" -msgstr "Menu A'la carte" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "More Features" -msgstr "Meer features" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:60 -msgid "Muted" -msgstr "Gedempt" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "My Title" -msgstr "Mijn titel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Next" -msgstr "Volgende" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Nice % Discount Tables" -msgstr "Mooie % kortingstabellen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Nice and Efficient Events List" -msgstr "Mooie en efficiënte evenement lijsten" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block-opt -msgid "Normal" -msgstr "Normaal" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "OLV4SY3R" -msgstr "OLV4SY3R" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_image -msgid "OUR CATALOG" -msgstr "ONZE CATALOGUS" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:54 -msgid "Options" -msgstr "Opties" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -msgid "Organize Your Content with These Three Columns" -msgstr "Organiseer uw inhoud met deze drie kolommen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "Organize Your Content with These Two Columns" -msgstr "Organiseer uw inhoud met deze twee kolommen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Outstanding images" -msgstr "Uitgaande afbeeldingen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"PATZ AND HALL | € " -"12.50" -msgstr "" -"PATZ AND HALL | € " -"12.50" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:37 -msgid "Paste the code into the box." -msgstr "Plak de code in deze box." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Pay" -msgstr "Betaal" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Planning" -msgstr "Planning" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Post heading" -msgstr "Post hoofding" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Prepare for the future of eCommerce." -msgstr "Bereid u voor op de toekomst van e-commerce." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Preparing" -msgstr "Voorbereiding" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_banner_parallax -msgid "Present your products" -msgstr "Presenteer uw producten" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Present your products online!" -msgstr "Presenteer uw producten online!" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Previous" -msgstr "Vorige" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Pro" -msgstr "Pro" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Producing" -msgstr "Produceren" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "" -"Product design is the process of creating a new product to be sold by a " -"business to its customers. A very broad concept, it is essentially the " -"efficient and effective generation and development of ideas through a " -"process that leads to new products." -msgstr "" -"Product ontwerp is het proces van het maken van een nieuw product dat " -"verkocht wordt door een bedrijf aan zijn klanten. Een breed concept, het is " -"in essentie het efficiënt en effectief genereren en ontwerpen van ideeën " -"tijdens een proces dat lijdt tot nieuwe producten." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Project 01" -msgstr "Project 01" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Project 02" -msgstr "Project 02" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Project 03" -msgstr "Project 03" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_highlight -msgid "Put the focus on what you have to say!" -msgstr "Plaats de focus op wat u te zeggen hebt!" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:98 -msgid "Put video in container" -msgstr "Plaats video in een container" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "REGISTER " -msgstr "REGISTREER " - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "Read more" -msgstr "Lees meer" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Register" -msgstr "Registreer" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider_options -msgid "Remove current slide" -msgstr "Verwijder huidige dia" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Resize and Duplicate" -msgstr "Resize en dupliceren" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_column -msgid "Resume with A Nice Subtitle" -msgstr "Hervat met een leuke subtitel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "Resume with a Subtitle" -msgstr "Hervat met een subtitel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.options_s_timeline -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Right" -msgstr "Rechts" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "RoadMap" -msgstr "Wegenkaart" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Sample Title" -msgstr "Voorbeeld titel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Sample description" -msgstr "Voorbeeld omschrijving" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "" -"Sandwich with Ham and Cheese | " -"€ 9.00" -msgstr "" -"Sandwich met ham en kaas | " -"€9.00" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Satellite" -msgstr "Satelliet" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_editor.js:39 -msgid "Save" -msgstr "Opslaan" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 1" -msgstr "Sectie 1" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 2" -msgstr "Sectie 2" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 3" -msgstr "Sectie 3" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 4" -msgstr "Sectie 4" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 5" -msgstr "Sectie 5" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 6" -msgstr "Sectie 6" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:9 -msgid "Select a video" -msgstr "Selecteer een video" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Select and delete blocks
to remove some steps." -msgstr "Selecteer en verwijder bouwblokken
om stappen te verwijderen." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Select the Colors" -msgstr "Selecteer de kleuren" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Select your favorite font combination to emphase your texts." -msgstr "Selecteer uw favoriete lettertype om uw teksten te benadrukken." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Sep" -msgstr "Sep" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_block -msgid "Set a catchy headline" -msgstr "Stel een aantrekkelijke kop in" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:34 -msgid "Share" -msgstr "Delen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Shipping" -msgstr "Afleveradres" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:67 -msgid "Show controls" -msgstr "Toon controls" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Showcase Your Services and Features" -msgstr "Toon uw diensten en functies" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Sign in" -msgstr "Aanmelden" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider -msgid "Slide Description" -msgstr "Slide omschrijving" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider -msgid "Slide Title" -msgstr "Dia titel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -msgid "Slide title" -msgstr "Dia titel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Small" -msgstr "Klein" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"Speakers from all over the world will join our experts to give inspiring " -"talks on various topics." -msgstr "" -"Sprekers van over de hele wereld zullen samen met onze experts inspirerende " -"presentaties geven over verschillende onderwerpen." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Striped" -msgstr "Gestreept" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Style" -msgstr "Stijl" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"TEQUILA SUNRISE | € " -"11.00" -msgstr "" -"TEQUILA SUNRISE | € " -"11.00" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_menu_three_columns -msgid "Take a tour" -msgstr "Volg een rondleiding" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Terrain" -msgstr "Terrein" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Testing" -msgstr "Testen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_highlight -msgid "Text Highlight" -msgstr "Tekst highlight" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "The best approach" -msgstr "De beste aanpak" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "The famous band comes last time in this year, don't miss it!" -msgstr "De beroemde band komt dit jaar voor de laatste keer, mis het niet!" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "The latest technology" -msgstr "De laatste technologie" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "The process from paper version" -msgstr "Het proces vanuit papier versie" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_header_text_big_picture -msgid "The product which fits your needs" -msgstr "Het product dat aan uw noden voldoet" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_header_text_big_picture -msgid "" -"The solution to that is to create a product that, in its designed appearance" -" and function, expresses a personality or tells a story. Products that carry" -" such attributes are more likely to give off a stronger expression that will" -" attract more consumers. On that note it is important to keep in mind that " -"design expression does not only concern the appearance of a product, but " -"also its function. For example, as humans our appearance as well as our " -"actions are subject to people's judgment when they are making a first " -"impression of us." -msgstr "" -"De oplossing is om een product aan te maken dat, in zijn ontwerp en functie," -" een persoonlijkheid uitdrukt of een verhaal verteld. Producten die zulke " -"kenmerken vertonen geven een sterkere expressie die meer klanten aantrekt. " -"Het is belangrijk dat de ontwerp expressie niet alleen het voorkomen van het" -" product aangaat, maar ook zijn functionaliteit. Bijvoorbeeld, als mensen is" -" onze verschijning alsook onze acties blootgesteld aan mensen hun oordeel " -"wanneer ze een eerste impressie vormen van ons." - -#. module: theme_common -#: model:ir.model,name:theme_common.model_theme_utils -msgid "Theme Utils" -msgstr "Thema tools" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid "This Is a Color Block" -msgstr "Dit is een kleurblok" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "This Is a Column" -msgstr "Dit is een kolom" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "" -"This theme does not limit you to one setup, we prefer to give you options. " -"From boxed layout to wide, left sidebars to right and multiple headers; we " -"let you decide. That’s right, you can have your cake and eat some too." -msgstr "" -"Dit thema limiteert u niet tot één opstelling, wij geven u graag opties. Van" -" geboxte layouts tot brede layouts, linkse menubalken of rechtse en meerdere" -" hoofdingen; we laten u kiezen." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Tiny" -msgstr "Klein" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_separator_nav -msgid "Top" -msgstr "Bovenaan" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Top Left" -msgstr "Links bovenaan" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Top Right" -msgstr "Rechts bovenaan" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "True" -msgstr "Waar" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Upcoming Events" -msgstr "Aankomende evenementen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Use newsletters to increase your popularity" -msgstr "Gebruik nieuwsbrieven om uw populariteit te verhogen" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:14 -msgid "" -"Use the 'Customize 'menu to define a fallback background image for not " -"compatible devices" -msgstr "" -"Gebruik het 'Personaliseer' menu om een achtergrondafbeelding in te stellen " -"voor niet compatibele toestellen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "" -"Use this building block to showcase your content with an images carousel. " -"You can edit, add or remove images using the customize options." -msgstr "" -"Gebruik deze bouwstenen om uw inhoud te tonen met een afbeeldingen carousel." -" U kan afbeeldingen wijzigen, toevoegen of verwijderen via de personaliseer " -"opties." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"Use this component for creating a list of featured elements to which you " -"want to bring attention." -msgstr "" -"Gebruik deze component voor het aanmaken van een lijst met voorgestelde " -"elementen welke u onder de aandacht wilt brengen" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -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_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"Use this snippet to build various types of components that feature a left- " -"or right-aligned image alongside textual content. Duplicate the element to " -"create a list that fit your needs." -msgstr "" -"Gebruik deze snippet om verschillende soorten componenten te bouwen die " -"links of rechts uitgelijnde afbeelding tonen naast tekst. Dupliceer het " -"element om een lijst te maken die voldoet aan uw noden." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "" -"Use this timeline as a part of your resume, to show your visitors what " -"you've done in the past." -msgstr "" -"Gebruik deze tijdlijn als een deel van uw CV, om bezoekers te tonen wat u in" -" het verleden heeft gedaan." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Useful options" -msgstr "Handige opties" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:17 -msgid "Video" -msgstr "Video" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_product_list -msgid "View item" -msgstr "Bekijk item" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_image -msgid "We have Awesome Products" -msgstr "We hebben geweldige producten" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"Which trends to follow? Which ideas will work?
Opening Keynote - " -"Presented by John DOE." -msgstr "" -"Welke trends moet u volgen? Welke ideeën zullen werken?
Opening keynote " -"- gepresenteerd door John DOE." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "Wine" -msgstr "Wijn" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "" -"With Theme Clean you get a list of your events with date, time, description, etc. Select the simple or image mode and edit your content.\n" -"
You can link your events to your favorite social network." -msgstr "" -"Met dit thema krijgt u een lijst van evenementen met datum, tijd, omschrijving, enz. Selecteer de gemakkelijke of afbeeldingsmodus en wijzig uw inhoud.\n" -"
U kan uw evenementen linken aan uw favoriete sociale netwerk." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "With a great subtitle" -msgstr "Met een geweldige subtitel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "With the most effective technique" -msgstr "Met de meest effectieve techniek" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "Write Something Nice for Your Users" -msgstr "Schrijf iets leuk voor uw gebruikers" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Write a description of your event here." -msgstr "Schrijf hier een omschrijving voor uw evenement." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_blockquote -msgid "" -"Write a quote here from one of your customers. Quotes are a great way to " -"build confidence in your products or services." -msgstr "" -"Schrijf hier een citaat van één van uw klanten. Citaten zijn een geweldige " -"manier om het vertrouwen in uw producten of diensten te vergroten." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Write one or two paragraphs describing your product" -msgstr "Schrijf één of twee paragrafen die uw product omschrijven" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "" -"Write one or two paragraphs describing your product, services or a specific " -"feature. To be successful your content needs to be useful to your readers." -msgstr "" -"Schrijf één of meer paragrafen die uw product, dienst of een specifieke " -"kenmerk te omschrijven. Om succesvol te zijn moet uw inhoud bruikbaar zijn " -"voor uw gebruikers." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "You can change the box color by using the customize option." -msgstr "U kan de box kleur wijzigen door de personaliseer optie te gebruiken." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "You can edit, duplicate..." -msgstr "U kan wijzigen, dupliceren..." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "You can even replace the icon by one of your choice." -msgstr "U kan zelfs het icoon wijzigen voor één van uw keuze." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "You get a free drink with your entrance!" -msgstr "U krijgt een gratis drankje bij uw entree!" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Your Event Name" -msgstr "Uw evenementsnaam" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:11 -msgid "Your address" -msgstr "Uw adres" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "Your title" -msgstr "Uw titel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -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." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "ZUY4OPLQ" -msgstr "ZUY4OPLQ" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "card" -msgstr "kaart" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:16 -msgid "e.g. De Brouckere, Brussels, Belgium" -msgstr "b.v De Brouckere, Brussel, België" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:44 -msgid "iframe" -msgstr "iframe" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:34 -msgid "link under the video." -msgstr "link onder de video." - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:35 -msgid "link." -msgstr "link." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "off" -msgstr "uit" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:41 -msgid "share" -msgstr "deel" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_banner_parallax -msgid "with this theme." -msgstr "met dit thema." - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "worldwilde" -msgstr "wereldweid" diff --git a/theme_common/i18n/theme_common.pot b/theme_common/i18n/theme_common.pot deleted file mode 100644 index 39cc09df60..0000000000 --- a/theme_common/i18n/theme_common.pot +++ /dev/null @@ -1,21 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * theme_common -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 17.0+e\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-28 12:25+0000\n" -"PO-Revision-Date: 2023-09-28 12:25+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_common -#: model:ir.model,name:theme_common.model_theme_utils -msgid "Theme Utils" -msgstr "" diff --git a/theme_common/i18n/zh_CN.po b/theme_common/i18n/zh_CN.po deleted file mode 100644 index 35c2273277..0000000000 --- a/theme_common/i18n/zh_CN.po +++ /dev/null @@ -1,2108 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * theme_common -# -# Translators: -# v2exerer <9010446@qq.com>, 2019 -# 老窦 北京 <2662059195@qq.com>, 2019 -# Jeff Yu - Elico Corp , 2019 -# diaojiaolou <124412206@qq.com>, 2019 -# ChinaMaker , 2019 -# Martin Trigaux, 2019 -# Jeffery CHEN Fan , 2019 -# Gary Wei , 2019 -# fausthuang, 2019 -# 山西清水欧度(QQ:54773801) <54773801@qq.com>, 2019 -# Rangy Chen , 2019 -# e2f_cn c5 , 2019 -# Lisa Zhang , 2019 -# inspur qiuguodong , 2019 -# liAnGjiA , 2019 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-04-24 09:00+0000\n" -"PO-Revision-Date: 2019-04-24 11:21+0000\n" -"Last-Translator: liAnGjiA , 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_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$15/mo" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$29/mo" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$69/mo" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "$99/mo" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "- ART DIRECTOR -" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "- PARTNER -" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "- TRAINEE -" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "-50% OFF" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "...and switch the timeline contents to fit your needs." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 03-11-2014 ///" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 08-11-2014 ///" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 22-10-2014 ///" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "/// 28-10-2014 ///" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "02" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "05" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "1000 Apps" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "12:00 AM" -msgstr "12:00 AM" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "18" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "20.000 Users" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "2014" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "21" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "234 Clients" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "25%" -msgstr "25%" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "30 Countries" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "30%" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "50$" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "75 Partners" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_page_header -msgid "Page Title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map -msgid "" -"Visit us:\n" -" Our office is located in the northeast of Brussels. TEL (555) 432 2365" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" Date" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "Images" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" Time" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid " More Details" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "Notes" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" Location" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" 100+ conferences" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "News" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_row -msgid "Edit" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" 2,000+ attendees" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.options_s_timeline -msgid "Position" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid " Autoplay" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Image position" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block-opt -msgid "Inner Spacing" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles_options -msgid "Color" -msgstr "颜色" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Colors" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " Facebook" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Map Options" -msgstr "地图选项" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_block_option -msgid "Video Options" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Type" -msgstr "类型" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Zoom" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " GitHub" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "" -" - An additional " -"information" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "" -" An additional " -"information" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " Linkedin" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Styles" -msgstr "样式" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes_options -msgid "Add Slide" -msgstr "添加幻灯片" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "Add a new Slide" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Caption position" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes_options -msgid "Delete Slide" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "Remove current slide" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "* Conditions and restrictions apply." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Clients" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Followers" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Projects" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "2015" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "2018" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "2019" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"\n" -" Next" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "" -"\n" -" Next" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"\n" -" Previous" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "" -"\n" -" Previous" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "First feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Another feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Second feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Last Feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid " Link" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid " Info" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Chardonnay\n" -" Sonoma Coast, 2012" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Malbec\n" -" Mendoza, 2012" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Pinot Noir\n" -" California, 2012" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"Rose\n" -" Napa, 2012" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"rum, lime, juice cane sugar\n" -" fresh mint, soda, ice" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"whiskey, vermouth, angostura,\n" -" maraschino cherry" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"white tequila, frenadine,\n" -" orange juice, soda, ice" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"white tequila, triple sec,\n" -" lime juice, ice" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_page_header -msgid "" -"\n" -" Tag\n" -" \n" -" \n" -" Category\n" -" " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"\n" -" 3 months ago\n" -" \n" -" \n" -" by John DOE\n" -" " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_badge -msgid "" -"\n" -" Category\n" -" " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"\n" -" New\n" -" " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"18\n" -" December" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"3\n" -" January" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "12" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "45" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "37" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "01." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "02." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "Close" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress_bar -msgid "80% Development" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "80% Html5/CSS3" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "85% Bootstrap" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "99% COMPLETE" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "A caption for this image" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid " 20,7K " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "120GB Disk Space" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "143" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "245" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "50GB Disk Space" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "80GB Disk Space" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "COMPANY: Odoo" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "FUNCTION: Web Designer / UI." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Free Billing Systems" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "" -"Increase the amount of your visitors by offering them great discount.\n" -"
Let them find the coupon code." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -msgid "My great button" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "" -"Skills: html5, css3, jquery, " -"bootstrap3" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited Email Addresses" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited Domains" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited Email Addresses" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Unlimited MySQL Databases" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "" -"Write something about you.This is a good way to briefly " -"tell your visitors who you are and what you do. Link Clean Flat Profile to " -"your social networks and use the customizable progress bars to show your " -"skills." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_column -msgid "A Big Image and a Paragraph" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_image_parallax -msgid "A Business Theme For Odoo CMS" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "A COLOR BLOCK" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "A Great Way to Present Your Team" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "A Great Way to Show Your Numbers" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "A Great way to show your range" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block -msgid "A great title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "" -"A great way to catch your reader's attention is to tell a story. Everything " -"you consider writing can be told as a story." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "" -"A great way to catch your reader's attention is to tell a story. Everything " -"you consider writing can be told as a story. Write one or two paragraphs " -"describing your product or services. To be successful your content needs to " -"be useful to your readers. Start with the customer. Find out what they want " -"and give it to them." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_column -msgid "" -"A great way to catch your reader's attention is to tell a story. Everything " -"you consider writing can be told as a story. Write one or two paragraphs " -"describing your product or services. To be successful your content needs to " -"be useful to your readers. Start with the customer. Find out what they want " -"and give it to them. A great way to catch your reader's attention is to tell" -" a story. Everything you consider writing can be told as a story. Write one " -"or two paragraphs describing your product or services. To be successful your" -" content needs to be useful to your readers. Start with the customer. Find " -"out what they want and give it to them." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "" -"A timeline is a graphical representation on which important events are " -"marked." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "ALL DAY" -msgstr "全天" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "About Me" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider_options -msgid "Add Slide" -msgstr "添加幻灯片" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "Add to cart" -msgstr "加入购物车" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:31 -msgid "" -"Add videos, playlists or other contents pasting the iframe code or video url" -" into the box." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Add your co-Workers and a link to their profiles." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:5 -msgid "Address" -msgstr "地址" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Amazing pages" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid "An Other Color Block" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block -msgid "And a great subtitle" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Animal Cannibals" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Animated" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:109 -msgid "Apply" -msgstr "应用" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:81 -msgid "Autoplay" -msgstr "自动播放" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"BLACKBIRD VINEYARDS | € " -"11.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Basement Jaxx" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Beautiful snippets" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_icons -msgid "Big Icons" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block-opt -msgid "Bigger" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Bottom Left" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Bottom Right" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -#: model_terms:theme.ir.ui.view,arch:theme_common.s_clonable_boxes -msgid "Box Description" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -#: model_terms:theme.ir.ui.view,arch:theme_common.s_clonable_boxes -msgid "Box title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"Build relationships and recognition by staying in touch with your customers." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"COLORES DEL SOL | € " -"12.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "COUPON" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_editor.js:53 -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:108 -msgid "Cancel" -msgstr "取消日期" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_frontend.js:51 -msgid "Cannot load google map, check your configuration !" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_highlight -msgid "Change the color of this box" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Click here" -msgstr "点击这里" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Click on the icon to adapt it
to your purpose." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:34 -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:35 -msgid "Click the" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:8 -msgid "Close" -msgstr "关闭" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "Cocktails" -msgstr "鸡尾酒" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Collapsable Tab Code" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid "" -"Color blocks are a simple and effective way to present and highlight" -" your content. Choose an image or a color for the background. You " -"can even resize and duplicate the blocks to create your own layout. Add " -"images or icons to customize the blocks." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_pricing -msgid "Colors" -msgstr "颜色" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Continue reading " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Convert your visitors to customers." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:36 -msgid "Copy the code provided in the expanded box." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Create an irresistible website." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Customize Backgrounds" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_editor.js:37 -msgid "Customize your map" -msgstr "定制您的地图" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "Cycling through elements" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "DECISIONS, DECISIONS, AND EVEN MORE DECISIONS" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "DESIGN, DESIGN, AND EVEN MORE DESIGN" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "DISCOVER THE PRODUCT" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Deciding the features" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:24 -msgid "Default" -msgstr "默认" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_header_text_big_picture -msgid "" -"Design expression comes from the combined effect of all elements in a " -"product. Colour tone, shape and size should direct a person's thoughts " -"towards buying the product. Therefore it is in the product designer's best " -"interest to consider the audiences who are most likely to be the product's " -"end consumers. Keeping in mind how consumers will perceive the product " -"during the design process will direct towards the product’s success in the " -"market. However, even within a specific audience, it is challenging to cater" -" to each possible personality within that group." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Discover" -msgstr "探索" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "Discover all the features" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Display Your Last Activities" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "Double-click an icon to change it." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "Drink menu" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Duplicate blocks
to add more steps." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "Edit this text and change it with your content." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:35 -msgid "Embed" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Event Heading" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"FRANCIS FORD COPPOLA | €" -" 9.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "False" -msgstr "否" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "Features" -msgstr "功能" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:92 -msgid "Fill container with video" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:23 -msgid "Flat" -msgstr "普通" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Fleetwood Mac" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase -msgid "" -"Focus on what the customer would like to know, not what you want to show. " -"Write a small explanation of this great feature" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Fonts" -msgstr "字体" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Freak!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Full Detailed Price List" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "GIFT" -msgstr "礼品" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Get Delivered" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Get a code" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Getting feedback" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:22 -msgid "HTML5 Video - Youtube - Vimeo - Dailymotion" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "Hamburgers" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:32 -msgid "Here’s how to embed a Youtube video:" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Highlight Your Content" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "" -"Honey Dijon Chicken Burger | " -"€ 12.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Hybrid" -msgstr "混合动力" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Icon Box / Features List" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "Images Carousel" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "" -"In a systematic approach, product designers conceptualize and evaluate " -"ideas, turning them into tangible inventions and products. The product " -"designer's role is to combine art, science, and technology to create new " -"products that other people can use." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_page_header -msgid "Introduce your content in few lines." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "It is super easy to resize and/or duplicate each box." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "John DOE" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_blockquote -msgid "John DOE • CEO of MyCompany" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "John Doe" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Jul" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "LV5MAY14" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Layout" -msgstr "布局" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.options_s_timeline -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Left" -msgstr "左" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Let your customers follow
and understand your process." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:74 -msgid "Loop video" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste eius, nam " -"optio dolor mollitia, consectetur asperiores libero illum. Repellendus, " -"molestias consequatur rem ipsa. Tempora omnis eius, ipsam quaerat optio " -"suscipit necessitatibus aliquam obcaecati. Vero quia mollitia repellendus " -"maxime, alias. Harum!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam " -"repellendus sunt nobis libero delectus aperiam animi porro, optio expedita " -"odio impedit quae praesentium fugit consequuntur vero architecto, excepturi," -" maiores aliquid." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perspiciatis " -"nobis, tempore voluptatem qui dolorum quae." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repellendus ullam " -"minus qui aliquid optio, animi nam odio iste quisquam voluptas laudantium, " -"magni recusandae nemo eligendi!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rerum incidunt, " -"eum quae neque officiis dignissimos, veritatis amet, dolorum aperiam tempore" -" sed. Modi rerum velit itaque ex nobis vero necessitatibus adipisci eaque " -"cum iste nisi molestias quibusdam, voluptate odit deserunt, beatae." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vitae, inventore " -"accusantium dolores. Ad non necessitatibus recusandae cupiditate animi " -"quibusdam enim earum, nulla, qui. Dolorem sunt impedit similique a quia " -"earum fuga unde, repellendus omnis iure." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "MANHATTAN | € 12.50" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "MARGARITA | € 9.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "MOJITO | € 12.00" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:20 -msgid "Marker Style" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Media heading" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Medium" -msgstr "媒介" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "Menu A'la carte" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "More Features" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:60 -msgid "Muted" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider -msgid "My Title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Next" -msgstr "下一页" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Nice % Discount Tables" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Nice and Efficient Events List" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_masonry_block-opt -msgid "Normal" -msgstr "一般" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "OLV4SY3R" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_image -msgid "OUR CATALOG" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:54 -msgid "Options" -msgstr "选项" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -msgid "Organize Your Content with These Three Columns" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "Organize Your Content with These Two Columns" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Outstanding images" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"PATZ AND HALL | € " -"12.50" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:37 -msgid "Paste the code into the box." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Pay" -msgstr "付款" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Planning" -msgstr "计划" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Post heading" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Prepare for the future of eCommerce." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Preparing" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_banner_parallax -msgid "Present your products" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Present your products online!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -#: model_terms:theme.ir.ui.view,arch:theme_common.s_products_carousel -msgid "Previous" -msgstr "上一页" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Pro" -msgstr "Pro" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Producing" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "" -"Product design is the process of creating a new product to be sold by a " -"business to its customers. A very broad concept, it is essentially the " -"efficient and effective generation and development of ideas through a " -"process that leads to new products." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Project 01" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Project 02" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_profile -msgid "Project 03" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_highlight -msgid "Put the focus on what you have to say!" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:98 -msgid "Put video in container" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "REGISTER " -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "Read more" -msgstr "阅读更多" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "Register" -msgstr "注册" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_slider_options -msgid "Remove current slide" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Resize and Duplicate" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_column -msgid "Resume with A Nice Subtitle" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "Resume with a Subtitle" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.options_s_timeline -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Right" -msgstr "右" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "RoadMap" -msgstr "路线图" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Sample Title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Sample description" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_full_menu -msgid "" -"Sandwich with Ham and Cheese | " -"€ 9.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Satellite" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/js/s_google_map_editor.js:39 -msgid "Save" -msgstr "保存" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 1" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 2" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 3" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 4" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 5" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_mini_nav_bar -msgid "Section 6" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:9 -msgid "Select a video" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Select and delete blocks
to remove some steps." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_4 -msgid "Select the Colors" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Select your favorite font combination to emphase your texts." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Sep" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_block -msgid "Set a catchy headline" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:34 -msgid "Share" -msgstr "共享" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "Shipping" -msgstr "送货" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:67 -msgid "Show controls" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Showcase Your Services and Features" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_process_steps -msgid "Sign in" -msgstr "登录" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider -msgid "Slide Description" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider -msgid "Slide Title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_animated_boxes -msgid "Slide title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Small" -msgstr "小" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"Speakers from all over the world will join our experts to give inspiring " -"talks on various topics." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_options_progress_bar -msgid "Striped" -msgstr "条纹" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "Style" -msgstr "风格" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "" -"TEQUILA SUNRISE | € " -"11.00" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_menu_three_columns -msgid "Take a tour" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_google_map_option -msgid "Terrain" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "Testing" -msgstr "测试" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_highlight -msgid "Text Highlight" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "The best approach" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "The famous band comes last time in this year, don't miss it!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_text_picture_text -msgid "The latest technology" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "The process from paper version" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_header_text_big_picture -msgid "The product which fits your needs" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_header_text_big_picture -msgid "" -"The solution to that is to create a product that, in its designed appearance" -" and function, expresses a personality or tells a story. Products that carry" -" such attributes are more likely to give off a stronger expression that will" -" attract more consumers. On that note it is important to keep in mind that " -"design expression does not only concern the appearance of a product, but " -"also its function. For example, as humans our appearance as well as our " -"actions are subject to people's judgment when they are making a first " -"impression of us." -msgstr "" - -#. module: theme_common -#: model:ir.model,name:theme_common.model_theme_utils -msgid "Theme Utils" -msgstr "主题实用工具" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_2 -msgid "This Is a Color Block" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "This Is a Column" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_features_carousel -msgid "" -"This theme does not limit you to one setup, we prefer to give you options. " -"From boxed layout to wide, left sidebars to right and multiple headers; we " -"let you decide. That’s right, you can have your cake and eat some too." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_pricing -msgid "Tiny" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_separator_nav -msgid "Top" -msgstr "顶部" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Top Left" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image-opt -msgid "Top Right" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_css_slider_options -msgid "True" -msgstr "真" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "Upcoming Events" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "Use newsletters to increase your popularity" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:14 -msgid "" -"Use the 'Customize 'menu to define a fallback background image for not " -"compatible devices" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_images_carousel -msgid "" -"Use this building block to showcase your content with an images carousel. " -"You can edit, add or remove images using the customize options." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"Use this component for creating a list of featured elements to which you " -"want to bring attention." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_team_profiles -msgid "" -"Use this paragraph to write a short, sweet and successful resume about this " -"member of your team." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_media_list -msgid "" -"Use this snippet to build various types of components that feature a left- " -"or right-aligned image alongside textual content. Duplicate the element to " -"create a list that fit your needs." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "" -"Use this timeline as a part of your resume, to show your visitors what " -"you've done in the past." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_numbers -msgid "Useful options" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:17 -msgid "Video" -msgstr "视频" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_product_list -msgid "View item" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_big_image -msgid "We have Awesome Products" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -msgid "" -"Which trends to follow? Which ideas will work?
Opening Keynote - " -"Presented by John DOE." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_compact_menu -msgid "Wine" -msgstr "酒" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "" -"With Theme Clean you get a list of your events with date, time, description, etc. Select the simple or image mode and edit your content.\n" -"
You can link your events to your favorite social network." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "With a great subtitle" -msgstr "附带很棒的副标题" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_progress -msgid "With the most effective technique" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_color_blocks_img -#: model_terms:theme.ir.ui.view,arch:theme_common.s_three_columns_circle -#: model_terms:theme.ir.ui.view,arch:theme_common.s_two_columns -msgid "Write Something Nice for Your Users" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Write a description of your event here." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_blockquote -msgid "" -"Write a quote here from one of your customers. Quotes are a great way to " -"build confidence in your products or services." -msgstr "在这里写一个客户的好评。好评是建立客户对你的产品或服务的信心的好方法。" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "Write one or two paragraphs describing your product" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_showcase_image -msgid "" -"Write one or two paragraphs describing your product, services or a specific " -"feature. To be successful your content needs to be useful to your readers." -msgstr "写一两个段落描述您的产品服务或特定功能。要想取得成功,您的内容需要对读者有用。" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "You can change the box color by using the customize option." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "You can edit, duplicate..." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_icon_box -msgid "You can even replace the icon by one of your choice." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_slide -msgid "You get a free drink with your entrance!" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_event_list -msgid "Your Event Name" -msgstr "你的时间名称" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:11 -msgid "Your address" -msgstr "您的地址" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_timeline -msgid "Your title" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_news_carousel -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 "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "ZUY4OPLQ" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "card" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_google_map_modal.xml:16 -msgid "e.g. De Brouckere, Brussels, Belgium" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:44 -msgid "iframe" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:34 -msgid "link under the video." -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:35 -msgid "link." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "off" -msgstr "" - -#. module: theme_common -#. openerp-web -#: code:addons/theme_common/static/src/xml/s_media_block_modal.xml:41 -msgid "share" -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_banner_parallax -msgid "with this theme." -msgstr "" - -#. module: theme_common -#: model_terms:theme.ir.ui.view,arch:theme_common.s_discount -msgid "worldwilde" -msgstr "" diff --git a/theme_enark/__manifest__.py b/theme_enark/__manifest__.py index 3c78ee3123..83114dc1db 100644 --- a/theme_enark/__manifest__.py +++ b/theme_enark/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Architect, Corporate, Business, Finance, Services', 'sequence': 190, 'version': '2.0.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_graphene/__manifest__.py b/theme_graphene/__manifest__.py index 05373af0e7..78cec7ae10 100644 --- a/theme_graphene/__manifest__.py +++ b/theme_graphene/__manifest__.py @@ -30,7 +30,7 @@ 'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'], }, }, - 'depends': ['theme_common'], + 'depends': ['website'], 'license': 'LGPL-3', 'live_test_url': 'https://theme-graphene.odoo.com', 'assets': { diff --git a/theme_kea/__manifest__.py b/theme_kea/__manifest__.py index 55c170bc18..f798b5dc3c 100644 --- a/theme_kea/__manifest__.py +++ b/theme_kea/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Technology, Tech, IT, Computers, Stores, Virtual Reality', 'sequence': 200, 'version': '2.0.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_kiddo/__manifest__.py b/theme_kiddo/__manifest__.py index 047150623f..2af59967a0 100644 --- a/theme_kiddo/__manifest__.py +++ b/theme_kiddo/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Nursery, Toys, Games, Kids, Boys, Girls, Stores', 'sequence': 290, 'version': '2.1.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_loftspace/__manifest__.py b/theme_loftspace/__manifest__.py index aeecd6afeb..3c297d1724 100644 --- a/theme_loftspace/__manifest__.py +++ b/theme_loftspace/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Furniture, Toys, Games, Kids, Boys, Girls, Stores', 'sequence': 130, 'version': '2.1.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_monglia/__manifest__.py b/theme_monglia/__manifest__.py index 2447f5e6b0..6b4299147c 100644 --- a/theme_monglia/__manifest__.py +++ b/theme_monglia/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Event, Restaurants, Bars, Pubs, Cafes, Catering, Food, Drinks, Concerts, Shows, Musics, Dance, Party', 'sequence': 260, 'version': '2.0.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_nano/__manifest__.py b/theme_nano/__manifest__.py index e6c3f8afdf..f951c5096e 100644 --- a/theme_nano/__manifest__.py +++ b/theme_nano/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Maker, Agencies, Creative, Design, IT, Services, Fancy', 'sequence': 270, 'version': '2.0.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_notes/__manifest__.py b/theme_notes/__manifest__.py index 506ebd3eda..c632f471f4 100644 --- a/theme_notes/__manifest__.py +++ b/theme_notes/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Band, Musics, Sound, Concerts, Artists, Records, Event, Food, Stores', 'sequence': 280, 'version': '2.1.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_odoo_experts/__manifest__.py b/theme_odoo_experts/__manifest__.py index 76e0ed8d88..458c8160ea 100644 --- a/theme_odoo_experts/__manifest__.py +++ b/theme_odoo_experts/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Advisor, Corporate, Service, Business, Finance, IT', 'sequence': 210, 'version': '2.1.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_orchid/__manifest__.py b/theme_orchid/__manifest__.py index 654f01457c..08ff1f614d 100644 --- a/theme_orchid/__manifest__.py +++ b/theme_orchid/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Florist, Gardens, Flowers, Nature, Green, Beauty, Stores', 'sequence': 230, 'version': '2.0.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_real_estate/__manifest__.py b/theme_real_estate/__manifest__.py index ea3dacb03e..6209d19151 100644 --- a/theme_real_estate/__manifest__.py +++ b/theme_real_estate/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Real Estate, Agencies, Construction, Services, Accomodations, Lodging, Hosting, Houses, Appartments, Vacations, Holidays, Travels', 'sequence': 320, 'version': '2.0.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_treehouse/__manifest__.py b/theme_treehouse/__manifest__.py index 7cb08f4e67..ec3861911e 100644 --- a/theme_treehouse/__manifest__.py +++ b/theme_treehouse/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Environment, Nature, Ecology, Sustainable Development, Non Profit, NGO, Travels', 'sequence': 140, 'version': '2.0.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_vehicle/__manifest__.py b/theme_vehicle/__manifest__.py index 15e860d28e..741773fea2 100644 --- a/theme_vehicle/__manifest__.py +++ b/theme_vehicle/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Vehicle, Cars, Motorbikes, Bikes, Tires, Transports, Repair, Mechanics, Garages, Sports, Services', 'sequence': 300, 'version': '2.0.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_yes/__manifest__.py b/theme_yes/__manifest__.py index d913e4c7a2..3cf46a4aa4 100644 --- a/theme_yes/__manifest__.py +++ b/theme_yes/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Wedding, Love, Photography, Services', 'sequence': 330, 'version': '2.0.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml', diff --git a/theme_zap/__manifest__.py b/theme_zap/__manifest__.py index 5fe8766cf9..1cf982d25b 100644 --- a/theme_zap/__manifest__.py +++ b/theme_zap/__manifest__.py @@ -5,7 +5,7 @@ 'summary': 'Digital, Marketing, Copywriting, Media, Events, Non Profit, NGO, Corporate, Business, Services', 'sequence': 160, 'version': '2.0.0', - 'depends': ['theme_common'], + 'depends': ['website'], 'data': [ 'data/generate_primary_template.xml', 'data/ir_asset.xml',